Skip to content

Commit ed3b4c3

Browse files
committed
v0.0.95
1 parent 9a2c21e commit ed3b4c3

File tree

2 files changed

+285
-54
lines changed

2 files changed

+285
-54
lines changed

CHANGELOG.md

Lines changed: 284 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,326 @@
1-
# Changelog
1+
## [0.0.95](https://github.com/involvex/super-agent-cli/compare/v0.0.94...v0.0.95) (2026-04-06)
22

3-
All notable changes to Super Agent CLI will be documented in this file.
3+
### Features
4+
5+
- **providers:** Add Kilo Gateway, OpenCode Zen & Cline LLM provider support ([0ed4b91](https://github.com/involvex/super-agent-cli/commit/0ed4b91e74a7c9c49b6eef8c63d7060e43516e76))
6+
7+
## [0.0.94](https://github.com/involvex/super-agent-cli/compare/v0.0.93...v0.0.94) (2026-02-22)
8+
9+
## [0.0.93](https://github.com/involvex/super-agent-cli/compare/v0.0.92...v0.0.93) (2026-02-22)
10+
11+
## [0.0.92](https://github.com/involvex/super-agent-cli/compare/v0.0.91...v0.0.92) (2026-02-06)
12+
13+
## [0.0.91](https://github.com/involvex/super-agent-cli/compare/v0.0.90...v0.0.91) (2026-02-06)
14+
15+
## [0.0.90](https://github.com/involvex/super-agent-cli/compare/v0.0.89...v0.0.90) (2026-02-06)
16+
17+
## [0.0.89](https://github.com/involvex/super-agent-cli/compare/v0.0.88...v0.0.89) (2026-02-06)
18+
19+
### Features
420

5-
## [Unreleased]
21+
- enhance CLI-VSCode integration and replace enquirer with inquirer ([825a794](https://github.com/involvex/super-agent-cli/commit/825a79498f0ba7e1feefcbbeffac411aad187daa))
622

7-
### Added
23+
## [0.0.88](https://github.com/involvex/super-agent-cli/compare/v0.0.87...v0.0.88) (2026-02-06)
824

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`)
25+
### Features
26+
27+
- **cli:** add status bar configuration command ([3ac5f18](https://github.com/involvex/super-agent-cli/commit/3ac5f18e9d09d20b59adaa6bd784c2d98522a531))
28+
29+
## [0.0.87](https://github.com/involvex/super-agent-cli/compare/v0.0.86...v0.0.87) (2026-02-06)
1330

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
31+
## [0.0.86](https://github.com/involvex/super-agent-cli/compare/v0.0.85...v0.0.86) (2026-02-06)
32+
33+
### Features
1834

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
35+
- **vscode:** add command to start CLI server from extension ([278cd12](https://github.com/involvex/super-agent-cli/commit/278cd1267b854599e3fbe477ca86aa7340fe96a5))
2336

24-
### Changed
37+
## [0.0.85](https://github.com/involvex/super-agent-cli/compare/v0.0.84...v0.0.85) (2026-02-05)
2538

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
39+
## [0.0.84](https://github.com/involvex/super-agent-cli/compare/v0.0.83...v0.0.84) (2026-02-05)
2940

30-
- **VSCode Extension**: Updated to VSCode engine 1.109.0 with latest devDependencies
41+
## [0.0.83](https://github.com/involvex/super-agent-cli/compare/v0.0.82...v0.0.83) (2026-02-05)
3142

32-
### Security
43+
## [0.0.82](https://github.com/involvex/super-agent-cli/compare/v0.0.81...v0.0.82) (2026-02-01)
3344

34-
- Fixed high severity vulnerabilities in axios and minimatch via dependency overrides
35-
- Refactored command execution to prevent shell injection vulnerabilities
45+
## [0.0.81](https://github.com/involvex/super-agent-cli/compare/v0.0.80...v0.0.81) (2026-01-31)
3646

37-
## [0.0.94] - 2026-02-22
47+
### Bug Fixes
3848

39-
### Dependencies
49+
- **build:** add bun wrapper script and fix vscode extension packaging ([7c13c0b](https://github.com/involvex/super-agent-cli/commit/7c13c0b41d85d67fe6aa602cb092117d5a2e4983))
4050

41-
- Security patches for axios and minimatch
51+
## [0.0.80](https://github.com/involvex/super-agent-cli/compare/v0.0.79...v0.0.80) (2026-01-31)
4252

43-
## [0.0.93] - 2026-02-22
53+
### Bug Fixes
4454

45-
### Dependencies
55+
- **vscode-extension:** use png icon for marketplace compatibility ([2c00bf7](https://github.com/involvex/super-agent-cli/commit/2c00bf731d1f813e5b0ac0abb1c3aa67777c9600))
4656

47-
- General dependency updates
57+
### Features
4858

49-
## [0.0.92] - 2026-02-06
59+
- **vscode-extension:** setup packaging and fix async operations ([e32d467](https://github.com/involvex/super-agent-cli/commit/e32d467bda6e2b4cbb6570c8353a667e2bf8aa53))
5060

51-
### VSCode Extension
61+
## [0.0.79](https://github.com/involvex/super-agent-cli/compare/v0.0.78...v0.0.79) (2026-01-31)
5262

53-
- Simplified icon for theming support
63+
### Features
5464

55-
## [0.0.91] - 2026-02-06
65+
- add repository management and VS Code extension ([6a845f3](https://github.com/involvex/super-agent-cli/commit/6a845f33fe48f23e260de52c13703ba23477601c))
5666

57-
### Build
67+
## [0.0.78](https://github.com/involvex/super-agent-cli/compare/v0.0.77...v0.0.78) (2026-01-31)
5868

59-
- Switched to bun for VSCode extension build process
60-
- Added SVG icon support
69+
### Features
6170

62-
## [0.0.90] - 2026-02-06
71+
- **commands:** add /init command to create Agents.md for project instructions ([d94ab19](https://github.com/involvex/super-agent-cli/commit/d94ab1924e193724f6594bf7e936c5cad1ddb216))
6372

64-
### Security
73+
## [0.0.77](https://github.com/involvex/super-agent-cli/compare/v0.0.76...v0.0.77) (2026-01-31)
6574

66-
- Refactored command execution to prevent shell injection
75+
### Bug Fixes
6776

68-
## [0.0.89] - 2026-02-06
77+
- **agent:** correct async provider switching and settings resolution ([c3fc74a](https://github.com/involvex/super-agent-cli/commit/c3fc74a765f552376da3c5db06c70af24ea7f4c0))
6978

7079
### Features
7180

72-
- Enhanced CLI-VSCode integration
73-
- Replaced enquirer with inquirer for better compatibility
81+
- **firebase:** add web asset build pipeline for hosting ([2272a37](https://github.com/involvex/super-agent-cli/commit/2272a370c92bc2da328fa986be638d0c46fe0da0))
82+
- **firebase:** setup firebase hosting and firestore ([b9889b8](https://github.com/involvex/super-agent-cli/commit/b9889b8cdf64aaf8d5a51d6e48f216d3f40a2c78))
83+
- **image-generation:** add image generation providers and configuration ([e3e2459](https://github.com/involvex/super-agent-cli/commit/e3e2459ec13d50ee90ce86b41a6bee89ba18ef55))
7484

75-
## [0.0.88] - 2026-02-06
85+
## [0.0.76](https://github.com/involvex/super-agent-cli/compare/v0.0.75...v0.0.76) (2026-01-31)
7686

7787
### Features
7888

79-
- Added status bar configuration command (`/config set ui.statusbar_config`)
89+
- **agent:** improve provider switching with validation and error handling ([b1f8de7](https://github.com/involvex/super-agent-cli/commit/b1f8de75ce7851e09a0d90b2115b6216173b5f74))
90+
91+
### BREAKING CHANGES
92+
93+
- **agent:** setProvider is now async and returns Promise<void>
94+
95+
## [0.0.75](https://github.com/involvex/super-agent-cli/compare/v0.0.74...v0.0.75) (2026-01-31)
96+
97+
## [0.0.74](https://github.com/involvex/super-agent-cli/compare/v0.0.73...v0.0.74) (2026-01-31)
98+
99+
## [0.0.73](https://github.com/involvex/super-agent-cli/compare/v0.0.72...v0.0.73) (2026-01-31)
100+
101+
### Features
102+
103+
- **cli:** add about command to display package information ([cbe20e6](https://github.com/involvex/super-agent-cli/commit/cbe20e62720102b7e2fd8beed853f8c931b3bdd6))
104+
- **ui:** add password hashing to diff key generation ([8314d99](https://github.com/involvex/super-agent-cli/commit/8314d990c244bbfd7336436ef8d444c6f176eaf0))
105+
106+
## [0.0.72](https://github.com/involvex/super-agent-cli/compare/v0.0.71...v0.0.72) (2026-01-31)
107+
108+
### Features
109+
110+
- **testing:** add comprehensive testing infrastructure with Vitest ([cb0d9bd](https://github.com/involvex/super-agent-cli/commit/cb0d9bdf91dec92e3c174baebc4f69bd4bdc040b))
111+
112+
## [0.0.71](https://github.com/involvex/super-agent-cli/compare/v0.0.70...v0.0.71) (2026-01-31)
113+
114+
## [0.0.70](https://github.com/involvex/super-agent-cli/compare/v0.0.69...v0.0.70) (2026-01-30)
115+
116+
### Features
117+
118+
- **settings:** add zai models, update default to glm-4 ([231f2a2](https://github.com/involvex/super-agent-cli/commit/231f2a261c57ad253f9d1269ed94d6ab1310ca01))
119+
120+
## [0.0.69](https://github.com/involvex/super-agent-cli/compare/v0.0.68...v0.0.69) (2026-01-30)
121+
122+
## [0.0.68](https://github.com/involvex/super-agent-cli/compare/v0.0.67...v0.0.68) (2026-01-30)
123+
124+
### Features
80125

81-
## [0.0.87] - 2026-02-06
126+
- **input:** update agent provider when switching ([03577d9](https://github.com/involvex/super-agent-cli/commit/03577d93e3384c95b7fc5c3b084cff1dc0b2579e))
127+
- **settings:** add zai provider support ([5e9d918](https://github.com/involvex/super-agent-cli/commit/5e9d918cacbb978590210767debdb92d1801225e))
82128

83-
### VSCode Extension
129+
## [0.0.67](https://github.com/involvex/super-agent-cli/compare/v0.0.66...v0.0.67) (2026-01-30)
84130

85-
- Added command to start CLI server from extension
131+
### Features
132+
133+
- **input:** enable runtime extension of slash commands with user settings integration ([cb705f4](https://github.com/involvex/super-agent-cli/commit/cb705f446b13c73016aa60e8d88be6ed58f8f58c))
134+
135+
## [0.0.66](https://github.com/involvex/super-agent-cli/compare/v0.0.65...v0.0.66) (2026-01-30)
136+
137+
### Features
138+
139+
- **commands:** add custom slash commands with add/remove/list support ([6fe05af](https://github.com/involvex/super-agent-cli/commit/6fe05aff4fcb056bc6915376239d149128358dff))
140+
141+
## [0.0.65](https://github.com/involvex/super-agent-cli/compare/v0.0.64...v0.0.65) (2026-01-30)
142+
143+
### Features
144+
145+
- **commands:** add /doctor and /commands slash commands ([7631bc2](https://github.com/involvex/super-agent-cli/commit/7631bc212929119aabdfd52e7bc650b9419d6bbf))
146+
147+
## [0.0.64](https://github.com/involvex/super-agent-cli/compare/v0.0.63...v0.0.64) (2026-01-30)
148+
149+
### Features
150+
151+
- **core:** add listModels capability and Cloudflare Workers AI support ([17bd521](https://github.com/involvex/super-agent-cli/commit/17bd521d929cb15df94679d37803e3ad9ed05709))
152+
153+
## [0.0.63](https://github.com/involvex/super-agent-cli/compare/v0.0.62...v0.0.63) (2026-01-30)
154+
155+
### Features
156+
157+
- **cli:** add import command for cross-assistant resource migration ([2f0b1cc](https://github.com/involvex/super-agent-cli/commit/2f0b1cc8538cdc9ed1e000edf2460947d8f43750))
158+
- **provider:** add /provider set-key command for direct API key configuration ([79dce9b](https://github.com/involvex/super-agent-cli/commit/79dce9b558a7a7a105e9fd084f56d40266146067))
159+
160+
## [0.0.62](https://github.com/involvex/super-agent-cli/compare/v0.0.61...v0.0.62) (2026-01-30)
161+
162+
### Features
163+
164+
- **cli:** refactor command architecture and introduce agents/skills management ([0bef26e](https://github.com/involvex/super-agent-cli/commit/0bef26ef8d3fc9360369c35ebf9835425dbe6f89))
165+
166+
## [0.0.61](https://github.com/involvex/super-agent-cli/compare/v0.0.60...v0.0.61) (2026-01-30)
167+
168+
### Features
169+
170+
- **plugins:** add workspace configuration for plugins monorepo structure ([bac2647](https://github.com/involvex/super-agent-cli/commit/bac26473e37ceb6575a94d2d858467ea3ed64505))
171+
172+
## [0.0.60](https://github.com/involvex/super-agent-cli/compare/v0.0.59...v0.0.60) (2026-01-30)
173+
174+
## [0.0.59](https://github.com/involvex/super-agent-cli/compare/v0.0.58...v0.0.59) (2026-01-30)
175+
176+
### Features
177+
178+
- **plugins:** enhance plugin installation to support GitHub repos and local directories ([a4b448a](https://github.com/involvex/super-agent-cli/commit/a4b448a7571d9392683b836648178241acf7a51f))
179+
180+
## [0.0.58](https://github.com/involvex/super-agent-cli/compare/v0.0.57...v0.0.58) (2026-01-30)
181+
182+
### Features
183+
184+
- **ui:** add banner utilities and branding assets ([69f8ef4](https://github.com/involvex/super-agent-cli/commit/69f8ef4145fe101e71a37b346b19f78f8b5b0f6d))
185+
186+
## [0.0.57](https://github.com/involvex/super-agent-cli/compare/v0.0.56...v0.0.57) (2026-01-30)
187+
188+
### Features
189+
190+
- **web:** add session management and enhanced UI with sidebar ([6e82cad](https://github.com/involvex/super-agent-cli/commit/6e82cadb1beb3f2e250fa69bcef5bf922506dc34))
191+
192+
## [0.0.56](https://github.com/involvex/super-agent-cli/compare/v0.0.55...v0.0.56) (2026-01-30)
193+
194+
## [0.0.55](https://github.com/involvex/super-agent-cli/compare/v0.0.54...v0.0.55) (2026-01-30)
195+
196+
### Features
197+
198+
- **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)
199+
200+
## [0.0.54](https://github.com/involvex/super-agent-cli/compare/v0.0.53...v0.0.54) (2026-01-30)
201+
202+
### Features
203+
204+
- **indexing:** add file indexing system for faster search ([4f4d0c5](https://github.com/involvex/super-agent-cli/commit/4f4d0c58abe09a44c4afe6da757e85412e565ace))
205+
206+
## [0.0.53](https://github.com/involvex/super-agent-cli/compare/v0.0.52...v0.0.53) (2026-01-30)
207+
208+
### Features
209+
210+
- **plugins:** add plugin system with management commands ([eeb78d0](https://github.com/involvex/super-agent-cli/commit/eeb78d0ccd90881ed89df4220e86ef5d87360d1b))
211+
212+
## [0.0.52](https://github.com/involvex/super-agent-cli/compare/v0.0.51...v0.0.52) (2026-01-30)
213+
214+
## [0.0.51](https://github.com/involvex/super-agent-cli/compare/v0.0.50...v0.0.51) (2026-01-30)
215+
216+
### Features
217+
218+
- **mcp:** add MCP server management commands ([08c24fd](https://github.com/involvex/super-agent-cli/commit/08c24fdef96f69462948e466a198007ead4b1ee0))
219+
220+
## [0.0.50](https://github.com/involvex/super-agent-cli/compare/v0.0.49...v0.0.50) (2026-01-30)
221+
222+
### Features
223+
224+
- **chat:** add chat session persistence commands ([a443eab](https://github.com/involvex/super-agent-cli/commit/a443eab9102b01f0e4dc59dfb127bfeba3aab167))
225+
226+
## [0.0.49](https://github.com/involvex/super-agent-cli/compare/v0.0.48...v0.0.49) (2026-01-30)
227+
228+
### Features
229+
230+
- **provider:** enable runtime provider switching ([087a57d](https://github.com/involvex/super-agent-cli/commit/087a57d9dda985a7bb7696e12a576fd8f16eb087))
231+
232+
## [0.0.48](https://github.com/involvex/super-agent-cli/compare/v0.0.47...v0.0.48) (2026-01-30)
233+
234+
### Features
235+
236+
- **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](https://github.com/involvex/super-agent-cli/commit/41c2e896ef2ab724a3ccdb47b923c7a0069d3077))
237+
238+
## [0.0.47](https://github.com/involvex/super-agent-cli/compare/v0.0.46...v0.0.47) (2026-01-30)
239+
240+
## [0.0.46](https://github.com/involvex/super-agent-cli/compare/v0.0.45...v0.0.46) (2026-01-30)
241+
242+
### Features
243+
244+
- **release:** add automated npm publishing workflow and build configuration ([bdb54a0](https://github.com/involvex/super-agent-cli/commit/bdb54a06a012d190457f81e3440f6d0f4ad5d43f))
245+
246+
## [0.0.45](https://github.com/involvex/super-agent-cli/compare/v0.0.44...v0.0.45) (2026-01-30)
247+
248+
## [0.0.44](https://github.com/involvex/super-agent-cli/compare/v0.0.43...v0.0.44) (2026-01-30)
249+
250+
### Features
251+
252+
- **ui:** add provider selection and configuration viewer components ([6eca4ce](https://github.com/involvex/super-agent-cli/commit/6eca4cef5b5438d4900b6ebe95c9f50c36db711e))
253+
254+
## [0.0.43](https://github.com/involvex/super-agent-cli/compare/v0.0.42...v0.0.43) (2026-01-30)
255+
256+
## [0.0.42](https://github.com/involvex/super-agent-cli/compare/v0.0.41...v0.0.42) (2026-01-30)
257+
258+
### Features
259+
260+
- **input:** add shell command execution and escape key handling ([bcb2e64](https://github.com/involvex/super-agent-cli/commit/bcb2e6450634302d25dabe538689c5f689df2ac3))
261+
262+
## [0.0.41](https://github.com/involvex/super-agent-cli/compare/v0.0.40...v0.0.41) (2026-01-30)
263+
264+
### Features
265+
266+
- **cli:** add yolo mode toggle and improve keyboard shortcuts ([70d7ad0](https://github.com/involvex/super-agent-cli/commit/70d7ad027495c120f8bb4eb315bc7beef988bf2c))
267+
268+
## [0.0.40](https://github.com/involvex/super-agent-cli/compare/v0.0.39...v0.0.40) (2026-01-30)
269+
270+
### Features
271+
272+
- **cli:** add agent modes, file mentions, and command palette ([91d9e62](https://github.com/involvex/super-agent-cli/commit/91d9e62ecfc3ef9452f10095a8c644345fe82697))
273+
274+
## [0.0.39](https://github.com/involvex/super-agent-cli/compare/v0.0.38...v0.0.39) (2026-01-30)
275+
276+
### Features
277+
278+
- **core:** add native Gemini SDK support and update provider configuration ([c3def79](https://github.com/involvex/super-agent-cli/commit/c3def79821b24159c235d41562f2cca91c651827))
279+
280+
## [0.0.38](https://github.com/involvex/super-agent-cli/compare/v0.0.37...v0.0.38) (2026-01-30)
281+
282+
### Features
283+
284+
- **core:** add Gemini provider and ProjectMap tool ([23e00e5](https://github.com/involvex/super-agent-cli/commit/23e00e5552dced9b8d856c67455c4eac14662c1f))
285+
286+
## [0.0.37](https://github.com/involvex/super-agent-cli/compare/v0.0.36...v0.0.37) (2026-01-30)
287+
288+
### Code Refactoring
289+
290+
- **core:** refactor LLM client to provider pattern with Gemini default ([45c5d95](https://github.com/involvex/super-agent-cli/commit/45c5d95301dd9f6a19d497261a7789fe2c1f6a11))
291+
292+
### BREAKING CHANGES
293+
294+
- **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.
295+
296+
## [0.0.36](https://github.com/involvex/super-agent-cli/compare/v0.0.35...v0.0.36) (2026-01-30)
297+
298+
### Features
299+
300+
- **cli:** add about and plugins management commands ([dc966c1](https://github.com/involvex/super-agent-cli/commit/dc966c14a4919fd9984219054f168e136b9dbd33))
301+
302+
## [0.0.35](https://github.com/involvex/super-agent-cli/compare/07ec1540c3e1049c8b5653f73af1a2d7e620aba6...v0.0.35) (2026-01-30)
303+
304+
### Bug Fixes
305+
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+
310+
### Features
86311

87-
## [0.0.86] - 2026-02-05
312+
- 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))
313+
- 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))
314+
- 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))
315+
- add support for mcp ([#44](https://github.com/involvex/super-agent-cli/issues/44)) ([9c1d82b](https://github.com/involvex/super-agent-cli/commit/9c1d82be3c1022262eb229501123f2776c39189a))
316+
- git commands ([#41](https://github.com/involvex/super-agent-cli/issues/41)) ([9642bda](https://github.com/involvex/super-agent-cli/commit/9642bdaeef1cbccb4adb9429062052f1d5477a43))
317+
- 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))
318+
- save selected model ([#39](https://github.com/involvex/super-agent-cli/issues/39)) ([c00feda](https://github.com/involvex/super-agent-cli/commit/c00feda72802e7aef02b11ca72a1274ca5c6db7d))
88319

89-
### VSCode Extension
320+
### Styles
90321

91-
- Enhanced VSCode integration
322+
- apply prettier formatting and rename package ([9ef7633](https://github.com/involvex/super-agent-cli/commit/9ef7633f35568d18bb617a2e266487cb7875f539))
92323

93-
---
324+
### BREAKING CHANGES
94325

95-
For older releases, please see the [GitHub releases](https://github.com/involvex/super-agent-cli/releases) page.
326+
- package renamed from @vibe-kit/grok-cli to @involvex/super-agent-cli

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@involvex/super-agent-cli",
3-
"version": "0.0.94",
3+
"version": "0.0.95",
44
"description": "An open-source AI agent that brings the power of Super Agent directly into your terminal.",
55
"keywords": [
66
"cli",

0 commit comments

Comments
 (0)