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: arcadeai-labs/smithery-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: arcadeai-labs/smithery-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: factory/smi-1880
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on May 5, 2026

  1. Add tests and documentation for namespace switching

    This addresses SMI-1880 by adding comprehensive tests for the existing
    namespace switching functionality and expanding the README documentation.
    
    The CLI already supports:
    - `smithery namespace list` - lists all accessible namespaces with current marker
    - `smithery namespace use <name>` - switches to a different namespace instantly
    - Persistent namespace storage in ~/.config/smithery/settings.json
    
    Changes:
    - Added unit tests for namespace use command covering success/failure cases
    - Added unit tests for namespace list command with current namespace marking
    - Expanded README namespace section with detailed usage examples
    - Documented that namespace switching works without re-authentication
    
    The feature allows users to switch between personal and team namespaces
    without re-running the OAuth flow, as the login grants access to all
    namespaces the user is a member of.
    Smithery Factory
    Smithery Factory committed May 5, 2026
    Configuration menu
    Copy the full SHA
    b9c261b View commit details
    Browse the repository at this point in the history
Loading