Better Harness Tools, not merely storing the archive of leaked Claude Code but also make real things done. Now rewriting in Rust.
Go to file
zhaoyanchao 94383375d6 添加deepseek api 支持 2026-04-29 10:08:08 +08:00
.github ci: 删除冗余工作流并优化CI触发策略 2026-04-28 14:08:53 +08:00
.port_sessions 初始化 2026-04-13 22:06:48 +08:00
.trae 添加deepseek api 支持 2026-04-29 10:08:08 +08:00
assets Merge remote-tracking branch 'origin/main' (787 commits) - accepted remote version for all conflicted files 2026-04-13 22:20:02 +08:00
docs US-010: Add model compatibility documentation 2026-04-16 10:55:58 +00:00
openspec 添加deepseek api 支持 2026-04-29 10:08:08 +08:00
rust 添加deepseek api 支持 2026-04-29 10:08:08 +08:00
scripts Resolve fmt wrapper path from its own directory 2026-04-28 09:38:40 +00:00
src 初始化 2026-04-13 22:06:48 +08:00
tests 初始化 2026-04-13 22:06:48 +08:00
.DS_Store feat: 增强模型支持和错误处理 2026-04-28 13:51:09 +08:00
.claude.json feat: default OAuth config for API endpoint, merge UI polish rendering 2026-04-01 03:20:26 +00:00
.claw.json ROADMAP #4.44.5: Ship/provenance opacity — filed from dogfood 2026-04-20 14:35:07 +09:00
.gitignore 拉取原分支 2026-04-28 23:42:26 +08:00
CLAUDE.md Make Rust formatting guidance runnable from repo root 2026-04-28 09:38:08 +00:00
CLAW.md 初始化 2026-04-13 22:06:48 +08:00
Containerfile Document a repeatable container workflow for the Rust workspace 2026-04-05 18:11:25 +00:00
PARITY.md 初始化 2026-04-13 22:06:48 +08:00
PHILOSOPHY.md 添加deepseek api 支持 2026-04-29 10:08:08 +08:00
README-old.md docs: 将README.md替换为中文项目简介 2026-04-28 22:49:22 +08:00
README.md 添加deepseek api 支持 2026-04-29 10:08:08 +08:00
ROADMAP.md Expose tool permission gates as structured worker blockers 2026-04-27 09:28:09 +00:00
USAGE.md docs: #155 — add USAGE.md documentation for /ultraplan, /teleport, /bughunter commands 2026-04-21 21:49:04 +09:00
debug.sh 添加deepseek api 支持 2026-04-29 10:08:08 +08:00
install.sh feat: b6-codex-session — batch 6 2026-04-07 15:52:30 +09:00
prd.json US-024: Add token limit metadata for kimi models 2026-04-17 04:15:38 +00:00
progress.txt Expose tool permission gates as structured worker blockers 2026-04-27 09:28:09 +00:00
系统升级指令.md 添加deepseek api 支持 2026-04-29 10:08:08 +08:00

README.md

项目介绍

本项目是claude code 的rust 版本,基于 https://github.com/ultraworkers/claw-code.git 分叉而来。提供可直接下载执行的文件。目前支持linux, macOS 系统。

快速入手

  1. https://github.com/davids-dot/claw-code/releases 页面下载对应环境的压缩包。
  2. 解压把解压产生的文件重命名为claw
  3. 运行

运行方式

  1. 使用 百炼平台的apiKey, 模型 glm-5.1
  export DASHSCOPE_API_KEY=sk-your-key
  export ANTHROPIC_MODEL="glm-5.1"

  ./claw  
  1. 使用deepseek的apiKey, 模型 qwen-plus
  export DEEPSEEK_API_KEY=sk-your-key
  export DEEPSEEK_MODEL="qwen-plus"

  ./claw