All changelog

Spaces for every side of your work

You juggle three projects. Each one has its own repos, its own files, its own context. Switching between them means losing your place — wrong bookmarks, wrong folders, wrong headspace. Now each project gets its own space.

Workspaces — a space per project

  • Group everything together — Pin your core repo, design files, landing page, and deployment configs into one workspace. Your other project gets its own set of bookmarks. No overlap, no clutter.
  • Switch between projects instantly — Cmd+1 through Cmd+9. Each space remembers where you left off — your path, your view mode, your navigation history.
  • See which repos need attention — Bookmarked folders with uncommitted changes turn orange in the sidebar. No terminal needed.
  • Create, rename, delete — Click + in the sidebar to start a new space. Right-click to rename or remove it.

Codebase Indexing — a blueprint of your code

Zero indexes your git repos and extracts every function, type, and trait — with their signatures, arguments, and doc comments. The result is a structural map of your entire codebase. Not a text search. A blueprint of what your code actually is.

  • The full picture — Every public function, struct, enum, and trait, extracted with full signatures. It's like an abstract of your project — the architecture revealed at a glance, with the arguments each function takes and the types it returns.
  • Find the definition, not every mention — Type AuthProvider and get the actual type definition, not every file that happens to mention it.
  • Give your AI tools a map — Connect Claude Code, Gemini, Codex, or any MCP-compatible tool. They get structured access to your codebase index — accurate symbol search, project overviews, cross-project queries. Less context wasted, better answers.
  • Search across everything — All your indexed git repos, on your machine or on connected storage. Find where a function is defined across every project you've ever worked on.

Smarter search

Results now feel smarter. Files you open often float to the top. Recent files rank higher. Deeply nested paths drop lower. Trash and system files stay out of the way.

  • Frequency and recency — The files you actually use surface first, not just the closest text match.
  • Filter by size — Looking for the large files eating your disk? Filter by size range to find them instantly.
  • Filter by type — Search across multiple extensions at once — pdf,docx,txt — instead of one at a time.
  • Sort your way — Sort results by relevance, recency, size, or name.

Watch the AI think

Ask a question and watch the reasoning unfold. A collapsible "Thinking" section shows you exactly how the AI works through your question before answering.

  • Thinking mode — See the AI's reasoning process in real-time. Expand or collapse it as you like.
  • Readable responses — Code blocks get syntax highlighting and a copy button. Markdown renders properly — headings, lists, links, all formatted.
  • Latest models — Claude Sonnet 4.6, Opus 4.6, Haiku 4.5, GPT-5, and more. Switch models from the dropdown at the bottom of the chat.

Also in this update

  • Search results now show a Location column so you know which config.yaml is which
  • The toolbar shows your search query instead of the previous folder name