What's Changed
New Contributors
Added
- Added custom project icons: pick a Lucide icon or upload an image (under 1 MB) from the project picker, so projects are easier to tell apart in the sidebar and home view.
Changed
- Native Worker now talks over a token-gated loopback HTTP API (
POST /rpc,GET /events,GET /reverse,GET /health) instead of dual MessagePack sockets. Each window and the CLI subscribe to the worker's durable outbox themselves and resume after a reload; Main stays in the path only for host-owned state (hooks, permission policy, goals, window routing). - The right-hand panel is now a workbench tab strip. Files, Review, Preview, Browser, Terminal, and sub-agent views open as closable tabs, and the header can add another file, browser, or project terminal.
- Removed automatic memory extraction and daily rollup. SOUL.md, USER.md, MEMORY.md, and daily memory files can still be edited and injected into prompts.
- Muse Spark 1.2 on Routin AI now uses the Anthropic Messages protocol. Thinking is always on (
thinking.type=adaptive) withoutput_config.effortlevels of low/medium/high/xhigh (default medium); saved Responses-era think settings (empty body, minimal/ultra) are replaced. Context is 1M tokens and vision is enabled. - DeepSeek V4 Flash, Vision Exp, and Pro on Routin AI now share the official weekday peak windows, with Routin list prices at peak and half-rate off-peak.
- Moved the session-header Open Folder action into the overflow menu so the conversation toolbar stays less crowded.
Fixed
- Fixed
native:publishfailing after 1.3.16 with CS0246 because the OpenAI stream aggregator was renamed toToolCallAggregationStatewithout adding the type.