0.9.11
Desktop installers for CuttleCode 0.9.11. 62 commits since v0.9.10.
Install
| Platform | File |
|---|---|
| macOS (Apple silicon) | CuttleCode-0.9.11-arm64.dmg |
| Windows | CuttleCode-Setup-0.9.11.exe (installer) or CuttleCode-0.9.11.msi |
| Linux | CuttleCode-0.9.11-x86_64.AppImage or CuttleCode-0.9.11-amd64.deb |
Read this before you install
- macOS is Apple silicon only. There is no Intel build.
- The Windows installers are unsigned and will trip SmartScreen — "More info" → "Run anyway". This build's log confirms it: every
signing with signtool.exeline is followed byno signing info identified, signing is skipped … cscInfo=null. No Authenticode certificate is wired up. .debinstalls do not auto-update. The client detects a package install and defers to your package manager. The AppImage does auto-update.- Linux has no automated release gate. macOS installers are smoke-tested on real hardware before publish (signature, notarization, staple, a live session); Windows and Linux are not.
- v0.9.0 cannot auto-update to anything. It shipped before the updater's macOS lane worked. If you are on 0.9.0, install this one by hand once.
LICENSE.mdstill links a private repo that 404s for the public.
macOS is signed, notarized and stapled — app, zip and dmg. Windows and the Linux AppImage self-update; macOS auto-update works from 0.9.1 onward.
Features
- Chat pops out into a floating Picture-in-Picture window
- Sessions: infinite-scroll past sessions, Mark unread, Go to intent
- Mobile: the desktop sessions panel in a phone's shape, long-press context menu, Intents in the bottom nav
- Admin: a Diagnostics tab for machine health and worktree management
- Intents: per-intent base branch for PRs and worktrees
- Auth: one-button "Log in with your browser"
- Install: one-click tailnet address for copy-paste install commands
- Agents: roomier wizard with an expandable system prompt
- A live compaction animation in the session chat view
Fixes
- PTY daemon: survives a Windows in-app update instead of dying with the server; no longer dies with the server's cgroup; an isolated worktree's daemon is no longer immortal; a test process can never take over the real daemon
- Chat: a queued message no longer vanishes on a Chat ⇄ Terminal toggle; project-skill slash commands actually run; every blocking TUI dialog is surfaced; bare https image URLs embed inline; the compaction row stays in sync across a re-entry
- Desktop: right-click Cut/Copy/Paste; the chat pop-out works and pins to the session you popped out; macOS self-update restart timeout fixed
- Install: the node check works on PowerShell 5.1, and an apostrophe in the machine name no longer breaks the install command
- Ralph: a session waiting on a live background task is no longer idle-killed; iteration sessions render their conversation in chat view
- Stalled updates and prompt answers recover; Retry escalates to a reload when the socket can't come back
Plus the rename to CuttleCode across every surface, and the update feed now points at this repo.