Skip to content

Commit f2c3a4f

Browse files
committed
## [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 ([#23](#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 ([#19](#19)) ([07ec154](07ec154)) - add model parameter support for CLI ([#29](#29)) ([6f8f9cf](6f8f9cf)) - add support for auto-edit toggle ([#24](#24)) ([5183e4d](5183e4d)) - add support for mcp ([superagent-ai#44](https://github.com/involvex/super-agent-cli/issues/44)) ([9c1d82b](9c1d82b)) - git commands ([#41](#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 ([#39](#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
1 parent 358e5db commit f2c3a4f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.0.58](https://github.com/involvex/super-agent-cli/compare/v0.0.57...v0.0.58) (2026-01-30)
2+
3+
### Features
4+
5+
- **ui:** add banner utilities and branding assets ([69f8ef4](https://github.com/involvex/super-agent-cli/commit/69f8ef4145fe101e71a37b346b19f78f8b5b0f6d))
6+
17
## [0.0.57](https://github.com/involvex/super-agent-cli/compare/v0.0.56...v0.0.57) (2026-01-30)
28

39
### Features

0 commit comments

Comments
 (0)