>_allthecodes
LoginGitHub下载 Beta

Documentation

Docs

从第一次构建到完整生态集成,这里整理 allthecodes 的核心路径、运行模式和团队协作入口。

Account

Login area

使用邮箱 magic link 登录,访问账户数据、订阅状态和已提交的反馈记录。

Login
Quickstart

Build and launch locally

allthecodes 是 Rust workspace 构建,产物是单一二进制。完成 provider 配置后即可在任意项目目录启动。

Configuration

Provider keys and profiles

文档区先给出最小可运行配置。后续可以扩展为 provider 选择器、profile 示例和团队级默认配置。

ANTHROPIC_API_KEYAnthropic Direct, prompt caching and thinking support.
OPENAI_API_KEYOpenAI-compatible gateways and local routing.
OPENAI_CODEX_AUTH_TOKENCodex-compatible authentication path.
Run modes

Choose the interface for the job

TUImode

默认交互式终端体验。

./target/release/allthecodes
Printmode

一次性任务、脚本和 CI 管道。

allthecodes -p "fix this test"
JSONmode

程序化调用和结构化输出。

allthecodes -p "review" --output-format json
Webmode

浏览器 UI 和远程开发工作面。

allthecodes --web --web-port 3001
Ecosystem

Connect the full stack

文档区把核心引擎、前端、桌面端和桥接服务放在同一条路径里,方便从单机使用扩展到团队工作流。

Core engineWeb frontendDesktop appEco BoostBridge CLI
Join waitlist

Get updates for hosted docs and team features

Join the waitlist to receive updates for hosted docs, account features, and team workflows.

Email is saved to the waitlist when Supabase is configured.