Skip to content

Commit ca8ef0b

Browse files
committed
docs: add Desktop App section to README
1 parent 7de43d5 commit ca8ef0b

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<a href="#what-is-magic-context">What is Magic Context?</a> ·
2323
<a href="#what-your-agent-gets">What Your Agent Gets</a> ·
2424
<a href="#how-it-works">How It Works</a> ·
25+
<a href="#magic-context-app">🖥️ Desktop App <sup>(NEW)</sup></a> ·
2526
<a href="#commands">Commands</a> ·
2627
<a href="#configuration">Configuration</a>
2728
</p>
@@ -316,6 +317,27 @@ On startup, Magic Context checks for common configuration problems — OpenCode'
316317

317318
---
318319

320+
## Magic Context App
321+
322+
A companion desktop app for browsing and managing Magic Context state outside of OpenCode.
323+
324+
<p align="center">
325+
<a href="https://github.com/cortexkit/opencode-magic-context/releases?q=dashboard"><strong>⬇️ Download for macOS · Windows · Linux</strong></a>
326+
</p>
327+
328+
**Features:**
329+
- **Memory Browser** — search, filter, and edit project memories with category and project filtering
330+
- **Session History** — browse compartments, facts, and notes for any session with timeline navigation
331+
- **Cache Diagnostics** — real-time cache hit/miss timeline, bust cause detection, per-session stats
332+
- **Dreamer Management** — view dream run history per project, trigger runs, inspect task results
333+
- **Configuration Editor** — form-based editing for all settings including model selection with fallback chains
334+
- **Log Viewer** — live-tailing log viewer with search
335+
- **System Tray** — quick access to dreamer status and controls
336+
337+
The app reads directly from Magic Context's SQLite database — no additional server or API required. Auto-updates are built in.
338+
339+
---
340+
319341
## Configuration
320342

321343
All settings live in `magic-context.jsonc` as flat top-level keys. See **[CONFIGURATION.md](./CONFIGURATION.md)** for the full reference — cache TTL tuning, per-model execute thresholds, historian model selection, embedding providers, memory settings, sidekick, and dreamer.

0 commit comments

Comments
 (0)