| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.1.23 source code.tar.gz | 2026-09-01 | 25.6 MB | |
| 1.1.23 source code.zip | 2026-09-01 | 25.6 MB | |
| README.md | 2026-09-01 | 1.8 kB | |
| agy_cli_windows_arm64.zip | 2026-09-01 | 47.9 MB | |
| agy_cli_linux_arm64.tar.gz | 2026-09-01 | 53.1 MB | |
| agy_cli_linux_x64.tar.gz | 2026-09-01 | 56.6 MB | |
| agy_cli_mac_arm64.tar.gz | 2026-09-01 | 50.2 MB | |
| agy_cli_mac_x64.tar.gz | 2026-09-01 | 55.0 MB | |
| agy_cli_windows_x64.zip | 2026-09-01 | 52.6 MB | |
| Totals: 9 Items | 366.5 MB | 0 | |
- Improved
/model <name>autocompletion to accept the proposed model name ghost text withTab. - Reduced subagent streaming overhead by sending subagent trajectory metadata once per subtrajectory instead of with every step.
- Fixed commands with subcommands (such as
modelsoragents) hanging on an inherited, unclosed standard input pipe instead of executing immediately. - Fixed CLI crashes caused by prompt hooks by catching hook panics and rejecting nil completion configurations in model requests.
- Fixed tool invocations and results omitting tool-call IDs when reconstructing request history for Gemini models.
- Fixed tool permission prompts for direct and MCP tool calls displaying generic prompt titles instead of their declared human-readable action descriptions.
- Fixed unconfigured or interrupted Google Cloud authentication and onboarding sessions dropping into broken chat sessions instead of prompting with the sign-in screen.
- Fixed transient authentication errors caused by token expiry clock skew by proactively refreshing browser and WIF OAuth tokens five minutes before expiration.
- Fixed instructional cycle mode placeholders reappearing in the input prompt after typing and clearing content.
- Fixed subagents defined with
enable_mcp_tools=truefailing with unknown tool errors by ensuring the MCP dispatcher meta-tool is available to the subagent executor. - Fixed prompts entered immediately after login being discarded with an account verification alert by queueing them until background eligibility verification completes.
- Fixed cancelled or killed subagents remaining stuck in the "Running" state in the UI task drawer across ancestor conversations.
- Fixed parsing MCP JSON configuration files on Windows when saved with a UTF-8 byte order mark (BOM).