| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest.json | 2026-08-05 | 820 Bytes | |
| prime-agent-0.6.1.tgz | 2026-08-05 | 9.3 MB | |
| prime-agent-ai-0.6.1.tgz | 2026-08-05 | 533.7 kB | |
| prime-agent-core-0.6.1.tgz | 2026-08-05 | 62.8 kB | |
| prime-agent-tui-0.6.1.tgz | 2026-08-05 | 444.3 kB | |
| SHA256SUMS | 2026-08-05 | 364 Bytes | |
| stable | 2026-08-05 | 7 Bytes | |
| README.md | 2026-08-05 | 1.6 kB | |
| v0.6.1 source code.tar.gz | 2026-08-05 | 6.4 MB | |
| v0.6.1 source code.zip | 2026-08-05 | 7.0 MB | |
| Totals: 10 Items | 23.8 MB | 0 | |
- Added reverse tab navigation to the
/loginconfiguration menu and moved the model scope shortcut toAlt+S. - Fixed daemon startup crashes hiding their exit status and daemon log until the startup timeout.
- Documented the global
idleEvictionMinutesdaemon setting, including its default, valid values, and eviction/passivation behavior (#621). - Fixed top-level
--helpomittingacpfrom the supported--modevalues (#620). - Fixed
stopandrenamebecoming prompts when--daemon-socketprecedes the command (#622). - Fixed subagent terminal notices arriving as anonymous follow-up prompts instead of attributed agent messages, so a parent can now tell which child reported completion, failure, or cancellation, and a busy parent is steered at the next turn boundary rather than waiting to go idle (#617).
- Fixed ACP mode reporting a failed turn as a clean
end_turn. A provider error, expired auth, or unusable model leftsession/promptresolving with no updates at all, which reads to a client as a successful but empty turn; the turn now fails with the underlying error instead. - Fixed ACP cwd mismatch metadata treating symlink aliases such as macOS
/varand/private/varas different directories (#623).