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: involvex/super-agent-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.43
Choose a base ref
...
head repository: involvex/super-agent-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.44
Choose a head ref
  • 3 commits
  • 7 files changed
  • 1 contributor

Commits on Jan 30, 2026

  1. ## [0.0.43](v0.0.42...v0.0.43) (2026-01-30)

    ## [0.0.42](v0.0.41...v0.0.42) (2026-01-30)
    
    ### Features
    
    * **input:** add shell command execution and escape key handling ([bcb2e64](bcb2e64))
    
    ## [0.0.41](v0.0.40...v0.0.41) (2026-01-30)
    
    ### Features
    
    * **cli:** add yolo mode toggle and improve keyboard shortcuts ([70d7ad0](70d7ad0))
    
    ## [0.0.40](v0.0.39...v0.0.40) (2026-01-30)
    
    ### Features
    
    * **cli:** add agent modes, file mentions, and command palette ([91d9e62](91d9e62))
    
    ## [0.0.39](v0.0.38...v0.0.39) (2026-01-30)
    
    ### Features
    
    * **core:** add native Gemini SDK support and update provider configuration ([c3def79](c3def79))
    
    ## [0.0.38](v0.0.37...v0.0.38) (2026-01-30)
    
    ### Features
    
    * **core:** add Gemini provider and ProjectMap tool ([23e00e5](23e00e5))
    
    ## [0.0.37](v0.0.36...v0.0.37) (2026-01-30)
    
    ### Code Refactoring
    
    * **core:** refactor LLM client to provider pattern with Gemini default ([45c5d95](45c5d95))
    
    ### BREAKING CHANGES
    
    * **core:** Configuration format changed from single API key/model to provider-based structure. Users need to update their ~/.super-agent/settings.json to use the new format with providers object.
    
    ## [0.0.36](v0.0.35...v0.0.36) (2026-01-30)
    
    ### Features
    
    * **cli:** add about and plugins management commands ([dc966c1](dc966c1))
    
    ## [0.0.35](07ec154...v0.0.35) (2026-01-30)
    
    ### Bug Fixes
    
    * improve diff generation and multi-line string replacement for large files ([superagent-ai#23](https://github.com/involvex/super-agent-cli/issues/23)) ([e662dd3](e662dd3))
    * migrate to bun ([superagent-ai#78](https://github.com/involvex/super-agent-cli/issues/78)) ([9180c4b](9180c4b))
    * re-enable vibekit by resolving runtime crash when using grok cli ([superagent-ai#77](https://github.com/involvex/super-agent-cli/issues/77)) ([bd78e9e](bd78e9e))
    
    ### Features
    
    * add configurable base URL support ([superagent-ai#19](https://github.com/involvex/super-agent-cli/issues/19)) ([07ec154](07ec154))
    * add model parameter support for CLI ([superagent-ai#29](https://github.com/involvex/super-agent-cli/issues/29)) ([6f8f9cf](6f8f9cf))
    * add support for auto-edit toggle ([superagent-ai#24](https://github.com/involvex/super-agent-cli/issues/24)) ([5183e4d](5183e4d))
    * add support for mcp ([superagent-ai#44](https://github.com/involvex/super-agent-cli/issues/44)) ([9c1d82b](9c1d82b))
    * git commands ([superagent-ai#41](https://github.com/involvex/super-agent-cli/issues/41)) ([9642bda](9642bda))
    * improve model configuration and settings management ([superagent-ai#59](https://github.com/involvex/super-agent-cli/issues/59)) ([5a4b2c8](5a4b2c8))
    * save selected model ([superagent-ai#39](https://github.com/involvex/super-agent-cli/issues/39)) ([c00feda](c00feda))
    
    ### Styles
    
    * apply prettier formatting and rename package ([9ef7633](9ef7633))
    
    ### BREAKING CHANGES
    
    * package renamed from @vibe-kit/grok-cli to @involvex/super-agent-cli
    involvex committed Jan 30, 2026
    Configuration menu
    Copy the full SHA
    ef94683 View commit details
    Browse the repository at this point in the history
  2. feat(ui): add provider selection and configuration viewer components

    This commit introduces new UI components for managing AI providers and viewing configuration:
    - New ProviderSelection component for navigating and switching between configured AI providers with keyboard navigation
    - New ConfigViewer component for displaying current configuration details (active provider, API key status, model, theme)
    - Updated useInputHandler hook with state management for provider selection and config viewer modes
    - Modified chat-interface to conditionally render the new components based on current mode
    - Replaced inline config/provider display with interactive modal-like components
    - Reformatted CHANGELOG to follow consistent style
    - Updated CI workflow to use Bun for faster builds and dependency installation
    involvex committed Jan 30, 2026
    Configuration menu
    Copy the full SHA
    6eca4ce View commit details
    Browse the repository at this point in the history
  3. v0.0.44

    involvex committed Jan 30, 2026
    Configuration menu
    Copy the full SHA
    1fcc9d5 View commit details
    Browse the repository at this point in the history
Loading