u-bot-code
v0.1.3
Published
U-Bot Code — a terminal coding agent for the U-Bot hackathon.
Readme
U-Bot Code
A terminal coding agent for the U-Bot hackathon.
Run it
npx u-bot-codeRequires a U_BOT_API_KEY environment variable set (issued for the hackathon — no separate sign-in step).
What it does
Launches an interactive terminal session in your current project directory. Type what you want to build; U-Bot reads/writes files and runs shell commands to make it happen, asking permission before anything risky.
Type exit to quit.
Local dev (this repo)
cd cli
npm install
node bin/ubot-code.jsPublishing
cd cli
npm publishRequires being logged into npm as a maintainer of the u-bot-code package (2FA required).
