| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ante-v0.preview.76-darwin-arm64.tar.gz | 2026-08-11 | 13.3 MB | |
| ante-v0.preview.76-darwin-x86_64.tar.gz | 2026-08-11 | 14.2 MB | |
| ante-v0.preview.76-linux-arm64-musl.tar.gz | 2026-08-11 | 13.7 MB | |
| ante-v0.preview.76-linux-x86_64-musl.tar.gz | 2026-08-11 | 15.0 MB | |
| README.md | 2026-08-11 | 972 Bytes | |
| v0.preview.76 source code.tar.gz | 2026-08-11 | 63.2 MB | |
| v0.preview.76 source code.zip | 2026-08-11 | 63.4 MB | |
| Totals: 7 Items | 182.8 MB | 0 | |
v0.preview.76 - 2026-08-11
Added
- Qwen 3.8 Max, Qwen 3.7 Flash, and Muse Spark 1.2 in the OpenRouter catalog; the superseded Qwen 3.7 Max and Muse Spark 1.1 entries are pruned
Changed
- Tool headers color their arguments — file paths, commands, search patterns — in the design blue instead of plain gray
- The composer cursor blinks
- Skill and agent frontmatter goes through one shared reader with size and nesting-depth limits, so oversized or malformed frontmatter fails with a clear error instead of being partially accepted
Fixed
- Bundled skills are installed before the daemon starts serving, so they are usable on the very first launch after an update instead of only from the second launch on
- Multiline Grep searches over a directory run one worker at a time, so concurrent search buffers can no longer multiply peak memory
- The Grep header separates its pattern and path —
Search (foo in /tmp/src)instead ofSearch (foo)/tmp/src