[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-80637":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":25,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":38,"readmeContent":39,"aiSummary":40,"trendingCount":16,"starSnapshotCount":16,"syncStatus":41,"lastSyncTime":42,"discoverSource":43},80637,"carboncode","Yapie0\u002Fcarboncode","Yapie0","Chinese-first DeepSeek-powered terminal coding agent","https:\u002F\u002Fyapie0.github.io\u002Fcarboncode\u002F",null,"TypeScript",123,19,52,1,0,7,33,71,31,81.5,"MIT License",false,"main",true,[27,5,28,29,30,31,32,33,34,35,36,37],"ai-agent","cli","coding-agent","deepseek","deepseek-v4","developer-tools","m-c-p","mcp","terminal-ai","tui","typescript","2026-06-12 04:01:29","# Carbon Code\n\nChinese-first, DeepSeek-powered terminal coding agent for personal developer\nworkflows.\n\nCarbon Code is aimed at personal developer workflows: open a repository, let the\nagent read and search the codebase, review planned edits, approve shell commands,\nrun validation, and keep a concise session trail.\n\nSimplified Chinese documentation: [README.zh-CN.md](README.zh-CN.md)\n\n## Install\n\nRequires Node.js 22 or newer.\n\n```bash\nnpm install -g @carboncode\u002Fcli\ncd path\u002Fto\u002Fproject\ncarboncode\n```\n\nOn Windows PowerShell, if `npm` fails with a script execution policy error, use\n`npm.cmd` instead:\n\n```powershell\nnpm.cmd install -g @carboncode\u002Fcli\n```\n\nShort command:\n\n```bash\nccode\n```\n\nOne-off usage without a global install:\n\n```bash\nnpx @carboncode\u002Fcli\n```\n\n## Commands\n\n| Command | Purpose |\n| --- | --- |\n| `carboncode` \u002F `carboncode code [dir]` | Coding agent rooted at the current project. |\n| `carboncode chat` | Chat without filesystem or shell tools. |\n| `carboncode run \"task\"` | Non-interactive one-shot task. |\n| `carboncode doctor` | Local health check. |\n| `carboncode update` | Check and install the latest CLI package. |\n\nCarbon Code also installs `ccode`. It intentionally does not install `cc`,\nbecause that name commonly points to the system C compiler.\n\n## Configuration\n\nCarbon Code stores user configuration in:\n\n```text\n~\u002F.carboncode\u002Fconfig.json\n```\n\nSet a DeepSeek API key with the first-run setup wizard, or export it directly:\n\n```bash\nexport DEEPSEEK_API_KEY=sk-...\n```\n\nProject rules should live in `AGENTS.md` or `CARBON.md` in the repository.\n\nModel presets use the current DeepSeek V4 API IDs: `flash` maps to\n`deepseek-v4-flash`, `pro` maps to `deepseek-v4-pro`, and `auto` starts on Flash\nwith one-turn Pro escalation for harder turns.\n\n## Release\n\nnpm publishing is tag-driven through GitHub Actions after the package is\nconfigured for Trusted Publishing on npmjs.com. In the npm package settings, add\na GitHub Actions trusted publisher with repository `Yapie0\u002Fcarboncode`, workflow\nfile `publish.yml`, and environment `npm`.\n\nTo release, update `package.json`, commit the release, then push a matching\nsemver tag:\n\n```bash\ngit tag v0.1.0\ngit push origin main --tags\n```\n\nThe `Publish npm package` workflow verifies the package, checks that the tag\nmatches `package.json`, and runs `npm publish --access public --provenance`. If\nthe exact version already exists with the same `gitHead`, the workflow treats the\ntag as an idempotent release marker and skips the publish step.\n\n## Current Scope\n\nCarbon Code is currently early-stage and focused on the personal CLI workflow:\npackage identity, command names, Carbon config paths, update\u002Finstall commands,\nChinese-first CLI copy, npm publishing, and license compliance.\n\n## License And Attribution\n\nCarbon Code is MIT licensed.\n\nThird-party MIT notices are preserved in:\n\n- `THIRD_PARTY_NOTICES.md`\n- `LICENSES\u002F`\n\nDo not remove copyright or MIT notices from derived files.\n","Carbon Code 是一个以中文为主的、基于DeepSeek的终端编码助手，旨在优化个人开发者的工作流程。其核心功能包括代码库读取与搜索、计划编辑审查、命令行指令审批、运行验证以及保持会话记录简洁。项目采用TypeScript编写，支持通过简单的命令行接口进行安装和使用，并且能够根据需要执行一次性任务或进行聊天互动。特别适合需要高效处理代码相关工作的个人开发者，在日常开发、代码审查或是自动化脚本编写等场景下发挥重要作用。",2,"2026-06-11 04:01:28","CREATED_QUERY"]