Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 973,
"has_wiki": true,
"homepage": null,
"languages": {
"Python": 967591
},
"pushed_at": "2026-07-26T07:18:40Z",
"created_at": "2026-05-22T15:57:50Z",
"owner_type": "User",
"updated_at": "2026-07-26T07:19:08Z",
"description": "一个用于开发学习的纯净 Agent。 / A Agent.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": "septemc.com",
"name": "Septemc",
"type": "User",
"login": "Septemc",
"company": null,
"location": "Chengdu",
"followers": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/110802457?v=4",
"created_at": "2022-08-08T04:23:04Z",
"is_verified": null,
"public_repos": 17,
"account_age_days": 1448
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2026-07-26T07:18:10Z"
}
],
"recent_commits": [
{
"oid": "6028d924fa085951e58ea42db219fe7e40af741e",
"body": "- 插队 detach: 运行中的 shell/工具转入后台,AI 保留记忆,完成后自动续跑一轮回灌结果(限 1 个后台任务)\n- 停止真杀: Esc 彻底 kill 子进程(ProcessRegistry)\n- 后台任务完成自动续跑 agent\n- 历史会话双行布局: 未选中单行(日期+摘要),选中才出现第二行选中/删除\n- 去除装饰性 emoji,仅保留 💬 及功能性符号\n- /permission 修复为循环切换权限模式(同 Shift+Tab)\n- 状态栏模式徽章右侧留白与位置调整",
"is_bot": false,
"headline": "Release 1.4.0 with background detach/kill and UI cleanup",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-07-26T07:18:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d407391f75b67e274568827b5694d93dede1a08c",
"body": "Declared support for 3.9 (requires-python>=3.9, classifiers, ruff target-py39)\nbut the matrix only covered 3.10-3.12. Verified 3.9 compatibility locally\n(full compile + import smoke + 208 tests pass on cpython 3.9.25).",
"is_bot": false,
"headline": "CI: add Python 3.9 to test matrix",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-07-25T16:55:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a663b727a5d7b84888802ece77f71bf11a44bc3",
"body": "工具/PowerShell 阻塞期(LLM 闲置)内支持并发只读交流:\n- 交流窗输入或立即引导在独立只读旁路会话上并发执行\n- 回复仅显示在交流窗,不污染主线,工具返回后主任务自动接续\n- 只读模式拦截写/执行工具,与主任务工具零冲突",
"is_bot": false,
"headline": "Release 1.3.1 with concurrent read-only side conversations",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-07-25T16:23:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4273f3da3a183ba592deae5dd8e8a227653b7a3",
"body": "- 待执行队列:执行中回车入队,Ctrl+G 整理(插队/置顶/编辑/删除)\n- 额外交流窗口:执行期自动出现在输入框下方,Ctrl+T 切焦点,展示执行过程\n- 压缩时能力强化:每次上下文压缩后在消息流尾部补一条内置能力提醒(去重)\n- 状态栏模式徽章:补全 PLAN/LOOP/QUEUE/ASK/COMPRESS 五种,统一视觉\n- 输入框占位符:执行态中断提示 + 空闲态两行轮换使用提示",
"is_bot": false,
"headline": "Release 1.3.0 with pending queue, comm window, and status badges",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-07-25T09:46:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c9543cd731e94f695efb256ac744673ec3938dd",
"body": null,
"is_bot": false,
"headline": "Release 1.2.1 with prompt and terminal fixes",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-07-23T07:06:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acc0a657298e6604c753343e490362b646b994ba",
"body": null,
"is_bot": false,
"headline": "Release 1.2.0 with provider modes and session controls",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-07-23T05:06:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54ec1ebefc2eb102a775e3ec88e5e11441b6b02e",
"body": null,
"is_bot": false,
"headline": "Release 1.1.6 with resilient streaming retries",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-07-18T11:28:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03ec7a2fbec683b05315d3792a4d61223ccc6d64",
"body": null,
"is_bot": false,
"headline": "Release 1.1.5 with resilient long input and terminal isolation",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-07-12T03:54:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e83083d40dd8df6784b28ebc9b35847a161d1b3c",
"body": null,
"is_bot": false,
"headline": "Release 1.1.4 with reliable multiline input fallback",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-07-11T08:23:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "130b8c8006c3dd454c09e56256ca8b5897b6890a",
"body": null,
"is_bot": false,
"headline": "Release 1.1.3 and restore modified Enter newlines",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-07-11T06:56:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bd3e7ca1f4190f48d680ebe0b7fedcabf13d600",
"body": null,
"is_bot": false,
"headline": "Release 1.1.2 with strict permission mode semantics",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-07-11T05:53:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4098706cda18f5bfa7c2f073d2bfd7dca107ea57",
"body": null,
"is_bot": false,
"headline": "Release 1.1.0 and fix extension command submission",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-07-11T04:07:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6681a47023bd7cf54ddc0d97c279817b4b020192",
"body": null,
"is_bot": false,
"headline": "Release 1.0.0 with guided Skill and MCP workflows",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-07-11T03:34:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbf2960e9be06fe21eafa6ef959ca3b47ed5b194",
"body": null,
"is_bot": false,
"headline": "Release 0.2.1 with cross-platform CI fixes",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-07-10T17:59:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d573a0859a7d80af1f38e0cf12a665b1de2f1e93",
"body": null,
"is_bot": false,
"headline": "Expose pytest failures in CI",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-07-10T17:51:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "819e02f8246ad221552d3806d98f101ec19ead48",
"body": null,
"is_bot": false,
"headline": "Make CI fail on test failures",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-07-10T17:38:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9200e4a670964a8560da57456df79dd925be162c",
"body": null,
"is_bot": false,
"headline": "Add curated Skill and MCP marketplaces",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-07-10T17:31:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eb0f2b1a78d323148591011691e3f93bceb2e1c",
"body": null,
"is_bot": false,
"headline": "Prevent Ctrl+C from exiting idle CLI",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-07-10T15:36:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf809e94110143d868d0c519a9e6a306c52333fc",
"body": null,
"is_bot": false,
"headline": "Fix Anthropic-compatible tools and add update notice",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-07-08T15:08:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aece802e6506bc436d0b7c41af11a6c9a353f623",
"body": null,
"is_bot": false,
"headline": "Fix structured text tool XML parsing",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-07-04T17:50:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cc22060dc06a59210c8c3c9291e026be88b1ec3",
"body": null,
"is_bot": false,
"headline": "Fix text fallback tool compatibility",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-07-04T13:10:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e86f777ab9948440c44fb3e01752617c429dac98",
"body": null,
"is_bot": false,
"headline": "Release 0.1.10 with Chinese setup guides",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-07-03T13:45:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81b20aec15ad3ec58b5d71da752105fa5c0c74f0",
"body": null,
"is_bot": false,
"headline": "Release 0.1.9 with auto configuration input",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-07-03T11:16:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f25fde9ce89a4304db282ccee1a2892d722b767",
"body": null,
"is_bot": false,
"headline": "Fix CI lint for MCP manager",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-07-03T10:14:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf5d8e5b773974b42177a7f28bdb5d74d142c163",
"body": null,
"is_bot": false,
"headline": "Release 0.1.8 with settings usage guide",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-07-03T10:11:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd2442bd159176551b7cff00682c9092a13a2694",
"body": null,
"is_bot": false,
"headline": "Release 0.1.7 with tool protocol and extension updates",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-07-03T09:53:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac2087bc228261a04d615c9d56c6b05742d71583",
"body": null,
"is_bot": false,
"headline": "Release 0.1.6 with provider refresh and identity updates",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-07-03T07:40:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b132ec0b20af1a27273b476eba262585e4d58397",
"body": null,
"is_bot": false,
"headline": "Release 0.1.5 with plan mode safeguards",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-07-03T05:53:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf9ed6baac7942219636098b45aaffd6d237472c",
"body": null,
"is_bot": false,
"headline": "Release 0.1.4",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-07-02T13:42:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bc2ac37c44a6b6b6d081011fd97d1d42ea2f4a1",
"body": null,
"is_bot": false,
"headline": "Release 0.1.3",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-07-02T10:59:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb8395a85be524b00672a3d7c77e899dfab9d1eb",
"body": null,
"is_bot": false,
"headline": "Release 0.1.2",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-07-02T10:27:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e23c9b0e4de8ac1b8b3e20d3762a1e42a5d57fd",
"body": null,
"is_bot": false,
"headline": "Fix mouse text selection in rich log",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-06-30T16:23:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e7f41d6529cfb07e044453634032263c0c00a85",
"body": null,
"is_bot": false,
"headline": "Fix text tool fallback for omitted tools",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-06-30T16:05:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "922ae5bf2d010be0d9d3cf802afd0d0ee80628ec",
"body": null,
"is_bot": false,
"headline": "Ensure text tool fallback runs in live sessions",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-06-30T14:36:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e409d24affe3374a3327e0928a088d07a50f9ae1",
"body": null,
"is_bot": false,
"headline": "Fix malformed text tool call recovery",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-06-30T13:33:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c71cbe3ce42aad4e2e8293413ff03dbfbe24b19",
"body": null,
"is_bot": false,
"headline": "Handle DSML text tool calls",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-06-30T12:25:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef88252cff9b73b47534e44983757e5750c6844e",
"body": null,
"is_bot": false,
"headline": "Parse direct XML text tool calls",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-06-29T14:56:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32c18bf438124f091a294e908f42c603c781f7d9",
"body": null,
"is_bot": false,
"headline": "Fix ask question prompt formatting",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-06-24T13:04:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8321a6914f5d3e33d5b1c248617148d29976033",
"body": null,
"is_bot": false,
"headline": "Harden tool protocol handling",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-06-24T11:47:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e062e1a8985d34a44090a82c4e592efec631e347",
"body": null,
"is_bot": false,
"headline": "Support Mimo text tool formats",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-06-21T13:36:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "677d0d843e5048d62b80a5b1664328f76eaecc9c",
"body": null,
"is_bot": false,
"headline": "Parse textual tool calls from compatible models",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-06-19T10:33:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afdabffbcfe872684cea63a99cc713ffb530e6ed",
"body": null,
"is_bot": false,
"headline": "Reduce first response thinking latency",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-06-19T09:22:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32f1630a3d1e3e82643b282442a213688bde6085",
"body": null,
"is_bot": false,
"headline": "Fix shortcuts selection and web fetch reliability",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-06-19T08:22:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df423b6b8d2cc824f26f10ff06905151b6602a4a",
"body": null,
"is_bot": false,
"headline": "Improve welcome navigation and web search routing",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-06-19T07:04:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3cfa50c6c9b958a33998045a6c686d65879b784",
"body": null,
"is_bot": false,
"headline": "Restore mascot scale and add settings shortcut",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-06-19T06:31:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "102823cf9c2a2051c6e8115fd26468daf1fb038a",
"body": null,
"is_bot": false,
"headline": "Improve welcome layout and session history",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-06-19T05:58:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dd4ad2f717869066d83b7b5ee1e64e101bf333e",
"body": null,
"is_bot": false,
"headline": "Fix mascot scaling and web search providers",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-06-19T04:13:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e965ae7d98573e2395e019e869c0e14309c9328d",
"body": null,
"is_bot": false,
"headline": "Update mascot pixel matrix",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-06-18T17:05:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84851a458f67effac6173e610df7bcd4bc670590",
"body": null,
"is_bot": false,
"headline": "Show selectable current path in header",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-06-18T16:59:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b2ec7d3b1ca05cf43d20c00ac0e6ab7a7917785",
"body": null,
"is_bot": false,
"headline": "Adjust mascot pixel alignment",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-06-18T16:33:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e078427bae05a23bbbee069e34ea576c0248987",
"body": null,
"is_bot": false,
"headline": "Tune mascot pixels and welcome layout",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-06-18T15:47:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9e2e08eb5ebecdd2d50d24841f31f0400133163",
"body": null,
"is_bot": false,
"headline": "Harden loop context and streaming reliability",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-06-18T15:15:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f631d22f66d94d5d6bedc6b642b8e7f1a940eaca",
"body": null,
"is_bot": false,
"headline": "Improve mascot speech bubble layout",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-06-18T05:25:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "600abdb468e4570c3c2e33249ff456e8fb034eca",
"body": null,
"is_bot": false,
"headline": "Refine mascot and bottom panel styling",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-06-17T16:25:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e6f4945ed2deb2fa7914df39d55b83b811f6b38",
"body": null,
"is_bot": false,
"headline": "Polish adaptive TUI layout",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-06-17T15:41:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "939ecbc06e8419103f1ff7841593e0a0465b9119",
"body": null,
"is_bot": false,
"headline": "Refine TUI header and welcome panel",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-06-17T15:14:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86c28a5a8c34be1c56913cf4cc829743a1dfe1be",
"body": null,
"is_bot": false,
"headline": "Improve TUI interaction and provider compatibility",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-06-17T14:52:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12bbff7eb58b8a0815dece43afeaa938cfeda057",
"body": null,
"is_bot": false,
"headline": "Improve tool call and context reliability",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-06-17T13:14:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dc9483ad6cdd705da346b3b3667e13b71056f28",
"body": null,
"is_bot": false,
"headline": "update: 新增吉祥物",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-05-31T14:20:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b5038c1710dbac60f4ff29f3c958a02937ed0f1",
"body": null,
"is_bot": false,
"headline": "fix: 清理 lint 报错并补充项目文档说明",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-05-31T09:14:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbab445ac5983b58bed8b51dc51eadb5c4e1983c",
"body": null,
"is_bot": false,
"headline": "update: 更新项目文档说明和开源协议",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-05-31T08:42:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d3ace9cf4bc8d458eefabbe7f60a95027e2105a",
"body": null,
"is_bot": false,
"headline": "ci: 更新CI工作流 - 添加编译检查和导入冒烟测试",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-05-28T08:33:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb2a3923476cd84bbc78c2e93364bffeaa1d117a",
"body": "核心修复:\n- loop.py: 新增 LoopDetector 循环检测,防止LLM与工具死循环\n- loop.py: 双层迭代计数,失败迭代不消耗主配额 (MAX_ITERATIONS=100)\n- loop.py: LLM API 异常降级,不崩溃,优雅退出当前run\n- loop.py: AgentError 不终结对话,用户可继续输入\n- loop.py: 只缓存成功的工具结果,失败结果不缓存以便真正重试\n- loop_runner.py: 修复 async generator 语法错误 (return value)\n- loop_runner.py: 修复 step_index 引\n[…]\np_runner.py: 区分致命/非致命 AgentError,非致命不触发重试\n\n增强:\n- events.py: AgentError 新增 is_fatal 字段区分致命/非致命\n- textual_app.py: 致命错误红色显示,非致命黄色警告,用户可继续\n- bash.py: 详细错误信息含命令/工作目录/exit code诊断提示\n- powershell.py: 同步增强错误信息",
"is_bot": false,
"headline": "fix: 生产级错误处理 - 修复Agent执行工具报错直接退出的问题",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-05-28T07:56:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3670f5ec90504b0616fa34a60b2b67e05e805211",
"body": "- 在 config.py 中添加 PRESET_PROVIDERS 常量\n- 支持 4 种预设:mimo-openai、mimo-anthropic、minimax-openai、minimax-anthropic\n- 在新建 Provider 时显示预设选择,自动填充字段",
"is_bot": false,
"headline": "feat: 添加 MIMO & MiniMax 预设 Provider 配置",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-05-27T11:32:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b68d99b12547d65cc9c004033cd5cca715d3e302",
"body": "- 区分连接错误/超时错误/认证错误,提供针对性建议\n- 为流式调用添加 _chat_stream_with_retry 重试机制\n- 为所有 Provider 配置自定义超时(300s 总超时,30s 连接超时)",
"is_bot": false,
"headline": "fix: 改进 Connection error 处理 - 添加重试机制和友好提示",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-05-27T07:58:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16399e5f921f04bd680aa0bfd55d59592837abbb",
"body": null,
"is_bot": false,
"headline": "docs: 添加更新说明到 README",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-05-27T05:40:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5bd016c79c4ea26bd5af0143340a536bb8e9881",
"body": "- 使用 Optional[T] 代替 T | None 语法\n- 修复 settings_screen.py 和 provider_list_screen.py",
"is_bot": false,
"headline": "fix: 修复 ModalScreen 泛型语法在 Python 3.7 下的兼容性问题",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-05-27T05:03:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4212aec42f17b37230e59a9273b126a41c2310f8",
"body": "- 修正 Python 版本要求为 >= 3.9\n- 添加环境类型与安装位置对照表\n- 添加验证当前环境的命令\n- 说明当前安装情况(本机 Miniconda vs 系统 Python)\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: 添加 Python 环境说明到 README",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-05-26T15:31:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b2aa3a5fcaf6f1a4408331b696afe66bf57005eb",
"body": "Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: 移除误提交的 ssh_out.txt 并更新 .gitignore",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-05-26T15:12:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9208ec2d64492fa79b5d5d7ff6c38410c1ae46b8",
"body": "- 移除 1.5GB 的 zip 文件\n- 添加 *.zip 到 .gitignore\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: 移除大文件并更新 .gitignore",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-05-26T14:46:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d0e5d1648f6f364ac6fa1b5e8657d32c8d947bd7",
"body": "主要变更:\n- 将 apps/backend/core/ 重组为 coomi/ 标准 Python 包\n- 创建 CLI 入口 (coomi 命令) 和首次配置引导\n- 实现 security 模块(权限系统、Hook 系统、Bash 安全检查器)\n- 修复 TCSS 打包路径配置\n- 移除未使用的 pydantic 依赖\n- 添加 GitHub Actions CI/CD 工作流\n- 更新 README.md 安装说明\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: 封装 Coomi Agent 为标准 Python 包 + 实现 security 模块",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-05-26T13:52:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "efb4ba3612634b1053b81e34d86b1a85fcb45ae1",
"body": "- PlanPanel重写为即时渲染模式,修复选项显示/选中/切换问题\n- 斜杠指令内联补全:输入\"/\"显示指令列表,↑↓选择+Enter执行\n- Esc双击行为:问询模式取消问询,空闲模式退出CLI\n- 移除问询超时限制,改为无限等待\n- Other选项支持通过底部输入框输入文本\n- 新增CommandList/CommandAutocomplete等UI组件\n- 删除废弃的API/CLI模块及stream_renderer\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: PlanPanel即时渲染重构 + 斜杠指令内联补全 + Esc退出修复",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-05-25T16:22:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8ce241086ef5a37347b97ebe45dfb889869c9d0b",
"body": null,
"is_bot": false,
"headline": "update:更新内容",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-05-23T14:37:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2943357011d0111ff8bdbbfcb5d45f3bb3fff13a",
"body": "涵盖7大类:紧急Bug(3) / Provider重构(3) / Loop健壮性(4) / 压缩系统(3) /\n工具修复(4) / UI-CLI(5) / 配置会话(5) + reasoning_content回传修复\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: 28项架构修复 — Provider重构、Loop加固、压缩优化、thinking mode兼容",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-05-23T11:43:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9a3a6ccad604aa9a0b545a349f4274eceb4c3298",
"body": "- 重组织 services 层:llm/context/memory 子模块按四层架构归位\n- 上下文压缩:改为实时估算触发(90% 窗口阈值),不再依赖滞后 last_prompt_tokens\n- 记忆系统:MemoryRecall 语义召回 + System Prompt 注入记忆正文\n- System Prompt:静态/动态分割线设计,支持 Prompt Cache 优化\n- 状态栏:两行显示(当前 prompt 占比 + 累计消耗),支持 .env/state.json 持久化\n- 工具详情:按工具类型格式化显示(路径/命令/参数)\n- DeepSeek/Anthropic Provider:修复流式 usage 收集和 tool_use 累积\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: 四层架构重构 + 上下文压缩/记忆系统/状态栏全面修复",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-05-23T07:47:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "58351dbce17dd1e636e3237aecde795d6f3834f2",
"body": null,
"is_bot": false,
"headline": "update:全面更新内容",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-05-22T15:52:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78000d879ce9a075dd74b6b7e464fcd5920f1a0f",
"body": null,
"is_bot": false,
"headline": "init: 初始化 Coomi Agent 项目架构",
"author_name": "Septemc",
"author_login": "Septemc",
"committed_at": "2026-05-22T10:55:19Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 76,
"latest_release_at": "2026-07-26T07:18:10Z",
"latest_release_tag": "v1.4.0",
"releases_from_tags": true,
"days_since_last_push": 0,
"active_weeks_last_year": 9,
"days_since_latest_release": 0,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "coomi-agent",
"exists": true,
"license": "MIT",
"keywords": [
"ai",
"agent",
"cli",
"tui",
"coding-assistant",
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.9",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/coomi-agent/",
"is_deprecated": false,
"latest_version": "1.4.0",
"repository_url": "https://github.com/Septemc/Coomi",
"versions_count": 29,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 3777,
"first_published_at": "2026-07-01T04:30:15.434567Z",
"latest_published_at": "2026-07-26T07:20:12.522594Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 1,
"stars": 2,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-07-16",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": true,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 128566,
"source_files_sampled": 129,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pyproject.toml",
"requirements.txt"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [
{
"name": "openai",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.66.0"
},
{
"name": "python-dotenv",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.0.0"
},
{
"name": "rich",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=13.0.0"
},
{
"name": "textual",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.0.0"
},
{
"name": "httpx",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.25.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": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Septemc",
"commits": 77,
"avatar_url": "https://avatars.githubusercontent.com/u/110802457?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"publish.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"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": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"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": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"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": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "6028d924fa085951e58ea42db219fe7e40af741e",
"ran_at": "2026-07-26T07:23:07Z",
"aggregate_score": 3.1,
"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": "2026-07-26T07:19:07Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Septemc/Coomi",
"host": "github.com",
"name": "Coomi",
"owner": "Septemc"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"security": 31,
"vitality": 64,
"community": 33,
"governance": 34,
"engineering": 66
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 64,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"commits_last_year": 76,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 9
},
"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": "9/52 weeks with commits",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 9
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "76 commits in the last year",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 76
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"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": 72,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v1.4.0",
"releases_from_tags": true,
"days_since_latest_release": 0,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"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": "excellent",
"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": "at_risk",
"name": "Community & Adoption",
"value": 33,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 1,
"stars": 2,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"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": 60,
"inputs": {
"packages": [
"coomi-agent"
],
"dependents": null,
"ecosystems": "pypi",
"total_downloads": null,
"monthly_downloads": 3777
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "3,777 downloads/month across pypi",
"points": 47.7,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 3777,
"ecosystems": "pypi"
}
}
],
"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": "at_risk",
"name": "Sustainability & Governance",
"value": 34,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"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 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"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": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 42,
"inputs": {
"followers": 8,
"owner_type": "User",
"is_verified": null,
"owner_login": "Septemc",
"public_repos": 17,
"account_age_days": 1448
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "8 followers of Septemc",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 8,
"login": "Septemc"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "17 public repos, account ~3 yr old",
"points": 17.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 17
}
},
{
"code": "account_age_years",
"params": {
"years": 3
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"coomi-agent"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "29 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 29
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 66,
"weight": 0.2,
"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": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"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": null,
"points": 0,
"status": "missed",
"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": 31,
"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": 31,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 3.1
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"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 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"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 0",
"points": 0,
"status": "missed",
"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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"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"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"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": "critical",
"name": "AI Readiness",
"value": 28,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 14,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.273,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"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": "21 of 77 human commits state their intent (structured subject or explanatory body)",
"points": 14.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 21,
"sampled": 77
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.091,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "7 of the last 77 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 7,
"sampled": 77
}
}
],
"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 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 128566,
"source_files_sampled": 129,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/129 source files over 60KB",
"points": 54.1,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 129,
"oversized": 2
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "critical",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"example_dirs": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"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",
"deps.dev does not index pypi:coomi-agent@1.4.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-26T07:23:10.814383Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/Septemc/Coomi.svg",
"full_name": "Septemc/Coomi",
"license_state": "standard",
"license_spdx": "MIT"
}