Antigravity CLI Digest: v1.1.5 ~ v1.1.7 Latest Release Analysis
Antigravity CLI has recently received a series of major updates! From custom Agents now supporting a brand-new Markdown format, dynamically adjustable AI reasoning depth (/effort), to Headless mode and cross-platform bug fixes, here is a breakdown of this week's most notable highlights and details.
🌟 Highlights
- 🤖 Custom Agents Support Markdown Format (v1.1.6): You can now define Agent roles using
agent.mdfiles (with YAML frontmatter and H1 titles), granularly controlling permissions such assubagentandcommandExecutionPolicy. - ⚙️ AI Reasoning Depth Control
/effort(v1.1.5): Added/effortcommand and--effortCLI flag, allowing users to dynamically switch between fast responses and deep reasoning. - 📋 Windows CJK Clipboard Fix (v1.1.7): Resolved clipboard encoding issues when copying CJK (Chinese, Japanese, Korean) characters on Windows.
- 🔐 Enhanced Permission Prompts for Compound Shell Commands (v1.1.7): Compound shell commands requiring authorization now display in full, ensuring total auditing safety.
- 🔍 Global Code Search
/codesearch(v1.1.6): Search results are now streamed asynchronously in real time, supporting cancellation at any time withEsc.
📌 Changelog Breakdown
🚀 v1.1.7 (Bug Fixes & Security Improvements)
- Security & Permissions: Full command view now displayed during permission prompts for compound shell commands.
- Plugin Logic: Fixed an issue where disabled plugins continued executing hooks and interfering with file editing tools.
- Character Compatibility: Fixed clipboard text corruption when copying CJK characters on Windows platforms.
-
OAuth Specs: Relaxed OAuth issuer verification for non-standard MCP providers (e.g., Salesforce, Atlassian) and completed the
refresh_tokenauthorization flow.
🚀 v1.1.6 (Custom Agents & UX Improvements)
-
Markdown Agent: Introduced standard
agent.mdformat for defining custom agents withcommandExecutionPolicycontrols. -
Command History Copying: Supports numeric parameter
/copy <n>to copy the n-th previous AI response. -
Search Experience:
/codesearchupgraded to asynchronous streaming with real-time counters, cancelable withEsc.
🚀 v1.1.5 (Reasoning Mode & Architecture Refactoring)
-
Reasoning Effort: Added
/effortcommand and status bar badge to quickly adjust deep reasoning levels. - Background Task Stability: Background tasks isolated with independent lifecycles so individual task failures do not affect the main conversation.
💡 Official CHANGELOG: https://github.com/google-antigravity/antigravity-cli/blob/main/CHANGELOG.md
Top comments (0)