You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TL;DR: Built a native macOS app for browsing AI agent memory/config files. Continue is one of the 8 tools it auto-discovers (~/.continue/config.{json,yaml} + ~/.continue/rules/*.md). Free, open source, 3 MB. https://github.com/nvwalj/ai-memory-reader
Why it might be useful to Continue users
If you're like me and bounce between Claude Code, Codex, Cursor, Gemini, and Continue across projects, you end up with config + rules + memory files scattered through ~. AI Memory Reader auto-discovers every supported tool's directory and gives you a single native pane to browse them — markdown rendered, file watching for live edits, fast search.
Live file watching — edit config in your editor, the viewer updates immediately
Why I'm posting here
Two things I'd appreciate feedback on:
Are there other Continue files I should be auto-discovering? I currently only surface what's in the docs (config.{json,yaml} and rules/*.md). If there's a prompts/, custom plugins location, etc. you'd want to see, let me know.
Format support: Continue's rules are markdown. Configs are JSON/YAML. The viewer handles all three. Anything else?
Tech
Native Swift + SwiftUI (no Electron)
macOS 15+ / iOS 17+, universal binary, ~3 MB
GPL-3.0, free, zero network calls
Strict-filter mode (default) hides noise like package.json; toggle shows all .json
Disclosure: I'm the author. Posting because Continue users are part of the target audience and your feedback would directly shape what gets supported next.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
TL;DR: Built a native macOS app for browsing AI agent memory/config files. Continue is one of the 8 tools it auto-discovers (
~/.continue/config.{json,yaml}+~/.continue/rules/*.md). Free, open source, 3 MB. https://github.com/nvwalj/ai-memory-readerWhy it might be useful to Continue users
If you're like me and bounce between Claude Code, Codex, Cursor, Gemini, and Continue across projects, you end up with config + rules + memory files scattered through
~. AI Memory Reader auto-discovers every supported tool's directory and gives you a single native pane to browse them — markdown rendered, file watching for live edits, fast search.What it shows for Continue specifically
~/.continue/config.json/config.yaml(current config formats)~/.continue/rules/*.md— your custom rulesWhy I'm posting here
Two things I'd appreciate feedback on:
config.{json,yaml}andrules/*.md). If there's aprompts/, custom plugins location, etc. you'd want to see, let me know.Tech
package.json; toggle shows all.jsonDisclosure: I'm the author. Posting because Continue users are part of the target audience and your feedback would directly shape what gets supported next.
Beta Was this translation helpful? Give feedback.
All reactions