Skip to content

Releases: AndyAWD/antigravity-cli-statusline

v1.3.0

07 Jun 17:22

Choose a tag to compare

What's Changed

🇺🇸 English

  • Feat: Restructured the project as a standard Antigravity CLI Plugin, enabling native installation via agy plugin install by @AndyAWD and @gemini-cli
  • Chore: Removed legacy npx specific files and relocated SKILL.md to the skills/ directory by @gemini-cli

🇹🇼 繁體中文

  • 新功能: 將專案重構為標準 Antigravity CLI 外掛架構,支援透過 agy plugin install 原生指令安裝 by @AndyAWD@gemini-cli
  • 雜項: 移除舊有的 npx 相關檔案,並將 SKILL.md 移至 skills/ 目錄中 by @gemini-cli

v1.2.2

06 Jun 11:38

Choose a tag to compare

What's Changed

🇺🇸 English

  • Fix: Fixed an issue where the references directory was missing from the release payload by @AndyAWD and @gemini-cli

🇹🇼 繁體中文

  • 修正: 修正 references 目錄未被正確包含在 GitHub 發行包 (Release Payload) 中的問題 by @AndyAWD@gemini-cli

v1.2.1

06 Jun 10:57

Choose a tag to compare

What's Changed

🇺🇸 English

  • Fix: Replaced the deprecated wmic with PowerShell Get-Process to resolve compatibility issues on modern Windows environments by @AndyAWD and @gemini-cli

🇹🇼 繁體中文

  • 修正: 將狀態列腳本中已棄用的 wmic 指令替換為 PowerShell Get-Process,解決在較新版 Windows 系統上的相容性錯誤 by @AndyAWD@gemini-cli

v1.2.0

06 Jun 10:23

Choose a tag to compare

What's Changed

🇺🇸 English

  • New: Added AI point indicators and support for fetching user status from a local API by @AndyAWD and @gemini-cli
  • New: Introduced manual custom sorting and filtering features for statusline indicators by @AndyAWD and @gemini-cli
  • New: Implemented a Node.js environment pre-check mechanism with warnings for safer deployments by @AndyAWD and @gemini-cli
  • New: Upgraded the statusline's four-tier coloring to a soft 24-bit truecolor palette by @AndyAWD and @gemini-cli
  • New: Enhanced token coloring and improved metadata caching reliability by @AndyAWD and @gemini-cli
  • Fix: Replaced the deprecated wmic with Get-CimInstance to ensure compatibility on Windows 10/11 by @AndyAWD and @gemini-cli
  • Fix: Refined progressive disclosure guidelines and applied critical fixes to the statusline scripts by @AndyAWD and @gemini-cli
  • Docs: Documented Windows UTF-8 BOM prevention guidelines and added technical sharing articles to SKILL.md by @AndyAWD and @gemini-cli

🇹🇼 繁體中文

  • 新增: 加入 AI 點數指標,並支援從本地 API 抓取使用者狀態 by @AndyAWD@gemini-cli
  • 新增: 推出狀態列指標的手動自訂排序與篩選功能 by @AndyAWD@gemini-cli
  • 新增: 導入 Node.js 環境預檢防護機制與警告,讓部署過程更安全可靠 by @AndyAWD@gemini-cli
  • 新增: 將狀態列四階梯配色全面升級為 24-bit truecolor 柔和配色 by @AndyAWD@gemini-cli
  • 新增: 增強狀態列 Token 變色邏輯,並大幅提升中繼資料(Metadata)快取的可靠性 by @AndyAWD@gemini-cli
  • 修正: 使用 Get-CimInstance 解決 Windows 10/11 上 wmic 指令即將被棄用的問題 by @AndyAWD@gemini-cli
  • 修正: 完善漸進式揭露規範,並修復狀態列腳本的相關問題 by @AndyAWD@gemini-cli
  • 文件:SKILL.md 說明文件中加入 Windows UTF-8 BOM 污染防範說明與技術分享文章 by @AndyAWD@gemini-cli

v1.1.1

01 Jun 16:17
6233078

Choose a tag to compare

What's Changed

🇺🇸 English

  • Fix: Fully support Antigravity CLI structure by migrating the statusline hooks installation path from .gemini/hooks/ to .gemini/antigravity-cli/hooks/ by @AndyAWD and @gemini-cli
  • Fix: Improve Windows deployment logic by using cmd.exe /c where agy to accurately locate the CLI directory for the silent sh.exe deployment by @AndyAWD and @gemini-cli
  • Fix: Add safety checks during Windows deployment to automatically detect and prompt users to delete any incorrectly placed sh.exe in the global Node.js directory, preventing system path pollution by @AndyAWD and @gemini-cli

🇹🇼 繁體中文

  • 修正: 全面支援 Antigravity CLI 結構,將狀態列腳本的安裝路徑由 .gemini/hooks/ 正式轉移至 .gemini/antigravity-cli/hooks/ by @AndyAWD@gemini-cli
  • 修正: 強化 Windows 部署邏輯,改用 cmd.exe /c where agy 精準定位真正的 CLI 獨立安裝目錄,以正確佈署靜默版 sh.exe by @AndyAWD@gemini-cli
  • 修正: 新增 Windows 部署防呆機制,自動偵測全域 Node.js 目錄是否殘留錯誤放置的 sh.exe,並主動提供絕對路徑提示使用者刪除,杜絕系統環境污染 by @AndyAWD@gemini-cli

v1.1.0

31 May 10:27

Choose a tag to compare

What's Changed

🇺🇸 English

  • Refactor: Extracted the silent C# bridge (sh_hidden.cs) from SKILL.md to a dedicated scripts/ folder for cleaner skill architecture by @AndyAWD and @gemini-cli
  • Docs: Reorganized documentation with high-quality macOS & Windows setup screenshots, presented in side-by-side Markdown tables by @AndyAWD and @gemini-cli
  • Docs: Refactored CONTRIBUTING.md into a bilingual structure (Traditional Chinese and English) for global contributors by @AndyAWD and @gemini-cli

🇹🇼 繁體中文

  • 重構:SKILL.md 擷取靜默 C# 橋接器(sh_hidden.cs)至獨立的 scripts/ 資料夾,使技能結構更純淨且易於維護 by @AndyAWD@gemini-cli
  • 文件: 重構說明文件並整理 macOS 與 Windows 安裝截圖,於 README 中以並排 Markdown 表格完美呈現 by @AndyAWD@gemini-cli
  • 文件: 重構貢獻指引(CONTRIBUTING.md)為中英雙語版本,便於國際貢獻者閱讀與參與開發 by @AndyAWD@gemini-cli

v1.0.0

31 May 08:51

Choose a tag to compare

What's Changed

🇺🇸 English

  • New: Initial release of the Antigravity CLI Statusline Skill by @AndyAWD
  • New: Added rich status indicators including AI model name, available API quota, reset countdown, context usage, token count, RAM usage, Git branch, and project paths by @AndyAWD
  • New: Python-free cross-platform architecture with a bespoke Silent C# Bridge for Windows to eliminate terminal flickering by @AndyAWD
  • New: Built-in multi-language support (Traditional Chinese, English, Japanese) with AI-assisted extensibility for other languages by @AndyAWD

🇹🇼 繁體中文

  • 新增: Antigravity CLI 狀態列(Statusline)技能首發 1.0.0 版本 by @AndyAWD
  • 新增: 豐富的狀態列指標,包含 AI 模型名稱、API 可用額度、重置倒數、Context 消耗比例、精確 Token 數量、RAM 使用量、Git 分支與專案路徑 by @AndyAWD
  • 新增: 無 Python 依賴跨平台架構,Windows 專屬靜默 C# 橋接器,徹底解決終端機閃爍問題 by @AndyAWD
  • 新增: 內建繁體中文、英文與日文多國語系,並支援透過 AI 一鍵擴充其他語言 by @AndyAWD