0.0.95 (2026-04-06)
- providers: Add Kilo Gateway, OpenCode Zen & Cline LLM provider support (0ed4b91)
0.0.94 (2026-02-22)
0.0.93 (2026-02-22)
0.0.92 (2026-02-06)
0.0.91 (2026-02-06)
0.0.90 (2026-02-06)
0.0.89 (2026-02-06)
- enhance CLI-VSCode integration and replace enquirer with inquirer (825a794)
0.0.88 (2026-02-06)
- cli: add status bar configuration command (3ac5f18)
0.0.87 (2026-02-06)
0.0.86 (2026-02-06)
- vscode: add command to start CLI server from extension (278cd12)
0.0.85 (2026-02-05)
0.0.84 (2026-02-05)
0.0.83 (2026-02-05)
0.0.82 (2026-02-01)
0.0.81 (2026-01-31)
- build: add bun wrapper script and fix vscode extension packaging (7c13c0b)
0.0.80 (2026-01-31)
- vscode-extension: use png icon for marketplace compatibility (2c00bf7)
- vscode-extension: setup packaging and fix async operations (e32d467)
0.0.79 (2026-01-31)
- add repository management and VS Code extension (6a845f3)
0.0.78 (2026-01-31)
- commands: add /init command to create Agents.md for project instructions (d94ab19)
0.0.77 (2026-01-31)
- agent: correct async provider switching and settings resolution (c3fc74a)
- firebase: add web asset build pipeline for hosting (2272a37)
- firebase: setup firebase hosting and firestore (b9889b8)
- image-generation: add image generation providers and configuration (e3e2459)
0.0.76 (2026-01-31)
- agent: improve provider switching with validation and error handling (b1f8de7)
- agent: setProvider is now async and returns Promise
0.0.75 (2026-01-31)
0.0.74 (2026-01-31)
0.0.73 (2026-01-31)
- cli: add about command to display package information (cbe20e6)
- ui: add password hashing to diff key generation (8314d99)
0.0.72 (2026-01-31)
- testing: add comprehensive testing infrastructure with Vitest (cb0d9bd)
0.0.71 (2026-01-31)
0.0.70 (2026-01-30)
- settings: add zai models, update default to glm-4 (231f2a2)
0.0.69 (2026-01-30)
0.0.68 (2026-01-30)
0.0.67 (2026-01-30)
- input: enable runtime extension of slash commands with user settings integration (cb705f4)
0.0.66 (2026-01-30)
- commands: add custom slash commands with add/remove/list support (6fe05af)
0.0.65 (2026-01-30)
- commands: add /doctor and /commands slash commands (7631bc2)
0.0.64 (2026-01-30)
- core: add listModels capability and Cloudflare Workers AI support (17bd521)
0.0.63 (2026-01-30)
- cli: add import command for cross-assistant resource migration (2f0b1cc)
- provider: add /provider set-key command for direct API key configuration (79dce9b)
0.0.62 (2026-01-30)
- cli: refactor command architecture and introduce agents/skills management (0bef26e)
0.0.61 (2026-01-30)
- plugins: add workspace configuration for plugins monorepo structure (bac2647)
0.0.60 (2026-01-30)
0.0.59 (2026-01-30)
- plugins: enhance plugin installation to support GitHub repos and local directories (a4b448a)
0.0.58 (2026-01-30)
- ui: add banner utilities and branding assets (69f8ef4)
0.0.57 (2026-01-30)
- web: add session management and enhanced UI with sidebar (6e82cad)
0.0.56 (2026-01-30)
0.0.55 (2026-01-30)
- web: add web interface for CLI interaction (7cfa7c3), closes #web-interface
0.0.54 (2026-01-30)
- indexing: add file indexing system for faster search (4f4d0c5)
0.0.53 (2026-01-30)
- plugins: add plugin system with management commands (eeb78d0)
0.0.52 (2026-01-30)
0.0.51 (2026-01-30)
- mcp: add MCP server management commands (08c24fd)
0.0.50 (2026-01-30)
- chat: add chat session persistence commands (a443eab)
0.0.49 (2026-01-30)
- provider: enable runtime provider switching (087a57d)
0.0.48 (2026-01-30)
- provider: add OpenAI Compatible provider and multi-provider support (41c2e89)
0.0.47 (2026-01-30)
0.0.46 (2026-01-30)
- release: add automated npm publishing workflow and build configuration (bdb54a0)
0.0.45 (2026-01-30)
0.0.44 (2026-01-30)
- ui: add provider selection and configuration viewer components (6eca4ce)
0.0.43 (2026-01-30)
0.0.42 (2026-01-30)
- input: add shell command execution and escape key handling (bcb2e64)
0.0.41 (2026-01-30)
- cli: add yolo mode toggle and improve keyboard shortcuts (70d7ad0)
0.0.40 (2026-01-30)
- cli: add agent modes, file mentions, and command palette (91d9e62)
0.0.39 (2026-01-30)
- core: add native Gemini SDK support and update provider configuration (c3def79)
0.0.38 (2026-01-30)
- core: add Gemini provider and ProjectMap tool (23e00e5)
0.0.37 (2026-01-30)
- core: refactor LLM client to provider pattern with Gemini default (45c5d95)
- 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 (2026-01-30)
- cli: add about and plugins management commands (dc966c1)
0.0.35 (2026-01-30)
- improve diff generation and multi-line string replacement for large files (#23) (e662dd3)
- migrate to bun (#78) (9180c4b)
- re-enable vibekit by resolving runtime crash when using grok cli (#77) (bd78e9e)
- add configurable base URL support (#19) (07ec154)
- add model parameter support for CLI (#29) (6f8f9cf)
- add support for auto-edit toggle (#24) (5183e4d)
- add support for mcp (#44) (9c1d82b)
- git commands (#41) (9642bda)
- improve model configuration and settings management (#59) (5a4b2c8)
- save selected model (#39) (c00feda)
- apply prettier formatting and rename package (9ef7633)
- package renamed from @vibe-kit/grok-cli to @involvex/super-agent-cli