Commit a2f8660
committed
## [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-cli1 parent f17338c commit a2f8660
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
57 | | - | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
0 commit comments