@bahulam/code
v0.1.6
Published
Bahulam Code — abundance, in your terminal. CLI-first, reliability-first, sub-agents, 65.6% SWE-bench Verified.
Maintainers
Readme
@bahulamai/code
Bahulam Code is Bahulam's AI coding agent for terminal-first software work.
It inspects a repo, plans changes, runs tools, asks for human approval, resumes
prior sessions, and keeps local project context in ~/.bahulam/.
- 65.6% SWE-bench Verified
- CLI-first, reliability-first
- Sub-agents, skills, workflows, and MCP support
- Bring your own model (40+ supported)
About the name
Bahulam (बहुलम्) is Sanskrit for abundance. The name reflects a philosophy: tokens are not rationed, model choice is not gated, and intelligence is not metered per feature. The restrictions most agents ship with are design decisions — ones we chose not to make.
Install
npm install -g @bahulamai/code@latestRun without global install:
npx @bahulamai/code@latestStart the CLI
After install, sign in and launch:
bahulam-code login # one-time: sign in through the browser
bahulam-code # start the interactive REPLOr run a single instruction and exit:
bahulam-code "fix the failing auth test"Common Commands
bahulam-code Start interactive REPL
bahulam-code "instruction" Run a single instruction and exit
bahulam-code login Sign in through the browser
bahulam-code configure Open settings in your browser
bahulam-code config --show Display local configuration
bahulam-code resume Resume a paused or previous session
bahulam-code --version Show installed version
bahulam-code --help Full command referenceInside the REPL, type /help for slash commands (models, cache, approvals,
skills, workflows, session tools).
2.6.1 Highlights
- Published under both
@bahulam/codeand@bahulamai/codescopes. - Full removal of legacy
b0references from CLI help, error messages, analytics headers, internal comments, and Pulse dashboard.
2.6.0 Highlights
- Rebrand:
@bahulamai/b0→@bahulamai/code; binaryb0→bahulam-code. - Redesigned fixed input dock — labeled "Bahulam Code" identity, colored border, horizontal and vertical margins, meta row showing project, git branch, turn count, and token usage.
- Extended session-context meta line under the input dock.
Development
npm test
npm pack --dry-runSee RELEASE.md for the merge, PR, and npm publish checklist.
Links
- Website: https://bahulam.ai
- Company: https://axplusb.tech
- Repository: https://github.com/raviakasapu/codekepler-npm
License
MIT
