Add Bodega One Code#427
Open
Mayimbe07 wants to merge 3 commits into
Open
Conversation
v0.1.0 hung on `serve --acp` (Auth check timed out at 5m). v0.1.1 fixes the ACP initialize handshake; point the distribution archives at the v0.1.1 release. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Author
|
Bumped this submission from v0.1.0 to v0.1.1 ( The earlier red Could a maintainer approve / re-run the workflow when you get a chance? The current |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Bodega One Code — the terminal surface of Bodega One: a local-first AI coding agent (TUI + headless) for macOS/Linux/Windows that runs fully offline against local models (Ollama, llama.cpp) or BYOK cloud providers, with a hard air-gap mode and verified edits.
bodega serve --acp(JSON-RPC over stdio; the bundle carries its own Node runtime and backend — no prerequisites)v*tagscurrentColorSVGA note on the authentication requirement: Bodega One Code is local-first and requires no account — its ACP
initializeresponse advertises an explicitauthMethods: [](there is nothing to authenticate; sessions work immediately against local models, and cloud keys are user-managed app config rather than an ACP auth flow). We read AUTHENTICATION.md as targeting agents that need credentials to function; if the registry requires a declared auth method even for no-auth agents, we're happy to adapt — guidance welcome.Disclosure: this submission was prepared with AI assistance, reviewed and approved by the Bodega One maintainers.