v0.26.7 -> v0.26.8
Summary
Adds a cross-platform setup launcher so users can install and start the TUI with a single double-click, and compresses long tool-call histories into compact summaries to reclaim context window budget.
翻譯
新增跨平台 setup launcher 讓使用者雙擊即可安裝並啟動 TUI,同時加入 tool-call 歷史壓縮機制以回收 context window 空間。Changes
FEAT
- Add release setup binaries workflow and standalone setup launcher [6ffc363]
- Add compact tool-history execution prompt compression [48ffb18]
翻譯
- 新增 release setup 二進制 workflow 與獨立 setup launcher
- 新增 tool-history 執行 prompt 壓縮機制
UPDATE
- Migrate all script download URLs from
cloud.agenvoy.comandraw.githubusercontent.comtoagenvoy.com/static/scripts/ - Add
python3,node,bubblewrapto installer dependency chain with cross-distro package mapping - Add macOS
.appbundle packaging with icon and Terminal launcher tomake setup - Add
dist/to.gitignore - Update README one-line install URL
翻譯
- 將所有腳本下載 URL 從
cloud.agenvoy.com和raw.githubusercontent.com統一遷移至agenvoy.com/static/scripts/ - 安裝腳本新增
python3、node、bubblewrap依賴安裝與跨 distro 套件名映射 make setup新增 macOS.appbundle 打包(含 icon 與 Terminal launcher).gitignore新增dist/- 更新 README 一鍵安裝 URL
Scope
.github/workflows/— FEAT (release-setup.yml)cmd/setup/— FEAT (main.go)cmd/app/— UPDATE (main.go)configs/— FEAT (configs.go,prompts/compact_exec_prompt.md)internal/agents/exec/— FEAT (compactExec.go,execute.go)internal/tools/external/searchWeb/— UPDATE (fetch.go)static/— FEAT, UPDATE (AppIcon.icns,scripts/install.sh,scripts/update.sh,scripts/Info.plist,scripts/app-launcher.sh)Makefile— FEAT, UPDATEREADME.md— UPDATE.gitignore— UPDATE
Generated by SKILL