
Agent Keyboard
A prompt bar that lets your app edit itself
6 followers
A prompt bar that lets your app edit itself
6 followers
One script tag on your app. Ask for a change — typed, dictated, or photographed — and your own server runs a real Claude Code session that edits your codebase and commits it, right where you're looking. Open source, self-hosted, your keys, MIT.





Crypto Squad
A thought since you run everything through Claude Code sessions already: add a quick "undo last edit" button or keyboard shortcut that reverts just the most recent commit the agent made. Long sessions make it easy to lose track of which change broke something, and having a one-tap rollback tied to that specific agent run would be a lifesaver.
Crypto Squad
@neslihantbkqjo That would be super cool!
Here's a fun thing to try. If you have it already setup, give your agent keyboard this prompt:
"Add a quick "undo last edit" button or keyboard shortcut that reverts just the most recent commit the agent made. Long sessions make it easy to lose track of which change broke something, and having a one-tap rollback tied to that specific agent run would be a lifesaver."
It'll just add a functoning button to itself 😂
If it works well, tell it to send me a PR and I can consider merging it
It's super fun because you're modifying your coding environment from your coding environment. Pretty cool experience.
love the self-hosted approach, basically a dev tool that actually respects your keys. one thing that would help me a lot is a dry run mode, so you can see exactly which files it plans to touch and what the diff would look like before it actually commits anything. kind of scary letting an agent push changes without a preview step
Crypto Squad
@egemensnme99249 Yes that could help. I've right now instructed it to just push because I personally hate looking at the code. But it supports code blocks in line. So you could easily tell it to review everything with you before pushing.
The cool part is that all you have to do is just tell it after firing it up. Tell it to always discuss code-diffs with you before pushing. Tell it to save it to memory. It'll actually save that instruction to Claude's memory md.
If you don't like the views it's showing you, tell it to design a better in-line diff! It has the ability to modify itself. It's super fun to do that. It goes down for a couple of seconds whenever the server is restarted, but it should just pick the conversation back up.