Skip to content

Latest commit

 

History

History
326 lines (170 loc) · 16.9 KB

File metadata and controls

326 lines (170 loc) · 16.9 KB

0.0.95 (2026-04-06)

Features

  • 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)

Features

  • enhance CLI-VSCode integration and replace enquirer with inquirer (825a794)

0.0.88 (2026-02-06)

Features

  • cli: add status bar configuration command (3ac5f18)

0.0.87 (2026-02-06)

0.0.86 (2026-02-06)

Features

  • 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)

Bug Fixes

  • build: add bun wrapper script and fix vscode extension packaging (7c13c0b)

0.0.80 (2026-01-31)

Bug Fixes

  • vscode-extension: use png icon for marketplace compatibility (2c00bf7)

Features

  • vscode-extension: setup packaging and fix async operations (e32d467)

0.0.79 (2026-01-31)

Features

  • add repository management and VS Code extension (6a845f3)

0.0.78 (2026-01-31)

Features

  • commands: add /init command to create Agents.md for project instructions (d94ab19)

0.0.77 (2026-01-31)

Bug Fixes

  • agent: correct async provider switching and settings resolution (c3fc74a)

Features

  • 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)

Features

  • agent: improve provider switching with validation and error handling (b1f8de7)

BREAKING CHANGES

  • 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)

Features

  • cli: add about command to display package information (cbe20e6)
  • ui: add password hashing to diff key generation (8314d99)

0.0.72 (2026-01-31)

Features

  • testing: add comprehensive testing infrastructure with Vitest (cb0d9bd)

0.0.71 (2026-01-31)

0.0.70 (2026-01-30)

Features

  • settings: add zai models, update default to glm-4 (231f2a2)

0.0.69 (2026-01-30)

0.0.68 (2026-01-30)

Features

  • input: update agent provider when switching (03577d9)
  • settings: add zai provider support (5e9d918)

0.0.67 (2026-01-30)

Features

  • input: enable runtime extension of slash commands with user settings integration (cb705f4)

0.0.66 (2026-01-30)

Features

  • commands: add custom slash commands with add/remove/list support (6fe05af)

0.0.65 (2026-01-30)

Features

  • commands: add /doctor and /commands slash commands (7631bc2)

0.0.64 (2026-01-30)

Features

  • core: add listModels capability and Cloudflare Workers AI support (17bd521)

0.0.63 (2026-01-30)

Features

  • 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)

Features

  • cli: refactor command architecture and introduce agents/skills management (0bef26e)

0.0.61 (2026-01-30)

Features

  • plugins: add workspace configuration for plugins monorepo structure (bac2647)

0.0.60 (2026-01-30)

0.0.59 (2026-01-30)

Features

  • plugins: enhance plugin installation to support GitHub repos and local directories (a4b448a)

0.0.58 (2026-01-30)

Features

  • ui: add banner utilities and branding assets (69f8ef4)

0.0.57 (2026-01-30)

Features

  • web: add session management and enhanced UI with sidebar (6e82cad)

0.0.56 (2026-01-30)

0.0.55 (2026-01-30)

Features

0.0.54 (2026-01-30)

Features

  • indexing: add file indexing system for faster search (4f4d0c5)

0.0.53 (2026-01-30)

Features

  • plugins: add plugin system with management commands (eeb78d0)

0.0.52 (2026-01-30)

0.0.51 (2026-01-30)

Features

  • mcp: add MCP server management commands (08c24fd)

0.0.50 (2026-01-30)

Features

  • chat: add chat session persistence commands (a443eab)

0.0.49 (2026-01-30)

Features

  • provider: enable runtime provider switching (087a57d)

0.0.48 (2026-01-30)

Features

  • provider: add OpenAI Compatible provider and multi-provider support (41c2e89)

0.0.47 (2026-01-30)

0.0.46 (2026-01-30)

Features

  • release: add automated npm publishing workflow and build configuration (bdb54a0)

0.0.45 (2026-01-30)

0.0.44 (2026-01-30)

Features

  • ui: add provider selection and configuration viewer components (6eca4ce)

0.0.43 (2026-01-30)

0.0.42 (2026-01-30)

Features

  • input: add shell command execution and escape key handling (bcb2e64)

0.0.41 (2026-01-30)

Features

  • cli: add yolo mode toggle and improve keyboard shortcuts (70d7ad0)

0.0.40 (2026-01-30)

Features

  • cli: add agent modes, file mentions, and command palette (91d9e62)

0.0.39 (2026-01-30)

Features

  • core: add native Gemini SDK support and update provider configuration (c3def79)

0.0.38 (2026-01-30)

Features

  • core: add Gemini provider and ProjectMap tool (23e00e5)

0.0.37 (2026-01-30)

Code Refactoring

  • core: refactor LLM client to provider pattern with Gemini default (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 (2026-01-30)

Features

  • cli: add about and plugins management commands (dc966c1)

0.0.35 (2026-01-30)

Bug Fixes

  • 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)

Features

Styles

  • apply prettier formatting and rename package (9ef7633)

BREAKING CHANGES

  • package renamed from @vibe-kit/grok-cli to @involvex/super-agent-cli