Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flowsynx/flowctl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.2
Choose a base ref
...
head repository: flowsynx/flowctl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 3 commits
  • 27 files changed
  • 1 contributor

Commits on Dec 11, 2025

  1. Remove plugin version and config commands from CLI

    Removed all support for specifying plugin versions in install, uninstall, and update plugin commands—operations now use only the plugin type. Also removed all config-related commands (add, delete, details, and list) and their handlers, options, and service registrations. Updated tests accordingly. The CLI now only supports plugin operations by type.
    
    #136
    ziagham committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    1b4b15d View commit details
    Browse the repository at this point in the history
  2. Update to .NET 10 and upgrade key NuGet dependencies

    All projects now target .NET 10.0 instead of .NET 9.0. Updated FlowSynx.Client, Microsoft.Extensions.* packages, and Spectre.Console to their latest compatible versions in the main FlowCtl project. No other code or configuration changes were made.
    
    #137
    ziagham committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    21f405e View commit details
    Browse the repository at this point in the history
  3. Update workflows to use .NET 10 and setup-dotnet v4

    Switched actions/setup-dotnet to v4 in build-master.yml and
    flowctl-release.yml. Updated .NET SDK version from 9.0.x/9.0.200
    to 10.0.x to ensure builds and releases use the latest .NET.
    
    #138
    ziagham committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    cf9ea57 View commit details
    Browse the repository at this point in the history
Loading