|
1 | | -## [0.0.94](https://github.com/involvex/super-agent-cli/compare/v0.0.93...v0.0.94) (2026-02-22) |
| 1 | +# Changelog |
2 | 2 |
|
3 | | -## [0.0.93](https://github.com/involvex/super-agent-cli/compare/v0.0.92...v0.0.93) (2026-02-22) |
| 3 | +All notable changes to Super Agent CLI will be documented in this file. |
4 | 4 |
|
5 | | -## [0.0.92](https://github.com/involvex/super-agent-cli/compare/v0.0.91...v0.0.92) (2026-02-06) |
| 5 | +## [Unreleased] |
6 | 6 |
|
7 | | -## [0.0.91](https://github.com/involvex/super-agent-cli/compare/v0.0.90...v0.0.91) (2026-02-06) |
| 7 | +### Added |
8 | 8 |
|
9 | | -## [0.0.90](https://github.com/involvex/super-agent-cli/compare/v0.0.89...v0.0.90) (2026-02-06) |
| 9 | +- **New LLM Providers**: Added support for three new OpenAI-compatible providers: |
| 10 | + - **Kilo Gateway** (`https://api.kilo.ai/api/gateway`) |
| 11 | + - **OpenCode Zen** (`https://opencode.ai/zen/v1/`) |
| 12 | + - **Cline** (`https://api.cline.bot/api/v1`) |
10 | 13 |
|
11 | | -## [0.0.89](https://github.com/involvex/super-agent-cli/compare/v0.0.88...v0.0.89) (2026-02-06) |
| 14 | +- **Unified Provider/Model Selection**: Enhanced picker with hotkey navigation: |
| 15 | + - `Shift+P` - Switch to providers view |
| 16 | + - `Shift+M` - Switch to models view |
| 17 | + - `Esc` in models view switches back to providers |
12 | 18 |
|
13 | | -### Features |
14 | | - |
15 | | -- enhance CLI-VSCode integration and replace enquirer with inquirer ([825a794](https://github.com/involvex/super-agent-cli/commit/825a79498f0ba7e1feefcbbeffac411aad187daa)) |
16 | | - |
17 | | -## [0.0.88](https://github.com/involvex/super-agent-cli/compare/v0.0.87...v0.0.88) (2026-02-06) |
18 | | - |
19 | | -### Features |
20 | | - |
21 | | -- **cli:** add status bar configuration command ([3ac5f18](https://github.com/involvex/super-agent-cli/commit/3ac5f18e9d09d20b59adaa6bd784c2d98522a531)) |
22 | | - |
23 | | -## [0.0.87](https://github.com/involvex/super-agent-cli/compare/v0.0.86...v0.0.87) (2026-02-06) |
24 | | - |
25 | | -## [0.0.86](https://github.com/involvex/super-agent-cli/compare/v0.0.85...v0.0.86) (2026-02-06) |
26 | | - |
27 | | -### Features |
28 | | - |
29 | | -- **vscode:** add command to start CLI server from extension ([278cd12](https://github.com/involvex/super-agent-cli/commit/278cd1267b854599e3fbe477ca86aa7340fe96a5)) |
30 | | - |
31 | | -## [0.0.85](https://github.com/involvex/super-agent-cli/compare/v0.0.84...v0.0.85) (2026-02-05) |
32 | | - |
33 | | -## [0.0.84](https://github.com/involvex/super-agent-cli/compare/v0.0.83...v0.0.84) (2026-02-05) |
34 | | - |
35 | | -## [0.0.83](https://github.com/involvex/super-agent-cli/compare/v0.0.82...v0.0.83) (2026-02-05) |
36 | | - |
37 | | -## [0.0.82](https://github.com/involvex/super-agent-cli/compare/v0.0.81...v0.0.82) (2026-02-01) |
38 | | - |
39 | | -## [0.0.81](https://github.com/involvex/super-agent-cli/compare/v0.0.80...v0.0.81) (2026-01-31) |
40 | | - |
41 | | -### Bug Fixes |
42 | | - |
43 | | -- **build:** add bun wrapper script and fix vscode extension packaging ([7c13c0b](https://github.com/involvex/super-agent-cli/commit/7c13c0b41d85d67fe6aa602cb092117d5a2e4983)) |
44 | | - |
45 | | -## [0.0.80](https://github.com/involvex/super-agent-cli/compare/v0.0.79...v0.0.80) (2026-01-31) |
| 19 | +- **Pricing API Integration**: Added pricing data fetching from models.dev: |
| 20 | + - Automatic caching of pricing data (24-hour TTL) |
| 21 | + - Local cache at `~/.super-agent/pricing-cache.json` |
| 22 | + - Model metadata includes input/output pricing and context window info |
46 | 23 |
|
47 | | -### Bug Fixes |
| 24 | +### Changed |
48 | 25 |
|
49 | | -- **vscode-extension:** use png icon for marketplace compatibility ([2c00bf7](https://github.com/involvex/super-agent-cli/commit/2c00bf731d1f813e5b0ac0abb1c3aa67777c9600)) |
| 26 | +- **Dependency Updates**: Updated core runtime and dev dependencies: |
| 27 | + - `@types/node` and related packages bumped to latest versions |
| 28 | + - Security patches for axios and minimatch vulnerabilities |
50 | 29 |
|
51 | | -### Features |
52 | | - |
53 | | -- **vscode-extension:** setup packaging and fix async operations ([e32d467](https://github.com/involvex/super-agent-cli/commit/e32d467bda6e2b4cbb6570c8353a667e2bf8aa53)) |
| 30 | +- **VSCode Extension**: Updated to VSCode engine 1.109.0 with latest devDependencies |
54 | 31 |
|
55 | | -## [0.0.79](https://github.com/involvex/super-agent-cli/compare/v0.0.78...v0.0.79) (2026-01-31) |
| 32 | +### Security |
56 | 33 |
|
57 | | -### Features |
| 34 | +- Fixed high severity vulnerabilities in axios and minimatch via dependency overrides |
| 35 | +- Refactored command execution to prevent shell injection vulnerabilities |
58 | 36 |
|
59 | | -- add repository management and VS Code extension ([6a845f3](https://github.com/involvex/super-agent-cli/commit/6a845f33fe48f23e260de52c13703ba23477601c)) |
| 37 | +## [0.0.94] - 2026-02-22 |
60 | 38 |
|
61 | | -## [0.0.78](https://github.com/involvex/super-agent-cli/compare/v0.0.77...v0.0.78) (2026-01-31) |
62 | | - |
63 | | -### Features |
| 39 | +### Dependencies |
64 | 40 |
|
65 | | -- **commands:** add /init command to create Agents.md for project instructions ([d94ab19](https://github.com/involvex/super-agent-cli/commit/d94ab1924e193724f6594bf7e936c5cad1ddb216)) |
| 41 | +- Security patches for axios and minimatch |
66 | 42 |
|
67 | | -## [0.0.77](https://github.com/involvex/super-agent-cli/compare/v0.0.76...v0.0.77) (2026-01-31) |
| 43 | +## [0.0.93] - 2026-02-22 |
68 | 44 |
|
69 | | -### Bug Fixes |
| 45 | +### Dependencies |
70 | 46 |
|
71 | | -- **agent:** correct async provider switching and settings resolution ([c3fc74a](https://github.com/involvex/super-agent-cli/commit/c3fc74a765f552376da3c5db06c70af24ea7f4c0)) |
| 47 | +- General dependency updates |
72 | 48 |
|
73 | | -### Features |
| 49 | +## [0.0.92] - 2026-02-06 |
74 | 50 |
|
75 | | -- **firebase:** add web asset build pipeline for hosting ([2272a37](https://github.com/involvex/super-agent-cli/commit/2272a370c92bc2da328fa986be638d0c46fe0da0)) |
76 | | -- **firebase:** setup firebase hosting and firestore ([b9889b8](https://github.com/involvex/super-agent-cli/commit/b9889b8cdf64aaf8d5a51d6e48f216d3f40a2c78)) |
77 | | -- **image-generation:** add image generation providers and configuration ([e3e2459](https://github.com/involvex/super-agent-cli/commit/e3e2459ec13d50ee90ce86b41a6bee89ba18ef55)) |
| 51 | +### VSCode Extension |
78 | 52 |
|
79 | | -## [0.0.76](https://github.com/involvex/super-agent-cli/compare/v0.0.75...v0.0.76) (2026-01-31) |
| 53 | +- Simplified icon for theming support |
80 | 54 |
|
81 | | -### Features |
| 55 | +## [0.0.91] - 2026-02-06 |
82 | 56 |
|
83 | | -- **agent:** improve provider switching with validation and error handling ([b1f8de7](https://github.com/involvex/super-agent-cli/commit/b1f8de75ce7851e09a0d90b2115b6216173b5f74)) |
| 57 | +### Build |
84 | 58 |
|
85 | | -### BREAKING CHANGES |
| 59 | +- Switched to bun for VSCode extension build process |
| 60 | +- Added SVG icon support |
86 | 61 |
|
87 | | -- **agent:** setProvider is now async and returns Promise<void> |
| 62 | +## [0.0.90] - 2026-02-06 |
88 | 63 |
|
89 | | -## [0.0.75](https://github.com/involvex/super-agent-cli/compare/v0.0.74...v0.0.75) (2026-01-31) |
| 64 | +### Security |
90 | 65 |
|
91 | | -## [0.0.74](https://github.com/involvex/super-agent-cli/compare/v0.0.73...v0.0.74) (2026-01-31) |
| 66 | +- Refactored command execution to prevent shell injection |
92 | 67 |
|
93 | | -## [0.0.73](https://github.com/involvex/super-agent-cli/compare/v0.0.72...v0.0.73) (2026-01-31) |
| 68 | +## [0.0.89] - 2026-02-06 |
94 | 69 |
|
95 | 70 | ### Features |
96 | 71 |
|
97 | | -- **cli:** add about command to display package information ([cbe20e6](https://github.com/involvex/super-agent-cli/commit/cbe20e62720102b7e2fd8beed853f8c931b3bdd6)) |
98 | | -- **ui:** add password hashing to diff key generation ([8314d99](https://github.com/involvex/super-agent-cli/commit/8314d990c244bbfd7336436ef8d444c6f176eaf0)) |
| 72 | +- Enhanced CLI-VSCode integration |
| 73 | +- Replaced enquirer with inquirer for better compatibility |
99 | 74 |
|
100 | | -## [0.0.72](https://github.com/involvex/super-agent-cli/compare/v0.0.71...v0.0.72) (2026-01-31) |
| 75 | +## [0.0.88] - 2026-02-06 |
101 | 76 |
|
102 | 77 | ### Features |
103 | 78 |
|
104 | | -- **testing:** add comprehensive testing infrastructure with Vitest ([cb0d9bd](https://github.com/involvex/super-agent-cli/commit/cb0d9bdf91dec92e3c174baebc4f69bd4bdc040b)) |
105 | | - |
106 | | -## [0.0.71](https://github.com/involvex/super-agent-cli/compare/v0.0.70...v0.0.71) (2026-01-31) |
| 79 | +- Added status bar configuration command (`/config set ui.statusbar_config`) |
107 | 80 |
|
108 | | -## [0.0.70](https://github.com/involvex/super-agent-cli/compare/v0.0.69...v0.0.70) (2026-01-30) |
109 | | - |
110 | | -### Features |
111 | | - |
112 | | -- **settings:** add zai models, update default to glm-4 ([231f2a2](https://github.com/involvex/super-agent-cli/commit/231f2a261c57ad253f9d1269ed94d6ab1310ca01)) |
113 | | - |
114 | | -## [0.0.69](https://github.com/involvex/super-agent-cli/compare/v0.0.68...v0.0.69) (2026-01-30) |
115 | | - |
116 | | -## [0.0.68](https://github.com/involvex/super-agent-cli/compare/v0.0.67...v0.0.68) (2026-01-30) |
117 | | - |
118 | | -### Features |
119 | | - |
120 | | -- **input:** update agent provider when switching ([03577d9](https://github.com/involvex/super-agent-cli/commit/03577d93e3384c95b7fc5c3b084cff1dc0b2579e)) |
121 | | -- **settings:** add zai provider support ([5e9d918](https://github.com/involvex/super-agent-cli/commit/5e9d918cacbb978590210767debdb92d1801225e)) |
122 | | - |
123 | | -## [0.0.67](https://github.com/involvex/super-agent-cli/compare/v0.0.66...v0.0.67) (2026-01-30) |
124 | | - |
125 | | -### Features |
126 | | - |
127 | | -- **input:** enable runtime extension of slash commands with user settings integration ([cb705f4](https://github.com/involvex/super-agent-cli/commit/cb705f446b13c73016aa60e8d88be6ed58f8f58c)) |
128 | | - |
129 | | -## [0.0.66](https://github.com/involvex/super-agent-cli/compare/v0.0.65...v0.0.66) (2026-01-30) |
130 | | - |
131 | | -### Features |
132 | | - |
133 | | -- **commands:** add custom slash commands with add/remove/list support ([6fe05af](https://github.com/involvex/super-agent-cli/commit/6fe05aff4fcb056bc6915376239d149128358dff)) |
134 | | - |
135 | | -## [0.0.65](https://github.com/involvex/super-agent-cli/compare/v0.0.64...v0.0.65) (2026-01-30) |
136 | | - |
137 | | -### Features |
138 | | - |
139 | | -- **commands:** add /doctor and /commands slash commands ([7631bc2](https://github.com/involvex/super-agent-cli/commit/7631bc212929119aabdfd52e7bc650b9419d6bbf)) |
140 | | - |
141 | | -## [0.0.64](https://github.com/involvex/super-agent-cli/compare/v0.0.63...v0.0.64) (2026-01-30) |
142 | | - |
143 | | -### Features |
144 | | - |
145 | | -- **core:** add listModels capability and Cloudflare Workers AI support ([17bd521](https://github.com/involvex/super-agent-cli/commit/17bd521d929cb15df94679d37803e3ad9ed05709)) |
146 | | - |
147 | | -## [0.0.63](https://github.com/involvex/super-agent-cli/compare/v0.0.62...v0.0.63) (2026-01-30) |
148 | | - |
149 | | -### Features |
150 | | - |
151 | | -- **cli:** add import command for cross-assistant resource migration ([2f0b1cc](https://github.com/involvex/super-agent-cli/commit/2f0b1cc8538cdc9ed1e000edf2460947d8f43750)) |
152 | | -- **provider:** add /provider set-key command for direct API key configuration ([79dce9b](https://github.com/involvex/super-agent-cli/commit/79dce9b558a7a7a105e9fd084f56d40266146067)) |
153 | | - |
154 | | -## [0.0.62](https://github.com/involvex/super-agent-cli/compare/v0.0.61...v0.0.62) (2026-01-30) |
155 | | - |
156 | | -### Features |
157 | | - |
158 | | -- **cli:** refactor command architecture and introduce agents/skills management ([0bef26e](https://github.com/involvex/super-agent-cli/commit/0bef26ef8d3fc9360369c35ebf9835425dbe6f89)) |
159 | | - |
160 | | -## [0.0.61](https://github.com/involvex/super-agent-cli/compare/v0.0.60...v0.0.61) (2026-01-30) |
161 | | - |
162 | | -### Features |
163 | | - |
164 | | -- **plugins:** add workspace configuration for plugins monorepo structure ([bac2647](https://github.com/involvex/super-agent-cli/commit/bac26473e37ceb6575a94d2d858467ea3ed64505)) |
165 | | - |
166 | | -## [0.0.60](https://github.com/involvex/super-agent-cli/compare/v0.0.59...v0.0.60) (2026-01-30) |
167 | | - |
168 | | -## [0.0.59](https://github.com/involvex/super-agent-cli/compare/v0.0.58...v0.0.59) (2026-01-30) |
169 | | - |
170 | | -### Features |
171 | | - |
172 | | -- **plugins:** enhance plugin installation to support GitHub repos and local directories ([a4b448a](https://github.com/involvex/super-agent-cli/commit/a4b448a7571d9392683b836648178241acf7a51f)) |
173 | | - |
174 | | -## [0.0.58](https://github.com/involvex/super-agent-cli/compare/v0.0.57...v0.0.58) (2026-01-30) |
175 | | - |
176 | | -### Features |
177 | | - |
178 | | -- **ui:** add banner utilities and branding assets ([69f8ef4](https://github.com/involvex/super-agent-cli/commit/69f8ef4145fe101e71a37b346b19f78f8b5b0f6d)) |
179 | | - |
180 | | -## [0.0.57](https://github.com/involvex/super-agent-cli/compare/v0.0.56...v0.0.57) (2026-01-30) |
181 | | - |
182 | | -### Features |
| 81 | +## [0.0.87] - 2026-02-06 |
183 | 82 |
|
184 | | -- **web:** add session management and enhanced UI with sidebar ([6e82cad](https://github.com/involvex/super-agent-cli/commit/6e82cadb1beb3f2e250fa69bcef5bf922506dc34)) |
| 83 | +### VSCode Extension |
185 | 84 |
|
186 | | -## [0.0.56](https://github.com/involvex/super-agent-cli/compare/v0.0.55...v0.0.56) (2026-01-30) |
187 | | - |
188 | | -## [0.0.55](https://github.com/involvex/super-agent-cli/compare/v0.0.54...v0.0.55) (2026-01-30) |
189 | | - |
190 | | -### Features |
191 | | - |
192 | | -- **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) |
193 | | - |
194 | | -## [0.0.54](https://github.com/involvex/super-agent-cli/compare/v0.0.53...v0.0.54) (2026-01-30) |
195 | | - |
196 | | -### Features |
197 | | - |
198 | | -- **indexing:** add file indexing system for faster search ([4f4d0c5](https://github.com/involvex/super-agent-cli/commit/4f4d0c58abe09a44c4afe6da757e85412e565ace)) |
199 | | - |
200 | | -## [0.0.53](https://github.com/involvex/super-agent-cli/compare/v0.0.52...v0.0.53) (2026-01-30) |
201 | | - |
202 | | -### Features |
203 | | - |
204 | | -- **plugins:** add plugin system with management commands ([eeb78d0](https://github.com/involvex/super-agent-cli/commit/eeb78d0ccd90881ed89df4220e86ef5d87360d1b)) |
205 | | - |
206 | | -## [0.0.52](https://github.com/involvex/super-agent-cli/compare/v0.0.51...v0.0.52) (2026-01-30) |
207 | | - |
208 | | -## [0.0.51](https://github.com/involvex/super-agent-cli/compare/v0.0.50...v0.0.51) (2026-01-30) |
209 | | - |
210 | | -### Features |
211 | | - |
212 | | -- **mcp:** add MCP server management commands ([08c24fd](https://github.com/involvex/super-agent-cli/commit/08c24fdef96f69462948e466a198007ead4b1ee0)) |
213 | | - |
214 | | -## [0.0.50](https://github.com/involvex/super-agent-cli/compare/v0.0.49...v0.0.50) (2026-01-30) |
215 | | - |
216 | | -### Features |
217 | | - |
218 | | -- **chat:** add chat session persistence commands ([a443eab](https://github.com/involvex/super-agent-cli/commit/a443eab9102b01f0e4dc59dfb127bfeba3aab167)) |
219 | | - |
220 | | -## [0.0.49](https://github.com/involvex/super-agent-cli/compare/v0.0.48...v0.0.49) (2026-01-30) |
221 | | - |
222 | | -### Features |
223 | | - |
224 | | -- **provider:** enable runtime provider switching ([087a57d](https://github.com/involvex/super-agent-cli/commit/087a57d9dda985a7bb7696e12a576fd8f16eb087)) |
225 | | - |
226 | | -## [0.0.48](https://github.com/involvex/super-agent-cli/compare/v0.0.47...v0.0.48) (2026-01-30) |
227 | | - |
228 | | -### Features |
229 | | - |
230 | | -- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](https://github.com/involvex/super-agent-cli/commit/41c2e896ef2ab724a3ccdb47b923c7a0069d3077)) |
231 | | - |
232 | | -## [0.0.47](https://github.com/involvex/super-agent-cli/compare/v0.0.46...v0.0.47) (2026-01-30) |
233 | | - |
234 | | -## [0.0.46](https://github.com/involvex/super-agent-cli/compare/v0.0.45...v0.0.46) (2026-01-30) |
235 | | - |
236 | | -### Features |
237 | | - |
238 | | -- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](https://github.com/involvex/super-agent-cli/commit/bdb54a06a012d190457f81e3440f6d0f4ad5d43f)) |
239 | | - |
240 | | -## [0.0.45](https://github.com/involvex/super-agent-cli/compare/v0.0.44...v0.0.45) (2026-01-30) |
241 | | - |
242 | | -## [0.0.44](https://github.com/involvex/super-agent-cli/compare/v0.0.43...v0.0.44) (2026-01-30) |
243 | | - |
244 | | -### Features |
245 | | - |
246 | | -- **ui:** add provider selection and configuration viewer components ([6eca4ce](https://github.com/involvex/super-agent-cli/commit/6eca4cef5b5438d4900b6ebe95c9f50c36db711e)) |
247 | | - |
248 | | -## [0.0.43](https://github.com/involvex/super-agent-cli/compare/v0.0.42...v0.0.43) (2026-01-30) |
249 | | - |
250 | | -## [0.0.42](https://github.com/involvex/super-agent-cli/compare/v0.0.41...v0.0.42) (2026-01-30) |
251 | | - |
252 | | -### Features |
253 | | - |
254 | | -- **input:** add shell command execution and escape key handling ([bcb2e64](https://github.com/involvex/super-agent-cli/commit/bcb2e6450634302d25dabe538689c5f689df2ac3)) |
255 | | - |
256 | | -## [0.0.41](https://github.com/involvex/super-agent-cli/compare/v0.0.40...v0.0.41) (2026-01-30) |
257 | | - |
258 | | -### Features |
259 | | - |
260 | | -- **cli:** add yolo mode toggle and improve keyboard shortcuts ([70d7ad0](https://github.com/involvex/super-agent-cli/commit/70d7ad027495c120f8bb4eb315bc7beef988bf2c)) |
261 | | - |
262 | | -## [0.0.40](https://github.com/involvex/super-agent-cli/compare/v0.0.39...v0.0.40) (2026-01-30) |
263 | | - |
264 | | -### Features |
265 | | - |
266 | | -- **cli:** add agent modes, file mentions, and command palette ([91d9e62](https://github.com/involvex/super-agent-cli/commit/91d9e62ecfc3ef9452f10095a8c644345fe82697)) |
267 | | - |
268 | | -## [0.0.39](https://github.com/involvex/super-agent-cli/compare/v0.0.38...v0.0.39) (2026-01-30) |
269 | | - |
270 | | -### Features |
271 | | - |
272 | | -- **core:** add native Gemini SDK support and update provider configuration ([c3def79](https://github.com/involvex/super-agent-cli/commit/c3def79821b24159c235d41562f2cca91c651827)) |
273 | | - |
274 | | -## [0.0.38](https://github.com/involvex/super-agent-cli/compare/v0.0.37...v0.0.38) (2026-01-30) |
275 | | - |
276 | | -### Features |
277 | | - |
278 | | -- **core:** add Gemini provider and ProjectMap tool ([23e00e5](https://github.com/involvex/super-agent-cli/commit/23e00e5552dced9b8d856c67455c4eac14662c1f)) |
279 | | - |
280 | | -## [0.0.37](https://github.com/involvex/super-agent-cli/compare/v0.0.36...v0.0.37) (2026-01-30) |
281 | | - |
282 | | -### Code Refactoring |
283 | | - |
284 | | -- **core:** refactor LLM client to provider pattern with Gemini default ([45c5d95](https://github.com/involvex/super-agent-cli/commit/45c5d95301dd9f6a19d497261a7789fe2c1f6a11)) |
285 | | - |
286 | | -### BREAKING CHANGES |
287 | | - |
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 | | -## [0.0.36](https://github.com/involvex/super-agent-cli/compare/v0.0.35...v0.0.36) (2026-01-30) |
291 | | - |
292 | | -### Features |
293 | | - |
294 | | -- **cli:** add about and plugins management commands ([dc966c1](https://github.com/involvex/super-agent-cli/commit/dc966c14a4919fd9984219054f168e136b9dbd33)) |
295 | | - |
296 | | -## [0.0.35](https://github.com/involvex/super-agent-cli/compare/07ec1540c3e1049c8b5653f73af1a2d7e620aba6...v0.0.35) (2026-01-30) |
297 | | - |
298 | | -### Bug Fixes |
299 | | - |
300 | | -- 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)) |
301 | | -- migrate to bun ([#78](https://github.com/involvex/super-agent-cli/issues/78)) ([9180c4b](https://github.com/involvex/super-agent-cli/commit/9180c4b02e11a9cc58ac0372ca53a51f445d1cf8)) |
302 | | -- 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)) |
303 | | - |
304 | | -### Features |
| 85 | +- Added command to start CLI server from extension |
305 | 86 |
|
306 | | -- 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)) |
307 | | -- 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)) |
308 | | -- 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)) |
309 | | -- add support for mcp ([#44](https://github.com/involvex/super-agent-cli/issues/44)) ([9c1d82b](https://github.com/involvex/super-agent-cli/commit/9c1d82be3c1022262eb229501123f2776c39189a)) |
310 | | -- git commands ([#41](https://github.com/involvex/super-agent-cli/issues/41)) ([9642bda](https://github.com/involvex/super-agent-cli/commit/9642bdaeef1cbccb4adb9429062052f1d5477a43)) |
311 | | -- 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)) |
312 | | -- save selected model ([#39](https://github.com/involvex/super-agent-cli/issues/39)) ([c00feda](https://github.com/involvex/super-agent-cli/commit/c00feda72802e7aef02b11ca72a1274ca5c6db7d)) |
| 87 | +## [0.0.86] - 2026-02-05 |
313 | 88 |
|
314 | | -### Styles |
| 89 | +### VSCode Extension |
315 | 90 |
|
316 | | -- apply prettier formatting and rename package ([9ef7633](https://github.com/involvex/super-agent-cli/commit/9ef7633f35568d18bb617a2e266487cb7875f539)) |
| 91 | +- Enhanced VSCode integration |
317 | 92 |
|
318 | | -### BREAKING CHANGES |
| 93 | +--- |
319 | 94 |
|
320 | | -- package renamed from @vibe-kit/grok-cli to @involvex/super-agent-cli |
| 95 | +For older releases, please see the [GitHub releases](https://github.com/involvex/super-agent-cli/releases) page. |
0 commit comments