文件最后提交记录最后更新时间
feat: support AGENTS.md open standard as project instruction file Add AGENTS.md (https://agents.md/) as a recognized project instruction file alongside .atomcode.md, ATOMCODE.md, CLAUDE.md and claude.md. Lookup order (first match wins): .atomcode.md > ATOMCODE.md > AGENTS.md > CLAUDE.md > claude.md. This allows projects that already have an AGENTS.md to be picked up automatically by AtomCode without creating a separate .atomcode.md, enabling interoperability with other AI coding agents that follow the AGENTS.md open standard. Closes: #208 Co-Authored-By: AtomCode (doubao-seed-2.0-lite) <noreply@atomgit.com> 10 天前
fix: address CR feedback — TOCTOU in append, empty content guard, error handling, UTF-8 safety 1 个月前
合并主线 3 天前
feat(prompt): 增加反占位符规则与 write_file 退路,堵小模型偷懒 新增 CONTENT-TRANSFORMATION TASKS section。背景:小/快模型(如 deepseek-v4-flash)在长翻译/重构/转换任务中,会用 "(此处继续 ...)" / "(rest unchanged)" / "..." 这类占位符跳过中间段。根因是 OUTPUT 的 "keep text brief and direct" 被模型错误激活在被转换的内容上。 修复两路: 1. 显式列出 7 个禁用占位符字面量(中英双语),明确"简洁规则只约束 commentary,不约束被转换的内容本身"; 2. 给体面退路 —— 超 token 预算用 write_file 落盘,绝不 inline 截断。 锁死测试 unified_prompt_forbids_placeholder_abbreviation:校验 section 头、主条款、5 个代表性占位符、write_file 退路、commentary 区分句。 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> 11 天前
cargo fmt 规整代码 10 天前