0.10.1
0.10.1
Two fixes found while proving the Kimi provider against the real API.
Fixed
aico -pnever exited in a directory holding an AICO.md or CLAUDE.md. The answer printed and the process sat there until killed, on every model. The watcher that invalidates the memory cache when such a file changes was persistent, so it was the last thing holding the event loop open. It no longer pins the process; the REPL and the server stay alive through their own listeners as they always did. Print mode now exits in about two seconds.- A Kimi conversation was named by its own work model. Session naming picks the cheapest model in the same family with reasoning off; Kimi had no entry, so a K3 conversation was named by K3 at maximum effort for a six-word label. K2.6 with thinking off does it now.
Verified
Harness 2,503 / 0 · live suite on the real Kimi K2.7 Code API 92 / 0 · aico -p exits in 2s on DeepSeek and 5s on kimi-k3.
Install
npx github:suhail-akhtar/aico#v0.10.1 serve
npm install -g github:suhail-akhtar/aico#v0.10.1The VS Code extension is unchanged from 0.10.0; aico-vscode-0.6.3.vsix is attached again for convenience.