Skip to content

Commit 31e654b

Browse files
committed
## [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 ([#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 df6bb59 commit 31e654b

4 files changed

Lines changed: 159 additions & 47 deletions

File tree

CHANGELOG.md

Lines changed: 155 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,221 +1,332 @@
11
## [0.0.72](https://github.com/involvex/super-agent-cli/compare/v0.0.71...v0.0.72) (2026-01-31)
22

3+
34
### Features
45

5-
- **testing:** add comprehensive testing infrastructure with Vitest ([cb0d9bd](https://github.com/involvex/super-agent-cli/commit/cb0d9bdf91dec92e3c174baebc4f69bd4bdc040b))
6+
* **testing:** add comprehensive testing infrastructure with Vitest ([cb0d9bd](https://github.com/involvex/super-agent-cli/commit/cb0d9bdf91dec92e3c174baebc4f69bd4bdc040b))
7+
8+
69

710
## [0.0.71](https://github.com/involvex/super-agent-cli/compare/v0.0.70...v0.0.71) (2026-01-31)
811

12+
13+
914
## [0.0.70](https://github.com/involvex/super-agent-cli/compare/v0.0.69...v0.0.70) (2026-01-30)
1015

16+
1117
### Features
1218

13-
- **settings:** add zai models, update default to glm-4 ([231f2a2](https://github.com/involvex/super-agent-cli/commit/231f2a261c57ad253f9d1269ed94d6ab1310ca01))
19+
* **settings:** add zai models, update default to glm-4 ([231f2a2](https://github.com/involvex/super-agent-cli/commit/231f2a261c57ad253f9d1269ed94d6ab1310ca01))
20+
21+
1422

1523
## [0.0.69](https://github.com/involvex/super-agent-cli/compare/v0.0.68...v0.0.69) (2026-01-30)
1624

25+
26+
1727
## [0.0.68](https://github.com/involvex/super-agent-cli/compare/v0.0.67...v0.0.68) (2026-01-30)
1828

29+
1930
### Features
2031

21-
- **input:** update agent provider when switching ([03577d9](https://github.com/involvex/super-agent-cli/commit/03577d93e3384c95b7fc5c3b084cff1dc0b2579e))
22-
- **settings:** add zai provider support ([5e9d918](https://github.com/involvex/super-agent-cli/commit/5e9d918cacbb978590210767debdb92d1801225e))
32+
* **input:** update agent provider when switching ([03577d9](https://github.com/involvex/super-agent-cli/commit/03577d93e3384c95b7fc5c3b084cff1dc0b2579e))
33+
* **settings:** add zai provider support ([5e9d918](https://github.com/involvex/super-agent-cli/commit/5e9d918cacbb978590210767debdb92d1801225e))
34+
35+
2336

2437
## [0.0.67](https://github.com/involvex/super-agent-cli/compare/v0.0.66...v0.0.67) (2026-01-30)
2538

39+
2640
### Features
2741

28-
- **input:** enable runtime extension of slash commands with user settings integration ([cb705f4](https://github.com/involvex/super-agent-cli/commit/cb705f446b13c73016aa60e8d88be6ed58f8f58c))
42+
* **input:** enable runtime extension of slash commands with user settings integration ([cb705f4](https://github.com/involvex/super-agent-cli/commit/cb705f446b13c73016aa60e8d88be6ed58f8f58c))
43+
44+
2945

3046
## [0.0.66](https://github.com/involvex/super-agent-cli/compare/v0.0.65...v0.0.66) (2026-01-30)
3147

48+
3249
### Features
3350

34-
- **commands:** add custom slash commands with add/remove/list support ([6fe05af](https://github.com/involvex/super-agent-cli/commit/6fe05aff4fcb056bc6915376239d149128358dff))
51+
* **commands:** add custom slash commands with add/remove/list support ([6fe05af](https://github.com/involvex/super-agent-cli/commit/6fe05aff4fcb056bc6915376239d149128358dff))
52+
53+
3554

3655
## [0.0.65](https://github.com/involvex/super-agent-cli/compare/v0.0.64...v0.0.65) (2026-01-30)
3756

57+
3858
### Features
3959

40-
- **commands:** add /doctor and /commands slash commands ([7631bc2](https://github.com/involvex/super-agent-cli/commit/7631bc212929119aabdfd52e7bc650b9419d6bbf))
60+
* **commands:** add /doctor and /commands slash commands ([7631bc2](https://github.com/involvex/super-agent-cli/commit/7631bc212929119aabdfd52e7bc650b9419d6bbf))
61+
62+
4163

4264
## [0.0.64](https://github.com/involvex/super-agent-cli/compare/v0.0.63...v0.0.64) (2026-01-30)
4365

66+
4467
### Features
4568

46-
- **core:** add listModels capability and Cloudflare Workers AI support ([17bd521](https://github.com/involvex/super-agent-cli/commit/17bd521d929cb15df94679d37803e3ad9ed05709))
69+
* **core:** add listModels capability and Cloudflare Workers AI support ([17bd521](https://github.com/involvex/super-agent-cli/commit/17bd521d929cb15df94679d37803e3ad9ed05709))
70+
71+
4772

4873
## [0.0.63](https://github.com/involvex/super-agent-cli/compare/v0.0.62...v0.0.63) (2026-01-30)
4974

75+
5076
### Features
5177

52-
- **cli:** add import command for cross-assistant resource migration ([2f0b1cc](https://github.com/involvex/super-agent-cli/commit/2f0b1cc8538cdc9ed1e000edf2460947d8f43750))
53-
- **provider:** add /provider set-key command for direct API key configuration ([79dce9b](https://github.com/involvex/super-agent-cli/commit/79dce9b558a7a7a105e9fd084f56d40266146067))
78+
* **cli:** add import command for cross-assistant resource migration ([2f0b1cc](https://github.com/involvex/super-agent-cli/commit/2f0b1cc8538cdc9ed1e000edf2460947d8f43750))
79+
* **provider:** add /provider set-key command for direct API key configuration ([79dce9b](https://github.com/involvex/super-agent-cli/commit/79dce9b558a7a7a105e9fd084f56d40266146067))
80+
81+
5482

5583
## [0.0.62](https://github.com/involvex/super-agent-cli/compare/v0.0.61...v0.0.62) (2026-01-30)
5684

85+
5786
### Features
5887

59-
- **cli:** refactor command architecture and introduce agents/skills management ([0bef26e](https://github.com/involvex/super-agent-cli/commit/0bef26ef8d3fc9360369c35ebf9835425dbe6f89))
88+
* **cli:** refactor command architecture and introduce agents/skills management ([0bef26e](https://github.com/involvex/super-agent-cli/commit/0bef26ef8d3fc9360369c35ebf9835425dbe6f89))
89+
90+
6091

6192
## [0.0.61](https://github.com/involvex/super-agent-cli/compare/v0.0.60...v0.0.61) (2026-01-30)
6293

94+
6395
### Features
6496

65-
- **plugins:** add workspace configuration for plugins monorepo structure ([bac2647](https://github.com/involvex/super-agent-cli/commit/bac26473e37ceb6575a94d2d858467ea3ed64505))
97+
* **plugins:** add workspace configuration for plugins monorepo structure ([bac2647](https://github.com/involvex/super-agent-cli/commit/bac26473e37ceb6575a94d2d858467ea3ed64505))
98+
99+
66100

67101
## [0.0.60](https://github.com/involvex/super-agent-cli/compare/v0.0.59...v0.0.60) (2026-01-30)
68102

103+
104+
69105
## [0.0.59](https://github.com/involvex/super-agent-cli/compare/v0.0.58...v0.0.59) (2026-01-30)
70106

107+
71108
### Features
72109

73-
- **plugins:** enhance plugin installation to support GitHub repos and local directories ([a4b448a](https://github.com/involvex/super-agent-cli/commit/a4b448a7571d9392683b836648178241acf7a51f))
110+
* **plugins:** enhance plugin installation to support GitHub repos and local directories ([a4b448a](https://github.com/involvex/super-agent-cli/commit/a4b448a7571d9392683b836648178241acf7a51f))
111+
112+
74113

75114
## [0.0.58](https://github.com/involvex/super-agent-cli/compare/v0.0.57...v0.0.58) (2026-01-30)
76115

116+
77117
### Features
78118

79-
- **ui:** add banner utilities and branding assets ([69f8ef4](https://github.com/involvex/super-agent-cli/commit/69f8ef4145fe101e71a37b346b19f78f8b5b0f6d))
119+
* **ui:** add banner utilities and branding assets ([69f8ef4](https://github.com/involvex/super-agent-cli/commit/69f8ef4145fe101e71a37b346b19f78f8b5b0f6d))
120+
121+
80122

81123
## [0.0.57](https://github.com/involvex/super-agent-cli/compare/v0.0.56...v0.0.57) (2026-01-30)
82124

125+
83126
### Features
84127

85-
- **web:** add session management and enhanced UI with sidebar ([6e82cad](https://github.com/involvex/super-agent-cli/commit/6e82cadb1beb3f2e250fa69bcef5bf922506dc34))
128+
* **web:** add session management and enhanced UI with sidebar ([6e82cad](https://github.com/involvex/super-agent-cli/commit/6e82cadb1beb3f2e250fa69bcef5bf922506dc34))
129+
130+
86131

87132
## [0.0.56](https://github.com/involvex/super-agent-cli/compare/v0.0.55...v0.0.56) (2026-01-30)
88133

134+
135+
89136
## [0.0.55](https://github.com/involvex/super-agent-cli/compare/v0.0.54...v0.0.55) (2026-01-30)
90137

138+
91139
### Features
92140

93-
- **web:** add web interface for CLI interaction ([7cfa7c3](https://github.com/involvex/super-agent-cli/commit/7cfa7c3adf57a29391aa8ea2d7667d8e5a637013)), closes [#web-interface](https://github.com/involvex/super-agent-cli/issues/web-interface)
141+
* **web:** add web interface for CLI interaction ([7cfa7c3](https://github.com/involvex/super-agent-cli/commit/7cfa7c3adf57a29391aa8ea2d7667d8e5a637013)), closes [#web-interface](https://github.com/involvex/super-agent-cli/issues/web-interface)
142+
143+
94144

95145
## [0.0.54](https://github.com/involvex/super-agent-cli/compare/v0.0.53...v0.0.54) (2026-01-30)
96146

147+
97148
### Features
98149

99-
- **indexing:** add file indexing system for faster search ([4f4d0c5](https://github.com/involvex/super-agent-cli/commit/4f4d0c58abe09a44c4afe6da757e85412e565ace))
150+
* **indexing:** add file indexing system for faster search ([4f4d0c5](https://github.com/involvex/super-agent-cli/commit/4f4d0c58abe09a44c4afe6da757e85412e565ace))
151+
152+
100153

101154
## [0.0.53](https://github.com/involvex/super-agent-cli/compare/v0.0.52...v0.0.53) (2026-01-30)
102155

156+
103157
### Features
104158

105-
- **plugins:** add plugin system with management commands ([eeb78d0](https://github.com/involvex/super-agent-cli/commit/eeb78d0ccd90881ed89df4220e86ef5d87360d1b))
159+
* **plugins:** add plugin system with management commands ([eeb78d0](https://github.com/involvex/super-agent-cli/commit/eeb78d0ccd90881ed89df4220e86ef5d87360d1b))
160+
161+
106162

107163
## [0.0.52](https://github.com/involvex/super-agent-cli/compare/v0.0.51...v0.0.52) (2026-01-30)
108164

165+
166+
109167
## [0.0.51](https://github.com/involvex/super-agent-cli/compare/v0.0.50...v0.0.51) (2026-01-30)
110168

169+
111170
### Features
112171

113-
- **mcp:** add MCP server management commands ([08c24fd](https://github.com/involvex/super-agent-cli/commit/08c24fdef96f69462948e466a198007ead4b1ee0))
172+
* **mcp:** add MCP server management commands ([08c24fd](https://github.com/involvex/super-agent-cli/commit/08c24fdef96f69462948e466a198007ead4b1ee0))
173+
174+
114175

115176
## [0.0.50](https://github.com/involvex/super-agent-cli/compare/v0.0.49...v0.0.50) (2026-01-30)
116177

178+
117179
### Features
118180

119-
- **chat:** add chat session persistence commands ([a443eab](https://github.com/involvex/super-agent-cli/commit/a443eab9102b01f0e4dc59dfb127bfeba3aab167))
181+
* **chat:** add chat session persistence commands ([a443eab](https://github.com/involvex/super-agent-cli/commit/a443eab9102b01f0e4dc59dfb127bfeba3aab167))
182+
183+
120184

121185
## [0.0.49](https://github.com/involvex/super-agent-cli/compare/v0.0.48...v0.0.49) (2026-01-30)
122186

187+
123188
### Features
124189

125-
- **provider:** enable runtime provider switching ([087a57d](https://github.com/involvex/super-agent-cli/commit/087a57d9dda985a7bb7696e12a576fd8f16eb087))
190+
* **provider:** enable runtime provider switching ([087a57d](https://github.com/involvex/super-agent-cli/commit/087a57d9dda985a7bb7696e12a576fd8f16eb087))
191+
192+
126193

127194
## [0.0.48](https://github.com/involvex/super-agent-cli/compare/v0.0.47...v0.0.48) (2026-01-30)
128195

196+
129197
### Features
130198

131-
- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](https://github.com/involvex/super-agent-cli/commit/41c2e896ef2ab724a3ccdb47b923c7a0069d3077))
199+
* **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](https://github.com/involvex/super-agent-cli/commit/41c2e896ef2ab724a3ccdb47b923c7a0069d3077))
200+
201+
132202

133203
## [0.0.47](https://github.com/involvex/super-agent-cli/compare/v0.0.46...v0.0.47) (2026-01-30)
134204

205+
206+
135207
## [0.0.46](https://github.com/involvex/super-agent-cli/compare/v0.0.45...v0.0.46) (2026-01-30)
136208

209+
137210
### Features
138211

139-
- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](https://github.com/involvex/super-agent-cli/commit/bdb54a06a012d190457f81e3440f6d0f4ad5d43f))
212+
* **release:** add automated npm publishing workflow and build configuration ([bdb54a0](https://github.com/involvex/super-agent-cli/commit/bdb54a06a012d190457f81e3440f6d0f4ad5d43f))
213+
214+
140215

141216
## [0.0.45](https://github.com/involvex/super-agent-cli/compare/v0.0.44...v0.0.45) (2026-01-30)
142217

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

222+
145223
### Features
146224

147-
- **ui:** add provider selection and configuration viewer components ([6eca4ce](https://github.com/involvex/super-agent-cli/commit/6eca4cef5b5438d4900b6ebe95c9f50c36db711e))
225+
* **ui:** add provider selection and configuration viewer components ([6eca4ce](https://github.com/involvex/super-agent-cli/commit/6eca4cef5b5438d4900b6ebe95c9f50c36db711e))
226+
227+
148228

149229
## [0.0.43](https://github.com/involvex/super-agent-cli/compare/v0.0.42...v0.0.43) (2026-01-30)
150230

231+
232+
151233
## [0.0.42](https://github.com/involvex/super-agent-cli/compare/v0.0.41...v0.0.42) (2026-01-30)
152234

235+
153236
### Features
154237

155-
- **input:** add shell command execution and escape key handling ([bcb2e64](https://github.com/involvex/super-agent-cli/commit/bcb2e6450634302d25dabe538689c5f689df2ac3))
238+
* **input:** add shell command execution and escape key handling ([bcb2e64](https://github.com/involvex/super-agent-cli/commit/bcb2e6450634302d25dabe538689c5f689df2ac3))
239+
240+
156241

157242
## [0.0.41](https://github.com/involvex/super-agent-cli/compare/v0.0.40...v0.0.41) (2026-01-30)
158243

244+
159245
### Features
160246

161-
- **cli:** add yolo mode toggle and improve keyboard shortcuts ([70d7ad0](https://github.com/involvex/super-agent-cli/commit/70d7ad027495c120f8bb4eb315bc7beef988bf2c))
247+
* **cli:** add yolo mode toggle and improve keyboard shortcuts ([70d7ad0](https://github.com/involvex/super-agent-cli/commit/70d7ad027495c120f8bb4eb315bc7beef988bf2c))
248+
249+
162250

163251
## [0.0.40](https://github.com/involvex/super-agent-cli/compare/v0.0.39...v0.0.40) (2026-01-30)
164252

253+
165254
### Features
166255

167-
- **cli:** add agent modes, file mentions, and command palette ([91d9e62](https://github.com/involvex/super-agent-cli/commit/91d9e62ecfc3ef9452f10095a8c644345fe82697))
256+
* **cli:** add agent modes, file mentions, and command palette ([91d9e62](https://github.com/involvex/super-agent-cli/commit/91d9e62ecfc3ef9452f10095a8c644345fe82697))
257+
258+
168259

169260
## [0.0.39](https://github.com/involvex/super-agent-cli/compare/v0.0.38...v0.0.39) (2026-01-30)
170261

262+
171263
### Features
172264

173-
- **core:** add native Gemini SDK support and update provider configuration ([c3def79](https://github.com/involvex/super-agent-cli/commit/c3def79821b24159c235d41562f2cca91c651827))
265+
* **core:** add native Gemini SDK support and update provider configuration ([c3def79](https://github.com/involvex/super-agent-cli/commit/c3def79821b24159c235d41562f2cca91c651827))
266+
267+
174268

175269
## [0.0.38](https://github.com/involvex/super-agent-cli/compare/v0.0.37...v0.0.38) (2026-01-30)
176270

271+
177272
### Features
178273

179-
- **core:** add Gemini provider and ProjectMap tool ([23e00e5](https://github.com/involvex/super-agent-cli/commit/23e00e5552dced9b8d856c67455c4eac14662c1f))
274+
* **core:** add Gemini provider and ProjectMap tool ([23e00e5](https://github.com/involvex/super-agent-cli/commit/23e00e5552dced9b8d856c67455c4eac14662c1f))
275+
276+
180277

181278
## [0.0.37](https://github.com/involvex/super-agent-cli/compare/v0.0.36...v0.0.37) (2026-01-30)
182279

280+
183281
### Code Refactoring
184282

185-
- **core:** refactor LLM client to provider pattern with Gemini default ([45c5d95](https://github.com/involvex/super-agent-cli/commit/45c5d95301dd9f6a19d497261a7789fe2c1f6a11))
283+
* **core:** refactor LLM client to provider pattern with Gemini default ([45c5d95](https://github.com/involvex/super-agent-cli/commit/45c5d95301dd9f6a19d497261a7789fe2c1f6a11))
284+
186285

187286
### BREAKING CHANGES
188287

189-
- **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.
288+
* **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.
289+
290+
190291

191292
## [0.0.36](https://github.com/involvex/super-agent-cli/compare/v0.0.35...v0.0.36) (2026-01-30)
192293

294+
193295
### Features
194296

195-
- **cli:** add about and plugins management commands ([dc966c1](https://github.com/involvex/super-agent-cli/commit/dc966c14a4919fd9984219054f168e136b9dbd33))
297+
* **cli:** add about and plugins management commands ([dc966c1](https://github.com/involvex/super-agent-cli/commit/dc966c14a4919fd9984219054f168e136b9dbd33))
298+
299+
196300

197301
## [0.0.35](https://github.com/involvex/super-agent-cli/compare/07ec1540c3e1049c8b5653f73af1a2d7e620aba6...v0.0.35) (2026-01-30)
198302

303+
199304
### Bug Fixes
200305

201-
- improve diff generation and multi-line string replacement for large files ([#23](https://github.com/involvex/super-agent-cli/issues/23)) ([e662dd3](https://github.com/involvex/super-agent-cli/commit/e662dd32f8b04380196b0d06da00b3913af8e616))
202-
- migrate to bun ([#78](https://github.com/involvex/super-agent-cli/issues/78)) ([9180c4b](https://github.com/involvex/super-agent-cli/commit/9180c4b02e11a9cc58ac0372ca53a51f445d1cf8))
203-
- re-enable vibekit by resolving runtime crash when using grok cli ([#77](https://github.com/involvex/super-agent-cli/issues/77)) ([bd78e9e](https://github.com/involvex/super-agent-cli/commit/bd78e9e8456818e45578fbeb9f540064ecc2797b))
306+
* improve diff generation and multi-line string replacement for large files ([#23](https://github.com/involvex/super-agent-cli/issues/23)) ([e662dd3](https://github.com/involvex/super-agent-cli/commit/e662dd32f8b04380196b0d06da00b3913af8e616))
307+
* migrate to bun ([#78](https://github.com/involvex/super-agent-cli/issues/78)) ([9180c4b](https://github.com/involvex/super-agent-cli/commit/9180c4b02e11a9cc58ac0372ca53a51f445d1cf8))
308+
* re-enable vibekit by resolving runtime crash when using grok cli ([#77](https://github.com/involvex/super-agent-cli/issues/77)) ([bd78e9e](https://github.com/involvex/super-agent-cli/commit/bd78e9e8456818e45578fbeb9f540064ecc2797b))
309+
204310

205311
### Features
206312

207-
- add configurable base URL support ([#19](https://github.com/involvex/super-agent-cli/issues/19)) ([07ec154](https://github.com/involvex/super-agent-cli/commit/07ec1540c3e1049c8b5653f73af1a2d7e620aba6))
208-
- add model parameter support for CLI ([#29](https://github.com/involvex/super-agent-cli/issues/29)) ([6f8f9cf](https://github.com/involvex/super-agent-cli/commit/6f8f9cf8394ef9b4608211f4e8493f713882e27b))
209-
- add support for auto-edit toggle ([#24](https://github.com/involvex/super-agent-cli/issues/24)) ([5183e4d](https://github.com/involvex/super-agent-cli/commit/5183e4d3b58ab7b16b32087b54e6639b871cdb97))
210-
- add support for mcp ([#44](https://github.com/involvex/super-agent-cli/issues/44)) ([9c1d82b](https://github.com/involvex/super-agent-cli/commit/9c1d82be3c1022262eb229501123f2776c39189a))
211-
- git commands ([#41](https://github.com/involvex/super-agent-cli/issues/41)) ([9642bda](https://github.com/involvex/super-agent-cli/commit/9642bdaeef1cbccb4adb9429062052f1d5477a43))
212-
- improve model configuration and settings management ([#59](https://github.com/involvex/super-agent-cli/issues/59)) ([5a4b2c8](https://github.com/involvex/super-agent-cli/commit/5a4b2c8e25337c6ec013baf4295dbb520712e501))
213-
- save selected model ([#39](https://github.com/involvex/super-agent-cli/issues/39)) ([c00feda](https://github.com/involvex/super-agent-cli/commit/c00feda72802e7aef02b11ca72a1274ca5c6db7d))
313+
* add configurable base URL support ([#19](https://github.com/involvex/super-agent-cli/issues/19)) ([07ec154](https://github.com/involvex/super-agent-cli/commit/07ec1540c3e1049c8b5653f73af1a2d7e620aba6))
314+
* add model parameter support for CLI ([#29](https://github.com/involvex/super-agent-cli/issues/29)) ([6f8f9cf](https://github.com/involvex/super-agent-cli/commit/6f8f9cf8394ef9b4608211f4e8493f713882e27b))
315+
* add support for auto-edit toggle ([#24](https://github.com/involvex/super-agent-cli/issues/24)) ([5183e4d](https://github.com/involvex/super-agent-cli/commit/5183e4d3b58ab7b16b32087b54e6639b871cdb97))
316+
* add support for mcp ([#44](https://github.com/involvex/super-agent-cli/issues/44)) ([9c1d82b](https://github.com/involvex/super-agent-cli/commit/9c1d82be3c1022262eb229501123f2776c39189a))
317+
* git commands ([#41](https://github.com/involvex/super-agent-cli/issues/41)) ([9642bda](https://github.com/involvex/super-agent-cli/commit/9642bdaeef1cbccb4adb9429062052f1d5477a43))
318+
* improve model configuration and settings management ([#59](https://github.com/involvex/super-agent-cli/issues/59)) ([5a4b2c8](https://github.com/involvex/super-agent-cli/commit/5a4b2c8e25337c6ec013baf4295dbb520712e501))
319+
* save selected model ([#39](https://github.com/involvex/super-agent-cli/issues/39)) ([c00feda](https://github.com/involvex/super-agent-cli/commit/c00feda72802e7aef02b11ca72a1274ca5c6db7d))
320+
214321

215322
### Styles
216323

217-
- apply prettier formatting and rename package ([9ef7633](https://github.com/involvex/super-agent-cli/commit/9ef7633f35568d18bb617a2e266487cb7875f539))
324+
* apply prettier formatting and rename package ([9ef7633](https://github.com/involvex/super-agent-cli/commit/9ef7633f35568d18bb617a2e266487cb7875f539))
325+
218326

219327
### BREAKING CHANGES
220328

221-
- package renamed from @vibe-kit/grok-cli to @involvex/super-agent-cli
329+
* package renamed from @vibe-kit/grok-cli to @involvex/super-agent-cli
330+
331+
332+

0 commit comments

Comments
 (0)