| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-07-11 | 558 Bytes | |
| install.ps1 | 2026-07-11 | 10.4 kB | |
| install.sh | 2026-07-11 | 19.9 kB | |
| vtcode-0.135.3-aarch64-apple-darwin.sha256 | 2026-07-11 | 137 Bytes | |
| vtcode-0.135.3-aarch64-unknown-linux-gnu.sha256 | 2026-07-11 | 114 Bytes | |
| vtcode-0.135.3-x86_64-apple-darwin.sha256 | 2026-07-11 | 136 Bytes | |
| vtcode-0.135.3-x86_64-unknown-linux-gnu.sha256 | 2026-07-11 | 113 Bytes | |
| vtcode-0.135.3-x86_64-unknown-linux-musl.sha256 | 2026-07-11 | 114 Bytes | |
| vtcode-0.135.3-aarch64-apple-darwin.tar.gz | 2026-07-11 | 25.7 MB | |
| vtcode-0.135.3-aarch64-unknown-linux-gnu.tar.gz | 2026-07-11 | 27.2 MB | |
| vtcode-0.135.3-x86_64-apple-darwin.tar.gz | 2026-07-11 | 28.2 MB | |
| vtcode-0.135.3-x86_64-unknown-linux-gnu.tar.gz | 2026-07-11 | 29.6 MB | |
| vtcode-0.135.3-x86_64-unknown-linux-musl.tar.gz | 2026-07-11 | 30.2 MB | |
| 0.135.3 source code.tar.gz | 2026-07-11 | 7.8 MB | |
| 0.135.3 source code.zip | 2026-07-11 | 9.2 MB | |
| README.md | 2026-07-11 | 1.7 kB | |
| Totals: 16 Items | 157.9 MB | 0 | |
What's Changed
0.135.3 - 2026-07-11
Highlights
Bug Fixes
- Namespace cache per target in CI to prevent collisions (014e8924)
Features
- Add /checkup command and optimize diagnostics output (7d26d11a)
- Enable debug assertions and overflow checks in release builds (f8768d32)
- Implement mode switch guard to prevent cycling during active turns (7551e9bc)
Other Changes
Other
- Implement guards for tool call validation including read, shell run, spool, and task tracker guards (e9e19936)
- Add Claude Advisor server-side tool configuration and integration (7612fb8a)
- Implement response chain handling, turn snapshot capture, tool shaping, request gap tracking, and usage cost estimation (73b1019f)
- Implement automatic compaction orchestration and memory envelope management (2743ca18)
- Add unified per-session state store with append-only event log and derived views (9d6901cd)
- Implement unified executors for cron, mcp, and agent actions; enhance tool descriptions and parameters; improve output processing for large results. (22276fb4)
- Consolidate agent and MCP tool registrations; update parameters and descriptions for clarity. Enhance action dispatching for wait and close actions in agents. Adjust risk scoring for MCP connect/disconnect actions. Remove unused parameter schemas and streamline collaboration specs. (69222268)
- Add tests for memory lock functionality and implement atomic file writes (f5055f80)
Refactors
- Expose normalize_model_id function and simplify model normalization logic (6efca878)
Full Changelog: https://github.com/vinhnx/vtcode/compare/0.135.2...0.135.3