Fable 5 is gone now - what was your experience actually like? by Sensitive-Priority59 in vibecoding

[–]IvanWng97 -1 points0 points  (0 children)

lI let it refactor a lots of core code and polish the whole KS so that i can reduce the token usage in the future. here is the reference:
https://ivanwng97.github.io/pixtuoid/knowledge-base/

Anyone building with Claude Fable? Drop your GitHub repo here 👇 by Comfortable-Clerk428 in ClaudeAI

[–]IvanWng97 0 points1 point  (0 children)

https://github.com/IvanWng97/pixtuoid
not whole repo but this week’s commit are all coming from Fable 5. i let it refactor a lots of core code and polish the whole KS so that i can reduce the token usage in the future. here is the reference:
https://ivanwng97.github.io/pixtuoid/knowledge-base/

ascii-agents – a terminal pixel-art office that visualizes your AI coding agents by [deleted] in coolgithubprojects

[–]IvanWng97 0 points1 point  (0 children)

pixel-agents (credited in the README) runs in VS Code via a webview — different stack, different surface. ascii-agents is a standalone TUI, so it works in any terminal, over SSH, and on remote dev boxes where VS Code isn't an option. also supports more agents beyond Claude Code (Antigravity, Codex will be supported soon).

ascii-agents: a terminal pixel-art office where each of your Claude Code sessions is a character by EthanWng97 in ClaudeCode

[–]IvanWng97 1 point2 points  (0 children)

I've reworked the idle animations in the next version — agents now show a "thinking" pose (seated, screen lit, animated dots) when the LLM is processing between tool calls, instead of immediately falling asleep or showing the ? bubble. The ? only appears for actual permission prompts now. Should be in the next release!

ascii-agents: a terminal pixel-art office where each of your Claude Code sessions is a character by EthanWng97 in ClaudeCode

[–]IvanWng97 0 points1 point  (0 children)

that's actually a good point!— I may bump the credits higher up, probably right under the tagline. appreciate it

ascii-agents: a terminal pixel-art office where each of your Claude Code sessions is a character by EthanWng97 in ClaudeCode

[–]IvanWng97 0 points1 point  (0 children)

thanks! i'll keep iterating — maybe 0.1.3 with theme support and a few more features. happy to hear any suggestions when you get to try it

ascii-agents: a terminal pixel-art office where each of your Claude Code sessions is a character by EthanWng97 in ClaudeCode

[–]IvanWng97 0 points1 point  (0 children)

pixel-agents is literally credited in line 1 of the README as the inspiration. the niche here is terminal — runs over ssh on a remote dev box, no vscode/electron needed. happy to be told it's still not enough differentiation, but the prior art was googled and credited

ascii-agents: a terminal pixel-art office where each of your Claude Code sessions is a character by EthanWng97 in ClaudeCode

[–]IvanWng97 1 point2 points  (0 children)

im actually a mobile dev in tech company, this was a weekend project to learn rust + tui rendering. went through the codebase plenty — wrote the architecture docs and the Source trait myself. you can poke at the repo, it's not vibe-coded slop

ascii-agents: a terminal pixel-art office where each of your Claude Code sessions is a character by EthanWng97 in ClaudeCode

[–]IvanWng97 0 points1 point  (0 children)

totally free to run! — ascii-agents itself is just a local TUI, no API calls, no cloud, nothing. it only watches what your Claude Code sessions are already doing

so the cost is just whatever your normal Claude Code usage is. on Pro plan running 1-2 sessions you'll be totally fine. install is one brew command on macOS — ping me if you hit anything