| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
fix(telemetry): orchestrator daemon issue 完成即上报遥测 Co-authored-by: tree-zby<zhuboyang2@h-partners.com> | 26 天前 | |
feat(telemetry): 添加回合和用量记录功能 - 在 telemetry 模块中新增 record_turn 和 record_usage 函数 - 在聚合器中添加回合、用量和生命周期指标统计 - 更新桥接逻辑以将 turn_end 映射为回合事件 - 在成本跟踪器中集成用量记录功能 - 扩展事件类型支持 TURN 和 USAGE 类型 - 更新测试用例验证新的指标收集功能 | 27 天前 | |
refactor(project): replace feature-number references with direct descriptions Remove references to the deleted docs/FEATURE_PLAN.md and docs/PROGRESS.md and rewrite F-N / SR-AR feature-number mentions in code, templates and tests into plain feature descriptions, so the codebase no longer depends on the removed planning documents. - drop FEATURE_PLAN.md / PROGRESS.md doc references across src, extensions, clawcodex_ext, telemetry, tests, docs and templates - rewrite F-N / SR-N.N / AR-N references in comments, docstrings, CLI help, tool descriptions and templates into direct feature descriptions - keep test fixture strings (e.g. id "F-40") and spec_audit protocol IDs (F-001 / S-001 / C-001) untouched - add layer-1 / layer-2 migration analysis docs and split upstream patch Co-Authored-By: AtomCode (deepseek-v4-flash) <noreply@atomgit.com> | 1 个月前 | |
feat(telemetry): 添加回合和用量记录功能 - 在 telemetry 模块中新增 record_turn 和 record_usage 函数 - 在聚合器中添加回合、用量和生命周期指标统计 - 更新桥接逻辑以将 turn_end 映射为回合事件 - 在成本跟踪器中集成用量记录功能 - 扩展事件类型支持 TURN 和 USAGE 类型 - 更新测试用例验证新的指标收集功能 | 27 天前 | |
feat(telemetry): 添加回合和用量记录功能 - 在 telemetry 模块中新增 record_turn 和 record_usage 函数 - 在聚合器中添加回合、用量和生命周期指标统计 - 更新桥接逻辑以将 turn_end 映射为回合事件 - 在成本跟踪器中集成用量记录功能 - 扩展事件类型支持 TURN 和 USAGE 类型 - 更新测试用例验证新的指标收集功能 | 27 天前 | |
refactor(project): replace feature-number references with direct descriptions Remove references to the deleted docs/FEATURE_PLAN.md and docs/PROGRESS.md and rewrite F-N / SR-AR feature-number mentions in code, templates and tests into plain feature descriptions, so the codebase no longer depends on the removed planning documents. - drop FEATURE_PLAN.md / PROGRESS.md doc references across src, extensions, clawcodex_ext, telemetry, tests, docs and templates - rewrite F-N / SR-N.N / AR-N references in comments, docstrings, CLI help, tool descriptions and templates into direct feature descriptions - keep test fixture strings (e.g. id "F-40") and spec_audit protocol IDs (F-001 / S-001 / C-001) untouched - add layer-1 / layer-2 migration analysis docs and split upstream patch Co-Authored-By: AtomCode (deepseek-v4-flash) <noreply@atomgit.com> | 1 个月前 | |
fix(telemetry): 打通编排器遥测 token 记录链路并修复部署配置坑 Co-authored-by: tree-zby<zhuboyang2@h-partners.com> | 22 天前 | |
feat(telemetry): 添加回合和用量记录功能 - 在 telemetry 模块中新增 record_turn 和 record_usage 函数 - 在聚合器中添加回合、用量和生命周期指标统计 - 更新桥接逻辑以将 turn_end 映射为回合事件 - 在成本跟踪器中集成用量记录功能 - 扩展事件类型支持 TURN 和 USAGE 类型 - 更新测试用例验证新的指标收集功能 | 27 天前 | |
chore(gitattributes): 统一行尾为 LF(除 Windows 脚本)+ 批量规范化 4155 个文件 扩展 .gitattributes 覆盖 Python/JS/TS/JSON/Markdown/YAML/TOML/HTML/CSS 等文本 文件,统一为 LF;Windows 原生脚本(.ps1/.bat/.cmd)保持 CRLF;二进制资源 (图片/字体/音视频/压缩包)显式标记为 binary。 应用新规则后批量规范化 4155 个文件 — 全部为纯行尾变更(CRLF→LF),无任何 内容改动。差异统计:2586 .py、1159 .patch、160 .md、59 .json、52 .jsx、 25 .html、20 .tsx、16 .css、15 .js、13 .ts、8 .yml、7 .txt、7 .j2、 3 .raw、2 .yaml、2 .list、2 .example、1 .toml、1 .theme、1 .template, 外加 install.ps1(blob 从 CRLF 改为 LF,working tree 保持 CRLF 不变)。 后续建议开发者本地设置 core.autocrlf=input,让提交时自动规范化。 Co-Authored-By: MiniMax-M3 <MiniMax-AI@claude-code-best.win> | 2 个月前 | |
feat(telemetry): 实现按会话统计指标并改进报告功能 - 在聚合器中为每个会话构建详细的指标统计 - 添加会话级别的持续时间、命令和崩溃统计 - 防止在会话结束事件存在时重复计算命令持续时间 - 将报告模式从 update_or_create 更改为 create_daily - 为不同仓库实现独立的游标管理 - 在干运行报告器中显示会话统计表格 - 重构指标构建逻辑以支持会话级别统计 - 添加全面的测试验证会话统计功能 | 27 天前 | |
refactor(project): replace feature-number references with direct descriptions Remove references to the deleted docs/FEATURE_PLAN.md and docs/PROGRESS.md and rewrite F-N / SR-AR feature-number mentions in code, templates and tests into plain feature descriptions, so the codebase no longer depends on the removed planning documents. - drop FEATURE_PLAN.md / PROGRESS.md doc references across src, extensions, clawcodex_ext, telemetry, tests, docs and templates - rewrite F-N / SR-N.N / AR-N references in comments, docstrings, CLI help, tool descriptions and templates into direct feature descriptions - keep test fixture strings (e.g. id "F-40") and spec_audit protocol IDs (F-001 / S-001 / C-001) untouched - add layer-1 / layer-2 migration analysis docs and split upstream patch Co-Authored-By: AtomCode (deepseek-v4-flash) <noreply@atomgit.com> | 1 个月前 | |
feat(telemetry): 添加回合和用量记录功能 - 在 telemetry 模块中新增 record_turn 和 record_usage 函数 - 在聚合器中添加回合、用量和生命周期指标统计 - 更新桥接逻辑以将 turn_end 映射为回合事件 - 在成本跟踪器中集成用量记录功能 - 扩展事件类型支持 TURN 和 USAGE 类型 - 更新测试用例验证新的指标收集功能 | 27 天前 | |
refactor(project): replace feature-number references with direct descriptions Remove references to the deleted docs/FEATURE_PLAN.md and docs/PROGRESS.md and rewrite F-N / SR-AR feature-number mentions in code, templates and tests into plain feature descriptions, so the codebase no longer depends on the removed planning documents. - drop FEATURE_PLAN.md / PROGRESS.md doc references across src, extensions, clawcodex_ext, telemetry, tests, docs and templates - rewrite F-N / SR-N.N / AR-N references in comments, docstrings, CLI help, tool descriptions and templates into direct feature descriptions - keep test fixture strings (e.g. id "F-40") and spec_audit protocol IDs (F-001 / S-001 / C-001) untouched - add layer-1 / layer-2 migration analysis docs and split upstream patch Co-Authored-By: AtomCode (deepseek-v4-flash) <noreply@atomgit.com> | 1 个月前 | |
refactor(project): replace feature-number references with direct descriptions Remove references to the deleted docs/FEATURE_PLAN.md and docs/PROGRESS.md and rewrite F-N / SR-AR feature-number mentions in code, templates and tests into plain feature descriptions, so the codebase no longer depends on the removed planning documents. - drop FEATURE_PLAN.md / PROGRESS.md doc references across src, extensions, clawcodex_ext, telemetry, tests, docs and templates - rewrite F-N / SR-N.N / AR-N references in comments, docstrings, CLI help, tool descriptions and templates into direct feature descriptions - keep test fixture strings (e.g. id "F-40") and spec_audit protocol IDs (F-001 / S-001 / C-001) untouched - add layer-1 / layer-2 migration analysis docs and split upstream patch Co-Authored-By: AtomCode (deepseek-v4-flash) <noreply@atomgit.com> | 1 个月前 | |
chore(gitattributes): 统一行尾为 LF(除 Windows 脚本)+ 批量规范化 4155 个文件 扩展 .gitattributes 覆盖 Python/JS/TS/JSON/Markdown/YAML/TOML/HTML/CSS 等文本 文件,统一为 LF;Windows 原生脚本(.ps1/.bat/.cmd)保持 CRLF;二进制资源 (图片/字体/音视频/压缩包)显式标记为 binary。 应用新规则后批量规范化 4155 个文件 — 全部为纯行尾变更(CRLF→LF),无任何 内容改动。差异统计:2586 .py、1159 .patch、160 .md、59 .json、52 .jsx、 25 .html、20 .tsx、16 .css、15 .js、13 .ts、8 .yml、7 .txt、7 .j2、 3 .raw、2 .yaml、2 .list、2 .example、1 .toml、1 .theme、1 .template, 外加 install.ps1(blob 从 CRLF 改为 LF,working tree 保持 CRLF 不变)。 后续建议开发者本地设置 core.autocrlf=input,让提交时自动规范化。 Co-Authored-By: MiniMax-M3 <MiniMax-AI@claude-code-best.win> | 2 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 26 天前 | ||
| 27 天前 | ||
| 1 个月前 | ||
| 27 天前 | ||
| 27 天前 | ||
| 1 个月前 | ||
| 22 天前 | ||
| 27 天前 | ||
| 2 个月前 | ||
| 27 天前 | ||
| 1 个月前 | ||
| 27 天前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 2 个月前 |