release

Installation
SKILL.md

Release — Orbit Agents 發佈流程

執行流程

Step 1:確認版號

讀取 package.json 中的當前版號,詢問用戶要發佈的新版號(預設為 patch +1)。

更新以下兩處的版號:

  • package.jsonversion 欄位
  • src/renderer/src/App.tsx 左下角的版號顯示文字

Step 2:Commit 版號變更

git add package.json src/renderer/src/App.tsx
git commit -m "chore: bump version to <VERSION>"
Installs
1
GitHub Stars
44
First Seen
Jun 26, 2026
release — mukiwu/orbit-agents