@heossihq/beecode
v0.1.4
Published
Bee Code - an agentic coding assistant for your terminal, from HEOSSI.
Maintainers
Readme
Bee Code CLI
An agentic coding assistant for your terminal, from HEOSSI.
npm install -g @heossihq/beecode
beecode login
beecode "add a guard to handleAuth that rejects an empty token"Bee Code speaks Bee's agent plane (bee.code.v1) against
https://api.bee.heossi.com/bee/code/v1/turns. The transcript, approval gate,
and tool loop live on your machine: the server answers one turn at a time and
does not retain the conversation transcript.
Each customer task also has a durable, account-scoped run ID for cancellation, bounded manager/specialist reservations, token ceilings, and terminal status. The service stores a SHA-256 task fingerprint rather than the raw prompt; the full transcript remains local and is sent explicitly on each tool-loop turn. Cell uses one manager at a time. Entitled paid models can use bounded logical worker shards and an independent verifier without starting one provider call per logical agent.
Every connection uses post-quantum key exchange - X25519MLKEM768, whose
ML-KEM-768 half is NIST FIPS 203. On every plan, including free. Check it
yourself:
openssl s_client -connect api.bee.heossi.com:443 -tls1_3 </dev/null 2>/dev/null | grep groupSigning in
beecode login opens your browser and signs you in against your Bee
subscription. The credential is stored in your system keychain on macOS, or
~/.bee/code/auth.json (mode 0600) elsewhere.
The same session is picked up automatically by the Bee Code extension for VS Code, so signing in once covers both.
Commands
| | |
|---|---|
| beecode login | sign in through the browser |
| beecode "<prompt>" | run one task in the current directory |
| beecode --root PATH | work in a different directory |
| beecode --mode MODE | manual, plan, edit or auto |
| beecode --no-bee-co-author "<prompt>" | omit Bee model attribution from commits created by this task |
Commit attribution
Commits created through Bee Code keep your configured Git identity as the primary author. By default, Bee adds the selected governed model and product release as a separate trailer, for example:
Co-Authored-By: Bee Cell <[email protected]>Pass --no-bee-co-author to omit the trailer. The agent cannot bypass this
choice through the generic command runner; Git uses dedicated, approval-gated
tools.
Environment
| | |
|---|---|
| BEE_CODE_API_URL | override the agent-plane endpoint |
| BEE_CODE_AUTH_FILE | override the credential path |
Part of Bee by HEOSSI - The Progressive Quantum-Native Intelligence Engine. bee.heossi.com
