Skip to content

0.10.1

Choose a tag to compare

@suhail-akhtar suhail-akhtar released this 05 Sep 07:04
· 22 commits to main since this release

0.10.1

Two fixes found while proving the Kimi provider against the real API.

Fixed

  • aico -p never 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.1

The VS Code extension is unchanged from 0.10.0; aico-vscode-0.6.3.vsix is attached again for convenience.