Show HN: Wallfacer – A terminal session manager for Claude Code, and more
11–20 of 25 posts
Re: Show HN: Wallfacer – A terminal session manager for Claude Code, and more
#12The name is pretty ominous if you've read the Three Body Problem series. I don't want my agents planning against me in secrecy. Just out of curiosity, why did you pick that name? Is there anything wallfacey about this project I'm not getting?
> The name is borrowed from the Wallfacers of Liu Cixin's The Dark Forest — people entrusted with plans too sprawling for anyone else to follow.
Which misunderstands the book. The point of Wallfacers is that they cannot share their plan with anyone because the enemy is spying on them at all times.
Re: Show HN: Wallfacer – A terminal session manager for Claude Code, and more
#13I see the need for such a tool. I just ask myself: why should I use a brand-new vibe-coded tool if I can just vibe-code my own? One that's fine-tuned exactly for my use case? That's not a rant against Wallfacer. It's just an observation about the state of the open-source world in 2026...
Re: Show HN: Wallfacer – A terminal session manager for Claude Code, and more
#14I see the need for such a tool. I just ask myself: why should I use a brand-new vibe-coded tool if I can just vibe-code my own? One that's fine-tuned exactly for my use case? That's not a rant against Wallfacer. It's just an observation about the state of the open-source world in 2026...
isn't this the open source dream? Fork it and make it your own
OSS was always about collaborative engineering process. Together we bet the system. Hacking for freedom. Now we reduced it to the modern individualism.
Re: Show HN: Wallfacer – A terminal session manager for Claude Code, and more
#15Re: Show HN: Wallfacer – A terminal session manager for Claude Code, and more
#16https://pchalasani.github.io/claude-code-tools/tools/aichat/...
There’s Rust/Tantivy-based search and a whole host of utilities to view, resume, trim (to clean up context when close to limit), port to Claude/codex, move accounts, etc.
The search has a json mode for agents, and a corresponding skill so you can just ask Claude/codex to search for the “latest session where I worked on xyz”.
Re: Show HN: Wallfacer – A terminal session manager for Claude Code, and more
#17Why do people keep trying to reinvent tmux?
Re: Show HN: Wallfacer – A terminal session manager for Claude Code, and more
#18Re: Show HN: Wallfacer – A terminal session manager for Claude Code, and more
#19I work in a massive monorepo with a bunch of different services. Over the last month, I realized I was starting Claude Code sessions everywhere. I would hit a weird issue, remember I had already solved it with the agent a few days ago, and then realize I had no way to easily find that specific session. CC stores these as JSON files, keyed by the directory you happened to be in at the time. I built Wallfacer because I…
I just tell claude "Few days ago we worked on xxx, find the session and let's resume."
Re: Show HN: Wallfacer – A terminal session manager for Claude Code, and more
#20Why do people keep trying to reinvent tmux?
I didn’t quite understand. I use Tmux extensively and have tons of sessions running different panes etc. But how does Tmux solve the session search problem, maybe I’m not aware of some Tmux feature?