-
Notifications
You must be signed in to change notification settings - Fork 0
ci: bump actions/upload-artifact from 4 to 6 #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: bump actions/upload-artifact from 4 to 6 #2
Conversation
add support for GROK.md custom instructions
add issue templates
* add support for auto-edit toggle * minor tweaks to tool calling
…rge files (#23) - rewrote generateDiff() to show only relevant context (3 lines before/after changes) - fixed incorrect change counts (was showing 272 additions/removals for 1-line change) - added fuzzy matching for multi-line string replacements to handle formatting differences - added replaceAll parameter to replace all occurrences of a string - added replaceLines() method for line-based editing when string matching isn't suitable - improved hunk generation to merge nearby changes for better readability this significantly improves the user experience when editing large files by showing only the relevant changes instead of the entire file content in confirmation dialogs.
* bump sdk version * fix security issues
Implement chat session management functionality allowing users to save, load, list, and delete chat sessions. This includes a new ChatManager utility class with methods for file-based persistence, integration of /chat commands in the input handler, and a new getStorageDirectory() method in SettingsManager for storage path resolution. Chat sessions are stored as JSON files in the user's .super-agent directory.
### Features - **chat:** add chat session persistence commands ([a443eab](involvex/super-agent-cli@a443eab)) ## [0.0.49](involvex/super-agent-cli@v0.0.48...v0.0.49) (2026-01-30) ### Features - **provider:** enable runtime provider switching ([087a57d](involvex/super-agent-cli@087a57d)) ## [0.0.48](involvex/super-agent-cli@v0.0.47...v0.0.48) (2026-01-30) ### Features - **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](involvex/super-agent-cli@41c2e89)) ## [0.0.47](involvex/super-agent-cli@v0.0.46...v0.0.47) (2026-01-30) ## [0.0.46](involvex/super-agent-cli@v0.0.45...v0.0.46) (2026-01-30) ### Features - **release:** add automated npm publishing workflow and build configuration ([bdb54a0](involvex/super-agent-cli@bdb54a0)) ## [0.0.45](involvex/super-agent-cli@v0.0.44...v0.0.45) (2026-01-30) ## [0.0.44](involvex/super-agent-cli@v0.0.43...v0.0.44) (2026-01-30) ### Features - **ui:** add provider selection and configuration viewer components ([6eca4ce](involvex/super-agent-cli@6eca4ce)) ## [0.0.43](involvex/super-agent-cli@v0.0.42...v0.0.43) (2026-01-30) ## [0.0.42](involvex/super-agent-cli@v0.0.41...v0.0.42) (2026-01-30) ### Features - **input:** add shell command execution and escape key handling ([bcb2e64](involvex/super-agent-cli@bcb2e64)) ## [0.0.41](involvex/super-agent-cli@v0.0.40...v0.0.41) (2026-01-30) ### Features - **cli:** add yolo mode toggle and improve keyboard shortcuts ([70d7ad0](involvex/super-agent-cli@70d7ad0)) ## [0.0.40](involvex/super-agent-cli@v0.0.39...v0.0.40) (2026-01-30) ### Features - **cli:** add agent modes, file mentions, and command palette ([91d9e62](involvex/super-agent-cli@91d9e62)) ## [0.0.39](involvex/super-agent-cli@v0.0.38...v0.0.39) (2026-01-30) ### Features - **core:** add native Gemini SDK support and update provider configuration ([c3def79](involvex/super-agent-cli@c3def79)) ## [0.0.38](involvex/super-agent-cli@v0.0.37...v0.0.38) (2026-01-30) ### Features - **core:** add Gemini provider and ProjectMap tool ([23e00e5](involvex/super-agent-cli@23e00e5)) ## [0.0.37](involvex/super-agent-cli@v0.0.36...v0.0.37) (2026-01-30) ### Code Refactoring - **core:** refactor LLM client to provider pattern with Gemini default ([45c5d95](involvex/super-agent-cli@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](involvex/super-agent-cli@v0.0.35...v0.0.36) (2026-01-30) ### Features - **cli:** add about and plugins management commands ([dc966c1](involvex/super-agent-cli@dc966c1)) ## [0.0.35](involvex/super-agent-cli@07ec154...v0.0.35) (2026-01-30) ### Bug Fixes - improve diff generation and multi-line string replacement for large files ([#23](https://github.com/involvex/super-agent-cli/issues/23)) ([e662dd3](involvex/super-agent-cli@e662dd3)) - migrate to bun ([#78](https://github.com/involvex/super-agent-cli/issues/78)) ([9180c4b](involvex/super-agent-cli@9180c4b)) - re-enable vibekit by resolving runtime crash when using grok cli ([#77](https://github.com/involvex/super-agent-cli/issues/77)) ([bd78e9e](involvex/super-agent-cli@bd78e9e)) ### Features - add configurable base URL support ([#19](https://github.com/involvex/super-agent-cli/issues/19)) ([07ec154](involvex/super-agent-cli@07ec154)) - add model parameter support for CLI ([#29](https://github.com/involvex/super-agent-cli/issues/29)) ([6f8f9cf](involvex/super-agent-cli@6f8f9cf)) - add support for auto-edit toggle ([#24](https://github.com/involvex/super-agent-cli/issues/24)) ([5183e4d](involvex/super-agent-cli@5183e4d)) - add support for mcp ([#44](https://github.com/involvex/super-agent-cli/issues/44)) ([9c1d82b](involvex/super-agent-cli@9c1d82b)) - git commands ([#41](https://github.com/involvex/super-agent-cli/issues/41)) ([9642bda](involvex/super-agent-cli@9642bda)) - improve model configuration and settings management ([#59](https://github.com/involvex/super-agent-cli/issues/59)) ([5a4b2c8](involvex/super-agent-cli@5a4b2c8)) - save selected model ([#39](https://github.com/involvex/super-agent-cli/issues/39)) ([c00feda](involvex/super-agent-cli@c00feda)) ### Styles - apply prettier formatting and rename package ([9ef7633](involvex/super-agent-cli@9ef7633)) ### BREAKING CHANGES - package renamed from @vibe-kit/grok-cli to @involvex/super-agent-cli
Implement /mcp CLI command for managing MCP servers with subcommands: - list: Display active MCP servers - reload: Restart all MCP servers - add <name> <command> [args...]: Register a new MCP server dynamically - remove <name>: Unregister an existing MCP server Also enhance configuration loading to support reading from .mcp.json file in the project directory, allowing MCP server configurations to be defined alongside project files.
### Features - **mcp:** add MCP server management commands ([08c24fd](involvex/super-agent-cli@08c24fd)) ## [0.0.50](involvex/super-agent-cli@v0.0.49...v0.0.50) (2026-01-30) ### Features - **chat:** add chat session persistence commands ([a443eab](involvex/super-agent-cli@a443eab)) ## [0.0.49](involvex/super-agent-cli@v0.0.48...v0.0.49) (2026-01-30) ### Features - **provider:** enable runtime provider switching ([087a57d](involvex/super-agent-cli@087a57d)) ## [0.0.48](involvex/super-agent-cli@v0.0.47...v0.0.48) (2026-01-30) ### Features - **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](involvex/super-agent-cli@41c2e89)) ## [0.0.47](involvex/super-agent-cli@v0.0.46...v0.0.47) (2026-01-30) ## [0.0.46](involvex/super-agent-cli@v0.0.45...v0.0.46) (2026-01-30) ### Features - **release:** add automated npm publishing workflow and build configuration ([bdb54a0](involvex/super-agent-cli@bdb54a0)) ## [0.0.45](involvex/super-agent-cli@v0.0.44...v0.0.45) (2026-01-30) ## [0.0.44](involvex/super-agent-cli@v0.0.43...v0.0.44) (2026-01-30) ### Features - **ui:** add provider selection and configuration viewer components ([6eca4ce](involvex/super-agent-cli@6eca4ce)) ## [0.0.43](involvex/super-agent-cli@v0.0.42...v0.0.43) (2026-01-30) ## [0.0.42](involvex/super-agent-cli@v0.0.41...v0.0.42) (2026-01-30) ### Features - **input:** add shell command execution and escape key handling ([bcb2e64](involvex/super-agent-cli@bcb2e64)) ## [0.0.41](involvex/super-agent-cli@v0.0.40...v0.0.41) (2026-01-30) ### Features - **cli:** add yolo mode toggle and improve keyboard shortcuts ([70d7ad0](involvex/super-agent-cli@70d7ad0)) ## [0.0.40](involvex/super-agent-cli@v0.0.39...v0.0.40) (2026-01-30) ### Features - **cli:** add agent modes, file mentions, and command palette ([91d9e62](involvex/super-agent-cli@91d9e62)) ## [0.0.39](involvex/super-agent-cli@v0.0.38...v0.0.39) (2026-01-30) ### Features - **core:** add native Gemini SDK support and update provider configuration ([c3def79](involvex/super-agent-cli@c3def79)) ## [0.0.38](involvex/super-agent-cli@v0.0.37...v0.0.38) (2026-01-30) ### Features - **core:** add Gemini provider and ProjectMap tool ([23e00e5](involvex/super-agent-cli@23e00e5)) ## [0.0.37](involvex/super-agent-cli@v0.0.36...v0.0.37) (2026-01-30) ### Code Refactoring - **core:** refactor LLM client to provider pattern with Gemini default ([45c5d95](involvex/super-agent-cli@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](involvex/super-agent-cli@v0.0.35...v0.0.36) (2026-01-30) ### Features - **cli:** add about and plugins management commands ([dc966c1](involvex/super-agent-cli@dc966c1)) ## [0.0.35](involvex/super-agent-cli@07ec154...v0.0.35) (2026-01-30) ### Bug Fixes - improve diff generation and multi-line string replacement for large files ([#23](https://github.com/involvex/super-agent-cli/issues/23)) ([e662dd3](involvex/super-agent-cli@e662dd3)) - migrate to bun ([#78](https://github.com/involvex/super-agent-cli/issues/78)) ([9180c4b](involvex/super-agent-cli@9180c4b)) - re-enable vibekit by resolving runtime crash when using grok cli ([#77](https://github.com/involvex/super-agent-cli/issues/77)) ([bd78e9e](involvex/super-agent-cli@bd78e9e)) ### Features - add configurable base URL support ([#19](https://github.com/involvex/super-agent-cli/issues/19)) ([07ec154](involvex/super-agent-cli@07ec154)) - add model parameter support for CLI ([#29](https://github.com/involvex/super-agent-cli/issues/29)) ([6f8f9cf](involvex/super-agent-cli@6f8f9cf)) - add support for auto-edit toggle ([#24](https://github.com/involvex/super-agent-cli/issues/24)) ([5183e4d](involvex/super-agent-cli@5183e4d)) - add support for mcp ([#44](https://github.com/involvex/super-agent-cli/issues/44)) ([9c1d82b](involvex/super-agent-cli@9c1d82b)) - git commands ([#41](https://github.com/involvex/super-agent-cli/issues/41)) ([9642bda](involvex/super-agent-cli@9642bda)) - improve model configuration and settings management ([#59](https://github.com/involvex/super-agent-cli/issues/59)) ([5a4b2c8](involvex/super-agent-cli@5a4b2c8)) - save selected model ([#39](https://github.com/involvex/super-agent-cli/issues/39)) ([c00feda](involvex/super-agent-cli@c00feda)) ### Styles - apply prettier formatting and rename package ([9ef7633](involvex/super-agent-cli@9ef7633)) ### BREAKING CHANGES - package renamed from @vibe-kit/grok-cli to @involvex/super-agent-cli
- Implement PluginManager for loading, installing, and managing plugins - Add SuperAgentPlugin interface with tools, init, and shutdown hooks - Add /plugin command with list, install, and remove actions - Integrate plugin tools into the super agent tools system - Fix cursor position handling when inserting command suggestions - Simplify plugins configuration to string array of paths
### Features - **plugins:** add plugin system with management commands ([eeb78d0](involvex/super-agent-cli@eeb78d0)) ## [0.0.52](involvex/super-agent-cli@v0.0.51...v0.0.52) (2026-01-30) ## [0.0.51](involvex/super-agent-cli@v0.0.50...v0.0.51) (2026-01-30) ### Features - **mcp:** add MCP server management commands ([08c24fd](involvex/super-agent-cli@08c24fd)) ## [0.0.50](involvex/super-agent-cli@v0.0.49...v0.0.50) (2026-01-30) ### Features - **chat:** add chat session persistence commands ([a443eab](involvex/super-agent-cli@a443eab)) ## [0.0.49](involvex/super-agent-cli@v0.0.48...v0.0.49) (2026-01-30) ### Features - **provider:** enable runtime provider switching ([087a57d](involvex/super-agent-cli@087a57d)) ## [0.0.48](involvex/super-agent-cli@v0.0.47...v0.0.48) (2026-01-30) ### Features - **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](involvex/super-agent-cli@41c2e89)) ## [0.0.47](involvex/super-agent-cli@v0.0.46...v0.0.47) (2026-01-30) ## [0.0.46](involvex/super-agent-cli@v0.0.45...v0.0.46) (2026-01-30) ### Features - **release:** add automated npm publishing workflow and build configuration ([bdb54a0](involvex/super-agent-cli@bdb54a0)) ## [0.0.45](involvex/super-agent-cli@v0.0.44...v0.0.45) (2026-01-30) ## [0.0.44](involvex/super-agent-cli@v0.0.43...v0.0.44) (2026-01-30) ### Features - **ui:** add provider selection and configuration viewer components ([6eca4ce](involvex/super-agent-cli@6eca4ce)) ## [0.0.43](involvex/super-agent-cli@v0.0.42...v0.0.43) (2026-01-30) ## [0.0.42](involvex/super-agent-cli@v0.0.41...v0.0.42) (2026-01-30) ### Features - **input:** add shell command execution and escape key handling ([bcb2e64](involvex/super-agent-cli@bcb2e64)) ## [0.0.41](involvex/super-agent-cli@v0.0.40...v0.0.41) (2026-01-30) ### Features - **cli:** add yolo mode toggle and improve keyboard shortcuts ([70d7ad0](involvex/super-agent-cli@70d7ad0)) ## [0.0.40](involvex/super-agent-cli@v0.0.39...v0.0.40) (2026-01-30) ### Features - **cli:** add agent modes, file mentions, and command palette ([91d9e62](involvex/super-agent-cli@91d9e62)) ## [0.0.39](involvex/super-agent-cli@v0.0.38...v0.0.39) (2026-01-30) ### Features - **core:** add native Gemini SDK support and update provider configuration ([c3def79](involvex/super-agent-cli@c3def79)) ## [0.0.38](involvex/super-agent-cli@v0.0.37...v0.0.38) (2026-01-30) ### Features - **core:** add Gemini provider and ProjectMap tool ([23e00e5](involvex/super-agent-cli@23e00e5)) ## [0.0.37](involvex/super-agent-cli@v0.0.36...v0.0.37) (2026-01-30) ### Code Refactoring - **core:** refactor LLM client to provider pattern with Gemini default ([45c5d95](involvex/super-agent-cli@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](involvex/super-agent-cli@v0.0.35...v0.0.36) (2026-01-30) ### Features - **cli:** add about and plugins management commands ([dc966c1](involvex/super-agent-cli@dc966c1)) ## [0.0.35](involvex/super-agent-cli@07ec154...v0.0.35) (2026-01-30) ### Bug Fixes - improve diff generation and multi-line string replacement for large files ([#23](https://github.com/involvex/super-agent-cli/issues/23)) ([e662dd3](involvex/super-agent-cli@e662dd3)) - migrate to bun ([#78](https://github.com/involvex/super-agent-cli/issues/78)) ([9180c4b](involvex/super-agent-cli@9180c4b)) - re-enable vibekit by resolving runtime crash when using grok cli ([#77](https://github.com/involvex/super-agent-cli/issues/77)) ([bd78e9e](involvex/super-agent-cli@bd78e9e)) ### Features - add configurable base URL support ([#19](https://github.com/involvex/super-agent-cli/issues/19)) ([07ec154](involvex/super-agent-cli@07ec154)) - add model parameter support for CLI ([#29](https://github.com/involvex/super-agent-cli/issues/29)) ([6f8f9cf](involvex/super-agent-cli@6f8f9cf)) - add support for auto-edit toggle ([#24](https://github.com/involvex/super-agent-cli/issues/24)) ([5183e4d](involvex/super-agent-cli@5183e4d)) - add support for mcp ([#44](https://github.com/involvex/super-agent-cli/issues/44)) ([9c1d82b](involvex/super-agent-cli@9c1d82b)) - git commands ([#41](https://github.com/involvex/super-agent-cli/issues/41)) ([9642bda](involvex/super-agent-cli@9642bda)) - improve model configuration and settings management ([#59](https://github.com/involvex/super-agent-cli/issues/59)) ([5a4b2c8](involvex/super-agent-cli@5a4b2c8)) - save selected model ([#39](https://github.com/involvex/super-agent-cli/issues/39)) ([c00feda](involvex/super-agent-cli@c00feda)) ### Styles - apply prettier formatting and rename package ([9ef7633](involvex/super-agent-cli@9ef7633)) ### BREAKING CHANGES - package renamed from @vibe-kit/grok-cli to @involvex/super-agent-cli
Implement a background file indexer that scans and caches file metadata for improved search performance. The system: - Creates a persistent index file storing file paths, sizes, and timestamps - Runs initial load on startup and background scans for updates - Provides fast file lookups for the search tool - Falls back to filesystem crawl when complex filters are needed The indexer uses a singleton pattern with lazy initialization and includes proper error handling for file operations.
This adds a web-based interface to interact with the Super Agent CLI through a browser. It includes: - HTTP server with static file serving for client assets - WebSocket server for real-time bidirectional communication - Client-side web application with chat UI styling - Browser auto-open functionality using the 'open' package New dependencies: ws, open, @types/ws Ref: #web-interface
### Features - **web:** add web interface for CLI interaction ([7cfa7c3](involvex/super-agent-cli@7cfa7c3)), closes [#web-interface](https://github.com/involvex/super-agent-cli/issues/web-interface) ## [0.0.54](involvex/super-agent-cli@v0.0.53...v0.0.54) (2026-01-30) ### Features - **indexing:** add file indexing system for faster search ([4f4d0c5](involvex/super-agent-cli@4f4d0c5)) ## [0.0.53](involvex/super-agent-cli@v0.0.52...v0.0.53) (2026-01-30) ### Features - **plugins:** add plugin system with management commands ([eeb78d0](involvex/super-agent-cli@eeb78d0)) ## [0.0.52](involvex/super-agent-cli@v0.0.51...v0.0.52) (2026-01-30) ## [0.0.51](involvex/super-agent-cli@v0.0.50...v0.0.51) (2026-01-30) ### Features - **mcp:** add MCP server management commands ([08c24fd](involvex/super-agent-cli@08c24fd)) ## [0.0.50](involvex/super-agent-cli@v0.0.49...v0.0.50) (2026-01-30) ### Features - **chat:** add chat session persistence commands ([a443eab](involvex/super-agent-cli@a443eab)) ## [0.0.49](involvex/super-agent-cli@v0.0.48...v0.0.49) (2026-01-30) ### Features - **provider:** enable runtime provider switching ([087a57d](involvex/super-agent-cli@087a57d)) ## [0.0.48](involvex/super-agent-cli@v0.0.47...v0.0.48) (2026-01-30) ### Features - **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](involvex/super-agent-cli@41c2e89)) ## [0.0.47](involvex/super-agent-cli@v0.0.46...v0.0.47) (2026-01-30) ## [0.0.46](involvex/super-agent-cli@v0.0.45...v0.0.46) (2026-01-30) ### Features - **release:** add automated npm publishing workflow and build configuration ([bdb54a0](involvex/super-agent-cli@bdb54a0)) ## [0.0.45](involvex/super-agent-cli@v0.0.44...v0.0.45) (2026-01-30) ## [0.0.44](involvex/super-agent-cli@v0.0.43...v0.0.44) (2026-01-30) ### Features - **ui:** add provider selection and configuration viewer components ([6eca4ce](involvex/super-agent-cli@6eca4ce)) ## [0.0.43](involvex/super-agent-cli@v0.0.42...v0.0.43) (2026-01-30) ## [0.0.42](involvex/super-agent-cli@v0.0.41...v0.0.42) (2026-01-30) ### Features - **input:** add shell command execution and escape key handling ([bcb2e64](involvex/super-agent-cli@bcb2e64)) ## [0.0.41](involvex/super-agent-cli@v0.0.40...v0.0.41) (2026-01-30) ### Features - **cli:** add yolo mode toggle and improve keyboard shortcuts ([70d7ad0](involvex/super-agent-cli@70d7ad0)) ## [0.0.40](involvex/super-agent-cli@v0.0.39...v0.0.40) (2026-01-30) ### Features - **cli:** add agent modes, file mentions, and command palette ([91d9e62](involvex/super-agent-cli@91d9e62)) ## [0.0.39](involvex/super-agent-cli@v0.0.38...v0.0.39) (2026-01-30) ### Features - **core:** add native Gemini SDK support and update provider configuration ([c3def79](involvex/super-agent-cli@c3def79)) ## [0.0.38](involvex/super-agent-cli@v0.0.37...v0.0.38) (2026-01-30) ### Features - **core:** add Gemini provider and ProjectMap tool ([23e00e5](involvex/super-agent-cli@23e00e5)) ## [0.0.37](involvex/super-agent-cli@v0.0.36...v0.0.37) (2026-01-30) ### Code Refactoring - **core:** refactor LLM client to provider pattern with Gemini default ([45c5d95](involvex/super-agent-cli@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](involvex/super-agent-cli@v0.0.35...v0.0.36) (2026-01-30) ### Features - **cli:** add about and plugins management commands ([dc966c1](involvex/super-agent-cli@dc966c1)) ## [0.0.35](involvex/super-agent-cli@07ec154...v0.0.35) (2026-01-30) ### Bug Fixes - improve diff generation and multi-line string replacement for large files ([#23](https://github.com/involvex/super-agent-cli/issues/23)) ([e662dd3](involvex/super-agent-cli@e662dd3)) - migrate to bun ([#78](https://github.com/involvex/super-agent-cli/issues/78)) ([9180c4b](involvex/super-agent-cli@9180c4b)) - re-enable vibekit by resolving runtime crash when using grok cli ([#77](https://github.com/involvex/super-agent-cli/issues/77)) ([bd78e9e](involvex/super-agent-cli@bd78e9e)) ### Features - add configurable base URL support ([#19](https://github.com/involvex/super-agent-cli/issues/19)) ([07ec154](involvex/super-agent-cli@07ec154)) - add model parameter support for CLI ([#29](https://github.com/involvex/super-agent-cli/issues/29)) ([6f8f9cf](involvex/super-agent-cli@6f8f9cf)) - add support for auto-edit toggle ([#24](https://github.com/involvex/super-agent-cli/issues/24)) ([5183e4d](involvex/super-agent-cli@5183e4d)) - add support for mcp ([#44](https://github.com/involvex/super-agent-cli/issues/44)) ([9c1d82b](involvex/super-agent-cli@9c1d82b)) - git commands ([#41](https://github.com/involvex/super-agent-cli/issues/41)) ([9642bda](involvex/super-agent-cli@9642bda)) - improve model configuration and settings management ([#59](https://github.com/involvex/super-agent-cli/issues/59)) ([5a4b2c8](involvex/super-agent-cli@5a4b2c8)) - save selected model ([#39](https://github.com/involvex/super-agent-cli/issues/39)) ([c00feda](involvex/super-agent-cli@c00feda)) ### Styles - apply prettier formatting and rename package ([9ef7633](involvex/super-agent-cli@9ef7633)) ### BREAKING CHANGES - package renamed from @vibe-kit/grok-cli to @involvex/super-agent-cli
Add comprehensive session management system with persistent chat sessions and update checking. Enhance web interface with sidebar showing indexed files and saved sessions, along with slash command autocomplete functionality.
### Features - **web:** add session management and enhanced UI with sidebar ([6e82cad](involvex/super-agent-cli@6e82cad)) ## [0.0.56](involvex/super-agent-cli@v0.0.55...v0.0.56) (2026-01-30) ## [0.0.55](involvex/super-agent-cli@v0.0.54...v0.0.55) (2026-01-30) ### Features - **web:** add web interface for CLI interaction ([7cfa7c3](involvex/super-agent-cli@7cfa7c3)), closes [#web-interface](https://github.com/involvex/super-agent-cli/issues/web-interface) ## [0.0.54](involvex/super-agent-cli@v0.0.53...v0.0.54) (2026-01-30) ### Features - **indexing:** add file indexing system for faster search ([4f4d0c5](involvex/super-agent-cli@4f4d0c5)) ## [0.0.53](involvex/super-agent-cli@v0.0.52...v0.0.53) (2026-01-30) ### Features - **plugins:** add plugin system with management commands ([eeb78d0](involvex/super-agent-cli@eeb78d0)) ## [0.0.52](involvex/super-agent-cli@v0.0.51...v0.0.52) (2026-01-30) ## [0.0.51](involvex/super-agent-cli@v0.0.50...v0.0.51) (2026-01-30) ### Features - **mcp:** add MCP server management commands ([08c24fd](involvex/super-agent-cli@08c24fd)) ## [0.0.50](involvex/super-agent-cli@v0.0.49...v0.0.50) (2026-01-30) ### Features - **chat:** add chat session persistence commands ([a443eab](involvex/super-agent-cli@a443eab)) ## [0.0.49](involvex/super-agent-cli@v0.0.48...v0.0.49) (2026-01-30) ### Features - **provider:** enable runtime provider switching ([087a57d](involvex/super-agent-cli@087a57d)) ## [0.0.48](involvex/super-agent-cli@v0.0.47...v0.0.48) (2026-01-30) ### Features - **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](involvex/super-agent-cli@41c2e89)) ## [0.0.47](involvex/super-agent-cli@v0.0.46...v0.0.47) (2026-01-30) ## [0.0.46](involvex/super-agent-cli@v0.0.45...v0.0.46) (2026-01-30) ### Features - **release:** add automated npm publishing workflow and build configuration ([bdb54a0](involvex/super-agent-cli@bdb54a0)) ## [0.0.45](involvex/super-agent-cli@v0.0.44...v0.0.45) (2026-01-30) ## [0.0.44](involvex/super-agent-cli@v0.0.43...v0.0.44) (2026-01-30) ### Features - **ui:** add provider selection and configuration viewer components ([6eca4ce](involvex/super-agent-cli@6eca4ce)) ## [0.0.43](involvex/super-agent-cli@v0.0.42...v0.0.43) (2026-01-30) ## [0.0.42](involvex/super-agent-cli@v0.0.41...v0.0.42) (2026-01-30) ### Features - **input:** add shell command execution and escape key handling ([bcb2e64](involvex/super-agent-cli@bcb2e64)) ## [0.0.41](involvex/super-agent-cli@v0.0.40...v0.0.41) (2026-01-30) ### Features - **cli:** add yolo mode toggle and improve keyboard shortcuts ([70d7ad0](involvex/super-agent-cli@70d7ad0)) ## [0.0.40](involvex/super-agent-cli@v0.0.39...v0.0.40) (2026-01-30) ### Features - **cli:** add agent modes, file mentions, and command palette ([91d9e62](involvex/super-agent-cli@91d9e62)) ## [0.0.39](involvex/super-agent-cli@v0.0.38...v0.0.39) (2026-01-30) ### Features - **core:** add native Gemini SDK support and update provider configuration ([c3def79](involvex/super-agent-cli@c3def79)) ## [0.0.38](involvex/super-agent-cli@v0.0.37...v0.0.38) (2026-01-30) ### Features - **core:** add Gemini provider and ProjectMap tool ([23e00e5](involvex/super-agent-cli@23e00e5)) ## [0.0.37](involvex/super-agent-cli@v0.0.36...v0.0.37) (2026-01-30) ### Code Refactoring - **core:** refactor LLM client to provider pattern with Gemini default ([45c5d95](involvex/super-agent-cli@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](involvex/super-agent-cli@v0.0.35...v0.0.36) (2026-01-30) ### Features - **cli:** add about and plugins management commands ([dc966c1](involvex/super-agent-cli@dc966c1)) ## [0.0.35](involvex/super-agent-cli@07ec154...v0.0.35) (2026-01-30) ### Bug Fixes - improve diff generation and multi-line string replacement for large files ([#23](https://github.com/involvex/super-agent-cli/issues/23)) ([e662dd3](involvex/super-agent-cli@e662dd3)) - migrate to bun ([#78](https://github.com/involvex/super-agent-cli/issues/78)) ([9180c4b](involvex/super-agent-cli@9180c4b)) - re-enable vibekit by resolving runtime crash when using grok cli ([#77](https://github.com/involvex/super-agent-cli/issues/77)) ([bd78e9e](involvex/super-agent-cli@bd78e9e)) ### Features - add configurable base URL support ([#19](https://github.com/involvex/super-agent-cli/issues/19)) ([07ec154](involvex/super-agent-cli@07ec154)) - add model parameter support for CLI ([#29](https://github.com/involvex/super-agent-cli/issues/29)) ([6f8f9cf](involvex/super-agent-cli@6f8f9cf)) - add support for auto-edit toggle ([#24](https://github.com/involvex/super-agent-cli/issues/24)) ([5183e4d](involvex/super-agent-cli@5183e4d)) - add support for mcp ([#44](https://github.com/involvex/super-agent-cli/issues/44)) ([9c1d82b](involvex/super-agent-cli@9c1d82b)) - git commands ([#41](https://github.com/involvex/super-agent-cli/issues/41)) ([9642bda](involvex/super-agent-cli@9642bda)) - improve model configuration and settings management ([#59](https://github.com/involvex/super-agent-cli/issues/59)) ([5a4b2c8](involvex/super-agent-cli@5a4b2c8)) - save selected model ([#39](https://github.com/involvex/super-agent-cli/issues/39)) ([c00feda](involvex/super-agent-cli@c00feda)) ### Styles - apply prettier formatting and rename package ([9ef7633](involvex/super-agent-cli@9ef7633)) ### BREAKING CHANGES - package renamed from @vibe-kit/grok-cli to @involvex/super-agent-cli
- Add ASCII banner utilities for CLI display with help banner - Add documentation and web branding images (favicon, logo, banner)
### Features - **ui:** add banner utilities and branding assets ([69f8ef4](involvex/super-agent-cli@69f8ef4)) ## [0.0.57](involvex/super-agent-cli@v0.0.56...v0.0.57) (2026-01-30) ### Features - **web:** add session management and enhanced UI with sidebar ([6e82cad](involvex/super-agent-cli@6e82cad)) ## [0.0.56](involvex/super-agent-cli@v0.0.55...v0.0.56) (2026-01-30) ## [0.0.55](involvex/super-agent-cli@v0.0.54...v0.0.55) (2026-01-30) ### Features - **web:** add web interface for CLI interaction ([7cfa7c3](involvex/super-agent-cli@7cfa7c3)), closes [#web-interface](https://github.com/involvex/super-agent-cli/issues/web-interface) ## [0.0.54](involvex/super-agent-cli@v0.0.53...v0.0.54) (2026-01-30) ### Features - **indexing:** add file indexing system for faster search ([4f4d0c5](involvex/super-agent-cli@4f4d0c5)) ## [0.0.53](involvex/super-agent-cli@v0.0.52...v0.0.53) (2026-01-30) ### Features - **plugins:** add plugin system with management commands ([eeb78d0](involvex/super-agent-cli@eeb78d0)) ## [0.0.52](involvex/super-agent-cli@v0.0.51...v0.0.52) (2026-01-30) ## [0.0.51](involvex/super-agent-cli@v0.0.50...v0.0.51) (2026-01-30) ### Features - **mcp:** add MCP server management commands ([08c24fd](involvex/super-agent-cli@08c24fd)) ## [0.0.50](involvex/super-agent-cli@v0.0.49...v0.0.50) (2026-01-30) ### Features - **chat:** add chat session persistence commands ([a443eab](involvex/super-agent-cli@a443eab)) ## [0.0.49](involvex/super-agent-cli@v0.0.48...v0.0.49) (2026-01-30) ### Features - **provider:** enable runtime provider switching ([087a57d](involvex/super-agent-cli@087a57d)) ## [0.0.48](involvex/super-agent-cli@v0.0.47...v0.0.48) (2026-01-30) ### Features - **provider:** add OpenAI Compatible provider and multi-provider support ([41c2e89](involvex/super-agent-cli@41c2e89)) ## [0.0.47](involvex/super-agent-cli@v0.0.46...v0.0.47) (2026-01-30) ## [0.0.46](involvex/super-agent-cli@v0.0.45...v0.0.46) (2026-01-30) ### Features - **release:** add automated npm publishing workflow and build configuration ([bdb54a0](involvex/super-agent-cli@bdb54a0)) ## [0.0.45](involvex/super-agent-cli@v0.0.44...v0.0.45) (2026-01-30) ## [0.0.44](involvex/super-agent-cli@v0.0.43...v0.0.44) (2026-01-30) ### Features - **ui:** add provider selection and configuration viewer components ([6eca4ce](involvex/super-agent-cli@6eca4ce)) ## [0.0.43](involvex/super-agent-cli@v0.0.42...v0.0.43) (2026-01-30) ## [0.0.42](involvex/super-agent-cli@v0.0.41...v0.0.42) (2026-01-30) ### Features - **input:** add shell command execution and escape key handling ([bcb2e64](involvex/super-agent-cli@bcb2e64)) ## [0.0.41](involvex/super-agent-cli@v0.0.40...v0.0.41) (2026-01-30) ### Features - **cli:** add yolo mode toggle and improve keyboard shortcuts ([70d7ad0](involvex/super-agent-cli@70d7ad0)) ## [0.0.40](involvex/super-agent-cli@v0.0.39...v0.0.40) (2026-01-30) ### Features - **cli:** add agent modes, file mentions, and command palette ([91d9e62](involvex/super-agent-cli@91d9e62)) ## [0.0.39](involvex/super-agent-cli@v0.0.38...v0.0.39) (2026-01-30) ### Features - **core:** add native Gemini SDK support and update provider configuration ([c3def79](involvex/super-agent-cli@c3def79)) ## [0.0.38](involvex/super-agent-cli@v0.0.37...v0.0.38) (2026-01-30) ### Features - **core:** add Gemini provider and ProjectMap tool ([23e00e5](involvex/super-agent-cli@23e00e5)) ## [0.0.37](involvex/super-agent-cli@v0.0.36...v0.0.37) (2026-01-30) ### Code Refactoring - **core:** refactor LLM client to provider pattern with Gemini default ([45c5d95](involvex/super-agent-cli@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](involvex/super-agent-cli@v0.0.35...v0.0.36) (2026-01-30) ### Features - **cli:** add about and plugins management commands ([dc966c1](involvex/super-agent-cli@dc966c1)) ## [0.0.35](involvex/super-agent-cli@07ec154...v0.0.35) (2026-01-30) ### Bug Fixes - improve diff generation and multi-line string replacement for large files ([#23](https://github.com/involvex/super-agent-cli/issues/23)) ([e662dd3](involvex/super-agent-cli@e662dd3)) - migrate to bun ([#78](https://github.com/involvex/super-agent-cli/issues/78)) ([9180c4b](involvex/super-agent-cli@9180c4b)) - re-enable vibekit by resolving runtime crash when using grok cli ([#77](https://github.com/involvex/super-agent-cli/issues/77)) ([bd78e9e](involvex/super-agent-cli@bd78e9e)) ### Features - add configurable base URL support ([#19](https://github.com/involvex/super-agent-cli/issues/19)) ([07ec154](involvex/super-agent-cli@07ec154)) - add model parameter support for CLI ([#29](https://github.com/involvex/super-agent-cli/issues/29)) ([6f8f9cf](involvex/super-agent-cli@6f8f9cf)) - add support for auto-edit toggle ([#24](https://github.com/involvex/super-agent-cli/issues/24)) ([5183e4d](involvex/super-agent-cli@5183e4d)) - add support for mcp ([#44](https://github.com/involvex/super-agent-cli/issues/44)) ([9c1d82b](involvex/super-agent-cli@9c1d82b)) - git commands ([#41](https://github.com/involvex/super-agent-cli/issues/41)) ([9642bda](involvex/super-agent-cli@9642bda)) - improve model configuration and settings management ([#59](https://github.com/involvex/super-agent-cli/issues/59)) ([5a4b2c8](involvex/super-agent-cli@5a4b2c8)) - save selected model ([#39](https://github.com/involvex/super-agent-cli/issues/39)) ([c00feda](involvex/super-agent-cli@c00feda)) ### Styles - apply prettier formatting and rename package ([9ef7633](involvex/super-agent-cli@9ef7633)) ### BREAKING CHANGES - package renamed from @vibe-kit/grok-cli to @involvex/super-agent-cli
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps actions/upload-artifact from 4 to 6.
Release notes
Sourced from actions/upload-artifact's releases.
... (truncated)
Commits
b7c566aMerge pull request #745 from actions/upload-artifact-v6-releasee516bc8docs: correct description of Node.js 24 support in READMEddc45eddocs: update README to correct action name for Node.js 24 support615b319chore: release v6.0.0 for Node.js 24 support017748bMerge pull request #744 from actions/fix-storage-blob38d4c79chore: rebuild dist7d27270chore: add missing license cache files for@actions/core,@actions/io, and mi...5f643d3chore: update license files for@actions/artifact@5.0.1 dependencies1df1684chore: update package-lock.json with@actions/artifact@5.0.1b5b1a91fix: update@actions/artifactto ^5.0.0 for Node.js 24 punycode fixDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)