Skip to content

v0.9.9

Choose a tag to compare

@github-actions github-actions released this 16 Jul 20:33
· 106 commits to main since this release

Changed

  • πŸ’¬ Unread chats stay where you can see them. Chat lists now keep unread finished chats above already-read chats, and they refresh when a chat is marked read.
  • 🧭 The app feels a little lighter. Dividers and borders across the interface are softer, so the workspace chrome gets out of the way more.

Fixed

  • ⏰ Follow-up timers behave more cleanly. Timer prompts and subagent handoffs stay internal, pending follow-ups stay hidden until they are ready, and old timer state is still understood.
  • πŸ”Ž Internal work stays out of normal chat search. Recent-chat search no longer shows hidden timer or subagent chats as if they were regular conversations.
  • 🧠 The chat size meter keeps moving for local models. llama.cpp chats now show live size updates even when the server does not send token totals until the end.
  • πŸ” File reading avoids credential files. Computer can read normal absolute paths and ~/ paths, but it blocks common credential files, .envrc, and special device files.
  • πŸ“± Signal bot updates no longer disappear. When a Signal chat needs an edited answer, Computer now sends the updated text as a new message instead of silently doing nothing.