Added
- ๐ Firecrawl web search. Added Firecrawl as a web search provider. Configure your API key from Settings > Web, or set
FIRECRAWL_API_KEYas an environment variable. Firecrawl slots in between Brave and DuckDuckGo in the automatic provider order, and also works with a custom self-hosted endpoint.
Changed
- ๐ Workspace paths are normalized. Paths like
~/Projects/myappand/Users/you/Projects/myappnow resolve to the same workspace instead of creating duplicates. Existing duplicates are cleaned up automatically when you open or save a workspace. - ๐ Clicking a browser notification opens the chat. Desktop notifications for completed tasks now take you straight to the conversation when you click them, instead of just bringing the window to the front.
- ๐ท๏ธ Workspace names display consistently. Folder names shown in the sidebar, search results, automation list, and notifications now all use the same logic, so you see the same label everywhere.
- ๐งน Pending messages follow the right branch. When queued messages or background sub-agent results come in, they now attach to the correct point in the conversation instead of occasionally landing on the wrong branch.