Skip to content

v1.0.24 — Faster whiteboard generation + cache stats

Choose a tag to compare

@ashryaagr ashryaagr released this 02 May 05:35
· 7 commits to main since this release

What's new

This release pulls in clawdSlate v0.1.13 under the hood. No Fathom-side code changes — all wins flow from the whiteboard pipeline:

  • One fewer round-trip per whiteboard. The Excalidraw element-format reference is now inlined into the system prompt, so the agent goes straight to drawing instead of calling `read_me` first.
  • Tighter tool surface — only `create_view` + `WebSearch` (+ `Read` when the paper is on disk). The rest of the claude_code preset is disabled.
  • Visible prompt-cache stats. The activity panel `[result]` line now reports `cache_read` / `cache_create` token counts so you can see when the API's prefix cache is hitting (within the 5-minute TTL).

Auto-update

Existing v1.0.20–v1.0.23 users will pick this up via the in-app update check. Help → Check for Updates, or wait ~3s after launch.

Fresh install

```bash
curl -fsSL https://raw.githubusercontent.com/ashryaagr/Fathom/main/install.sh | bash
```