Skip to content

feat: add model parameter support for CLI#29

Merged
homanp merged 1 commit intosuperagent-ai:mainfrom
z23cc:feat/model-parameter-support
Jul 23, 2025
Merged

feat: add model parameter support for CLI#29
homanp merged 1 commit intosuperagent-ai:mainfrom
z23cc:feat/model-parameter-support

Conversation

@z23cc
Copy link
Contributor

@z23cc z23cc commented Jul 23, 2025

  • Add --model/-m CLI option to specify AI model
  • Update GrokAgent constructor to accept model parameter
  • Pass model parameter to GrokClient for initialization
  • Add model selection documentation to README
  • Enable support for multiple AI models (Grok, Gemini, Claude, etc.)

- Add --model/-m CLI option to specify AI model
- Update GrokAgent constructor to accept model parameter
- Pass model parameter to GrokClient for initialization
- Add model selection documentation to README
- Enable support for multiple AI models (Grok, Gemini, Claude, etc.)

Usage: grok --model gemini-2.5-pro --api-key YOUR_KEY

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Copy link
Contributor

@homanp homanp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great! Thanks!

@homanp homanp merged commit 6f8f9cf into superagent-ai:main Jul 23, 2025
2 checks passed
jasonkneen pushed a commit to jasonkneen/grok-cli that referenced this pull request Jul 24, 2025
involvex added a commit to involvex/super-agent-cli that referenced this pull request Jan 30, 2026
### 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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 30, 2026
### 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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 30, 2026
### 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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 30, 2026
### 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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 30, 2026
### 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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 30, 2026
## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 30, 2026
### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 30, 2026
## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 30, 2026
### Features

- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 30, 2026
### Features

- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](41c2e89))

## [0.0.47](v0.0.46...v0.0.47) (2026-01-30)

## [0.0.46](v0.0.45...v0.0.46) (2026-01-30)

### Features

- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 30, 2026
### Features

- **provider:** enable runtime provider switching ([087a57d](087a57d))

## [0.0.48](v0.0.47...v0.0.48) (2026-01-30)

### Features

- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](41c2e89))

## [0.0.47](v0.0.46...v0.0.47) (2026-01-30)

## [0.0.46](v0.0.45...v0.0.46) (2026-01-30)

### Features

- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 30, 2026
### Features

- **chat:** add chat session persistence commands ([a443eab](a443eab))

## [0.0.49](v0.0.48...v0.0.49) (2026-01-30)

### Features

- **provider:** enable runtime provider switching ([087a57d](087a57d))

## [0.0.48](v0.0.47...v0.0.48) (2026-01-30)

### Features

- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](41c2e89))

## [0.0.47](v0.0.46...v0.0.47) (2026-01-30)

## [0.0.46](v0.0.45...v0.0.46) (2026-01-30)

### Features

- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 30, 2026
### Features

- **mcp:** add MCP server management commands ([08c24fd](08c24fd))

## [0.0.50](v0.0.49...v0.0.50) (2026-01-30)

### Features

- **chat:** add chat session persistence commands ([a443eab](a443eab))

## [0.0.49](v0.0.48...v0.0.49) (2026-01-30)

### Features

- **provider:** enable runtime provider switching ([087a57d](087a57d))

## [0.0.48](v0.0.47...v0.0.48) (2026-01-30)

### Features

- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](41c2e89))

## [0.0.47](v0.0.46...v0.0.47) (2026-01-30)

## [0.0.46](v0.0.45...v0.0.46) (2026-01-30)

### Features

- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 30, 2026
### Features

- **plugins:** add plugin system with management commands ([eeb78d0](eeb78d0))

## [0.0.52](v0.0.51...v0.0.52) (2026-01-30)

## [0.0.51](v0.0.50...v0.0.51) (2026-01-30)

### Features

- **mcp:** add MCP server management commands ([08c24fd](08c24fd))

## [0.0.50](v0.0.49...v0.0.50) (2026-01-30)

### Features

- **chat:** add chat session persistence commands ([a443eab](a443eab))

## [0.0.49](v0.0.48...v0.0.49) (2026-01-30)

### Features

- **provider:** enable runtime provider switching ([087a57d](087a57d))

## [0.0.48](v0.0.47...v0.0.48) (2026-01-30)

### Features

- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](41c2e89))

## [0.0.47](v0.0.46...v0.0.47) (2026-01-30)

## [0.0.46](v0.0.45...v0.0.46) (2026-01-30)

### Features

- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 30, 2026
### Features

- **web:** add web interface for CLI interaction ([7cfa7c3](7cfa7c3)), closes [#web-interface](https://github.com/involvex/super-agent-cli/issues/web-interface)

## [0.0.54](v0.0.53...v0.0.54) (2026-01-30)

### Features

- **indexing:** add file indexing system for faster search ([4f4d0c5](4f4d0c5))

## [0.0.53](v0.0.52...v0.0.53) (2026-01-30)

### Features

- **plugins:** add plugin system with management commands ([eeb78d0](eeb78d0))

## [0.0.52](v0.0.51...v0.0.52) (2026-01-30)

## [0.0.51](v0.0.50...v0.0.51) (2026-01-30)

### Features

- **mcp:** add MCP server management commands ([08c24fd](08c24fd))

## [0.0.50](v0.0.49...v0.0.50) (2026-01-30)

### Features

- **chat:** add chat session persistence commands ([a443eab](a443eab))

## [0.0.49](v0.0.48...v0.0.49) (2026-01-30)

### Features

- **provider:** enable runtime provider switching ([087a57d](087a57d))

## [0.0.48](v0.0.47...v0.0.48) (2026-01-30)

### Features

- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](41c2e89))

## [0.0.47](v0.0.46...v0.0.47) (2026-01-30)

## [0.0.46](v0.0.45...v0.0.46) (2026-01-30)

### Features

- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 30, 2026
### Features

- **web:** add session management and enhanced UI with sidebar ([6e82cad](6e82cad))

## [0.0.56](v0.0.55...v0.0.56) (2026-01-30)

## [0.0.55](v0.0.54...v0.0.55) (2026-01-30)

### Features

- **web:** add web interface for CLI interaction ([7cfa7c3](7cfa7c3)), closes [#web-interface](https://github.com/involvex/super-agent-cli/issues/web-interface)

## [0.0.54](v0.0.53...v0.0.54) (2026-01-30)

### Features

- **indexing:** add file indexing system for faster search ([4f4d0c5](4f4d0c5))

## [0.0.53](v0.0.52...v0.0.53) (2026-01-30)

### Features

- **plugins:** add plugin system with management commands ([eeb78d0](eeb78d0))

## [0.0.52](v0.0.51...v0.0.52) (2026-01-30)

## [0.0.51](v0.0.50...v0.0.51) (2026-01-30)

### Features

- **mcp:** add MCP server management commands ([08c24fd](08c24fd))

## [0.0.50](v0.0.49...v0.0.50) (2026-01-30)

### Features

- **chat:** add chat session persistence commands ([a443eab](a443eab))

## [0.0.49](v0.0.48...v0.0.49) (2026-01-30)

### Features

- **provider:** enable runtime provider switching ([087a57d](087a57d))

## [0.0.48](v0.0.47...v0.0.48) (2026-01-30)

### Features

- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](41c2e89))

## [0.0.47](v0.0.46...v0.0.47) (2026-01-30)

## [0.0.46](v0.0.45...v0.0.46) (2026-01-30)

### Features

- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 30, 2026
### Features

- **ui:** add banner utilities and branding assets ([69f8ef4](69f8ef4))

## [0.0.57](v0.0.56...v0.0.57) (2026-01-30)

### Features

- **web:** add session management and enhanced UI with sidebar ([6e82cad](6e82cad))

## [0.0.56](v0.0.55...v0.0.56) (2026-01-30)

## [0.0.55](v0.0.54...v0.0.55) (2026-01-30)

### Features

- **web:** add web interface for CLI interaction ([7cfa7c3](7cfa7c3)), closes [#web-interface](https://github.com/involvex/super-agent-cli/issues/web-interface)

## [0.0.54](v0.0.53...v0.0.54) (2026-01-30)

### Features

- **indexing:** add file indexing system for faster search ([4f4d0c5](4f4d0c5))

## [0.0.53](v0.0.52...v0.0.53) (2026-01-30)

### Features

- **plugins:** add plugin system with management commands ([eeb78d0](eeb78d0))

## [0.0.52](v0.0.51...v0.0.52) (2026-01-30)

## [0.0.51](v0.0.50...v0.0.51) (2026-01-30)

### Features

- **mcp:** add MCP server management commands ([08c24fd](08c24fd))

## [0.0.50](v0.0.49...v0.0.50) (2026-01-30)

### Features

- **chat:** add chat session persistence commands ([a443eab](a443eab))

## [0.0.49](v0.0.48...v0.0.49) (2026-01-30)

### Features

- **provider:** enable runtime provider switching ([087a57d](087a57d))

## [0.0.48](v0.0.47...v0.0.48) (2026-01-30)

### Features

- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](41c2e89))

## [0.0.47](v0.0.46...v0.0.47) (2026-01-30)

## [0.0.46](v0.0.45...v0.0.46) (2026-01-30)

### Features

- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 30, 2026
### Features

- **plugins:** enhance plugin installation to support GitHub repos and local directories ([a4b448a](a4b448a))

## [0.0.58](v0.0.57...v0.0.58) (2026-01-30)

### Features

- **ui:** add banner utilities and branding assets ([69f8ef4](69f8ef4))

## [0.0.57](v0.0.56...v0.0.57) (2026-01-30)

### Features

- **web:** add session management and enhanced UI with sidebar ([6e82cad](6e82cad))

## [0.0.56](v0.0.55...v0.0.56) (2026-01-30)

## [0.0.55](v0.0.54...v0.0.55) (2026-01-30)

### Features

- **web:** add web interface for CLI interaction ([7cfa7c3](7cfa7c3)), closes [#web-interface](https://github.com/involvex/super-agent-cli/issues/web-interface)

## [0.0.54](v0.0.53...v0.0.54) (2026-01-30)

### Features

- **indexing:** add file indexing system for faster search ([4f4d0c5](4f4d0c5))

## [0.0.53](v0.0.52...v0.0.53) (2026-01-30)

### Features

- **plugins:** add plugin system with management commands ([eeb78d0](eeb78d0))

## [0.0.52](v0.0.51...v0.0.52) (2026-01-30)

## [0.0.51](v0.0.50...v0.0.51) (2026-01-30)

### Features

- **mcp:** add MCP server management commands ([08c24fd](08c24fd))

## [0.0.50](v0.0.49...v0.0.50) (2026-01-30)

### Features

- **chat:** add chat session persistence commands ([a443eab](a443eab))

## [0.0.49](v0.0.48...v0.0.49) (2026-01-30)

### Features

- **provider:** enable runtime provider switching ([087a57d](087a57d))

## [0.0.48](v0.0.47...v0.0.48) (2026-01-30)

### Features

- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](41c2e89))

## [0.0.47](v0.0.46...v0.0.47) (2026-01-30)

## [0.0.46](v0.0.45...v0.0.46) (2026-01-30)

### Features

- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 30, 2026
### Features

* **plugins:** enhance plugin installation to support GitHub repos and local directories ([a4b448a](a4b448a))

## [0.0.58](v0.0.57...v0.0.58) (2026-01-30)

### Features

* **ui:** add banner utilities and branding assets ([69f8ef4](69f8ef4))

## [0.0.57](v0.0.56...v0.0.57) (2026-01-30)

### Features

* **web:** add session management and enhanced UI with sidebar ([6e82cad](6e82cad))

## [0.0.56](v0.0.55...v0.0.56) (2026-01-30)

## [0.0.55](v0.0.54...v0.0.55) (2026-01-30)

### Features

* **web:** add web interface for CLI interaction ([7cfa7c3](7cfa7c3)), closes [#web-interface](https://github.com/involvex/super-agent-cli/issues/web-interface)

## [0.0.54](v0.0.53...v0.0.54) (2026-01-30)

### Features

* **indexing:** add file indexing system for faster search ([4f4d0c5](4f4d0c5))

## [0.0.53](v0.0.52...v0.0.53) (2026-01-30)

### Features

* **plugins:** add plugin system with management commands ([eeb78d0](eeb78d0))

## [0.0.52](v0.0.51...v0.0.52) (2026-01-30)

## [0.0.51](v0.0.50...v0.0.51) (2026-01-30)

### Features

* **mcp:** add MCP server management commands ([08c24fd](08c24fd))

## [0.0.50](v0.0.49...v0.0.50) (2026-01-30)

### Features

* **chat:** add chat session persistence commands ([a443eab](a443eab))

## [0.0.49](v0.0.48...v0.0.49) (2026-01-30)

### Features

* **provider:** enable runtime provider switching ([087a57d](087a57d))

## [0.0.48](v0.0.47...v0.0.48) (2026-01-30)

### Features

* **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](41c2e89))

## [0.0.47](v0.0.46...v0.0.47) (2026-01-30)

## [0.0.46](v0.0.45...v0.0.46) (2026-01-30)

### Features

* **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

* **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 30, 2026
### Features

- **plugins:** add workspace configuration for plugins monorepo structure ([bac2647](bac2647))

## [0.0.60](v0.0.59...v0.0.60) (2026-01-30)

## [0.0.59](v0.0.58...v0.0.59) (2026-01-30)

### Features

- **plugins:** enhance plugin installation to support GitHub repos and local directories ([a4b448a](a4b448a))

## [0.0.58](v0.0.57...v0.0.58) (2026-01-30)

### Features

- **ui:** add banner utilities and branding assets ([69f8ef4](69f8ef4))

## [0.0.57](v0.0.56...v0.0.57) (2026-01-30)

### Features

- **web:** add session management and enhanced UI with sidebar ([6e82cad](6e82cad))

## [0.0.56](v0.0.55...v0.0.56) (2026-01-30)

## [0.0.55](v0.0.54...v0.0.55) (2026-01-30)

### Features

- **web:** add web interface for CLI interaction ([7cfa7c3](7cfa7c3)), closes [#web-interface](https://github.com/involvex/super-agent-cli/issues/web-interface)

## [0.0.54](v0.0.53...v0.0.54) (2026-01-30)

### Features

- **indexing:** add file indexing system for faster search ([4f4d0c5](4f4d0c5))

## [0.0.53](v0.0.52...v0.0.53) (2026-01-30)

### Features

- **plugins:** add plugin system with management commands ([eeb78d0](eeb78d0))

## [0.0.52](v0.0.51...v0.0.52) (2026-01-30)

## [0.0.51](v0.0.50...v0.0.51) (2026-01-30)

### Features

- **mcp:** add MCP server management commands ([08c24fd](08c24fd))

## [0.0.50](v0.0.49...v0.0.50) (2026-01-30)

### Features

- **chat:** add chat session persistence commands ([a443eab](a443eab))

## [0.0.49](v0.0.48...v0.0.49) (2026-01-30)

### Features

- **provider:** enable runtime provider switching ([087a57d](087a57d))

## [0.0.48](v0.0.47...v0.0.48) (2026-01-30)

### Features

- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](41c2e89))

## [0.0.47](v0.0.46...v0.0.47) (2026-01-30)

## [0.0.46](v0.0.45...v0.0.46) (2026-01-30)

### Features

- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 30, 2026
### Features

- **cli:** refactor command architecture and introduce agents/skills management ([0bef26e](0bef26e))

## [0.0.61](v0.0.60...v0.0.61) (2026-01-30)

### Features

- **plugins:** add workspace configuration for plugins monorepo structure ([bac2647](bac2647))

## [0.0.60](v0.0.59...v0.0.60) (2026-01-30)

## [0.0.59](v0.0.58...v0.0.59) (2026-01-30)

### Features

- **plugins:** enhance plugin installation to support GitHub repos and local directories ([a4b448a](a4b448a))

## [0.0.58](v0.0.57...v0.0.58) (2026-01-30)

### Features

- **ui:** add banner utilities and branding assets ([69f8ef4](69f8ef4))

## [0.0.57](v0.0.56...v0.0.57) (2026-01-30)

### Features

- **web:** add session management and enhanced UI with sidebar ([6e82cad](6e82cad))

## [0.0.56](v0.0.55...v0.0.56) (2026-01-30)

## [0.0.55](v0.0.54...v0.0.55) (2026-01-30)

### Features

- **web:** add web interface for CLI interaction ([7cfa7c3](7cfa7c3)), closes [#web-interface](https://github.com/involvex/super-agent-cli/issues/web-interface)

## [0.0.54](v0.0.53...v0.0.54) (2026-01-30)

### Features

- **indexing:** add file indexing system for faster search ([4f4d0c5](4f4d0c5))

## [0.0.53](v0.0.52...v0.0.53) (2026-01-30)

### Features

- **plugins:** add plugin system with management commands ([eeb78d0](eeb78d0))

## [0.0.52](v0.0.51...v0.0.52) (2026-01-30)

## [0.0.51](v0.0.50...v0.0.51) (2026-01-30)

### Features

- **mcp:** add MCP server management commands ([08c24fd](08c24fd))

## [0.0.50](v0.0.49...v0.0.50) (2026-01-30)

### Features

- **chat:** add chat session persistence commands ([a443eab](a443eab))

## [0.0.49](v0.0.48...v0.0.49) (2026-01-30)

### Features

- **provider:** enable runtime provider switching ([087a57d](087a57d))

## [0.0.48](v0.0.47...v0.0.48) (2026-01-30)

### Features

- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](41c2e89))

## [0.0.47](v0.0.46...v0.0.47) (2026-01-30)

## [0.0.46](v0.0.45...v0.0.46) (2026-01-30)

### Features

- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 30, 2026
### Features

- **cli:** add import command for cross-assistant resource migration ([2f0b1cc](2f0b1cc))
- **provider:** add /provider set-key command for direct API key configuration ([79dce9b](79dce9b))

## [0.0.62](v0.0.61...v0.0.62) (2026-01-30)

### Features

- **cli:** refactor command architecture and introduce agents/skills management ([0bef26e](0bef26e))

## [0.0.61](v0.0.60...v0.0.61) (2026-01-30)

### Features

- **plugins:** add workspace configuration for plugins monorepo structure ([bac2647](bac2647))

## [0.0.60](v0.0.59...v0.0.60) (2026-01-30)

## [0.0.59](v0.0.58...v0.0.59) (2026-01-30)

### Features

- **plugins:** enhance plugin installation to support GitHub repos and local directories ([a4b448a](a4b448a))

## [0.0.58](v0.0.57...v0.0.58) (2026-01-30)

### Features

- **ui:** add banner utilities and branding assets ([69f8ef4](69f8ef4))

## [0.0.57](v0.0.56...v0.0.57) (2026-01-30)

### Features

- **web:** add session management and enhanced UI with sidebar ([6e82cad](6e82cad))

## [0.0.56](v0.0.55...v0.0.56) (2026-01-30)

## [0.0.55](v0.0.54...v0.0.55) (2026-01-30)

### Features

- **web:** add web interface for CLI interaction ([7cfa7c3](7cfa7c3)), closes [#web-interface](https://github.com/involvex/super-agent-cli/issues/web-interface)

## [0.0.54](v0.0.53...v0.0.54) (2026-01-30)

### Features

- **indexing:** add file indexing system for faster search ([4f4d0c5](4f4d0c5))

## [0.0.53](v0.0.52...v0.0.53) (2026-01-30)

### Features

- **plugins:** add plugin system with management commands ([eeb78d0](eeb78d0))

## [0.0.52](v0.0.51...v0.0.52) (2026-01-30)

## [0.0.51](v0.0.50...v0.0.51) (2026-01-30)

### Features

- **mcp:** add MCP server management commands ([08c24fd](08c24fd))

## [0.0.50](v0.0.49...v0.0.50) (2026-01-30)

### Features

- **chat:** add chat session persistence commands ([a443eab](a443eab))

## [0.0.49](v0.0.48...v0.0.49) (2026-01-30)

### Features

- **provider:** enable runtime provider switching ([087a57d](087a57d))

## [0.0.48](v0.0.47...v0.0.48) (2026-01-30)

### Features

- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](41c2e89))

## [0.0.47](v0.0.46...v0.0.47) (2026-01-30)

## [0.0.46](v0.0.45...v0.0.46) (2026-01-30)

### Features

- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 30, 2026
### Features

- **core:** add listModels capability and Cloudflare Workers AI support ([17bd521](17bd521))

## [0.0.63](v0.0.62...v0.0.63) (2026-01-30)

### Features

- **cli:** add import command for cross-assistant resource migration ([2f0b1cc](2f0b1cc))
- **provider:** add /provider set-key command for direct API key configuration ([79dce9b](79dce9b))

## [0.0.62](v0.0.61...v0.0.62) (2026-01-30)

### Features

- **cli:** refactor command architecture and introduce agents/skills management ([0bef26e](0bef26e))

## [0.0.61](v0.0.60...v0.0.61) (2026-01-30)

### Features

- **plugins:** add workspace configuration for plugins monorepo structure ([bac2647](bac2647))

## [0.0.60](v0.0.59...v0.0.60) (2026-01-30)

## [0.0.59](v0.0.58...v0.0.59) (2026-01-30)

### Features

- **plugins:** enhance plugin installation to support GitHub repos and local directories ([a4b448a](a4b448a))

## [0.0.58](v0.0.57...v0.0.58) (2026-01-30)

### Features

- **ui:** add banner utilities and branding assets ([69f8ef4](69f8ef4))

## [0.0.57](v0.0.56...v0.0.57) (2026-01-30)

### Features

- **web:** add session management and enhanced UI with sidebar ([6e82cad](6e82cad))

## [0.0.56](v0.0.55...v0.0.56) (2026-01-30)

## [0.0.55](v0.0.54...v0.0.55) (2026-01-30)

### Features

- **web:** add web interface for CLI interaction ([7cfa7c3](7cfa7c3)), closes [#web-interface](https://github.com/involvex/super-agent-cli/issues/web-interface)

## [0.0.54](v0.0.53...v0.0.54) (2026-01-30)

### Features

- **indexing:** add file indexing system for faster search ([4f4d0c5](4f4d0c5))

## [0.0.53](v0.0.52...v0.0.53) (2026-01-30)

### Features

- **plugins:** add plugin system with management commands ([eeb78d0](eeb78d0))

## [0.0.52](v0.0.51...v0.0.52) (2026-01-30)

## [0.0.51](v0.0.50...v0.0.51) (2026-01-30)

### Features

- **mcp:** add MCP server management commands ([08c24fd](08c24fd))

## [0.0.50](v0.0.49...v0.0.50) (2026-01-30)

### Features

- **chat:** add chat session persistence commands ([a443eab](a443eab))

## [0.0.49](v0.0.48...v0.0.49) (2026-01-30)

### Features

- **provider:** enable runtime provider switching ([087a57d](087a57d))

## [0.0.48](v0.0.47...v0.0.48) (2026-01-30)

### Features

- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](41c2e89))

## [0.0.47](v0.0.46...v0.0.47) (2026-01-30)

## [0.0.46](v0.0.45...v0.0.46) (2026-01-30)

### Features

- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 30, 2026
### Features

- **commands:** add /doctor and /commands slash commands ([7631bc2](7631bc2))

## [0.0.64](v0.0.63...v0.0.64) (2026-01-30)

### Features

- **core:** add listModels capability and Cloudflare Workers AI support ([17bd521](17bd521))

## [0.0.63](v0.0.62...v0.0.63) (2026-01-30)

### Features

- **cli:** add import command for cross-assistant resource migration ([2f0b1cc](2f0b1cc))
- **provider:** add /provider set-key command for direct API key configuration ([79dce9b](79dce9b))

## [0.0.62](v0.0.61...v0.0.62) (2026-01-30)

### Features

- **cli:** refactor command architecture and introduce agents/skills management ([0bef26e](0bef26e))

## [0.0.61](v0.0.60...v0.0.61) (2026-01-30)

### Features

- **plugins:** add workspace configuration for plugins monorepo structure ([bac2647](bac2647))

## [0.0.60](v0.0.59...v0.0.60) (2026-01-30)

## [0.0.59](v0.0.58...v0.0.59) (2026-01-30)

### Features

- **plugins:** enhance plugin installation to support GitHub repos and local directories ([a4b448a](a4b448a))

## [0.0.58](v0.0.57...v0.0.58) (2026-01-30)

### Features

- **ui:** add banner utilities and branding assets ([69f8ef4](69f8ef4))

## [0.0.57](v0.0.56...v0.0.57) (2026-01-30)

### Features

- **web:** add session management and enhanced UI with sidebar ([6e82cad](6e82cad))

## [0.0.56](v0.0.55...v0.0.56) (2026-01-30)

## [0.0.55](v0.0.54...v0.0.55) (2026-01-30)

### Features

- **web:** add web interface for CLI interaction ([7cfa7c3](7cfa7c3)), closes [#web-interface](https://github.com/involvex/super-agent-cli/issues/web-interface)

## [0.0.54](v0.0.53...v0.0.54) (2026-01-30)

### Features

- **indexing:** add file indexing system for faster search ([4f4d0c5](4f4d0c5))

## [0.0.53](v0.0.52...v0.0.53) (2026-01-30)

### Features

- **plugins:** add plugin system with management commands ([eeb78d0](eeb78d0))

## [0.0.52](v0.0.51...v0.0.52) (2026-01-30)

## [0.0.51](v0.0.50...v0.0.51) (2026-01-30)

### Features

- **mcp:** add MCP server management commands ([08c24fd](08c24fd))

## [0.0.50](v0.0.49...v0.0.50) (2026-01-30)

### Features

- **chat:** add chat session persistence commands ([a443eab](a443eab))

## [0.0.49](v0.0.48...v0.0.49) (2026-01-30)

### Features

- **provider:** enable runtime provider switching ([087a57d](087a57d))

## [0.0.48](v0.0.47...v0.0.48) (2026-01-30)

### Features

- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](41c2e89))

## [0.0.47](v0.0.46...v0.0.47) (2026-01-30)

## [0.0.46](v0.0.45...v0.0.46) (2026-01-30)

### Features

- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 30, 2026
### Features

- **commands:** add custom slash commands with add/remove/list support ([6fe05af](6fe05af))

## [0.0.65](v0.0.64...v0.0.65) (2026-01-30)

### Features

- **commands:** add /doctor and /commands slash commands ([7631bc2](7631bc2))

## [0.0.64](v0.0.63...v0.0.64) (2026-01-30)

### Features

- **core:** add listModels capability and Cloudflare Workers AI support ([17bd521](17bd521))

## [0.0.63](v0.0.62...v0.0.63) (2026-01-30)

### Features

- **cli:** add import command for cross-assistant resource migration ([2f0b1cc](2f0b1cc))
- **provider:** add /provider set-key command for direct API key configuration ([79dce9b](79dce9b))

## [0.0.62](v0.0.61...v0.0.62) (2026-01-30)

### Features

- **cli:** refactor command architecture and introduce agents/skills management ([0bef26e](0bef26e))

## [0.0.61](v0.0.60...v0.0.61) (2026-01-30)

### Features

- **plugins:** add workspace configuration for plugins monorepo structure ([bac2647](bac2647))

## [0.0.60](v0.0.59...v0.0.60) (2026-01-30)

## [0.0.59](v0.0.58...v0.0.59) (2026-01-30)

### Features

- **plugins:** enhance plugin installation to support GitHub repos and local directories ([a4b448a](a4b448a))

## [0.0.58](v0.0.57...v0.0.58) (2026-01-30)

### Features

- **ui:** add banner utilities and branding assets ([69f8ef4](69f8ef4))

## [0.0.57](v0.0.56...v0.0.57) (2026-01-30)

### Features

- **web:** add session management and enhanced UI with sidebar ([6e82cad](6e82cad))

## [0.0.56](v0.0.55...v0.0.56) (2026-01-30)

## [0.0.55](v0.0.54...v0.0.55) (2026-01-30)

### Features

- **web:** add web interface for CLI interaction ([7cfa7c3](7cfa7c3)), closes [#web-interface](https://github.com/involvex/super-agent-cli/issues/web-interface)

## [0.0.54](v0.0.53...v0.0.54) (2026-01-30)

### Features

- **indexing:** add file indexing system for faster search ([4f4d0c5](4f4d0c5))

## [0.0.53](v0.0.52...v0.0.53) (2026-01-30)

### Features

- **plugins:** add plugin system with management commands ([eeb78d0](eeb78d0))

## [0.0.52](v0.0.51...v0.0.52) (2026-01-30)

## [0.0.51](v0.0.50...v0.0.51) (2026-01-30)

### Features

- **mcp:** add MCP server management commands ([08c24fd](08c24fd))

## [0.0.50](v0.0.49...v0.0.50) (2026-01-30)

### Features

- **chat:** add chat session persistence commands ([a443eab](a443eab))

## [0.0.49](v0.0.48...v0.0.49) (2026-01-30)

### Features

- **provider:** enable runtime provider switching ([087a57d](087a57d))

## [0.0.48](v0.0.47...v0.0.48) (2026-01-30)

### Features

- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](41c2e89))

## [0.0.47](v0.0.46...v0.0.47) (2026-01-30)

## [0.0.46](v0.0.45...v0.0.46) (2026-01-30)

### Features

- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 30, 2026
### Features

- **input:** enable runtime extension of slash commands with user settings integration ([cb705f4](cb705f4))

## [0.0.66](v0.0.65...v0.0.66) (2026-01-30)

### Features

- **commands:** add custom slash commands with add/remove/list support ([6fe05af](6fe05af))

## [0.0.65](v0.0.64...v0.0.65) (2026-01-30)

### Features

- **commands:** add /doctor and /commands slash commands ([7631bc2](7631bc2))

## [0.0.64](v0.0.63...v0.0.64) (2026-01-30)

### Features

- **core:** add listModels capability and Cloudflare Workers AI support ([17bd521](17bd521))

## [0.0.63](v0.0.62...v0.0.63) (2026-01-30)

### Features

- **cli:** add import command for cross-assistant resource migration ([2f0b1cc](2f0b1cc))
- **provider:** add /provider set-key command for direct API key configuration ([79dce9b](79dce9b))

## [0.0.62](v0.0.61...v0.0.62) (2026-01-30)

### Features

- **cli:** refactor command architecture and introduce agents/skills management ([0bef26e](0bef26e))

## [0.0.61](v0.0.60...v0.0.61) (2026-01-30)

### Features

- **plugins:** add workspace configuration for plugins monorepo structure ([bac2647](bac2647))

## [0.0.60](v0.0.59...v0.0.60) (2026-01-30)

## [0.0.59](v0.0.58...v0.0.59) (2026-01-30)

### Features

- **plugins:** enhance plugin installation to support GitHub repos and local directories ([a4b448a](a4b448a))

## [0.0.58](v0.0.57...v0.0.58) (2026-01-30)

### Features

- **ui:** add banner utilities and branding assets ([69f8ef4](69f8ef4))

## [0.0.57](v0.0.56...v0.0.57) (2026-01-30)

### Features

- **web:** add session management and enhanced UI with sidebar ([6e82cad](6e82cad))

## [0.0.56](v0.0.55...v0.0.56) (2026-01-30)

## [0.0.55](v0.0.54...v0.0.55) (2026-01-30)

### Features

- **web:** add web interface for CLI interaction ([7cfa7c3](7cfa7c3)), closes [#web-interface](https://github.com/involvex/super-agent-cli/issues/web-interface)

## [0.0.54](v0.0.53...v0.0.54) (2026-01-30)

### Features

- **indexing:** add file indexing system for faster search ([4f4d0c5](4f4d0c5))

## [0.0.53](v0.0.52...v0.0.53) (2026-01-30)

### Features

- **plugins:** add plugin system with management commands ([eeb78d0](eeb78d0))

## [0.0.52](v0.0.51...v0.0.52) (2026-01-30)

## [0.0.51](v0.0.50...v0.0.51) (2026-01-30)

### Features

- **mcp:** add MCP server management commands ([08c24fd](08c24fd))

## [0.0.50](v0.0.49...v0.0.50) (2026-01-30)

### Features

- **chat:** add chat session persistence commands ([a443eab](a443eab))

## [0.0.49](v0.0.48...v0.0.49) (2026-01-30)

### Features

- **provider:** enable runtime provider switching ([087a57d](087a57d))

## [0.0.48](v0.0.47...v0.0.48) (2026-01-30)

### Features

- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](41c2e89))

## [0.0.47](v0.0.46...v0.0.47) (2026-01-30)

## [0.0.46](v0.0.45...v0.0.46) (2026-01-30)

### Features

- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 30, 2026
### Features

- **input:** update agent provider when switching ([03577d9](03577d9))
- **settings:** add zai provider support ([5e9d918](5e9d918))

## [0.0.67](v0.0.66...v0.0.67) (2026-01-30)

### Features

- **input:** enable runtime extension of slash commands with user settings integration ([cb705f4](cb705f4))

## [0.0.66](v0.0.65...v0.0.66) (2026-01-30)

### Features

- **commands:** add custom slash commands with add/remove/list support ([6fe05af](6fe05af))

## [0.0.65](v0.0.64...v0.0.65) (2026-01-30)

### Features

- **commands:** add /doctor and /commands slash commands ([7631bc2](7631bc2))

## [0.0.64](v0.0.63...v0.0.64) (2026-01-30)

### Features

- **core:** add listModels capability and Cloudflare Workers AI support ([17bd521](17bd521))

## [0.0.63](v0.0.62...v0.0.63) (2026-01-30)

### Features

- **cli:** add import command for cross-assistant resource migration ([2f0b1cc](2f0b1cc))
- **provider:** add /provider set-key command for direct API key configuration ([79dce9b](79dce9b))

## [0.0.62](v0.0.61...v0.0.62) (2026-01-30)

### Features

- **cli:** refactor command architecture and introduce agents/skills management ([0bef26e](0bef26e))

## [0.0.61](v0.0.60...v0.0.61) (2026-01-30)

### Features

- **plugins:** add workspace configuration for plugins monorepo structure ([bac2647](bac2647))

## [0.0.60](v0.0.59...v0.0.60) (2026-01-30)

## [0.0.59](v0.0.58...v0.0.59) (2026-01-30)

### Features

- **plugins:** enhance plugin installation to support GitHub repos and local directories ([a4b448a](a4b448a))

## [0.0.58](v0.0.57...v0.0.58) (2026-01-30)

### Features

- **ui:** add banner utilities and branding assets ([69f8ef4](69f8ef4))

## [0.0.57](v0.0.56...v0.0.57) (2026-01-30)

### Features

- **web:** add session management and enhanced UI with sidebar ([6e82cad](6e82cad))

## [0.0.56](v0.0.55...v0.0.56) (2026-01-30)

## [0.0.55](v0.0.54...v0.0.55) (2026-01-30)

### Features

- **web:** add web interface for CLI interaction ([7cfa7c3](7cfa7c3)), closes [#web-interface](https://github.com/involvex/super-agent-cli/issues/web-interface)

## [0.0.54](v0.0.53...v0.0.54) (2026-01-30)

### Features

- **indexing:** add file indexing system for faster search ([4f4d0c5](4f4d0c5))

## [0.0.53](v0.0.52...v0.0.53) (2026-01-30)

### Features

- **plugins:** add plugin system with management commands ([eeb78d0](eeb78d0))

## [0.0.52](v0.0.51...v0.0.52) (2026-01-30)

## [0.0.51](v0.0.50...v0.0.51) (2026-01-30)

### Features

- **mcp:** add MCP server management commands ([08c24fd](08c24fd))

## [0.0.50](v0.0.49...v0.0.50) (2026-01-30)

### Features

- **chat:** add chat session persistence commands ([a443eab](a443eab))

## [0.0.49](v0.0.48...v0.0.49) (2026-01-30)

### Features

- **provider:** enable runtime provider switching ([087a57d](087a57d))

## [0.0.48](v0.0.47...v0.0.48) (2026-01-30)

### Features

- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](41c2e89))

## [0.0.47](v0.0.46...v0.0.47) (2026-01-30)

## [0.0.46](v0.0.45...v0.0.46) (2026-01-30)

### Features

- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 31, 2026
## [0.0.70](v0.0.69...v0.0.70) (2026-01-30)

### Features

- **settings:** add zai models, update default to glm-4 ([231f2a2](231f2a2))

## [0.0.69](v0.0.68...v0.0.69) (2026-01-30)

## [0.0.68](v0.0.67...v0.0.68) (2026-01-30)

### Features

- **input:** update agent provider when switching ([03577d9](03577d9))
- **settings:** add zai provider support ([5e9d918](5e9d918))

## [0.0.67](v0.0.66...v0.0.67) (2026-01-30)

### Features

- **input:** enable runtime extension of slash commands with user settings integration ([cb705f4](cb705f4))

## [0.0.66](v0.0.65...v0.0.66) (2026-01-30)

### Features

- **commands:** add custom slash commands with add/remove/list support ([6fe05af](6fe05af))

## [0.0.65](v0.0.64...v0.0.65) (2026-01-30)

### Features

- **commands:** add /doctor and /commands slash commands ([7631bc2](7631bc2))

## [0.0.64](v0.0.63...v0.0.64) (2026-01-30)

### Features

- **core:** add listModels capability and Cloudflare Workers AI support ([17bd521](17bd521))

## [0.0.63](v0.0.62...v0.0.63) (2026-01-30)

### Features

- **cli:** add import command for cross-assistant resource migration ([2f0b1cc](2f0b1cc))
- **provider:** add /provider set-key command for direct API key configuration ([79dce9b](79dce9b))

## [0.0.62](v0.0.61...v0.0.62) (2026-01-30)

### Features

- **cli:** refactor command architecture and introduce agents/skills management ([0bef26e](0bef26e))

## [0.0.61](v0.0.60...v0.0.61) (2026-01-30)

### Features

- **plugins:** add workspace configuration for plugins monorepo structure ([bac2647](bac2647))

## [0.0.60](v0.0.59...v0.0.60) (2026-01-30)

## [0.0.59](v0.0.58...v0.0.59) (2026-01-30)

### Features

- **plugins:** enhance plugin installation to support GitHub repos and local directories ([a4b448a](a4b448a))

## [0.0.58](v0.0.57...v0.0.58) (2026-01-30)

### Features

- **ui:** add banner utilities and branding assets ([69f8ef4](69f8ef4))

## [0.0.57](v0.0.56...v0.0.57) (2026-01-30)

### Features

- **web:** add session management and enhanced UI with sidebar ([6e82cad](6e82cad))

## [0.0.56](v0.0.55...v0.0.56) (2026-01-30)

## [0.0.55](v0.0.54...v0.0.55) (2026-01-30)

### Features

- **web:** add web interface for CLI interaction ([7cfa7c3](7cfa7c3)), closes [#web-interface](https://github.com/involvex/super-agent-cli/issues/web-interface)

## [0.0.54](v0.0.53...v0.0.54) (2026-01-30)

### Features

- **indexing:** add file indexing system for faster search ([4f4d0c5](4f4d0c5))

## [0.0.53](v0.0.52...v0.0.53) (2026-01-30)

### Features

- **plugins:** add plugin system with management commands ([eeb78d0](eeb78d0))

## [0.0.52](v0.0.51...v0.0.52) (2026-01-30)

## [0.0.51](v0.0.50...v0.0.51) (2026-01-30)

### Features

- **mcp:** add MCP server management commands ([08c24fd](08c24fd))

## [0.0.50](v0.0.49...v0.0.50) (2026-01-30)

### Features

- **chat:** add chat session persistence commands ([a443eab](a443eab))

## [0.0.49](v0.0.48...v0.0.49) (2026-01-30)

### Features

- **provider:** enable runtime provider switching ([087a57d](087a57d))

## [0.0.48](v0.0.47...v0.0.48) (2026-01-30)

### Features

- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](41c2e89))

## [0.0.47](v0.0.46...v0.0.47) (2026-01-30)

## [0.0.46](v0.0.45...v0.0.46) (2026-01-30)

### Features

- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 31, 2026
### Features

- **testing:** add comprehensive testing infrastructure with Vitest ([cb0d9bd](cb0d9bd))

## [0.0.71](v0.0.70...v0.0.71) (2026-01-31)

## [0.0.70](v0.0.69...v0.0.70) (2026-01-30)

### Features

- **settings:** add zai models, update default to glm-4 ([231f2a2](231f2a2))

## [0.0.69](v0.0.68...v0.0.69) (2026-01-30)

## [0.0.68](v0.0.67...v0.0.68) (2026-01-30)

### Features

- **input:** update agent provider when switching ([03577d9](03577d9))
- **settings:** add zai provider support ([5e9d918](5e9d918))

## [0.0.67](v0.0.66...v0.0.67) (2026-01-30)

### Features

- **input:** enable runtime extension of slash commands with user settings integration ([cb705f4](cb705f4))

## [0.0.66](v0.0.65...v0.0.66) (2026-01-30)

### Features

- **commands:** add custom slash commands with add/remove/list support ([6fe05af](6fe05af))

## [0.0.65](v0.0.64...v0.0.65) (2026-01-30)

### Features

- **commands:** add /doctor and /commands slash commands ([7631bc2](7631bc2))

## [0.0.64](v0.0.63...v0.0.64) (2026-01-30)

### Features

- **core:** add listModels capability and Cloudflare Workers AI support ([17bd521](17bd521))

## [0.0.63](v0.0.62...v0.0.63) (2026-01-30)

### Features

- **cli:** add import command for cross-assistant resource migration ([2f0b1cc](2f0b1cc))
- **provider:** add /provider set-key command for direct API key configuration ([79dce9b](79dce9b))

## [0.0.62](v0.0.61...v0.0.62) (2026-01-30)

### Features

- **cli:** refactor command architecture and introduce agents/skills management ([0bef26e](0bef26e))

## [0.0.61](v0.0.60...v0.0.61) (2026-01-30)

### Features

- **plugins:** add workspace configuration for plugins monorepo structure ([bac2647](bac2647))

## [0.0.60](v0.0.59...v0.0.60) (2026-01-30)

## [0.0.59](v0.0.58...v0.0.59) (2026-01-30)

### Features

- **plugins:** enhance plugin installation to support GitHub repos and local directories ([a4b448a](a4b448a))

## [0.0.58](v0.0.57...v0.0.58) (2026-01-30)

### Features

- **ui:** add banner utilities and branding assets ([69f8ef4](69f8ef4))

## [0.0.57](v0.0.56...v0.0.57) (2026-01-30)

### Features

- **web:** add session management and enhanced UI with sidebar ([6e82cad](6e82cad))

## [0.0.56](v0.0.55...v0.0.56) (2026-01-30)

## [0.0.55](v0.0.54...v0.0.55) (2026-01-30)

### Features

- **web:** add web interface for CLI interaction ([7cfa7c3](7cfa7c3)), closes [#web-interface](https://github.com/involvex/super-agent-cli/issues/web-interface)

## [0.0.54](v0.0.53...v0.0.54) (2026-01-30)

### Features

- **indexing:** add file indexing system for faster search ([4f4d0c5](4f4d0c5))

## [0.0.53](v0.0.52...v0.0.53) (2026-01-30)

### Features

- **plugins:** add plugin system with management commands ([eeb78d0](eeb78d0))

## [0.0.52](v0.0.51...v0.0.52) (2026-01-30)

## [0.0.51](v0.0.50...v0.0.51) (2026-01-30)

### Features

- **mcp:** add MCP server management commands ([08c24fd](08c24fd))

## [0.0.50](v0.0.49...v0.0.50) (2026-01-30)

### Features

- **chat:** add chat session persistence commands ([a443eab](a443eab))

## [0.0.49](v0.0.48...v0.0.49) (2026-01-30)

### Features

- **provider:** enable runtime provider switching ([087a57d](087a57d))

## [0.0.48](v0.0.47...v0.0.48) (2026-01-30)

### Features

- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](41c2e89))

## [0.0.47](v0.0.46...v0.0.47) (2026-01-30)

## [0.0.46](v0.0.45...v0.0.46) (2026-01-30)

### Features

- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 31, 2026
### Features

* **testing:** add comprehensive testing infrastructure with Vitest ([cb0d9bd](cb0d9bd))

## [0.0.71](v0.0.70...v0.0.71) (2026-01-31)

## [0.0.70](v0.0.69...v0.0.70) (2026-01-30)

### Features

* **settings:** add zai models, update default to glm-4 ([231f2a2](231f2a2))

## [0.0.69](v0.0.68...v0.0.69) (2026-01-30)

## [0.0.68](v0.0.67...v0.0.68) (2026-01-30)

### Features

* **input:** update agent provider when switching ([03577d9](03577d9))
* **settings:** add zai provider support ([5e9d918](5e9d918))

## [0.0.67](v0.0.66...v0.0.67) (2026-01-30)

### Features

* **input:** enable runtime extension of slash commands with user settings integration ([cb705f4](cb705f4))

## [0.0.66](v0.0.65...v0.0.66) (2026-01-30)

### Features

* **commands:** add custom slash commands with add/remove/list support ([6fe05af](6fe05af))

## [0.0.65](v0.0.64...v0.0.65) (2026-01-30)

### Features

* **commands:** add /doctor and /commands slash commands ([7631bc2](7631bc2))

## [0.0.64](v0.0.63...v0.0.64) (2026-01-30)

### Features

* **core:** add listModels capability and Cloudflare Workers AI support ([17bd521](17bd521))

## [0.0.63](v0.0.62...v0.0.63) (2026-01-30)

### Features

* **cli:** add import command for cross-assistant resource migration ([2f0b1cc](2f0b1cc))
* **provider:** add /provider set-key command for direct API key configuration ([79dce9b](79dce9b))

## [0.0.62](v0.0.61...v0.0.62) (2026-01-30)

### Features

* **cli:** refactor command architecture and introduce agents/skills management ([0bef26e](0bef26e))

## [0.0.61](v0.0.60...v0.0.61) (2026-01-30)

### Features

* **plugins:** add workspace configuration for plugins monorepo structure ([bac2647](bac2647))

## [0.0.60](v0.0.59...v0.0.60) (2026-01-30)

## [0.0.59](v0.0.58...v0.0.59) (2026-01-30)

### Features

* **plugins:** enhance plugin installation to support GitHub repos and local directories ([a4b448a](a4b448a))

## [0.0.58](v0.0.57...v0.0.58) (2026-01-30)

### Features

* **ui:** add banner utilities and branding assets ([69f8ef4](69f8ef4))

## [0.0.57](v0.0.56...v0.0.57) (2026-01-30)

### Features

* **web:** add session management and enhanced UI with sidebar ([6e82cad](6e82cad))

## [0.0.56](v0.0.55...v0.0.56) (2026-01-30)

## [0.0.55](v0.0.54...v0.0.55) (2026-01-30)

### Features

* **web:** add web interface for CLI interaction ([7cfa7c3](7cfa7c3)), closes [#web-interface](https://github.com/involvex/super-agent-cli/issues/web-interface)

## [0.0.54](v0.0.53...v0.0.54) (2026-01-30)

### Features

* **indexing:** add file indexing system for faster search ([4f4d0c5](4f4d0c5))

## [0.0.53](v0.0.52...v0.0.53) (2026-01-30)

### Features

* **plugins:** add plugin system with management commands ([eeb78d0](eeb78d0))

## [0.0.52](v0.0.51...v0.0.52) (2026-01-30)

## [0.0.51](v0.0.50...v0.0.51) (2026-01-30)

### Features

* **mcp:** add MCP server management commands ([08c24fd](08c24fd))

## [0.0.50](v0.0.49...v0.0.50) (2026-01-30)

### Features

* **chat:** add chat session persistence commands ([a443eab](a443eab))

## [0.0.49](v0.0.48...v0.0.49) (2026-01-30)

### Features

* **provider:** enable runtime provider switching ([087a57d](087a57d))

## [0.0.48](v0.0.47...v0.0.48) (2026-01-30)

### Features

* **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](41c2e89))

## [0.0.47](v0.0.46...v0.0.47) (2026-01-30)

## [0.0.46](v0.0.45...v0.0.46) (2026-01-30)

### Features

* **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

* **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 31, 2026
### Features

- **cli:** add about command to display package information ([cbe20e6](cbe20e6))
- **ui:** add password hashing to diff key generation ([8314d99](8314d99))

## [0.0.72](v0.0.71...v0.0.72) (2026-01-31)

### Features

- **testing:** add comprehensive testing infrastructure with Vitest ([cb0d9bd](cb0d9bd))

## [0.0.71](v0.0.70...v0.0.71) (2026-01-31)

## [0.0.70](v0.0.69...v0.0.70) (2026-01-30)

### Features

- **settings:** add zai models, update default to glm-4 ([231f2a2](231f2a2))

## [0.0.69](v0.0.68...v0.0.69) (2026-01-30)

## [0.0.68](v0.0.67...v0.0.68) (2026-01-30)

### Features

- **input:** update agent provider when switching ([03577d9](03577d9))
- **settings:** add zai provider support ([5e9d918](5e9d918))

## [0.0.67](v0.0.66...v0.0.67) (2026-01-30)

### Features

- **input:** enable runtime extension of slash commands with user settings integration ([cb705f4](cb705f4))

## [0.0.66](v0.0.65...v0.0.66) (2026-01-30)

### Features

- **commands:** add custom slash commands with add/remove/list support ([6fe05af](6fe05af))

## [0.0.65](v0.0.64...v0.0.65) (2026-01-30)

### Features

- **commands:** add /doctor and /commands slash commands ([7631bc2](7631bc2))

## [0.0.64](v0.0.63...v0.0.64) (2026-01-30)

### Features

- **core:** add listModels capability and Cloudflare Workers AI support ([17bd521](17bd521))

## [0.0.63](v0.0.62...v0.0.63) (2026-01-30)

### Features

- **cli:** add import command for cross-assistant resource migration ([2f0b1cc](2f0b1cc))
- **provider:** add /provider set-key command for direct API key configuration ([79dce9b](79dce9b))

## [0.0.62](v0.0.61...v0.0.62) (2026-01-30)

### Features

- **cli:** refactor command architecture and introduce agents/skills management ([0bef26e](0bef26e))

## [0.0.61](v0.0.60...v0.0.61) (2026-01-30)

### Features

- **plugins:** add workspace configuration for plugins monorepo structure ([bac2647](bac2647))

## [0.0.60](v0.0.59...v0.0.60) (2026-01-30)

## [0.0.59](v0.0.58...v0.0.59) (2026-01-30)

### Features

- **plugins:** enhance plugin installation to support GitHub repos and local directories ([a4b448a](a4b448a))

## [0.0.58](v0.0.57...v0.0.58) (2026-01-30)

### Features

- **ui:** add banner utilities and branding assets ([69f8ef4](69f8ef4))

## [0.0.57](v0.0.56...v0.0.57) (2026-01-30)

### Features

- **web:** add session management and enhanced UI with sidebar ([6e82cad](6e82cad))

## [0.0.56](v0.0.55...v0.0.56) (2026-01-30)

## [0.0.55](v0.0.54...v0.0.55) (2026-01-30)

### Features

- **web:** add web interface for CLI interaction ([7cfa7c3](7cfa7c3)), closes [#web-interface](https://github.com/involvex/super-agent-cli/issues/web-interface)

## [0.0.54](v0.0.53...v0.0.54) (2026-01-30)

### Features

- **indexing:** add file indexing system for faster search ([4f4d0c5](4f4d0c5))

## [0.0.53](v0.0.52...v0.0.53) (2026-01-30)

### Features

- **plugins:** add plugin system with management commands ([eeb78d0](eeb78d0))

## [0.0.52](v0.0.51...v0.0.52) (2026-01-30)

## [0.0.51](v0.0.50...v0.0.51) (2026-01-30)

### Features

- **mcp:** add MCP server management commands ([08c24fd](08c24fd))

## [0.0.50](v0.0.49...v0.0.50) (2026-01-30)

### Features

- **chat:** add chat session persistence commands ([a443eab](a443eab))

## [0.0.49](v0.0.48...v0.0.49) (2026-01-30)

### Features

- **provider:** enable runtime provider switching ([087a57d](087a57d))

## [0.0.48](v0.0.47...v0.0.48) (2026-01-30)

### Features

- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](41c2e89))

## [0.0.47](v0.0.46...v0.0.47) (2026-01-30)

## [0.0.46](v0.0.45...v0.0.46) (2026-01-30)

### Features

- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 31, 2026
## [0.0.73](v0.0.72...v0.0.73) (2026-01-31)

### Features

- **cli:** add about command to display package information ([cbe20e6](cbe20e6))
- **ui:** add password hashing to diff key generation ([8314d99](8314d99))

## [0.0.72](v0.0.71...v0.0.72) (2026-01-31)

### Features

- **testing:** add comprehensive testing infrastructure with Vitest ([cb0d9bd](cb0d9bd))

## [0.0.71](v0.0.70...v0.0.71) (2026-01-31)

## [0.0.70](v0.0.69...v0.0.70) (2026-01-30)

### Features

- **settings:** add zai models, update default to glm-4 ([231f2a2](231f2a2))

## [0.0.69](v0.0.68...v0.0.69) (2026-01-30)

## [0.0.68](v0.0.67...v0.0.68) (2026-01-30)

### Features

- **input:** update agent provider when switching ([03577d9](03577d9))
- **settings:** add zai provider support ([5e9d918](5e9d918))

## [0.0.67](v0.0.66...v0.0.67) (2026-01-30)

### Features

- **input:** enable runtime extension of slash commands with user settings integration ([cb705f4](cb705f4))

## [0.0.66](v0.0.65...v0.0.66) (2026-01-30)

### Features

- **commands:** add custom slash commands with add/remove/list support ([6fe05af](6fe05af))

## [0.0.65](v0.0.64...v0.0.65) (2026-01-30)

### Features

- **commands:** add /doctor and /commands slash commands ([7631bc2](7631bc2))

## [0.0.64](v0.0.63...v0.0.64) (2026-01-30)

### Features

- **core:** add listModels capability and Cloudflare Workers AI support ([17bd521](17bd521))

## [0.0.63](v0.0.62...v0.0.63) (2026-01-30)

### Features

- **cli:** add import command for cross-assistant resource migration ([2f0b1cc](2f0b1cc))
- **provider:** add /provider set-key command for direct API key configuration ([79dce9b](79dce9b))

## [0.0.62](v0.0.61...v0.0.62) (2026-01-30)

### Features

- **cli:** refactor command architecture and introduce agents/skills management ([0bef26e](0bef26e))

## [0.0.61](v0.0.60...v0.0.61) (2026-01-30)

### Features

- **plugins:** add workspace configuration for plugins monorepo structure ([bac2647](bac2647))

## [0.0.60](v0.0.59...v0.0.60) (2026-01-30)

## [0.0.59](v0.0.58...v0.0.59) (2026-01-30)

### Features

- **plugins:** enhance plugin installation to support GitHub repos and local directories ([a4b448a](a4b448a))

## [0.0.58](v0.0.57...v0.0.58) (2026-01-30)

### Features

- **ui:** add banner utilities and branding assets ([69f8ef4](69f8ef4))

## [0.0.57](v0.0.56...v0.0.57) (2026-01-30)

### Features

- **web:** add session management and enhanced UI with sidebar ([6e82cad](6e82cad))

## [0.0.56](v0.0.55...v0.0.56) (2026-01-30)

## [0.0.55](v0.0.54...v0.0.55) (2026-01-30)

### Features

- **web:** add web interface for CLI interaction ([7cfa7c3](7cfa7c3)), closes [#web-interface](https://github.com/involvex/super-agent-cli/issues/web-interface)

## [0.0.54](v0.0.53...v0.0.54) (2026-01-30)

### Features

- **indexing:** add file indexing system for faster search ([4f4d0c5](4f4d0c5))

## [0.0.53](v0.0.52...v0.0.53) (2026-01-30)

### Features

- **plugins:** add plugin system with management commands ([eeb78d0](eeb78d0))

## [0.0.52](v0.0.51...v0.0.52) (2026-01-30)

## [0.0.51](v0.0.50...v0.0.51) (2026-01-30)

### Features

- **mcp:** add MCP server management commands ([08c24fd](08c24fd))

## [0.0.50](v0.0.49...v0.0.50) (2026-01-30)

### Features

- **chat:** add chat session persistence commands ([a443eab](a443eab))

## [0.0.49](v0.0.48...v0.0.49) (2026-01-30)

### Features

- **provider:** enable runtime provider switching ([087a57d](087a57d))

## [0.0.48](v0.0.47...v0.0.48) (2026-01-30)

### Features

- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](41c2e89))

## [0.0.47](v0.0.46...v0.0.47) (2026-01-30)

## [0.0.46](v0.0.45...v0.0.46) (2026-01-30)

### Features

- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 31, 2026
## [0.0.74](v0.0.73...v0.0.74) (2026-01-31)

## [0.0.73](v0.0.72...v0.0.73) (2026-01-31)

### Features

- **cli:** add about command to display package information ([cbe20e6](cbe20e6))
- **ui:** add password hashing to diff key generation ([8314d99](8314d99))

## [0.0.72](v0.0.71...v0.0.72) (2026-01-31)

### Features

- **testing:** add comprehensive testing infrastructure with Vitest ([cb0d9bd](cb0d9bd))

## [0.0.71](v0.0.70...v0.0.71) (2026-01-31)

## [0.0.70](v0.0.69...v0.0.70) (2026-01-30)

### Features

- **settings:** add zai models, update default to glm-4 ([231f2a2](231f2a2))

## [0.0.69](v0.0.68...v0.0.69) (2026-01-30)

## [0.0.68](v0.0.67...v0.0.68) (2026-01-30)

### Features

- **input:** update agent provider when switching ([03577d9](03577d9))
- **settings:** add zai provider support ([5e9d918](5e9d918))

## [0.0.67](v0.0.66...v0.0.67) (2026-01-30)

### Features

- **input:** enable runtime extension of slash commands with user settings integration ([cb705f4](cb705f4))

## [0.0.66](v0.0.65...v0.0.66) (2026-01-30)

### Features

- **commands:** add custom slash commands with add/remove/list support ([6fe05af](6fe05af))

## [0.0.65](v0.0.64...v0.0.65) (2026-01-30)

### Features

- **commands:** add /doctor and /commands slash commands ([7631bc2](7631bc2))

## [0.0.64](v0.0.63...v0.0.64) (2026-01-30)

### Features

- **core:** add listModels capability and Cloudflare Workers AI support ([17bd521](17bd521))

## [0.0.63](v0.0.62...v0.0.63) (2026-01-30)

### Features

- **cli:** add import command for cross-assistant resource migration ([2f0b1cc](2f0b1cc))
- **provider:** add /provider set-key command for direct API key configuration ([79dce9b](79dce9b))

## [0.0.62](v0.0.61...v0.0.62) (2026-01-30)

### Features

- **cli:** refactor command architecture and introduce agents/skills management ([0bef26e](0bef26e))

## [0.0.61](v0.0.60...v0.0.61) (2026-01-30)

### Features

- **plugins:** add workspace configuration for plugins monorepo structure ([bac2647](bac2647))

## [0.0.60](v0.0.59...v0.0.60) (2026-01-30)

## [0.0.59](v0.0.58...v0.0.59) (2026-01-30)

### Features

- **plugins:** enhance plugin installation to support GitHub repos and local directories ([a4b448a](a4b448a))

## [0.0.58](v0.0.57...v0.0.58) (2026-01-30)

### Features

- **ui:** add banner utilities and branding assets ([69f8ef4](69f8ef4))

## [0.0.57](v0.0.56...v0.0.57) (2026-01-30)

### Features

- **web:** add session management and enhanced UI with sidebar ([6e82cad](6e82cad))

## [0.0.56](v0.0.55...v0.0.56) (2026-01-30)

## [0.0.55](v0.0.54...v0.0.55) (2026-01-30)

### Features

- **web:** add web interface for CLI interaction ([7cfa7c3](7cfa7c3)), closes [#web-interface](https://github.com/involvex/super-agent-cli/issues/web-interface)

## [0.0.54](v0.0.53...v0.0.54) (2026-01-30)

### Features

- **indexing:** add file indexing system for faster search ([4f4d0c5](4f4d0c5))

## [0.0.53](v0.0.52...v0.0.53) (2026-01-30)

### Features

- **plugins:** add plugin system with management commands ([eeb78d0](eeb78d0))

## [0.0.52](v0.0.51...v0.0.52) (2026-01-30)

## [0.0.51](v0.0.50...v0.0.51) (2026-01-30)

### Features

- **mcp:** add MCP server management commands ([08c24fd](08c24fd))

## [0.0.50](v0.0.49...v0.0.50) (2026-01-30)

### Features

- **chat:** add chat session persistence commands ([a443eab](a443eab))

## [0.0.49](v0.0.48...v0.0.49) (2026-01-30)

### Features

- **provider:** enable runtime provider switching ([087a57d](087a57d))

## [0.0.48](v0.0.47...v0.0.48) (2026-01-30)

### Features

- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](41c2e89))

## [0.0.47](v0.0.46...v0.0.47) (2026-01-30)

## [0.0.46](v0.0.45...v0.0.46) (2026-01-30)

### Features

- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 31, 2026
### Features

- **agent:** improve provider switching with validation and error handling ([b1f8de7](b1f8de7))

### BREAKING CHANGES

- **agent:** setProvider is now async and returns Promise<void>

## [0.0.75](v0.0.74...v0.0.75) (2026-01-31)

## [0.0.74](v0.0.73...v0.0.74) (2026-01-31)

## [0.0.73](v0.0.72...v0.0.73) (2026-01-31)

### Features

- **cli:** add about command to display package information ([cbe20e6](cbe20e6))
- **ui:** add password hashing to diff key generation ([8314d99](8314d99))

## [0.0.72](v0.0.71...v0.0.72) (2026-01-31)

### Features

- **testing:** add comprehensive testing infrastructure with Vitest ([cb0d9bd](cb0d9bd))

## [0.0.71](v0.0.70...v0.0.71) (2026-01-31)

## [0.0.70](v0.0.69...v0.0.70) (2026-01-30)

### Features

- **settings:** add zai models, update default to glm-4 ([231f2a2](231f2a2))

## [0.0.69](v0.0.68...v0.0.69) (2026-01-30)

## [0.0.68](v0.0.67...v0.0.68) (2026-01-30)

### Features

- **input:** update agent provider when switching ([03577d9](03577d9))
- **settings:** add zai provider support ([5e9d918](5e9d918))

## [0.0.67](v0.0.66...v0.0.67) (2026-01-30)

### Features

- **input:** enable runtime extension of slash commands with user settings integration ([cb705f4](cb705f4))

## [0.0.66](v0.0.65...v0.0.66) (2026-01-30)

### Features

- **commands:** add custom slash commands with add/remove/list support ([6fe05af](6fe05af))

## [0.0.65](v0.0.64...v0.0.65) (2026-01-30)

### Features

- **commands:** add /doctor and /commands slash commands ([7631bc2](7631bc2))

## [0.0.64](v0.0.63...v0.0.64) (2026-01-30)

### Features

- **core:** add listModels capability and Cloudflare Workers AI support ([17bd521](17bd521))

## [0.0.63](v0.0.62...v0.0.63) (2026-01-30)

### Features

- **cli:** add import command for cross-assistant resource migration ([2f0b1cc](2f0b1cc))
- **provider:** add /provider set-key command for direct API key configuration ([79dce9b](79dce9b))

## [0.0.62](v0.0.61...v0.0.62) (2026-01-30)

### Features

- **cli:** refactor command architecture and introduce agents/skills management ([0bef26e](0bef26e))

## [0.0.61](v0.0.60...v0.0.61) (2026-01-30)

### Features

- **plugins:** add workspace configuration for plugins monorepo structure ([bac2647](bac2647))

## [0.0.60](v0.0.59...v0.0.60) (2026-01-30)

## [0.0.59](v0.0.58...v0.0.59) (2026-01-30)

### Features

- **plugins:** enhance plugin installation to support GitHub repos and local directories ([a4b448a](a4b448a))

## [0.0.58](v0.0.57...v0.0.58) (2026-01-30)

### Features

- **ui:** add banner utilities and branding assets ([69f8ef4](69f8ef4))

## [0.0.57](v0.0.56...v0.0.57) (2026-01-30)

### Features

- **web:** add session management and enhanced UI with sidebar ([6e82cad](6e82cad))

## [0.0.56](v0.0.55...v0.0.56) (2026-01-30)

## [0.0.55](v0.0.54...v0.0.55) (2026-01-30)

### Features

- **web:** add web interface for CLI interaction ([7cfa7c3](7cfa7c3)), closes [#web-interface](https://github.com/involvex/super-agent-cli/issues/web-interface)

## [0.0.54](v0.0.53...v0.0.54) (2026-01-30)

### Features

- **indexing:** add file indexing system for faster search ([4f4d0c5](4f4d0c5))

## [0.0.53](v0.0.52...v0.0.53) (2026-01-30)

### Features

- **plugins:** add plugin system with management commands ([eeb78d0](eeb78d0))

## [0.0.52](v0.0.51...v0.0.52) (2026-01-30)

## [0.0.51](v0.0.50...v0.0.51) (2026-01-30)

### Features

- **mcp:** add MCP server management commands ([08c24fd](08c24fd))

## [0.0.50](v0.0.49...v0.0.50) (2026-01-30)

### Features

- **chat:** add chat session persistence commands ([a443eab](a443eab))

## [0.0.49](v0.0.48...v0.0.49) (2026-01-30)

### Features

- **provider:** enable runtime provider switching ([087a57d](087a57d))

## [0.0.48](v0.0.47...v0.0.48) (2026-01-30)

### Features

- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](41c2e89))

## [0.0.47](v0.0.46...v0.0.47) (2026-01-30)

## [0.0.46](v0.0.45...v0.0.46) (2026-01-30)

### Features

- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 31, 2026
### Bug Fixes

- **agent:** correct async provider switching and settings resolution ([c3fc74a](c3fc74a))

### Features

- **firebase:** add web asset build pipeline for hosting ([2272a37](2272a37))
- **firebase:** setup firebase hosting and firestore ([b9889b8](b9889b8))
- **image-generation:** add image generation providers and configuration ([e3e2459](e3e2459))

## [0.0.76](v0.0.75...v0.0.76) (2026-01-31)

### Features

- **agent:** improve provider switching with validation and error handling ([b1f8de7](b1f8de7))

### BREAKING CHANGES

- **agent:** setProvider is now async and returns Promise<void>

## [0.0.75](v0.0.74...v0.0.75) (2026-01-31)

## [0.0.74](v0.0.73...v0.0.74) (2026-01-31)

## [0.0.73](v0.0.72...v0.0.73) (2026-01-31)

### Features

- **cli:** add about command to display package information ([cbe20e6](cbe20e6))
- **ui:** add password hashing to diff key generation ([8314d99](8314d99))

## [0.0.72](v0.0.71...v0.0.72) (2026-01-31)

### Features

- **testing:** add comprehensive testing infrastructure with Vitest ([cb0d9bd](cb0d9bd))

## [0.0.71](v0.0.70...v0.0.71) (2026-01-31)

## [0.0.70](v0.0.69...v0.0.70) (2026-01-30)

### Features

- **settings:** add zai models, update default to glm-4 ([231f2a2](231f2a2))

## [0.0.69](v0.0.68...v0.0.69) (2026-01-30)

## [0.0.68](v0.0.67...v0.0.68) (2026-01-30)

### Features

- **input:** update agent provider when switching ([03577d9](03577d9))
- **settings:** add zai provider support ([5e9d918](5e9d918))

## [0.0.67](v0.0.66...v0.0.67) (2026-01-30)

### Features

- **input:** enable runtime extension of slash commands with user settings integration ([cb705f4](cb705f4))

## [0.0.66](v0.0.65...v0.0.66) (2026-01-30)

### Features

- **commands:** add custom slash commands with add/remove/list support ([6fe05af](6fe05af))

## [0.0.65](v0.0.64...v0.0.65) (2026-01-30)

### Features

- **commands:** add /doctor and /commands slash commands ([7631bc2](7631bc2))

## [0.0.64](v0.0.63...v0.0.64) (2026-01-30)

### Features

- **core:** add listModels capability and Cloudflare Workers AI support ([17bd521](17bd521))

## [0.0.63](v0.0.62...v0.0.63) (2026-01-30)

### Features

- **cli:** add import command for cross-assistant resource migration ([2f0b1cc](2f0b1cc))
- **provider:** add /provider set-key command for direct API key configuration ([79dce9b](79dce9b))

## [0.0.62](v0.0.61...v0.0.62) (2026-01-30)

### Features

- **cli:** refactor command architecture and introduce agents/skills management ([0bef26e](0bef26e))

## [0.0.61](v0.0.60...v0.0.61) (2026-01-30)

### Features

- **plugins:** add workspace configuration for plugins monorepo structure ([bac2647](bac2647))

## [0.0.60](v0.0.59...v0.0.60) (2026-01-30)

## [0.0.59](v0.0.58...v0.0.59) (2026-01-30)

### Features

- **plugins:** enhance plugin installation to support GitHub repos and local directories ([a4b448a](a4b448a))

## [0.0.58](v0.0.57...v0.0.58) (2026-01-30)

### Features

- **ui:** add banner utilities and branding assets ([69f8ef4](69f8ef4))

## [0.0.57](v0.0.56...v0.0.57) (2026-01-30)

### Features

- **web:** add session management and enhanced UI with sidebar ([6e82cad](6e82cad))

## [0.0.56](v0.0.55...v0.0.56) (2026-01-30)

## [0.0.55](v0.0.54...v0.0.55) (2026-01-30)

### Features

- **web:** add web interface for CLI interaction ([7cfa7c3](7cfa7c3)), closes [#web-interface](https://github.com/involvex/super-agent-cli/issues/web-interface)

## [0.0.54](v0.0.53...v0.0.54) (2026-01-30)

### Features

- **indexing:** add file indexing system for faster search ([4f4d0c5](4f4d0c5))

## [0.0.53](v0.0.52...v0.0.53) (2026-01-30)

### Features

- **plugins:** add plugin system with management commands ([eeb78d0](eeb78d0))

## [0.0.52](v0.0.51...v0.0.52) (2026-01-30)

## [0.0.51](v0.0.50...v0.0.51) (2026-01-30)

### Features

- **mcp:** add MCP server management commands ([08c24fd](08c24fd))

## [0.0.50](v0.0.49...v0.0.50) (2026-01-30)

### Features

- **chat:** add chat session persistence commands ([a443eab](a443eab))

## [0.0.49](v0.0.48...v0.0.49) (2026-01-30)

### Features

- **provider:** enable runtime provider switching ([087a57d](087a57d))

## [0.0.48](v0.0.47...v0.0.48) (2026-01-30)

### Features

- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](41c2e89))

## [0.0.47](v0.0.46...v0.0.47) (2026-01-30)

## [0.0.46](v0.0.45...v0.0.46) (2026-01-30)

### Features

- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 31, 2026
### Features

- **commands:** add /init command to create Agents.md for project instructions ([d94ab19](d94ab19))

## [0.0.77](v0.0.76...v0.0.77) (2026-01-31)

### Bug Fixes

- **agent:** correct async provider switching and settings resolution ([c3fc74a](c3fc74a))

### Features

- **firebase:** add web asset build pipeline for hosting ([2272a37](2272a37))
- **firebase:** setup firebase hosting and firestore ([b9889b8](b9889b8))
- **image-generation:** add image generation providers and configuration ([e3e2459](e3e2459))

## [0.0.76](v0.0.75...v0.0.76) (2026-01-31)

### Features

- **agent:** improve provider switching with validation and error handling ([b1f8de7](b1f8de7))

### BREAKING CHANGES

- **agent:** setProvider is now async and returns Promise<void>

## [0.0.75](v0.0.74...v0.0.75) (2026-01-31)

## [0.0.74](v0.0.73...v0.0.74) (2026-01-31)

## [0.0.73](v0.0.72...v0.0.73) (2026-01-31)

### Features

- **cli:** add about command to display package information ([cbe20e6](cbe20e6))
- **ui:** add password hashing to diff key generation ([8314d99](8314d99))

## [0.0.72](v0.0.71...v0.0.72) (2026-01-31)

### Features

- **testing:** add comprehensive testing infrastructure with Vitest ([cb0d9bd](cb0d9bd))

## [0.0.71](v0.0.70...v0.0.71) (2026-01-31)

## [0.0.70](v0.0.69...v0.0.70) (2026-01-30)

### Features

- **settings:** add zai models, update default to glm-4 ([231f2a2](231f2a2))

## [0.0.69](v0.0.68...v0.0.69) (2026-01-30)

## [0.0.68](v0.0.67...v0.0.68) (2026-01-30)

### Features

- **input:** update agent provider when switching ([03577d9](03577d9))
- **settings:** add zai provider support ([5e9d918](5e9d918))

## [0.0.67](v0.0.66...v0.0.67) (2026-01-30)

### Features

- **input:** enable runtime extension of slash commands with user settings integration ([cb705f4](cb705f4))

## [0.0.66](v0.0.65...v0.0.66) (2026-01-30)

### Features

- **commands:** add custom slash commands with add/remove/list support ([6fe05af](6fe05af))

## [0.0.65](v0.0.64...v0.0.65) (2026-01-30)

### Features

- **commands:** add /doctor and /commands slash commands ([7631bc2](7631bc2))

## [0.0.64](v0.0.63...v0.0.64) (2026-01-30)

### Features

- **core:** add listModels capability and Cloudflare Workers AI support ([17bd521](17bd521))

## [0.0.63](v0.0.62...v0.0.63) (2026-01-30)

### Features

- **cli:** add import command for cross-assistant resource migration ([2f0b1cc](2f0b1cc))
- **provider:** add /provider set-key command for direct API key configuration ([79dce9b](79dce9b))

## [0.0.62](v0.0.61...v0.0.62) (2026-01-30)

### Features

- **cli:** refactor command architecture and introduce agents/skills management ([0bef26e](0bef26e))

## [0.0.61](v0.0.60...v0.0.61) (2026-01-30)

### Features

- **plugins:** add workspace configuration for plugins monorepo structure ([bac2647](bac2647))

## [0.0.60](v0.0.59...v0.0.60) (2026-01-30)

## [0.0.59](v0.0.58...v0.0.59) (2026-01-30)

### Features

- **plugins:** enhance plugin installation to support GitHub repos and local directories ([a4b448a](a4b448a))

## [0.0.58](v0.0.57...v0.0.58) (2026-01-30)

### Features

- **ui:** add banner utilities and branding assets ([69f8ef4](69f8ef4))

## [0.0.57](v0.0.56...v0.0.57) (2026-01-30)

### Features

- **web:** add session management and enhanced UI with sidebar ([6e82cad](6e82cad))

## [0.0.56](v0.0.55...v0.0.56) (2026-01-30)

## [0.0.55](v0.0.54...v0.0.55) (2026-01-30)

### Features

- **web:** add web interface for CLI interaction ([7cfa7c3](7cfa7c3)), closes [#web-interface](https://github.com/involvex/super-agent-cli/issues/web-interface)

## [0.0.54](v0.0.53...v0.0.54) (2026-01-30)

### Features

- **indexing:** add file indexing system for faster search ([4f4d0c5](4f4d0c5))

## [0.0.53](v0.0.52...v0.0.53) (2026-01-30)

### Features

- **plugins:** add plugin system with management commands ([eeb78d0](eeb78d0))

## [0.0.52](v0.0.51...v0.0.52) (2026-01-30)

## [0.0.51](v0.0.50...v0.0.51) (2026-01-30)

### Features

- **mcp:** add MCP server management commands ([08c24fd](08c24fd))

## [0.0.50](v0.0.49...v0.0.50) (2026-01-30)

### Features

- **chat:** add chat session persistence commands ([a443eab](a443eab))

## [0.0.49](v0.0.48...v0.0.49) (2026-01-30)

### Features

- **provider:** enable runtime provider switching ([087a57d](087a57d))

## [0.0.48](v0.0.47...v0.0.48) (2026-01-30)

### Features

- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](41c2e89))

## [0.0.47](v0.0.46...v0.0.47) (2026-01-30)

## [0.0.46](v0.0.45...v0.0.46) (2026-01-30)

### Features

- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 31, 2026
### Features

- add repository management and VS Code extension ([6a845f3](6a845f3))

## [0.0.78](v0.0.77...v0.0.78) (2026-01-31)

### Features

- **commands:** add /init command to create Agents.md for project instructions ([d94ab19](d94ab19))

## [0.0.77](v0.0.76...v0.0.77) (2026-01-31)

### Bug Fixes

- **agent:** correct async provider switching and settings resolution ([c3fc74a](c3fc74a))

### Features

- **firebase:** add web asset build pipeline for hosting ([2272a37](2272a37))
- **firebase:** setup firebase hosting and firestore ([b9889b8](b9889b8))
- **image-generation:** add image generation providers and configuration ([e3e2459](e3e2459))

## [0.0.76](v0.0.75...v0.0.76) (2026-01-31)

### Features

- **agent:** improve provider switching with validation and error handling ([b1f8de7](b1f8de7))

### BREAKING CHANGES

- **agent:** setProvider is now async and returns Promise<void>

## [0.0.75](v0.0.74...v0.0.75) (2026-01-31)

## [0.0.74](v0.0.73...v0.0.74) (2026-01-31)

## [0.0.73](v0.0.72...v0.0.73) (2026-01-31)

### Features

- **cli:** add about command to display package information ([cbe20e6](cbe20e6))
- **ui:** add password hashing to diff key generation ([8314d99](8314d99))

## [0.0.72](v0.0.71...v0.0.72) (2026-01-31)

### Features

- **testing:** add comprehensive testing infrastructure with Vitest ([cb0d9bd](cb0d9bd))

## [0.0.71](v0.0.70...v0.0.71) (2026-01-31)

## [0.0.70](v0.0.69...v0.0.70) (2026-01-30)

### Features

- **settings:** add zai models, update default to glm-4 ([231f2a2](231f2a2))

## [0.0.69](v0.0.68...v0.0.69) (2026-01-30)

## [0.0.68](v0.0.67...v0.0.68) (2026-01-30)

### Features

- **input:** update agent provider when switching ([03577d9](03577d9))
- **settings:** add zai provider support ([5e9d918](5e9d918))

## [0.0.67](v0.0.66...v0.0.67) (2026-01-30)

### Features

- **input:** enable runtime extension of slash commands with user settings integration ([cb705f4](cb705f4))

## [0.0.66](v0.0.65...v0.0.66) (2026-01-30)

### Features

- **commands:** add custom slash commands with add/remove/list support ([6fe05af](6fe05af))

## [0.0.65](v0.0.64...v0.0.65) (2026-01-30)

### Features

- **commands:** add /doctor and /commands slash commands ([7631bc2](7631bc2))

## [0.0.64](v0.0.63...v0.0.64) (2026-01-30)

### Features

- **core:** add listModels capability and Cloudflare Workers AI support ([17bd521](17bd521))

## [0.0.63](v0.0.62...v0.0.63) (2026-01-30)

### Features

- **cli:** add import command for cross-assistant resource migration ([2f0b1cc](2f0b1cc))
- **provider:** add /provider set-key command for direct API key configuration ([79dce9b](79dce9b))

## [0.0.62](v0.0.61...v0.0.62) (2026-01-30)

### Features

- **cli:** refactor command architecture and introduce agents/skills management ([0bef26e](0bef26e))

## [0.0.61](v0.0.60...v0.0.61) (2026-01-30)

### Features

- **plugins:** add workspace configuration for plugins monorepo structure ([bac2647](bac2647))

## [0.0.60](v0.0.59...v0.0.60) (2026-01-30)

## [0.0.59](v0.0.58...v0.0.59) (2026-01-30)

### Features

- **plugins:** enhance plugin installation to support GitHub repos and local directories ([a4b448a](a4b448a))

## [0.0.58](v0.0.57...v0.0.58) (2026-01-30)

### Features

- **ui:** add banner utilities and branding assets ([69f8ef4](69f8ef4))

## [0.0.57](v0.0.56...v0.0.57) (2026-01-30)

### Features

- **web:** add session management and enhanced UI with sidebar ([6e82cad](6e82cad))

## [0.0.56](v0.0.55...v0.0.56) (2026-01-30)

## [0.0.55](v0.0.54...v0.0.55) (2026-01-30)

### Features

- **web:** add web interface for CLI interaction ([7cfa7c3](7cfa7c3)), closes [#web-interface](https://github.com/involvex/super-agent-cli/issues/web-interface)

## [0.0.54](v0.0.53...v0.0.54) (2026-01-30)

### Features

- **indexing:** add file indexing system for faster search ([4f4d0c5](4f4d0c5))

## [0.0.53](v0.0.52...v0.0.53) (2026-01-30)

### Features

- **plugins:** add plugin system with management commands ([eeb78d0](eeb78d0))

## [0.0.52](v0.0.51...v0.0.52) (2026-01-30)

## [0.0.51](v0.0.50...v0.0.51) (2026-01-30)

### Features

- **mcp:** add MCP server management commands ([08c24fd](08c24fd))

## [0.0.50](v0.0.49...v0.0.50) (2026-01-30)

### Features

- **chat:** add chat session persistence commands ([a443eab](a443eab))

## [0.0.49](v0.0.48...v0.0.49) (2026-01-30)

### Features

- **provider:** enable runtime provider switching ([087a57d](087a57d))

## [0.0.48](v0.0.47...v0.0.48) (2026-01-30)

### Features

- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](41c2e89))

## [0.0.47](v0.0.46...v0.0.47) (2026-01-30)

## [0.0.46](v0.0.45...v0.0.46) (2026-01-30)

### Features

- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 31, 2026
### Bug Fixes

- **vscode-extension:** use png icon for marketplace compatibility ([2c00bf7](2c00bf7))

### Features

- **vscode-extension:** setup packaging and fix async operations ([e32d467](e32d467))

## [0.0.79](v0.0.78...v0.0.79) (2026-01-31)

### Features

- add repository management and VS Code extension ([6a845f3](6a845f3))

## [0.0.78](v0.0.77...v0.0.78) (2026-01-31)

### Features

- **commands:** add /init command to create Agents.md for project instructions ([d94ab19](d94ab19))

## [0.0.77](v0.0.76...v0.0.77) (2026-01-31)

### Bug Fixes

- **agent:** correct async provider switching and settings resolution ([c3fc74a](c3fc74a))

### Features

- **firebase:** add web asset build pipeline for hosting ([2272a37](2272a37))
- **firebase:** setup firebase hosting and firestore ([b9889b8](b9889b8))
- **image-generation:** add image generation providers and configuration ([e3e2459](e3e2459))

## [0.0.76](v0.0.75...v0.0.76) (2026-01-31)

### Features

- **agent:** improve provider switching with validation and error handling ([b1f8de7](b1f8de7))

### BREAKING CHANGES

- **agent:** setProvider is now async and returns Promise<void>

## [0.0.75](v0.0.74...v0.0.75) (2026-01-31)

## [0.0.74](v0.0.73...v0.0.74) (2026-01-31)

## [0.0.73](v0.0.72...v0.0.73) (2026-01-31)

### Features

- **cli:** add about command to display package information ([cbe20e6](cbe20e6))
- **ui:** add password hashing to diff key generation ([8314d99](8314d99))

## [0.0.72](v0.0.71...v0.0.72) (2026-01-31)

### Features

- **testing:** add comprehensive testing infrastructure with Vitest ([cb0d9bd](cb0d9bd))

## [0.0.71](v0.0.70...v0.0.71) (2026-01-31)

## [0.0.70](v0.0.69...v0.0.70) (2026-01-30)

### Features

- **settings:** add zai models, update default to glm-4 ([231f2a2](231f2a2))

## [0.0.69](v0.0.68...v0.0.69) (2026-01-30)

## [0.0.68](v0.0.67...v0.0.68) (2026-01-30)

### Features

- **input:** update agent provider when switching ([03577d9](03577d9))
- **settings:** add zai provider support ([5e9d918](5e9d918))

## [0.0.67](v0.0.66...v0.0.67) (2026-01-30)

### Features

- **input:** enable runtime extension of slash commands with user settings integration ([cb705f4](cb705f4))

## [0.0.66](v0.0.65...v0.0.66) (2026-01-30)

### Features

- **commands:** add custom slash commands with add/remove/list support ([6fe05af](6fe05af))

## [0.0.65](v0.0.64...v0.0.65) (2026-01-30)

### Features

- **commands:** add /doctor and /commands slash commands ([7631bc2](7631bc2))

## [0.0.64](v0.0.63...v0.0.64) (2026-01-30)

### Features

- **core:** add listModels capability and Cloudflare Workers AI support ([17bd521](17bd521))

## [0.0.63](v0.0.62...v0.0.63) (2026-01-30)

### Features

- **cli:** add import command for cross-assistant resource migration ([2f0b1cc](2f0b1cc))
- **provider:** add /provider set-key command for direct API key configuration ([79dce9b](79dce9b))

## [0.0.62](v0.0.61...v0.0.62) (2026-01-30)

### Features

- **cli:** refactor command architecture and introduce agents/skills management ([0bef26e](0bef26e))

## [0.0.61](v0.0.60...v0.0.61) (2026-01-30)

### Features

- **plugins:** add workspace configuration for plugins monorepo structure ([bac2647](bac2647))

## [0.0.60](v0.0.59...v0.0.60) (2026-01-30)

## [0.0.59](v0.0.58...v0.0.59) (2026-01-30)

### Features

- **plugins:** enhance plugin installation to support GitHub repos and local directories ([a4b448a](a4b448a))

## [0.0.58](v0.0.57...v0.0.58) (2026-01-30)

### Features

- **ui:** add banner utilities and branding assets ([69f8ef4](69f8ef4))

## [0.0.57](v0.0.56...v0.0.57) (2026-01-30)

### Features

- **web:** add session management and enhanced UI with sidebar ([6e82cad](6e82cad))

## [0.0.56](v0.0.55...v0.0.56) (2026-01-30)

## [0.0.55](v0.0.54...v0.0.55) (2026-01-30)

### Features

- **web:** add web interface for CLI interaction ([7cfa7c3](7cfa7c3)), closes [#web-interface](https://github.com/involvex/super-agent-cli/issues/web-interface)

## [0.0.54](v0.0.53...v0.0.54) (2026-01-30)

### Features

- **indexing:** add file indexing system for faster search ([4f4d0c5](4f4d0c5))

## [0.0.53](v0.0.52...v0.0.53) (2026-01-30)

### Features

- **plugins:** add plugin system with management commands ([eeb78d0](eeb78d0))

## [0.0.52](v0.0.51...v0.0.52) (2026-01-30)

## [0.0.51](v0.0.50...v0.0.51) (2026-01-30)

### Features

- **mcp:** add MCP server management commands ([08c24fd](08c24fd))

## [0.0.50](v0.0.49...v0.0.50) (2026-01-30)

### Features

- **chat:** add chat session persistence commands ([a443eab](a443eab))

## [0.0.49](v0.0.48...v0.0.49) (2026-01-30)

### Features

- **provider:** enable runtime provider switching ([087a57d](087a57d))

## [0.0.48](v0.0.47...v0.0.48) (2026-01-30)

### Features

- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](41c2e89))

## [0.0.47](v0.0.46...v0.0.47) (2026-01-30)

## [0.0.46](v0.0.45...v0.0.46) (2026-01-30)

### Features

- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Jan 31, 2026
### Bug Fixes

- **build:** add bun wrapper script and fix vscode extension packaging ([7c13c0b](7c13c0b))

## [0.0.80](v0.0.79...v0.0.80) (2026-01-31)

### Bug Fixes

- **vscode-extension:** use png icon for marketplace compatibility ([2c00bf7](2c00bf7))

### Features

- **vscode-extension:** setup packaging and fix async operations ([e32d467](e32d467))

## [0.0.79](v0.0.78...v0.0.79) (2026-01-31)

### Features

- add repository management and VS Code extension ([6a845f3](6a845f3))

## [0.0.78](v0.0.77...v0.0.78) (2026-01-31)

### Features

- **commands:** add /init command to create Agents.md for project instructions ([d94ab19](d94ab19))

## [0.0.77](v0.0.76...v0.0.77) (2026-01-31)

### Bug Fixes

- **agent:** correct async provider switching and settings resolution ([c3fc74a](c3fc74a))

### Features

- **firebase:** add web asset build pipeline for hosting ([2272a37](2272a37))
- **firebase:** setup firebase hosting and firestore ([b9889b8](b9889b8))
- **image-generation:** add image generation providers and configuration ([e3e2459](e3e2459))

## [0.0.76](v0.0.75...v0.0.76) (2026-01-31)

### Features

- **agent:** improve provider switching with validation and error handling ([b1f8de7](b1f8de7))

### BREAKING CHANGES

- **agent:** setProvider is now async and returns Promise<void>

## [0.0.75](v0.0.74...v0.0.75) (2026-01-31)

## [0.0.74](v0.0.73...v0.0.74) (2026-01-31)

## [0.0.73](v0.0.72...v0.0.73) (2026-01-31)

### Features

- **cli:** add about command to display package information ([cbe20e6](cbe20e6))
- **ui:** add password hashing to diff key generation ([8314d99](8314d99))

## [0.0.72](v0.0.71...v0.0.72) (2026-01-31)

### Features

- **testing:** add comprehensive testing infrastructure with Vitest ([cb0d9bd](cb0d9bd))

## [0.0.71](v0.0.70...v0.0.71) (2026-01-31)

## [0.0.70](v0.0.69...v0.0.70) (2026-01-30)

### Features

- **settings:** add zai models, update default to glm-4 ([231f2a2](231f2a2))

## [0.0.69](v0.0.68...v0.0.69) (2026-01-30)

## [0.0.68](v0.0.67...v0.0.68) (2026-01-30)

### Features

- **input:** update agent provider when switching ([03577d9](03577d9))
- **settings:** add zai provider support ([5e9d918](5e9d918))

## [0.0.67](v0.0.66...v0.0.67) (2026-01-30)

### Features

- **input:** enable runtime extension of slash commands with user settings integration ([cb705f4](cb705f4))

## [0.0.66](v0.0.65...v0.0.66) (2026-01-30)

### Features

- **commands:** add custom slash commands with add/remove/list support ([6fe05af](6fe05af))

## [0.0.65](v0.0.64...v0.0.65) (2026-01-30)

### Features

- **commands:** add /doctor and /commands slash commands ([7631bc2](7631bc2))

## [0.0.64](v0.0.63...v0.0.64) (2026-01-30)

### Features

- **core:** add listModels capability and Cloudflare Workers AI support ([17bd521](17bd521))

## [0.0.63](v0.0.62...v0.0.63) (2026-01-30)

### Features

- **cli:** add import command for cross-assistant resource migration ([2f0b1cc](2f0b1cc))
- **provider:** add /provider set-key command for direct API key configuration ([79dce9b](79dce9b))

## [0.0.62](v0.0.61...v0.0.62) (2026-01-30)

### Features

- **cli:** refactor command architecture and introduce agents/skills management ([0bef26e](0bef26e))

## [0.0.61](v0.0.60...v0.0.61) (2026-01-30)

### Features

- **plugins:** add workspace configuration for plugins monorepo structure ([bac2647](bac2647))

## [0.0.60](v0.0.59...v0.0.60) (2026-01-30)

## [0.0.59](v0.0.58...v0.0.59) (2026-01-30)

### Features

- **plugins:** enhance plugin installation to support GitHub repos and local directories ([a4b448a](a4b448a))

## [0.0.58](v0.0.57...v0.0.58) (2026-01-30)

### Features

- **ui:** add banner utilities and branding assets ([69f8ef4](69f8ef4))

## [0.0.57](v0.0.56...v0.0.57) (2026-01-30)

### Features

- **web:** add session management and enhanced UI with sidebar ([6e82cad](6e82cad))

## [0.0.56](v0.0.55...v0.0.56) (2026-01-30)

## [0.0.55](v0.0.54...v0.0.55) (2026-01-30)

### Features

- **web:** add web interface for CLI interaction ([7cfa7c3](7cfa7c3)), closes [#web-interface](https://github.com/involvex/super-agent-cli/issues/web-interface)

## [0.0.54](v0.0.53...v0.0.54) (2026-01-30)

### Features

- **indexing:** add file indexing system for faster search ([4f4d0c5](4f4d0c5))

## [0.0.53](v0.0.52...v0.0.53) (2026-01-30)

### Features

- **plugins:** add plugin system with management commands ([eeb78d0](eeb78d0))

## [0.0.52](v0.0.51...v0.0.52) (2026-01-30)

## [0.0.51](v0.0.50...v0.0.51) (2026-01-30)

### Features

- **mcp:** add MCP server management commands ([08c24fd](08c24fd))

## [0.0.50](v0.0.49...v0.0.50) (2026-01-30)

### Features

- **chat:** add chat session persistence commands ([a443eab](a443eab))

## [0.0.49](v0.0.48...v0.0.49) (2026-01-30)

### Features

- **provider:** enable runtime provider switching ([087a57d](087a57d))

## [0.0.48](v0.0.47...v0.0.48) (2026-01-30)

### Features

- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](41c2e89))

## [0.0.47](v0.0.46...v0.0.47) (2026-01-30)

## [0.0.46](v0.0.45...v0.0.46) (2026-01-30)

### Features

- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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 added a commit to involvex/super-agent-cli that referenced this pull request Feb 5, 2026
## [0.0.82](v0.0.81...v0.0.82) (2026-02-01)

## [0.0.81](v0.0.80...v0.0.81) (2026-01-31)

### Bug Fixes

- **build:** add bun wrapper script and fix vscode extension packaging ([7c13c0b](7c13c0b))

## [0.0.80](v0.0.79...v0.0.80) (2026-01-31)

### Bug Fixes

- **vscode-extension:** use png icon for marketplace compatibility ([2c00bf7](2c00bf7))

### Features

- **vscode-extension:** setup packaging and fix async operations ([e32d467](e32d467))

## [0.0.79](v0.0.78...v0.0.79) (2026-01-31)

### Features

- add repository management and VS Code extension ([6a845f3](6a845f3))

## [0.0.78](v0.0.77...v0.0.78) (2026-01-31)

### Features

- **commands:** add /init command to create Agents.md for project instructions ([d94ab19](d94ab19))

## [0.0.77](v0.0.76...v0.0.77) (2026-01-31)

### Bug Fixes

- **agent:** correct async provider switching and settings resolution ([c3fc74a](c3fc74a))

### Features

- **firebase:** add web asset build pipeline for hosting ([2272a37](2272a37))
- **firebase:** setup firebase hosting and firestore ([b9889b8](b9889b8))
- **image-generation:** add image generation providers and configuration ([e3e2459](e3e2459))

## [0.0.76](v0.0.75...v0.0.76) (2026-01-31)

### Features

- **agent:** improve provider switching with validation and error handling ([b1f8de7](b1f8de7))

### BREAKING CHANGES

- **agent:** setProvider is now async and returns Promise<void>

## [0.0.75](v0.0.74...v0.0.75) (2026-01-31)

## [0.0.74](v0.0.73...v0.0.74) (2026-01-31)

## [0.0.73](v0.0.72...v0.0.73) (2026-01-31)

### Features

- **cli:** add about command to display package information ([cbe20e6](cbe20e6))
- **ui:** add password hashing to diff key generation ([8314d99](8314d99))

## [0.0.72](v0.0.71...v0.0.72) (2026-01-31)

### Features

- **testing:** add comprehensive testing infrastructure with Vitest ([cb0d9bd](cb0d9bd))

## [0.0.71](v0.0.70...v0.0.71) (2026-01-31)

## [0.0.70](v0.0.69...v0.0.70) (2026-01-30)

### Features

- **settings:** add zai models, update default to glm-4 ([231f2a2](231f2a2))

## [0.0.69](v0.0.68...v0.0.69) (2026-01-30)

## [0.0.68](v0.0.67...v0.0.68) (2026-01-30)

### Features

- **input:** update agent provider when switching ([03577d9](03577d9))
- **settings:** add zai provider support ([5e9d918](5e9d918))

## [0.0.67](v0.0.66...v0.0.67) (2026-01-30)

### Features

- **input:** enable runtime extension of slash commands with user settings integration ([cb705f4](cb705f4))

## [0.0.66](v0.0.65...v0.0.66) (2026-01-30)

### Features

- **commands:** add custom slash commands with add/remove/list support ([6fe05af](6fe05af))

## [0.0.65](v0.0.64...v0.0.65) (2026-01-30)

### Features

- **commands:** add /doctor and /commands slash commands ([7631bc2](7631bc2))

## [0.0.64](v0.0.63...v0.0.64) (2026-01-30)

### Features

- **core:** add listModels capability and Cloudflare Workers AI support ([17bd521](17bd521))

## [0.0.63](v0.0.62...v0.0.63) (2026-01-30)

### Features

- **cli:** add import command for cross-assistant resource migration ([2f0b1cc](2f0b1cc))
- **provider:** add /provider set-key command for direct API key configuration ([79dce9b](79dce9b))

## [0.0.62](v0.0.61...v0.0.62) (2026-01-30)

### Features

- **cli:** refactor command architecture and introduce agents/skills management ([0bef26e](0bef26e))

## [0.0.61](v0.0.60...v0.0.61) (2026-01-30)

### Features

- **plugins:** add workspace configuration for plugins monorepo structure ([bac2647](bac2647))

## [0.0.60](v0.0.59...v0.0.60) (2026-01-30)

## [0.0.59](v0.0.58...v0.0.59) (2026-01-30)

### Features

- **plugins:** enhance plugin installation to support GitHub repos and local directories ([a4b448a](a4b448a))

## [0.0.58](v0.0.57...v0.0.58) (2026-01-30)

### Features

- **ui:** add banner utilities and branding assets ([69f8ef4](69f8ef4))

## [0.0.57](v0.0.56...v0.0.57) (2026-01-30)

### Features

- **web:** add session management and enhanced UI with sidebar ([6e82cad](6e82cad))

## [0.0.56](v0.0.55...v0.0.56) (2026-01-30)

## [0.0.55](v0.0.54...v0.0.55) (2026-01-30)

### Features

- **web:** add web interface for CLI interaction ([7cfa7c3](7cfa7c3)), closes [#web-interface](https://github.com/involvex/super-agent-cli/issues/web-interface)

## [0.0.54](v0.0.53...v0.0.54) (2026-01-30)

### Features

- **indexing:** add file indexing system for faster search ([4f4d0c5](4f4d0c5))

## [0.0.53](v0.0.52...v0.0.53) (2026-01-30)

### Features

- **plugins:** add plugin system with management commands ([eeb78d0](eeb78d0))

## [0.0.52](v0.0.51...v0.0.52) (2026-01-30)

## [0.0.51](v0.0.50...v0.0.51) (2026-01-30)

### Features

- **mcp:** add MCP server management commands ([08c24fd](08c24fd))

## [0.0.50](v0.0.49...v0.0.50) (2026-01-30)

### Features

- **chat:** add chat session persistence commands ([a443eab](a443eab))

## [0.0.49](v0.0.48...v0.0.49) (2026-01-30)

### Features

- **provider:** enable runtime provider switching ([087a57d](087a57d))

## [0.0.48](v0.0.47...v0.0.48) (2026-01-30)

### Features

- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](41c2e89))

## [0.0.47](v0.0.46...v0.0.47) (2026-01-30)

## [0.0.46](v0.0.45...v0.0.46) (2026-01-30)

### Features

- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](bdb54a0))

## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)

## [0.0.44](v0.0.43...v0.0.44) (2026-01-30)

### Features

- **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce))

## [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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants