Show HN: Wallfacer – A terminal session manager for Claude Code, and more
Posted by pradiptasarma 1 day ago
Comments
Comment by laszlojamf 1 day ago
Just out of curiosity, why did you pick that name? Is there anything wallfacey about this project I'm not getting?
Comment by progval 21 hours ago
> 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.
Comment by m463 10 hours ago
Comment by pradiptasarma 23 hours ago
Comment by pradiptasarma 1 day ago
I built Wallfacer because I needed a way to search and resume these sessions without messing with the source of truth. It operates as a strictly read only overlay. It just reads the local files, extracts the working directory and first prompt, and lets you manage the metadata in a local SQLite database.
Comment by okramcivokram 22 hours ago
Comment by pradiptasarma 16 hours ago
Comment by feintruled 21 hours ago
Comment by omartelo 12 hours ago
One thing I didn't expect: forking a conversation copies the history into a new transcript. So anything you count per transcript, cost in my case, double counts that prefix. Resuming the same id doesn't.
Comment by d4rkp4ttern 19 hours ago
https://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”.
Comment by sunir 1 day ago
Comment by Arshad-Talpur 17 hours ago
Comment by pelasaco 1 day ago
That's not a rant against Wallfacer. It's just an observation about the state of the open-source world in 2026...
Comment by literatepeople 23 hours ago
Comment by pelasaco 23 hours ago
I'll never vibe-code PostgreSQL. I don't want to maintain my own Kubernetes codebase. I happily pay for GitLab Enterprise and Authentik Enterprise.
That said, these small end-user console apps are just noise.
It's so cheap to build something that fits your exact use case that almost everyone does it instead of contributing to an existing project or reading through their AI generated documentation...
And posting it on Hacker News feels like the software developer equivalent of an influencer posting a picture of their lunch.
Comment by cik 23 hours ago
It was.. surprisingly a little bit under a day's work. It's now heavily tied into our way of working and thinking. This is the upside of the current world.
What used to be time spent in personal, throwaway(ish) shell scripting has now become the same, but for more full fledged tooling. It doesn't need to be consumable by others - but it does need to make my/our life/ves better
Comment by bot41 20 hours ago
Comment by pelasaco 19 hours ago
OSS was always about collaborative engineering process. Together we bet the system. Hacking for freedom. Now we reduced it to the modern individualism.
Comment by tim-projects 19 hours ago
Comment by d4rkp4ttern 19 hours ago
Comment by sunir 16 hours ago
Comment by d4rkp4ttern 16 hours ago
Comment by timharris707 1 hour ago