Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 51956,
"has_wiki": true,
"homepage": "https://atomcode.atomgit.com/",
"languages": {
"CSS": 185155,
"HTML": 830404,
"Java": 4945,
"Rust": 12510604,
"Shell": 86580,
"Kotlin": 429723,
"Python": 20312,
"JavaScript": 32598,
"PowerShell": 11702,
"TypeScript": 1019478,
"Tree-sitter Query": 12010
},
"pushed_at": "2026-07-27T15:23:43Z",
"created_at": "2026-04-18T05:22:37Z",
"owner_type": "Organization",
"updated_at": "2026-07-25T06:13:38Z",
"description": "An open-source alternative to Claude Code. Connect any LLM, edit code, run commands, and verify changes — autonomously. Built in Rust for speed. Get Started",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://atomcode.atomgit.com/",
"name": "AtomCode",
"type": "Organization",
"login": "atomgit-atomcode",
"company": null,
"location": "China",
"followers": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/276941664?v=4",
"created_at": "2026-04-17T09:59:09Z",
"is_verified": null,
"public_repos": 1,
"account_age_days": 101
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v5.0.2",
"kind": "patch",
"published_at": "2026-07-24T07:45:53Z"
},
{
"tag": "v5.0.1",
"kind": "patch",
"published_at": "2026-07-23T19:03:32Z"
},
{
"tag": "v5.0.0",
"kind": "major",
"published_at": "2026-07-16T17:24:13Z"
},
{
"tag": "v4.26.0",
"kind": "minor",
"published_at": "2026-07-08T16:28:42Z"
},
{
"tag": "v4.25.9",
"kind": "patch",
"published_at": "2026-07-03T15:27:13Z"
},
{
"tag": "v4.25.8",
"kind": "patch",
"published_at": "2026-07-02T16:33:27Z"
},
{
"tag": "v4.25.7",
"kind": "patch",
"published_at": "2026-06-29T16:23:08Z"
},
{
"tag": "v4.25.6",
"kind": "patch",
"published_at": "2026-06-25T02:03:16Z"
},
{
"tag": "v4.25.5",
"kind": "patch",
"published_at": "2026-06-23T04:14:54Z"
},
{
"tag": "v4.25.4",
"kind": "patch",
"published_at": "2026-06-22T18:25:26Z"
},
{
"tag": "v4.25.3",
"kind": "patch",
"published_at": "2026-06-20T05:59:16Z"
},
{
"tag": "v4.25.2",
"kind": "patch",
"published_at": "2026-06-18T15:59:56Z"
},
{
"tag": "v4.25.1",
"kind": "patch",
"published_at": "2026-06-12T10:11:04Z"
},
{
"tag": "v4.25.0",
"kind": "minor",
"published_at": "2026-06-05T16:01:23Z"
},
{
"tag": "v4.24.2",
"kind": "patch",
"published_at": "2026-06-03T14:31:13Z"
},
{
"tag": "v4.24.1",
"kind": "patch",
"published_at": "2026-06-02T17:40:00Z"
},
{
"tag": "v4.24.0",
"kind": "minor",
"published_at": "2026-06-01T15:49:24Z"
},
{
"tag": "v4.23.3",
"kind": "patch",
"published_at": "2026-05-28T12:10:21Z"
},
{
"tag": "v4.23.2",
"kind": "patch",
"published_at": "2026-05-27T17:10:49Z"
},
{
"tag": "v4.23.1",
"kind": "patch",
"published_at": "2026-05-23T15:53:47Z"
},
{
"tag": "v4.23.0",
"kind": "minor",
"published_at": "2026-05-21T14:52:12Z"
},
{
"tag": "v4.22.3",
"kind": "patch",
"published_at": "2026-05-18T13:59:16Z"
}
],
"recent_commits": [
{
"oid": "e99a3ff2cb36b02ed7746d16c57403bdf2602c38",
"body": null,
"is_bot": false,
"headline": "chore: sync latest.json from release v5.0.2",
"author_name": "duxin",
"author_login": null,
"committed_at": "2026-07-24T08:58:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b30b3088e6d4aff33d919f155d6b498ea692e80",
"body": "chore: bump version from 5.0.1 to 5.0.2\n\nCreated-by: duxin\nCommit-by: duxin;eliot-ye;Eliot;Metz;cherishsince\nMerged-by: duxin\nDescription: ## 概述\n<!-- 简要描述本次 PR 的改动 -->\n\n## 关联 Issue\n<!-- 本次 PR 解决的 Issue 链接,例如 Fixes #XXX -->\n\n## 变更类型\n- [ ] 🐛 Bug 修复\n- [ ] ✨ 新功能\n- [ ] 🔄 重构(无行为变化)\n- [ ] 📝 文档更新\n- [ ] 🧪 评测\n[…]\n范(`cargo fmt`)\n- [ ] 改动有对应的或新增的测试覆盖\n- [ ] 必要时已更新文档\n- [ ] PR 标题遵循 [Conventional Commits](https://www.conventionalcommits.org/) 规范\n- [ ] 破坏性变更已在描述中明确说明\n\n\nSee merge request: atomgit_atomcode/atomcode!809",
"is_bot": false,
"headline": "!809 merge release/v5.0.2 into main",
"author_name": "duxin",
"author_login": null,
"committed_at": "2026-07-24T07:45:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1737a748cfc706db9548e0859a43476728100d2e",
"body": "Updated version in Cargo.toml, install scripts, README badges,\nsite pages, docker docs, daemon README, search indexes,\nand test data to reflect the v5.0.2 release.\n\nCo-Authored-By: AtomCode (deepseek-v4-flash) <duxin@csdn.net>",
"is_bot": false,
"headline": "chore: bump version from 5.0.1 to 5.0.2",
"author_name": "duxin",
"author_login": null,
"committed_at": "2026-07-24T07:44:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbe61e9c0fd8e233e0496f89cc0bd952045c745f",
"body": "✨ feat(custom-command): 添加自定义指令的参数配置和校验\n\nCreated-by: eliot-ye\nCommit-by: Eliot\nMerged-by: cherishsince\nDescription: ## 概述\n\n本次 PR(feat/custom-command-args 分支)包含 5 个提交,核心改动分为以下几部分: \n \n[…]\n范(`cargo fmt`)\n- [x] 改动有对应的或新增的测试覆盖\n- [x] 必要时已更新文档\n- [x] PR 标题遵循 [Conventional Commits](https://www.conventionalcommits.org/) 规范\n- [ ] 破坏性变更已在描述中明确说明\n\n\nSee merge request: atomgit_atomcode/atomcode!640",
"is_bot": false,
"headline": "!640 merge feat/custom-command-args into release/v5.0.2",
"author_name": "eliot-ye",
"author_login": "eliot-ye",
"committed_at": "2026-07-24T07:23:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6ef3d8793cc1fc2c2dcdb04e9128dde5d1c79d4b",
"body": "- 将三处菜单测试从\"复用 reg.find/custom.resolve 计算后再断言\"\n 改为\"直接断言 custom.resolve(name).args_requirement 的具体变体\"\n- 避免 test 重复实现生产逻辑,让 ArgsRequirement 契约更显式",
"is_bot": false,
"headline": "test(tuix): 直接断言 custom command 的 args_requirement 枚举",
"author_name": "Eliot",
"author_login": "eliot-ye",
"committed_at": "2026-07-24T06:07:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f12496c8e7ef9b2ac9176fbd543e9210c62a715f",
"body": "上一版把无效 [providers.<name>] 隔离出去让启动能容错,但写入路径\n(ConfigStore::update)仍严格读盘,导致 /model 切换在磁盘上还有一段写坏的\nprovider 时报「配置保存失败: Failed to parse config」——恢复路径被卡死。\n\n改为在写入路径也容错,并把写坏的 provider 段原样保留:\n\n- Config 新增 quarantined_providers(#[serde(skip)] BTreeMap<String, toml::Value>):\n 容错加载时把校验失败的 provider 段以原始 TOML 收集起\n[…]\nlize_round_trip_survives_multiple_non_table_providers,config crate 全绿。\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "fix(config): 保留无效 provider 段并让 /model 等写入容错通过",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-24T05:43:57Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "089fc14d6373f612ec7bc35ffb3e23958b6bde52",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "docs(plan): /skills 多 skill 组合实现计划",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-24T05:42:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a122f46fedf8a9671dc5f253834cded5786731e6",
"body": "针对反馈「一个任务引用多个 skill」,扩展 /skills 命令支持贪婪前缀\n匹配多个 skill 名,单 skill 用法完全向后兼容。\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "docs(spec): /skills 多 skill 组合设计",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-24T05:39:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "27627b8687e29e92677214b831f1a9adce3f75f2",
"body": "…ing to PATH\n\nBoth installers checked for the install dir in PATH with substring matching,\nwhich false-positives and silently skips adding the real directory — the binary\ninstalls fine but `atomcode` isn't found in a new terminal.\n\n- install.ps1: `$UserPath -notlike \"*$Prefix*\"` matched any entry th\n[…]\nritten line format is unchanged, so uninstall\n parity is unaffected.)\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "fix(install): match complete PATH entries, not substrings, before add…",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-24T05:38:08Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "921381d0656ae1c03a886d2b7c7d5b8756582a22",
"body": null,
"is_bot": false,
"headline": "fix(daemon): sync TUI and project state on webui project switch",
"author_name": "cherishsince",
"author_login": "cherishsince",
"committed_at": "2026-07-24T05:35:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a19e304131eb394f5a64cb8803f2ff4de7eb7530",
"body": "…checkbox",
"is_bot": false,
"headline": "revert(webui): remove default_workdir auto-switch and set-as-default …",
"author_name": "cherishsince",
"author_login": "cherishsince",
"committed_at": "2026-07-24T04:16:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63920f6cc3c56f98b58762d4e5981d5cbea10629",
"body": "…opdown is open",
"is_bot": false,
"headline": "fix(webui): optimize model selector polling and pause updates when dr…",
"author_name": "cherishsince",
"author_login": "cherishsince",
"committed_at": "2026-07-24T03:57:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e14bb859bbd5b8e9720404da4c3bc61253eda89",
"body": "…fix session load race condition",
"is_bot": false,
"headline": "feat(webui): support default_workdir auto-switch & project deletion, …",
"author_name": "cherishsince",
"author_login": "cherishsince",
"committed_at": "2026-07-24T03:53:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e56b0b78417f17e372fe8e9161597007b98cf5d6",
"body": "Provider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "fix(config): 隔离无效 provider 配置",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-24T03:32:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "522c6f2ac748abaab9e02574c1eea51296464fb5",
"body": "Provider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "fix(tls): retry AtomGit connections with TLS 1.2",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-24T03:32:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e7c48585479799d52cccb4d82c9258b47a6bae3",
"body": "# Conflicts:\n#\tcrates/atomcode-config/src/i18n/messages.rs\n#\tcrates/atomcode-tuix/src/event_loop/commands.rs",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into feat/custom-command-args",
"author_name": "Eliot",
"author_login": "eliot-ye",
"committed_at": "2026-07-24T03:28:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9c24987a7c678a0f1b8d8c46eaca7082eea15c2",
"body": "…ient build\n\nA single OS root certificate that rustls rejects at `.build()` (legacy roots\nwithout X509v3 extensions are enough) took down every coding provider on\nstartup with an opaque \"coding runtime provider failed: http client build\nfailed: builder error\". `reqwest::Certificate::from_der` stores\n[…]\ned copy affecting the v1 engine\nproviders — to be mirrored separately.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "fix(provider): don't let one bad OS root cert abort the whole HTTP cl…",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-24T02:48:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2f9375406d782751acacc580d22c38cbc5837978",
"body": null,
"is_bot": false,
"headline": "chore: sync latest.json from release v5.0.1",
"author_name": "duxin",
"author_login": null,
"committed_at": "2026-07-23T19:41:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f91b407b9cfa6143d38228e7618b7b92dc1920d",
"body": "chore: bump version references from 5.0.0 to 5.0.1\n\nCreated-by: duxin\nCommit-by: duxin\nMerged-by: duxin\nDescription: ## 概述\n<!-- 简要描述本次 PR 的改动 -->\n\n## 关联 Issue\n<!-- 本次 PR 解决的 Issue 链接,例如 Fixes #XXX -->\n\n## 变更类型\n- [ ] 🐛 Bug 修复\n- [ ] ✨ 新功能\n- [ ] 🔄 重构(无行为变化)\n- [ ] 📝 文档更新\n- [ ] 🧪 评测 / 测试用例\n- [ ] 🔧 工具链 / \n[…]\n范(`cargo fmt`)\n- [ ] 改动有对应的或新增的测试覆盖\n- [ ] 必要时已更新文档\n- [ ] PR 标题遵循 [Conventional Commits](https://www.conventionalcommits.org/) 规范\n- [ ] 破坏性变更已在描述中明确说明\n\n\nSee merge request: atomgit_atomcode/atomcode!803",
"is_bot": false,
"headline": "!803 merge release/v5.0.1 into main",
"author_name": "duxin",
"author_login": null,
"committed_at": "2026-07-23T19:03:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "696c11506cd4e13408b0c0045d69a5118acee124",
"body": "Update non-Cargo version references across tests, Docker docs,\nsite HTML, and search indexes to match workspace version 5.0.1.\n\nCo-Authored-By: AtomCode (deepseek-v4-flash) <duxin@csdn.net>",
"is_bot": false,
"headline": "chore: bump version references from 5.0.0 to 5.0.1",
"author_name": "duxin",
"author_login": null,
"committed_at": "2026-07-23T18:59:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5e716b67570ca10b0ecd9046440bf6e6231d290",
"body": "chore: bump version references from 5.0.0 to 5.0.1\n\nCreated-by: duxin\nCommit-by: duxin;Metz;danmingzhen;cherishsince;丁豪;dustinxie;saulcy;ylwdev;strong;Stu222223;luojiyin87;Judy2008;PaddySeahorse;Kee_speed\nMerged-by: duxin\nDescription: ## 概述\n<!-- 简要描述本次 PR 的改动 -->\n\n## 关联 Issue\n<!-- 本次 PR 解决的 Issue 链接\n[…]\n范(`cargo fmt`)\n- [ ] 改动有对应的或新增的测试覆盖\n- [ ] 必要时已更新文档\n- [ ] PR 标题遵循 [Conventional Commits](https://www.conventionalcommits.org/) 规范\n- [ ] 破坏性变更已在描述中明确说明\n\n\nSee merge request: atomgit_atomcode/atomcode!802",
"is_bot": false,
"headline": "!802 merge release/v5.0.1 into main",
"author_name": "duxin",
"author_login": null,
"committed_at": "2026-07-23T18:53:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b91f7cd8d6452b6dc6512e30f2b89b651efef4e5",
"body": "Update non-Cargo version references across tests, Docker docs,\nand site HTML to match the workspace version 5.0.1.\n\nCo-Authored-By: AtomCode (deepseek-v4-flash) <duxin@csdn.net>",
"is_bot": false,
"headline": "chore: bump version references from 5.0.0 to 5.0.1",
"author_name": "duxin",
"author_login": null,
"committed_at": "2026-07-23T18:52:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a92028ad3f0286475380e20306e6f3ee2b68333",
"body": null,
"is_bot": false,
"headline": "Provider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T17:46:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48fb25c9bf14e25a886b8c71118e23054087f43c",
"body": "…tory signature\n\n`scan_catalog` re-read + JSON-parsed every `*.meta` under the sessions root on\nEVERY /resume open (and /sessions, /sessions/search) — an O(N) disk+parse pass\nthat only got moved off the UI thread before, not bounded. Add a process-global\ncache keyed by sessions_root: compute a cheap\n[…]\n) and a\n#[cfg(test)] clear hook. 661 capabilities session tests green.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "perf(session): cache the whole-root catalog scan behind a cheap direc…",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T17:19:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d571afd422d9d4b9a535c17ccf302ad676c1588f",
"body": "Provider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "fix(session): 会话占用时创建独立分支",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T16:57:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16c021d52b3be0b44bc9b49b6d647e41dc2c3f2a",
"body": "…ts, MCP trust, proxy\n\nNew pages (en + zh):\n- Interactive Questions — the request_user_input flow (single/multiple/text,\n batched Tab panel, Bypass auto-skip, ATOMCODE_REQUEST_USER_INPUT opt-out).\n- Subagents — the task tool (explore vs worker, WorkerScopeGate, [subagent]\n config, model routing, A\n[…]\ngenerated (18 → 20 pages per language). Facts verified against source.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "docs(site): document v5.0.1 features — interactive questions, subagen…",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T16:56:05Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1f9fbf1a167956b4e49d9c0ba2eaa30fa23554b2",
"body": "… when catalog is empty\n\nSKILLS_USAGE is injected unconditionally (deliberate weak-model reinforcement\nof the catalog), but it stated \"Installed skills are listed under the\n'=== AVAILABLE SKILLS ===' section\" as fact. With no skills installed that\nsection is absent, so the claim misled the model. Re\n[…]\ngating that would actually save tokens stays deferred). +1 test guard.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "fix(coding): SKILLS persona block must not falsely claim skills exist…",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T16:39:40Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e0788e6cdaec12a1e619d41c650b7c7c6801dd3a",
"body": "Provider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "fix(tuix): restore spacing above bash running status",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T16:02:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4de17cfea32ee04f1835e4c937c0c69947ca810",
"body": "Provider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "fix(tuix): remove unused top rule wrapper",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T15:53:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4e51156514ac15e89c37686452aa0ec58d8f4c6",
"body": "Provider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "fix(tuix): 提交后退出历史浏览状态",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T15:52:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de1cd59a8d61743707e4904a5375f4413543417c",
"body": "When the terminal can't render a scannable QR, drop the \"扫码\" framing and\nlead with the actionable short link (the browser IS the login there): a\nlink-first header, the URL on its own row, and `▶ 按 Enter 打开浏览器 · 或手动复制`.\nRemoves the inaccurate WeChat-scan / auto-continue promise (the short link\nlands \n[…]\n▶ → >` in the onboarding ASCII fallback so legacy consoles don't tofu.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "feat(tuix): QR login fallback — link-first copy + `c` to copy the URL",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T15:27:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a202067522c7e493d27640760dc2371f5d3ae6c6",
"body": "…he universal method\n\nCtrl+J only inserts a newline when the terminal delivers it as Char('j')+CONTROL,\nwhich needs the Kitty keyboard protocol — disabled on Windows (3fdfd0a5, to avoid\nthe ConPTY numpad `[57400u` leak). Under ConPTY (Windows Terminal, modern\ncmd/PowerShell) Ctrl+J collapses to a ba\n[…]\n/legacy conhost. The runtime startup hint already points at `\\`+Enter.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "docs(tuix): stop advertising Ctrl+J for newline; promote \\+Enter as t…",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T15:07:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bf78a666336046f0cb519c05f409da13a4575d1b",
"body": "Provider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "feat(tuix): show input history position",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T14:34:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5eacedf01cd4c59d3c3e1b154b50cc55a5ff072",
"body": "Provider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "fix(tuix): render reliable onboarding QR codes",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T14:22:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff347879ba8a5056c17110ab1289f3172faad306",
"body": null,
"is_bot": false,
"headline": "fix(coding): 统一 Git 提交消息语言",
"author_name": "danmingzhen",
"author_login": null,
"committed_at": "2026-07-23T14:13:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3214743e283d130d29610f6dc0b0c3f8d92e2bf3",
"body": "The resize-transcript-loss fix (728337db) covered every modal, not just\n/view and /diff — the old clear_screen() fired for any active_modal. Add a\nregression test that opens a /model-style InputPrompt menu picker, resizes,\nand asserts the transcript is preserved and repainted. It also documents that\n[…]\ny never had the #1158 duplication and removing clear_screen() is safe.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "test(tuix): pin transcript survives resize under a menu-picker modal too",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T14:08:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "728337db107790ca569896bac91138f5cea8784d",
"body": "…/status & /diff use footer snapshot\n\n- on_resize drops only the stale /diff//view modal overlay instead of the\n event loop calling clear_screen() (= reset(), which dropped body_log) —\n that made a resize while a panel was open replay an empty transcript and\n wipe the conversation (\"从大屏到小屏之后就会丢失上\n[…]\non scrollback,\n so live tool output can't interleave with the report.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "fix(tuix): preserve transcript on resize with a panel open; mid-turn …",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T14:02:51Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3004484ba986cd198cb80a1fd06d43114e35463b",
"body": "…al files from the picker\n\n- Picker panel now fits its content like /diff (at most MAX_VISIBLE_FILES=5\n rows, scrolling window + \"N more files\" indicator) instead of a fixed\n ~45% slab, so the hint line no longer parks far below the list.\n- Typing a path-like query (/…, ~/…, ./…, or a bare relativ\n[…]\n geometry() simplified to content-only (the picker no longer uses it).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "feat(tuix): /view — fit picker to content (max 5 files) + open extern…",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T14:02:40Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e3eceac49ff48f74e0ef5d863f85c67d8b2f4b9c",
"body": "… + Ctrl+C exits\n\nAlign /view with the inline /diff panel: the picker and file content now\nrender as a fixed-height panel drawn where the input box sits (covering it),\nnever a full-screen takeover.\n\n- Replace `dimensions()` (full screen height) with `geometry(is_content)`:\n content view uses the ~7\n[…]\ndiff, without touching the mid-turn password prompt (Streaming-gated).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "feat(tuix): /view — fixed-height inline panel (the /diff house style)…",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T13:44:28Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a953e8b6f61d520d8931971b7e52aabd4ec7ac9f",
"body": "…l indicator; fit panel to content\n\n- List/loading/error panels now size to their content instead of a fixed\n ~45% slab, killing the empty gap below short change sets.\n- File list shows at most MAX_VISIBLE_FILES (5); a \"↕ N more files\" row\n appears when there are more and ↑/↓ scrolls the window in\n[…]\n000 so everyday edits stop tripping the\n \"snapshot truncated\" notice.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "feat(tuix): /diff — cap file list at 5 rows with a \"more files\" scrol…",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T13:38:05Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3e577a1d419776bef146c0e429485d1bcf588e76",
"body": "The always-on \"type your own answer\" row showed the caret AFTER the faint\nplaceholder (`7. 输入自己的答案… ▏`), so the caret sat past the hint text\ninstead of at the field's insertion point. Render the caret at the FRONT\nof the empty field (`7. ▏输入自己的答案…`) with the placeholder trailing as\na hint, matching \n[…]\next case is\nunchanged (caret stays at the end, where input continues).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "fix(tuix): render the custom-answer caret before its placeholder",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T12:38:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bc3a5f9f2367bcbf9e09b6c09c554a5380bc28bf",
"body": "…drop centered popup\n\nRefactor `/view` from a centered floating overlay into the `/diff` house style:\n\n- No-arg `/view` opens a files-only fuzzy picker (reuses the @-mention\n `FileIndex`), directories filtered out so you can't select one. Enter opens\n the file; Esc backs out to the picker.\n- The f\n[…]\nal_overlay` helper + its test, and the unused `Msg::ViewUsage` string.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "feat(tuix): /view — fuzzy files-only picker + bottom-anchored panel; …",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T12:34:36Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a0072227ac819ea553ad806c024b3e0729d8085a",
"body": "`/clear`, `/session`, `/cd` (terminal + webui), and `/worktree leave`/\n`cleanup` printed \"Runtime is reconfiguring; your input is preserved until\nit is ready.\" every time they started a session transition. The reconfigure\nnow connects MCP in the background and never blocks, so the transition is\nfast\n[…]\nwelcome\nbanner, worktree done-messages), so no command is left silent.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "fix(tuix): stop showing \"reconfiguring\" status on the success path",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T12:21:26Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3c36101dbecee94231c499470a1bfb312b51a524",
"body": "Replace the bordered, centered `/diff` box with a borderless panel in the\n`/usage` house style: a title row, a single horizontal rule beneath it, the\ncontent, and a muted key hint directly below the content. The panel is sized\nto its content and anchored to the bottom of the screen (not a full-scree\n[…]\n stays neutral. Removes the now-unused\n`DiffSnapshot.repo_root` field.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "refactor(tuix): restyle /diff as an inline /usage-style panel",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T11:59:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a28c215857b0e87dba221b4ebebe1d16d00b1fbe",
"body": null,
"is_bot": false,
"headline": "Auto-commit at turn #1 (56 files changed)",
"author_name": "danmingzhen",
"author_login": null,
"committed_at": "2026-07-23T11:55:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4892baf1a2ccbd7430979756effa288035b95a3",
"body": "…bare \"HTTP 401:\"\n\nThe Claude-protocol (anthropic) and ollama providers built their error message\nas `HTTP {code}: {detail}` and never went through `friendly_http_error` the way\nopenai_compat did. When the server/gateway returned a 401 with an empty body,\n`detail` was empty, so the user saw only `HT\n[…]\nn-\nconcurrency conflicts; 429 is owned by the kernel rate-limit path).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "fix(provider): surface auth cause for Claude/ollama HTTP errors, not …",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T11:39:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "036da2caca5bcb22601ca9efc7f0e69f554e4e06",
"body": "The delete action already requires two presses (first arms it and shows\n\"Press Ctrl+D again to delete\", second confirms), but the picker's key legend\nread \"Ctrl+D delete\", implying a single press. Change it to \"Ctrl+D×2 delete\"\n(en + zh) so the two-press confirmation is discoverable up front.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "fix(tuix): clarify /resume delete needs Ctrl+D twice in the key legend",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T11:23:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "90a92733211fea64fece290dd4e8a9a4f1e57bbb",
"body": "Switching sessions (`/session`, `/resume`) rebuilt the whole capability\ngraph, re-spawning every configured MCP server — an `npx` stdio server\ncold-starts in seconds — even though the working dir and config were\nunchanged. And opening `/resume` scanned every session file on the UI\nthread, freezing i\n[…]\nhes long-lived-connection tools). Not yet\nverified on a real terminal.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "perf(session): reuse MCP connections + load /resume catalog off-thread",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T11:08:02Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "929dfa38fdd2009f4a11b1f01adb7afc01013e0b",
"body": "…ws + Unix)\n\nOn Windows the Bash tool's only cleanup was kill_on_drop, which terminates the\ndirect child (cmd.exe / Git Bash) but not its descendants. A timed-out\n`mvn compile` orphaned the java compiler JVM (plus pipeline sub-shells and\nbusybox applets); the JVM kept burning CPU and holding target/\n[…]\nr\nso the paths can't drift. Not yet verified on real Windows hardware.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "fix(bash): reap the whole shell process tree on timeout/cancel (Windo…",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T10:52:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7dd76fc4b37407dc164bf67fd2c9823beb220fab",
"body": "…nitization",
"is_bot": false,
"headline": "fix(tuix): compact QR modal layout to 23 lines and fix block glyph sa…",
"author_name": "cherishsince",
"author_login": "cherishsince",
"committed_at": "2026-07-23T10:37:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a7e05a54b2bcbb3c658fd94c771e9d0448c3b8f",
"body": "…uffer re-alignment",
"is_bot": false,
"headline": "fix(tuix): add 150ms delayed resize refresh to ensure QR code modal b…",
"author_name": "cherishsince",
"author_login": "cherishsince",
"committed_at": "2026-07-23T10:19:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9b6b890c9abe8c2b12531a39e22fe35597f7540",
"body": null,
"is_bot": false,
"headline": "fix(tuix): force renderer reset on QR login modal draw",
"author_name": "cherishsince",
"author_login": "cherishsince",
"committed_at": "2026-07-23T10:15:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be7d1085abf676327b821392d02767c4199192fd",
"body": null,
"is_bot": false,
"headline": "docs(i18n): 调整 /cd 命令提示信息与文档描述 (#1187)",
"author_name": "cherishsince",
"author_login": "cherishsince",
"committed_at": "2026-07-23T10:13:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46ce754b94e9f8d092f51be5772b9fb685bf16e5",
"body": "… #1182)",
"is_bot": false,
"headline": "fix(tuix): fix Windows terminal QR code rendering and contrast (fixes…",
"author_name": "cherishsince",
"author_login": "cherishsince",
"committed_at": "2026-07-23T10:07:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2da9cfdf828dad1c86431b8616f8a668233eb28",
"body": "…r_input\n\nWeak models (DeepSeek/GLM) under-fired request_user_input for prompts like\n\"recommend a few X for me to pick\": the scarcity framing (\"only for what you\ncannot decide yourself\") suppressed it, so the model wrote a prose list and the\nuser had to say \"use the tool\" to trigger the picker.\n\nAn \n[…]\nGated with the tool, so the carve-out disappears when it is unmounted.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "fix(coding): route explicit \"recommend for me to pick\" to request_use…",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T10:01:02Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5e23468f9469a7c1f3d9672765a976c3f4670a49",
"body": "During a streaming turn, /usage rendered a static text snapshot into the\nfooter: the Current/Overview/Models tab chips showed but were inert, and\nonly the Current-tab data was fetched. Give the footer report tab state so\nTab/←→ switch tabs and re-render in place — the interactive modal still\ncan't i\n[…]\ned reset.\n\ntuix lib: 1555 passed. Not yet verified on a real terminal.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "fix(tuix): make streaming /usage report tab-switchable",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T09:58:44Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "721ce143952b6ebb6d56f701376ff4c00ff5ea6e",
"body": "- add a bounded asynchronous TUI diff viewer\\n- repair placeholder names during daemon catalog scans\\n- serialize VS Code session transitions and queued submissions",
"is_bot": false,
"headline": "feat: improve session and diff workflows",
"author_name": "danmingzhen",
"author_login": null,
"committed_at": "2026-07-23T09:33:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d37a30f119008b6107af4b678a8f380069eaa758",
"body": "`format_spinner_label` wraps the phase clock + live token counter in one\nparenthesized group (`Pondering… (3s · ↑ 1.93K tokens)`), but\n`spinner_meta_suffix` extracted the forwarded metadata by keying off the\nfirst ` · ` — which now lives INSIDE those parens. With no queue/effort\nsegment ahead of the\n[…]\nn or the ` (` clock group — so the parenthesized group is never split.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "fix(tuix): keep spinner clock parens balanced on bash rows",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T09:15:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "882219ee7be288edce66e26821e2c687defaf91b",
"body": "Provider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "fix(tuix): clear live spinner strip safely",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T09:09:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "644ee8d4eb8f2e79381691bb8514c0c2ae9409ec",
"body": "Provider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "fix(tuix): honor streaming menu selection",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T08:52:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d68d8d19061a5bf30e6189eeae8e581c40a530d",
"body": "Provider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "fix(tuix): keep live spinner out of scrollback",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T07:54:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbba9b7a60a1f99cb8077ce9e89f6e26fc5e2888",
"body": "Provider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "fix(tuix): avoid blocking session transitions",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T07:46:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61fc558e372f8699a1f22220bc02b8b0ff086ef1",
"body": "Provider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "fix(tuix): close file mention menu after selection",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T07:26:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60eb3db1ed92c6617c323d3a1b8ea69253262435",
"body": "Provider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "fix(tuix): harden streaming input and output rendering",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-23T06:24:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9b4dbf98415307a2488b3420c13d25637362d66",
"body": null,
"is_bot": false,
"headline": "feat(vscode): add todo progress panel",
"author_name": "danmingzhen",
"author_login": null,
"committed_at": "2026-07-23T06:04:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77c0935df1b759b50b08daa3379253fd794f3976",
"body": null,
"is_bot": false,
"headline": "fix(approval): align Accept Edits across clients",
"author_name": "danmingzhen",
"author_login": null,
"committed_at": "2026-07-23T05:59:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73275dfbe578c5afc27b2b44bfb2540a4216f99b",
"body": "- attach_live_runtime 中取消旧 observation 转发任务,避免多次 /app 后\n 多个转发任务同时运行导致 TUI 显示重复消息\n- detach_live_runtime 中同步取消转发任务\n- LoopCtx 新增 live_observation_task 字段存储 JoinHandle\n- BgCommand::Resume 末尾追加 replace_snapshot,更新 LiveSession snapshot\n 让 App / webui 实时跟随新会话\n\nCo-Authored-By: AtomCode (deepseek-v4-flash) <noreply@atomgit.com>",
"is_bot": false,
"headline": "fix(tuix): 修复多次 /app 连接后消息重复 + /resume 后 app 未同步会话",
"author_name": "丁豪",
"author_login": null,
"committed_at": "2026-07-23T03:19:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b305583930f5d8af7bc87547a44aab9cb23c1c3",
"body": null,
"is_bot": false,
"headline": "fix: harden provider and model switching",
"author_name": "danmingzhen",
"author_login": null,
"committed_at": "2026-07-22T17:33:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb430c1aeabae6bddca8f0cb92c93b0984ef74f3",
"body": "Make session transitions and runtime terminals authoritative and fail closed across kernel, coding runtime, daemon, TUI, VS Code, and WebUI. Preserve queue and recovery state while adding regression coverage for abnormal terminals and tool-loop guards.",
"is_bot": false,
"headline": "fix: harden runtime lifecycle and client recovery",
"author_name": "danmingzhen",
"author_login": null,
"committed_at": "2026-07-22T14:02:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3643cea114308a244911f6c2089ce191af99bcb5",
"body": "# Conflicts:\n#\tcrates/atomcode-tuix/src/event_loop/mod.rs\n#\tcrates/atomcode-tuix/src/modals/session_picker.rs",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/release/v5.0.1' into release/v5.0.1",
"author_name": "danmingzhen",
"author_login": null,
"committed_at": "2026-07-22T13:51:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1681d040ec14fd8bff9a71faba85b33fbdf82cc0",
"body": "The three empty-state labels in the /resume picker were hardcoded in\nEnglish. Move them into i18n so they display in the user's language:\n\n- SessionPickerEmptyProject → \"(no sessions in this project yet)\"\n- SessionPickerEmptyFilter → \"(no sessions match)\"\n- SessionPickerEmptyFilterQuery → \"(no sessions match \"xxx\" — Backspace to clear)\"\n\nCo-Authored-By: AtomCode (deepseek-v4-flash) <noreply@atomgit.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "feat(tuix): i18n session picker empty-state hints",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-22T13:04:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ac564f7a0096c8acf9fcb356094915e452fb7a8",
"body": "Drop the themed Accent colour (cyan/magenta) from the model name in\n`UiLine::VisionPreprocessSuccess`; keep just `bold: true` so the name\nstands out from the notice text without a loud hue. Per user request:\nemphasis only, not colour.\n\nCo-Authored-By: AtomCode (GLM-5.2) <noreply@atomgit.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "style(tuix): VL model name in OCR success notice is bold only, no colour",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-22T12:48:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "859c41e0fdda32e26ea17efb8b732897028244cc",
"body": "…box focus\n\n- Add `reason` field to `Msg::TurnSummaryError` so the failure cause\n (e.g. \"账户余额不足(HTTP 402)\") folds into the `✗ 已中断` summary line,\n preventing loss during terminal Streaming→Idle redraw.\n- Capture provider `Error` and non-resuming `RateLimited` into\n `UiState.last_turn_error`; consu\n[…]\n(confirmed the render layer is\n sound — fix is upstream event folding).\n\nCo-Authored-By: AtomCode (deepseek-v4-flash) <noreply@atomgit.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "feat(tuix): fold error reason into interrupted-turn summary + search …",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-22T12:44:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "90c9cf89dbc5fdab72147b6110945cbdfa78db86",
"body": "Daemon forwards custom (default true) on the single-question event; the webui\nhides the 'type your own answer' Other radio/checkbox when custom === false.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "feat(daemon,webui): forward + honor request_user_input custom flag",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-22T11:32:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b7482722e6cd6fd57925bffe1bfe02cc838a2b51",
"body": "Both the single and batch digit handlers now only treat the Nth+1 number as the\nOther row when the panel offers it (p.custom); otherwise the key is ignored, so\nthe cursor can never land on a non-existent row.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "feat(tuix): number key can't jump to the Other row when custom=false",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-22T11:26:58Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c55138fc785c5b3da94a4139f52bfa6b04172eb5",
"body": "Gate the Other free-text row on UserInputPanelView.custom, add a blank spacer\nabove the multiple-mode Submit row, fix submit_index/hint count to account for\nthe optional Other row, and keep the row-count invariant. Also passes custom\nthrough the panel view construction.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "feat(tuix): render Other row only when custom + blank before Submit",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-22T11:24:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "51087332a32cdf27a19f553cf402bb9954e0a592",
"body": "Code review: the mid-turn /usage text path called `fetch_usage_data()`, which made\nTWO blocking gateway round-trips — status_v2 (plan+window) AND usage() (overview/\nmodels) — but `render_usage_text` only renders plan+window. The usage() call was\nfetched and thrown away, ~doubling the mid-stream free\n[…]\nway call,\nnot two. No behavior change to the modal or the text output.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "perf(tui): mid-turn /usage skips the wasted overview gateway fetch",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-22T11:06:57Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "dab252aaef71b3e0fdfada9a59718734bfe2f837",
"body": "Completes the mid-turn read-only command set. /usage's interactive modal would be\nrepainted over by the live streaming box (draw_spinner_now on every token), so it\nwas the one command left blocked. Mid-stream it now renders a concise TEXT snapshot\nto scrollback instead of the modal; idle keeps the f\n[…]\nge_text composes plan+window; /usage now in the\nmid-turn-allowed set).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "feat(tui): /usage runs mid-turn as a scrollback text snapshot",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-22T10:58:23Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "088ba4529ff60d3645b94d7a66109fa0ff63ddc1",
"body": "Code review: the mid-turn execute block derived `readonly` from an explicit\nallowlist (status/cost/diff/rename) that had to stay in sync with\n`streaming_executable_slash`. If a future read-only command were added to the\nallowlist but forgotten here, it would tear down a RUNNING turn's live UI state\n\n[…]\nthe turn. No behavior change for the current command set; tests green.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "refactor(tui): make read-only the safe default for mid-turn commands",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-22T10:39:51Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "53d1791863008c1d4126dcf4f8f9a6d028b450a3",
"body": "…e rows\n\nMake the `/resume` session picker mirror the `/plugin` manager: a bordered\nsearch box (the input box now shows the search query, not the main composer,\nwhich is hidden), a title with count + project name, and a bottom key-hint\nline. Session rows are two lines — a bright title and a gray met\n[…]\nke`. Full atomcode-tuix suite green\n(1451). Not real-machine verified.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "feat(tui): redesign /resume picker with plugin-style chrome + two-lin…",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-22T10:38:28Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e3614d0f42c1b3314d7daf7752cd71018047dab0",
"body": "Users want to relabel a session or check usage without waiting for a long turn\nto finish. The mid-turn command allowlist (`streaming_executable_slash`) only\npermitted turn-halting commands (/bg, /quit, /goal stop, /loop stop); everything\nelse showed \"disabled while a turn is running\". opencode, code\n[…]\nsts green (2 new: read-only reports run, mutating/modal stay blocked).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "feat(tui): allow read-only reports + /rename to run mid-turn",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-22T10:27:51Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5d7267dbc90186fc7b412f30ee26312e5c22cd7a",
"body": "When custom is false the Other row does not exist: submit_index, last_row,\nis_other_row and the checked-vec length all drop it (custom=true unchanged).\nIncludes the compile-necessary custom:true additions to existing test literals.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "feat(tuix): gate the Other free-text row on UserInputPanel.custom",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-22T10:02:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f9ffdc52699849926e46ef03328a9ef2816d35dc",
"body": "Add UserInputRequest.custom (serde default true) so the auto 'type your own\nanswer' row can be suppressed; schema + description tell the model to set\ncustom:false for exhaustive options and not add its own Other option.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "feat(request_user_input): per-question custom flag (default true)",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-22T09:49:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6db3b0ac7122c777827fd2e3e5104b456cfb8c40",
"body": "Code review flagged that the block-anchor `matched * 2 >= n` guard degenerates\nto \"anchors only\" for n<=4 (the two anchors alone satisfy it), so a block whose\nwhole interior the model got wrong could still be rewritten if its first/last\nlines uniquely matched an unrelated region.\n\n- Require `matched\n[…]\n_relative < 0), previously untested, is covered.\n\n22 edit tests green.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "fix(edit): tighten block-anchor to at-most-one-drift; cover outdent path",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-22T09:45:23Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2f090d7d2bde912e0ef45467cf12c28df34ce9a3",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/release/v5.0.1' into release/v5.0.1",
"author_name": "danmingzhen",
"author_login": null,
"committed_at": "2026-07-22T09:41:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93e585a6cf01ef02a46ddfa6740854c16c239b1b",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "docs(plan): request_user_input custom flag + submit spacing impl plan",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-22T09:37:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d28ae2c7f238a701ca660af2c47525f60f377dbf",
"body": null,
"is_bot": false,
"headline": "fix(tui): make resume replay and reload transactional",
"author_name": "danmingzhen",
"author_login": null,
"committed_at": "2026-07-22T09:34:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85aad07bd6339c27ed61082ea9e11b86b22dff3d",
"body": "…e into release/v5.0.1",
"is_bot": false,
"headline": "Merge branch 'release/v5.0.1' of gitcode.com:atomgit_atomcode/atomcod…",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-22T09:33:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b25c44d4311edf7f6794ce03c93d6258cf3037c",
"body": "Weak models (DeepSeek) reproduce a code block with slightly-off whitespace or one\ndrifted interior line; edit_file's exact + whitespace-normalized tiers (which need\nEVERY trimmed line to match) then fail, and the model falls back to `sed -i` —\nwhich mangles indentation/encoding (worst on Windows) an\n[…]\ning 195 green; existing fuzzy\ntests unaffected by the helper refactor.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "fix(edit): block-anchor fuzzy tier + steer models off shell-editing",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-22T09:32:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "97176172bf637912c3b4886559ae57946d66622e",
"body": "…anges across clients (#1173)",
"is_bot": false,
"headline": "fix(live): synchronize working directory, session switch, and mode ch…",
"author_name": "cherishsince",
"author_login": "cherishsince",
"committed_at": "2026-07-22T09:29:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82d6d6562233417c2562e6f8b51bed88ead23d08",
"body": "Per-question custom bool (default true) to control the auto Other free-text row,\nmirroring opencode's question tool + guidance to not add a self 'Other' option;\nplus a blank spacer above the multiple-mode Submit row.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "docs(spec): request_user_input custom-answer flag + submit spacing",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-22T09:25:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dd4a2386d6c2622a29bcec058c2e9b690b1ff4ca",
"body": "…'t look hung\n\nA turn that spends many minutes on one giant generation (e.g. hand-writing\n30 articles inline in a single tool call) showed only `Noodling · 49m44s`\nwith no visible motion, so users assumed it had frozen and cancelled it.\nThe stream wasn't actually stalled — the 300s idle timeout woul\n[…]\nfull atomcode-tuix suite green (1443). Not yet verified on a real run.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "feat(tui): show a live token counter in the spinner so long turns don…",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-22T09:09:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ff61119b14ff5bda6352043896b2a1ed8e8d7e64",
"body": "On the landing page the docs link used a relative href (`./docs/index.html`).\nWhen the page is served at /invite/<code> (path-format invite), the browser\nresolves it against /invite/ → /invite/docs/index.html (404). Make the 5 docs\nlinks absolute (/docs/index.html), matching referral.html which was \n[…]\no rewrite #top\nanchors to /#top and drop the invite code from the URL.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "fix(site): absolute docs link so /invite/<code> doesn't break it",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-22T08:53:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "98dba68c1bc1e791fa34279603c6ceabfcff2c5d",
"body": "… example\n\nNote the master switch is the ATOMCODE_SUBAGENT env var (default on, =0 to\ndisable), that enabled/initial_turns/max_turns are vestigial no-ops, and which\nknobs (max_concurrent / timeout_secs) actually take effect.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "docs(config): document the ATOMCODE_SUBAGENT switch in the [subagent]…",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-22T08:44:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6bf49bc159bd40106fd8bb802cd6e035131a6a9e",
"body": "…400)\n\nThe post-push label middleware reached the AtomGit repo-edit PATCH but got\n`400 \"... at least one parameter must be provided\"`: the repo GET exposes labels\nas `project_labels`, but the repo-edit endpoint only accepts them under `tags`\n(string[]), so a `{\"project_labels\": [...]}` body carried \n[…]\nfied: atomgit label tests updated to assert the `tags` body; 48 green.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "fix(atomgit): write project labels via `tags`, not `project_labels` (…",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-22T08:41:26Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a35ae16c22fff5146a14580e0db4e59bebc474b4",
"body": "Flip subagent_enabled_from_env: unset now enables the `task` subagent tool\n(and its delegation persona), matching the ATOMCODE_TODO / ATOMCODE_MEMORY_TOOL\ndefault-on convention. Opt out with ATOMCODE_SUBAGENT=0/false/off. Sync the\ndefault-OFF wording across parts/persona/config docs and the gate tes\n[…]\null GLM-dispatch -> deepseek-execute -> review chain is still pending.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "feat(subagent): default the ATOMCODE_SUBAGENT task tool ON",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-22T08:39:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "fefff37328d538c87437f618692b43e7d097e919",
"body": "…e into release/v5.0.1",
"is_bot": false,
"headline": "Merge branch 'release/v5.0.1' of gitcode.com:atomgit_atomcode/atomcod…",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-22T08:21:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e7784d50d8847c5acc40142d9a0b54493aaaea7",
"body": "…put call\n\nA weak model (deepseek) emitted 3 separate request_user_input calls instead of one\nquestions[] batch, so each was a standalone single-question panel with no\nback-navigation. Add a rule to the gated ASKING THE USER block: put multiple\nquestions into ONE request_user_input call's questions \n[…]\n the model (tool takes an array + prompt rule,\nno runtime coalescing).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "feat(persona): batch multiple user questions into one request_user_in…",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-22T08:19:34Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9e58c9498c7c3d7a6fb8cb168d869ac5cc1afa53",
"body": "…ui (#1174)",
"is_bot": false,
"headline": "fix(tuix): display user message in TUI when prompt submitted from web…",
"author_name": "cherishsince",
"author_login": "cherishsince",
"committed_at": "2026-07-22T08:18:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff25398ef615d4a39ff689efa7d929129f018eb5",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nProvider-URL: https://gitcode.com/atomgit_atomcode/atomcode",
"is_bot": false,
"headline": "docs(plan): batch user questions persona nudge impl plan",
"author_name": "Metz",
"author_login": "GitCode2024",
"committed_at": "2026-07-22T08:16:49Z",
"body_truncated": false,
"is_coding_agent": true
}
],
"releases_count": 22,
"commits_last_year": 4932,
"latest_release_at": "2026-07-24T07:45:53Z",
"latest_release_tag": "v5.0.2",
"releases_from_tags": true,
"days_since_last_push": 0,
"active_weeks_last_year": 19,
"days_since_latest_release": 3,
"mean_days_between_releases": 3.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "site",
"exists": true,
"license": "SEE LICENSE IN README.md",
"keywords": [
"game",
"app",
"website",
"framework",
"engine",
"animation",
"html5",
"svg",
"html",
"web",
"blog"
],
"ecosystem": "npm",
"matches_repo": null,
"registry_url": "https://www.npmjs.com/package/site",
"is_deprecated": false,
"latest_version": "2.60.4",
"repository_url": null,
"versions_count": 237,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 2,
"monthly_downloads": 1556,
"first_published_at": "2013-09-20T20:48:56.696000Z",
"latest_published_at": "2023-01-13T19:43:29.734000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1291
}
]
},
"popularity": {
"forks": 35,
"stars": 174,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2026-04-18",
"count": 2
},
{
"date": "2026-04-19",
"count": 1
},
{
"date": "2026-04-21",
"count": 6
},
{
"date": "2026-04-23",
"count": 1
},
{
"date": "2026-04-27",
"count": 1
},
{
"date": "2026-05-01",
"count": 1
},
{
"date": "2026-05-08",
"count": 1
},
{
"date": "2026-05-11",
"count": 1
},
{
"date": "2026-05-24",
"count": 1
},
{
"date": "2026-05-25",
"count": 2
},
{
"date": "2026-05-27",
"count": 1
},
{
"date": "2026-05-29",
"count": 1
},
{
"date": "2026-06-05",
"count": 1
},
{
"date": "2026-06-16",
"count": 1
},
{
"date": "2026-06-17",
"count": 1
},
{
"date": "2026-06-22",
"count": 2
},
{
"date": "2026-06-29",
"count": 2
},
{
"date": "2026-06-30",
"count": 1
},
{
"date": "2026-07-02",
"count": 1
},
{
"date": "2026-07-09",
"count": 1
},
{
"date": "2026-07-13",
"count": 1
},
{
"date": "2026-07-17",
"count": 1
},
{
"date": "2026-07-24",
"count": 1
},
{
"date": "2026-07-25",
"count": 2
},
{
"date": "2026-07-27",
"count": 1
}
],
"complete": true,
"collected": 35,
"total_forks": 35
},
"star_history": null,
"open_issues_and_prs": 11
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": true,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"extensions/vscode/tsconfig.json",
"extensions/vscode/webview-ui/tsconfig.json",
"webui/tsconfig.json"
],
"toolchain_manifests": [
"Cargo.toml",
"crates/atomcode-auth/Cargo.toml",
"crates/atomcode-capabilities/Cargo.toml",
"crates/atomcode-cli/Cargo.toml",
"crates/atomcode-clix/Cargo.toml",
"crates/atomcode-coding/Cargo.toml",
"crates/atomcode-codingplan-crypto/Cargo.toml",
"crates/atomcode-codingplan/Cargo.toml",
"crates/atomcode-config/Cargo.toml",
"crates/atomcode-core/Cargo.toml",
"crates/atomcode-daemon/Cargo.toml",
"crates/atomcode-kernel/Cargo.toml",
"crates/atomcode-review/Cargo.toml",
"crates/atomcode-telemetry/Cargo.toml",
"crates/atomcode-tuix/Cargo.toml",
"crates/atomcode-updater/Cargo.toml",
"extensions/jetbrains/build.gradle.kts"
],
"largest_source_bytes": 880351,
"source_files_sampled": 688,
"oversized_source_files": 47,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 10042
},
"dependencies": {
"manifests": [
"Cargo.toml",
"site/package.json",
"webui/package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [
{
"name": "babel-traverse",
"direct": false,
"version": "6.26.0",
"severity": "critical",
"ecosystem": "npm",
"cvss_score": 9.3,
"advisory_ids": [
"GHSA-67hx-6x53-jw92"
],
"fixed_version": "8.0.0-alpha.4",
"advisory_count": 1,
"oldest_advisory_days": 1015
},
{
"name": "xmldom",
"direct": false,
"version": "0.1.19",
"severity": "critical",
"ecosystem": "npm",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-2v35-w6hq-6mfw",
"GHSA-5fg8-2547-mr8q",
"GHSA-crh6-fp67-6883",
"GHSA-f6ww-3ggp-fr8h",
"GHSA-h6q6-9hqw-rwfv",
"GHSA-j759-j44w-7fr8",
"GHSA-wh4c-j3r5-mjhp",
"GHSA-x6wf-f3px-wcqx"
],
"fixed_version": "0.9.10",
"advisory_count": 8,
"oldest_advisory_days": 1963
},
{
"name": "terser",
"direct": true,
"version": "3.17.0",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-4wf5-vphf-c2xc"
],
"fixed_version": "5.14.2",
"advisory_count": 1,
"oldest_advisory_days": 1472
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.16",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-mh99-v99m-4gvg"
],
"fixed_version": "5.0.8",
"advisory_count": 1,
"oldest_advisory_days": 3
},
{
"name": "braces",
"direct": false,
"version": "1.8.5",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-grv7-fg5c-xmjg"
],
"fixed_version": "3.0.3",
"advisory_count": 1,
"oldest_advisory_days": 804
},
{
"name": "braces",
"direct": false,
"version": "2.3.2",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-grv7-fg5c-xmjg"
],
"fixed_version": "3.0.3",
"advisory_count": 1,
"oldest_advisory_days": 804
},
{
"name": "form-data",
"direct": false,
"version": "2.3.3",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-fjxv-7rqg-78g4",
"GHSA-hmw2-7cc7-3qxx"
],
"fixed_version": "4.0.6",
"advisory_count": 2,
"oldest_advisory_days": 371
},
{
"name": "json5",
"direct": false,
"version": "0.5.1",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.1,
"advisory_ids": [
"GHSA-9c47-m6qq-7p4h"
],
"fixed_version": "2.2.2",
"advisory_count": 1,
"oldest_advisory_days": 1306
},
{
"name": "uuid",
"direct": false,
"version": "3.4.0",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-w5hq-g745-h8pq"
],
"fixed_version": "13.0.1",
"advisory_count": 1,
"oldest_advisory_days": 96
},
{
"name": "micromatch",
"direct": false,
"version": "2.3.11",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-952p-6rrq-rcjv"
],
"fixed_version": "4.0.8",
"advisory_count": 1,
"oldest_advisory_days": 804
},
{
"name": "micromatch",
"direct": false,
"version": "3.1.10",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-952p-6rrq-rcjv"
],
"fixed_version": "4.0.8",
"advisory_count": 1,
"oldest_advisory_days": 804
},
{
"name": "qs",
"direct": false,
"version": "6.5.5",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-6rw7-vpxm-498p"
],
"fixed_version": "6.14.1",
"advisory_count": 1,
"oldest_advisory_days": 209
},
{
"name": "request",
"direct": false,
"version": "2.88.2",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 6.1,
"advisory_ids": [
"GHSA-p8p7-x288-28g6"
],
"fixed_version": "3.0.0",
"advisory_count": 1,
"oldest_advisory_days": 1229
},
{
"name": "tough-cookie",
"direct": false,
"version": "2.5.0",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-72xf-g2v4-qvf3"
],
"fixed_version": "4.1.3",
"advisory_count": 1,
"oldest_advisory_days": 1122
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 7,
"critical": 2,
"moderate": 5
},
"advisory_count": 22,
"affected_count": 14,
"assessed_count": 270,
"malicious_count": 0,
"assessed_package": "npm:site@2.60.4",
"unassessed_count": 0,
"direct_affected_count": 1
},
"ecosystems": [
"crates",
"npm"
],
"dependencies": [
{
"name": "puppeteer",
"manifest": "site/package.json",
"ecosystem": "npm",
"version_constraint": "^24.40.0"
},
{
"name": "tailwindcss",
"manifest": "site/package.json",
"ecosystem": "npm",
"version_constraint": "^3.4.19"
},
{
"name": "dompurify",
"manifest": "webui/package.json",
"ecosystem": "npm",
"version_constraint": "^3.4.7"
},
{
"name": "marked",
"manifest": "webui/package.json",
"ecosystem": "npm",
"version_constraint": "^12.0.2"
},
{
"name": "preact",
"manifest": "webui/package.json",
"ecosystem": "npm",
"version_constraint": "^10.24.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 5,
"merged_prs": 1,
"open_issues": 6,
"closed_ratio": 0.25,
"closed_issues": 2,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "GitCode2024",
"commits": 2090,
"avatar_url": "https://avatars.githubusercontent.com/u/142560592?v=4"
},
{
"type": "User",
"login": "NathanYbx",
"commits": 790,
"avatar_url": "https://avatars.githubusercontent.com/u/13569388?v=4"
},
{
"type": "User",
"login": "cherishsince",
"commits": 327,
"avatar_url": "https://avatars.githubusercontent.com/u/10973855?v=4"
},
{
"type": "User",
"login": "YOMXXX",
"commits": 137,
"avatar_url": "https://avatars.githubusercontent.com/u/18409951?v=4"
},
{
"type": "User",
"login": "dengmengmian",
"commits": 39,
"avatar_url": "https://avatars.githubusercontent.com/u/16700059?v=4"
},
{
"type": "User",
"login": "Gunselheli",
"commits": 27,
"avatar_url": "https://avatars.githubusercontent.com/u/125200242?v=4"
},
{
"type": "User",
"login": "enkilee",
"commits": 26,
"avatar_url": "https://avatars.githubusercontent.com/u/16059379?v=4"
},
{
"type": "User",
"login": "jiulongStrong",
"commits": 26,
"avatar_url": "https://avatars.githubusercontent.com/u/20549677?v=4"
},
{
"type": "User",
"login": "Graychao",
"commits": 23,
"avatar_url": "https://avatars.githubusercontent.com/u/128103509?v=4"
},
{
"type": "User",
"login": "dh1120734992",
"commits": 20,
"avatar_url": "https://avatars.githubusercontent.com/u/26459303?v=4"
}
],
"contributors_sampled": 50,
"top_contributor_share": 0.57
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock",
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 9,
"reason": "binaries present in source code",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 10 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 3,
"reason": "dependency not pinned by hash detected -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "45 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "e99a3ff2cb36b02ed7746d16c57403bdf2602c38",
"ran_at": "2026-07-27T23:55:16Z",
"aggregate_score": 3.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 10,
"created_at": "2026-06-29T02:06:08Z",
"last_comment_at": "2026-07-17T15:12:25Z",
"last_comment_author": "TheoCui-Saulcy"
},
{
"number": 11,
"created_at": "2026-06-30T17:37:53Z",
"last_comment_at": "2026-07-17T15:11:55Z",
"last_comment_author": "TheoCui-Saulcy"
},
{
"number": 12,
"created_at": "2026-07-17T08:20:54Z",
"last_comment_at": "2026-07-17T15:11:19Z",
"last_comment_author": "TheoCui-Saulcy"
},
{
"number": 15,
"created_at": "2026-07-24T07:59:21Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 16,
"created_at": "2026-07-24T07:59:50Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-06-17T15:06:57Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 4,
"created_at": "2026-05-25T19:28:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 5,
"created_at": "2026-06-09T03:01:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 7,
"created_at": "2026-06-27T03:14:24Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 8,
"created_at": "2026-06-27T07:38:15Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 13,
"created_at": "2026-07-23T06:07:15Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 14,
"created_at": "2026-07-24T01:59:56Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/atomgit-atomcode/atomcode",
"host": "github.com",
"name": "atomcode",
"owner": "atomgit-atomcode"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 57 is calibrated to 60 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 57,
"calibrated": 60,
"calibration": "2026-08-02"
}
}
],
"value": 60,
"inputs": {
"security": 33,
"vitality": 81,
"community": 50,
"governance": 43,
"calibration": "2026-08-02",
"engineering": 72,
"ai_readiness": 76,
"weighted_overall_raw": 57
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 81,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"commits_last_year": 4932,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 19
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "19/52 weeks with commits",
"points": 13.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 19
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "4932 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 4932
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 88,
"inputs": {
"releases_count": 22,
"latest_release_tag": "v5.0.2",
"releases_from_tags": true,
"days_since_latest_release": 3,
"mean_days_between_releases": 3.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "22 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 22
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 3 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 3
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~3.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 3.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 50,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"forks": 35,
"stars": 174,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "174 stars",
"points": 36.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 174
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "35 forks",
"points": 12.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 35
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 53,
"inputs": {
"packages": [
"site"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 1556
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "1,556 downloads/month across npm",
"points": 42.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 1556,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "weak",
"name": "Sustainability & Governance",
"value": 43,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "weak",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 50,
"top_contributor_share": 0.57
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 57% of commits",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 57
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "50 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 50
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 10 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 24,
"inputs": {
"merged_prs": 1,
"open_issues": 6,
"closed_issues": 2,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.25,
"closed_unmerged_prs": 2,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "25% of issues closed",
"points": 10.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 25
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "1/3 decided PRs merged",
"points": 10,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 1,
"decided": 3
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "weak",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"followers": 15,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "atomgit-atomcode",
"public_repos": 1,
"account_age_days": 101
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "15 followers of atomgit-atomcode",
"points": 8.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 15,
"login": "atomgit-atomcode"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "1 public repos, account ~0 yr old",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 1
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"site"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 1291
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 1291 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1291
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "237 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 237
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 72,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://atomcode.atomgit.com/",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://atomcode.atomgit.com/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 33,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 34,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 3.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 10 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 3",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "45 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "at_risk",
"name": "Dependency advisories",
"note": "Matched the npm:site@2.60.4 runtime dependency closure — what installing the published package pulls in — 270 packages. Reachability is not analyzed.",
"notes": [
{
"code": "advisories_scope_published",
"params": {
"package": "npm:site@2.60.4",
"assessed": 270
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 28,
"inputs": {
"source": "osv",
"advisories": 22,
"affected_packages": 14,
"assessed_packages": 270,
"unassessed_packages": 0,
"affected_by_severity": "critical 2, high 7, moderate 5",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: terser 3.17.0 (high 7.5)",
"points": 14,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "terser 3.17.0 (high 7.5)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "13 affected: babel-traverse 6.26.0 (critical 9.3), xmldom 0.1.19 (critical 9.8), brace-expansion 1.1.16 (high 7.5), +10 more",
"points": 1.8,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 13,
"packages": "babel-traverse 6.26.0 (critical 9.3), xmldom 0.1.19 (critical 9.8), brace-expansion 1.1.16 (high 7.5)"
}
},
{
"code": "advisories_affected_more",
"params": {
"count": 10
}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "13 advisory-carrying package(s) unaddressed past 90 days; oldest published 1963 days ago",
"points": 12.1,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 13,
"oldest": 1963
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 270,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 5
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 76,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.96,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 10042
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "96 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 96,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock",
"package-lock.json"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"extensions/vscode/tsconfig.json",
"extensions/vscode/webview-ui/tsconfig.json",
"webui/tsconfig.json"
],
"agent_commit_share": 0.47,
"toolchain_manifests": [
"Cargo.toml",
"crates/atomcode-auth/Cargo.toml",
"crates/atomcode-capabilities/Cargo.toml",
"crates/atomcode-cli/Cargo.toml",
"crates/atomcode-clix/Cargo.toml",
"crates/atomcode-coding/Cargo.toml",
"crates/atomcode-codingplan-crypto/Cargo.toml",
"crates/atomcode-codingplan/Cargo.toml",
"crates/atomcode-config/Cargo.toml",
"crates/atomcode-core/Cargo.toml",
"crates/atomcode-daemon/Cargo.toml",
"crates/atomcode-kernel/Cargo.toml",
"crates/atomcode-review/Cargo.toml",
"crates/atomcode-telemetry/Cargo.toml",
"crates/atomcode-tuix/Cargo.toml",
"crates/atomcode-updater/Cargo.toml",
"extensions/jetbrains/build.gradle.kts"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, crates/atomcode-auth/Cargo.toml, crates/atomcode-capabilities/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, crates/atomcode-auth/Cargo.toml, crates/atomcode-capabilities/Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "extensions/vscode/tsconfig.json, extensions/vscode/webview-ui/tsconfig.json, webui/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "extensions/vscode/tsconfig.json, extensions/vscode/webview-ui/tsconfig.json, webui/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "47 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 47,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 96,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 880351,
"source_files_sampled": 688,
"oversized_source_files": 47
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "47/688 source files over 60KB",
"points": 51.2,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 688,
"oversized": 47
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "moderate",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": true,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [
"library",
"web-ui"
],
"scores": {
"web-ui": 4,
"library": 6,
"framework": 2,
"mcp-server": 3
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:npm",
"weight": 6
},
{
"tier": "dependencies",
"label": "web-ui",
"source": "dep:preact",
"weight": 4
},
{
"tier": "structure",
"label": "mcp-server",
"source": "mcp_signal",
"weight": 3
},
{
"tier": "tags",
"label": "framework",
"source": "tag:framework",
"weight": 2
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": true,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-27T23:55:32.329837Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/atomgit-atomcode/atomcode.svg",
"full_name": "atomgit-atomcode/atomcode",
"license_state": "standard",
"license_spdx": "MIT"
}