Skip to content

Commit 0f6d835

Browse files
committed
## [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 8f3e929 commit 0f6d835

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.46](https://github.com/involvex/super-agent-cli/compare/v0.0.45...v0.0.46) (2026-01-30)
2+
3+
### Features
4+
5+
- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](https://github.com/involvex/super-agent-cli/commit/bdb54a06a012d190457f81e3440f6d0f4ad5d43f))
6+
17
## [0.0.45](https://github.com/involvex/super-agent-cli/compare/v0.0.44...v0.0.45) (2026-01-30)
28

39
## [0.0.44](https://github.com/involvex/super-agent-cli/compare/v0.0.43...v0.0.44) (2026-01-30)

0 commit comments

Comments
 (0)