惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
H
Help Net Security
Jina AI
Jina AI
V
V2EX
G
Google Developers Blog
B
Blog
GbyAI
GbyAI
U
Unit 42
爱范儿
爱范儿
腾讯CDC
Engineering at Meta
Engineering at Meta
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
宝玉的分享
宝玉的分享
小众软件
小众软件
D
DataBreaches.Net
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - Franky
博客园 - 聂微东
The Cloudflare Blog
I
InfoQ
Microsoft Azure Blog
Microsoft Azure Blog
Hugging Face - Blog
Hugging Face - Blog
大猫的无限游戏
大猫的无限游戏

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
GitHub - lu-zhengda/claude-mem-viz: Browse and edit what ...
zhengda-lu · 2026-04-26 · via Hacker News: Show HN

Ever wonder what Claude Code actually remembers about you and your projects? When was each memory last updated? Are some of them stale? Did Claude write a file but forget to add it to the index, so it's quietly being ignored?

claude-mem-viz is a small TUI that opens up Claude Code's auto-memory at ~/.claude/ so you can browse, edit, prune, and audit it like any other filesystem — across every project on your machine, all in one place.

claude-mem-viz screenshot

Quick start

brew tap lu-zhengda/tap
brew install claude-mem-viz
claude-mem-viz

Or with go install:

go install github.com/lu-zhengda/claude-mem-viz@latest

Or build from source:

git clone https://github.com/lu-zhengda/claude-mem-viz
cd claude-mem-viz
go build .
./claude-mem-viz

Usage

claude-mem-viz                     # open TUI on ~/.claude
claude-mem-viz --root /alt/path    # use a different .claude root
claude-mem-viz --stale-days 60     # flag memories older than 60 days
claude-mem-viz --list              # non-interactive dump

Keys

Key Action
j/k, / move within pane
tab / shift+tab switch focus across panes
enter / e edit selected memory in $EDITOR
/ move focus right / left across panes
n new memory (project → name → type → description)
d delete memory (file + index entry, with confirm)
x unindex memory — keep file on disk, remove from MEMORY.md
f fix audit issue on selected memory (orphan / dangling)
/ fuzzy search across all memories
r reload from disk
? help (includes memory-type legend)
q / ctrl+c quit

When n is pressed from the <global> view, the form prepends a project-picker stage so you can scaffold a new memory in any project without changing focus first.

x (unindex) lets you "park" a memory: the file stays on disk but Claude won't load it through MEMORY.md. Press f on the resulting orphan entry to put it back into the index later.

Audit warnings

claude-mem-viz flags three kinds of inconsistency between the files on disk and the MEMORY.md index, shown as ⚠N next to a project and as a chip on each affected memory:

  • orphan — file exists in the memory dir but not referenced in MEMORY.md (Claude won't load it)
  • danglingMEMORY.md references a file that doesn't exist (broken link)
  • stale — file mtime is older than --stale-days (default 90)

Press f on an orphan or dangling entry to auto-fix the index.

License

MIT