Skip to content

Commit a2f8660

Browse files
committed
## [0.0.45](v0.0.44...v0.0.45) (2026-01-30)
## [0.0.44](v0.0.43...v0.0.44) (2026-01-30) ### Features - **ui:** add provider selection and configuration viewer components ([6eca4ce](6eca4ce)) ## [0.0.43](v0.0.42...v0.0.43) (2026-01-30) ## [0.0.42](v0.0.41...v0.0.42) (2026-01-30) ### Features - **input:** add shell command execution and escape key handling ([bcb2e64](bcb2e64)) ## [0.0.41](v0.0.40...v0.0.41) (2026-01-30) ### Features - **cli:** add yolo mode toggle and improve keyboard shortcuts ([70d7ad0](70d7ad0)) ## [0.0.40](v0.0.39...v0.0.40) (2026-01-30) ### Features - **cli:** add agent modes, file mentions, and command palette ([91d9e62](91d9e62)) ## [0.0.39](v0.0.38...v0.0.39) (2026-01-30) ### Features - **core:** add native Gemini SDK support and update provider configuration ([c3def79](c3def79)) ## [0.0.38](v0.0.37...v0.0.38) (2026-01-30) ### Features - **core:** add Gemini provider and ProjectMap tool ([23e00e5](23e00e5)) ## [0.0.37](v0.0.36...v0.0.37) (2026-01-30) ### Code Refactoring - **core:** refactor LLM client to provider pattern with Gemini default ([45c5d95](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](v0.0.35...v0.0.36) (2026-01-30) ### Features - **cli:** add about and plugins management commands ([dc966c1](dc966c1)) ## [0.0.35](07ec154...v0.0.35) (2026-01-30) ### Bug Fixes - improve diff generation and multi-line string replacement for large files ([#23](#23)) ([e662dd3](e662dd3)) - migrate to bun ([superagent-ai#78](https://github.com/involvex/super-agent-cli/issues/78)) ([9180c4b](9180c4b)) - re-enable vibekit by resolving runtime crash when using grok cli ([superagent-ai#77](https://github.com/involvex/super-agent-cli/issues/77)) ([bd78e9e](bd78e9e)) ### Features - add configurable base URL support ([#19](#19)) ([07ec154](07ec154)) - add model parameter support for CLI ([#29](#29)) ([6f8f9cf](6f8f9cf)) - add support for auto-edit toggle ([#24](#24)) ([5183e4d](5183e4d)) - add support for mcp ([superagent-ai#44](https://github.com/involvex/super-agent-cli/issues/44)) ([9c1d82b](9c1d82b)) - git commands ([#41](#41)) ([9642bda](9642bda)) - improve model configuration and settings management ([superagent-ai#59](https://github.com/involvex/super-agent-cli/issues/59)) ([5a4b2c8](5a4b2c8)) - save selected model ([#39](#39)) ([c00feda](c00feda)) ### Styles - apply prettier formatting and rename package ([9ef7633](9ef7633)) ### BREAKING CHANGES - package renamed from @vibe-kit/grok-cli to @involvex/super-agent-cli
1 parent f17338c commit a2f8660

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
- name: Generate changelog
4545
id: changelog
4646
run: |
47+
# generate changelog text into a file and set step output
4748
changelog=$(conventional-changelog -p angular -i CHANGELOG.md -s -r 0 --context "")
49+
echo "$changelog" > "$GITHUB_WORKSPACE/changelog.md"
4850
echo "changelog<<EOF" >> $GITHUB_OUTPUT
4951
echo "$changelog" >> $GITHUB_OUTPUT
5052
echo "EOF" >> $GITHUB_OUTPUT
@@ -54,7 +56,7 @@ jobs:
5456
with:
5557
name: changelog
5658
path: |
57-
${{ github.workspace }}/changelog.md
59+
changelog.md
5860
retention-days: 1
5961

6062
deploy:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [0.0.45](https://github.com/involvex/super-agent-cli/compare/v0.0.44...v0.0.45) (2026-01-30)
2+
13
## [0.0.44](https://github.com/involvex/super-agent-cli/compare/v0.0.43...v0.0.44) (2026-01-30)
24

35
### Features

0 commit comments

Comments
 (0)