Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 30, 2026

Bumps actions/upload-artifact from 4 to 6.

Release notes

Sourced from actions/upload-artifact's releases.

v6.0.0

v6 - What's new

[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0

v5.0.0

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

New Contributors

Full Changelog: actions/upload-artifact@v4...v5.0.0

v4.6.2

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4...v4.6.2

v4.6.1

What's Changed

... (truncated)

Commits
  • b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
  • e516bc8 docs: correct description of Node.js 24 support in README
  • ddc45ed docs: update README to correct action name for Node.js 24 support
  • 615b319 chore: release v6.0.0 for Node.js 24 support
  • 017748b Merge pull request #744 from actions/fix-storage-blob
  • 38d4c79 chore: rebuild dist
  • 7d27270 chore: add missing license cache files for @​actions/core, @​actions/io, and mi...
  • 5f643d3 chore: update license files for @​actions/artifact@​5.0.1 dependencies
  • 1df1684 chore: update package-lock.json with @​actions/artifact@​5.0.1
  • b5b1a91 fix: update @​actions/artifact to ^5.0.0 for Node.js 24 punycode fix
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

homanp and others added 30 commits July 20, 2025 21:32
add support for GROK.md custom instructions
* 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
involvex and others added 24 commits January 30, 2026 18:37
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>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 30, 2026

Labels

The following labels could not be found: automated, ci. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@changeset-bot
Copy link

changeset-bot bot commented Jan 30, 2026

⚠️ No Changeset found

Latest commit: 8925aee

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 30, 2026

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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/github_actions/actions/upload-artifact-6 branch January 30, 2026 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.