Todas as versões
v0.0.8226 de junho de 2026PATCH

Honest model display + receipts on the dashboard

The CTO chat header used to say Opus while the engineer ran on Sonnet. 0.0.82 makes the model selector honest, turns on cost tracking for every chat turn, and adds a few quality-of-life wins for working across multiple workspaces.

NOVO6
  • Model selector in CTO and engineer chats now shows the model that's actually running, not your last-picked default.
  • Cost dashboard records every chat turn, not just background agent runs — the 'Saved vs Opus' card finally moves with your real usage.
  • Sidebar 'Saved this month' widget is always visible — green when you have savings, muted otherwise.
  • Create multiple workspaces on the same folder. Useful for parallel spikes against one repo.
  • Delete a workspace from the sidebar trash icon. Cleans up only AskCodi-created worktrees; your source folder is never touched.
  • Nested sub-chats in CTO sessions and issue chats — jump to any sub-thread from the sidebar.
MELHORADO5
  • Cleaner boot for users without Codex installed — no more 'Codex warmup failed' on launch.
  • Engineer-on-issue is now a single continuous conversation. No more orphan sub-chats fragmenting context.
  • Workspace slug derives from the workspace name, so two workspaces on the same folder get distinct worktree directories.
  • Auth modal now has a backup toast with a 'Sign in' button when your Claude token expires — no more silent failures.
  • Console output stripped of ~820 noisy log lines. Real errors now stand out.
CORRIGIDO4
  • Months-old milliseconds-vs-seconds bug in the cost queries — the 'Saved vs Opus' card was permanently stuck at $0 for everyone. Fixed.
  • CTO '+ new session' button now works on non-git projects (used to fail silently when worktree creation hit a snag).
  • Chat no longer fails with a misleading 'Claude binary not found' when the worktree was cleaned up — falls back to the project path automatically.
  • Engineer model assigned by the CTO at hire time now persists across ChatView remounts.
NOTAS DE VERSÃO

Why this release

If you've been using the CTO chat to run engineers, you've probably noticed two trust gaps. First, the model selector in the chat input showed your global last-pick (often Opus) while execution actually used whatever the CTO assigned. Second, the dashboard's 'Saved vs Opus' card stayed pinned at $0 no matter how much you ran — a months-old bug in the cost query.

0.0.82 closes both. The model header now reads from the runtime agent's adapter config, so what you see is what's running. And the cost-event pipeline records every chat turn alongside background agent runs, so the dashboard receipts grow with your actual usage. If you saw $0 saved before, refresh after upgrading and you should see real numbers.

Workspaces, the way you'd expect

You can now create more than one workspace on the same local folder (think: a long-lived 'Main' workspace plus a throwaway 'Spike' workspace, both pointed at the same checkout). Each gets its own distinct worktree directory under ~/.askcodi/worktrees/. Delete the spike when you're done — the trash icon in the workspace dropdown removes only AskCodi's worktree directories. Your repo is never touched.

Get the update

The app auto-updates on next launch. If you want to force a check, Settings → Updates → Check for updates, or download manually from the releases page.

Acompanhe

Boa parte disto entregou-se a si própria.

A AskCodi mantém a AskCodi, por isso estas notas descrevem trabalho que também tivemos de rever.