New Features
- ๐ Turn Controls โ Agent Chat now supports per-turn access and web search controls (#405).
- ๐ก๏ธ Signup Safety โ Signup now waits for recovery confirmation (#404).
- ๐ Permanent Tabs โ Single-clicked items now open permanent tabs instead of reused preview tabs (#403).
- ๐ Local Notes โ Local notes now avoid unnecessary manifest re-pulls (#400).
- ๐งฐ Compact Tools โ Agent Chat tool call rows are now more compact (#398).
- ๐ Mention Tags โ Agent Chat user prompts now show referenced @ items as clickable tags (#397).
Bug Fixes
- ๐ณ Checkout Actions โ Landing pricing checkout actions now work correctly (#392).
- ๐งฐ Tool Rows โ Agent Chat MCP tool details now open from readable labels without extra border or icon chrome (#402).
- ๐ MCP Stability โ Agent Chat avoids MCP connection errors during overlapping turns and hides provider-offline discovery errors from handler failures (#401).
- ๐ Vault Keys โ Vault key binding after signup is now fixed (#399).
- ๐งช Dev Profiles โ Desktop dev profiles are now isolated by worktree (#396).
- ๐ Signup Keys โ Vault key binding during signup is now fixed (#394).
Documentation
- ๐ Note Metadata โ Note metadata actions moved above titles (#393).
Chores
- ๐ฌ Composer Placeholder โ Agent Chat composer placeholder copy was updated (#395).
Changelog
Full Changelog: v2026-05-14...v2026-05-16
#405 feat(agent-chat): add turn permissions @h4yfans
#404 Gate signup on recovery confirmation @h4yfans
#403 Remove tab preview mode @h4yfans
#392 Fix landing pricing checkout actions @h4yfans
#402 fix(agent-chat): simplify tool rows @h4yfans
#401 Fix Agent MCP concurrency @h4yfans
#400 Avoid manifest re-pull for local notes @h4yfans
#399 Fix vault key binding after signup @h4yfans
#398 Compact Agent Chat tool call rows @h4yfans
#397 Link Agent Chat user mentions @h4yfans
#396 fix(desktop): isolate dev profiles by worktree @h4yfans
#394 Fix vault key binding during signup @h4yfans
#395 Update Agent Chat composer placeholder @h4yfans
#393 Move note metadata actions above titles @h4yfans