PaPoo
cover

The little session manager I’d actually want after a week of agent chaos

What jumped out at me is not the “multi-agent” part. That’s table stakes now. It’s the admission that all these CLI agents are already leaving a mess behind, and that the mess is the real product surface.

If you’ve used Claude Code for more than a couple of days, the situation described here feels familiar: untitled session files, opaque directories, no sane way to remember which prompt led to which useful branch of work. Wallfacer is basically saying, “fine, I’ll build the missing layer.” That seems right to me. Not glamorous, just necessary.

I’m mildly skeptical of any tool that promises to sit cleanly on top of four different agent CLIs and keep up as they change. The read-only indexing story is the part I trust most. Once a tool starts writing back into other products’ session stores, I start expecting breakage. Keeping its own SQLite overlay is a sensible choice. It also makes the whole thing easier to delete if it gets annoying, which is underrated.

The part I’d actually try first is the resume flow. A lot of these tools are good at listing things and less good at making “pick up the thread from three days ago” feel natural. If wallfacer can really let you name, tag, and jump back into old sessions without ceremony, that’s the feature that matters. Search across titles, prompts, directories, and tags is useful too, but only if the indexing stays fast and the refs stay unambiguous. The README’s “ID prefix or exact title” behavior sounds practical, though I’d want to see how often it surprises you when you have five sessions with the same half-baked title.

The broader trend here is interesting. Claude Code, Cursor CLI, Kiro CLI, Codex — each one ships its own little world, but developers are already living across all of them. The friction isn’t model quality anymore. It’s session sprawl, retention, and retrieval. Tools like wallfacer are starting to look less like luxuries and more like the command-line equivalent of a mail client for your agent history.

I also noticed the roadmap talking about full-text search over session content and export to Markdown. Those feel like the right next steps, not “desktop app” vanity. Full-text search would make the tool much more than a pretty index. Export is the kind of thing you don’t miss until you really need it. The desktop app idea, by contrast, feels optional unless the TUI becomes unwieldy.

What I’d want to know before trusting it day to day is boring but important: how resilient it is when an agent changes its file layout, how it handles collisions, and whether the sync logic stays invisible under a large pile of sessions. If those hold up, this is the kind of utility that quietly becomes part of the workflow. If they don’t, it’s another neat repo that helps only until the first update breaks its assumptions.


Reference: GitHub - pradipta/wallfacer: A terminal session manager for Claude Code, and more

同じ著者の記事