Show HN: Wallfacer – A terminal session manager for Claude Code, and more
Thread
Unofficial Hacker News client; not affiliated with Y Combinator.
Show HN: Wallfacer – A terminal session manager for Claude Code, and more
Unofficial Hacker News client; not affiliated with Y Combinator.
pradiptasarma · · focus · HN ↗
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.
okramcivokram · · focus · HN ↗
pradiptasarma · · focus · HN ↗
laszlojamf · · focus · HN ↗
Just out of curiosity, why did you pick that name? Is there anything wallfacey about this project I'm not getting?
pradiptasarma · · focus · HN ↗
progval · · focus · HN ↗
> 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.
m463 · · focus · HN ↗
sunir · · focus · HN ↗
pelasaco · · focus · HN ↗
That's not a rant against Wallfacer. It's just an observation about the state of the open-source world in 2026...
literatepeople · · focus · HN ↗
pelasaco · · focus · HN ↗
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.
cik · · focus · HN ↗
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
bot41 · · focus · HN ↗
pelasaco · · focus · HN ↗
OSS was always about collaborative engineering process. Together we bet the system. Hacking for freedom. Now we reduced it to the modern individualism.
feintruled · · focus · HN ↗
omartelo · · focus · HN ↗
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.
tim-projects · · focus · HN ↗
d4rkp4ttern · · focus · HN ↗
sunir · · focus · HN ↗
d4rkp4ttern · · focus · HN ↗
d4rkp4ttern · · focus · HN ↗
<a href="https://pchalasani.github.io/claude-code-tools/tools/aichat/search/" rel="nofollow">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”.
Arshad-Talpur · · focus · HN ↗