记忆系统 Deep-Dive 扩展:Codex 两阶段记忆 + Goose/Qoder/Cursor#20
Merged
Conversation
- Codex CLI 记忆系统从简述扩展为两阶段提取+合并架构详解 - 新增 Qoder CLI(双层记忆 + CLAUDE.md 兼容) - Goose 从 config.yaml 单层更正为 .goosehints 多层 + JIT 子目录 - 新增 Cursor(.cursor/rules 4 种规则类型) - 更新总览对比表,新增 4 个 Agent 的记忆能力列 Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
- Aider 配置内容(.aider.conf.yml)原混入 Goose 段落末尾 - 增加「六-B、Aider」独立章节标题,分隔清晰 Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
wenshao
added a commit
that referenced
this pull request
Apr 5, 2026
New PR progress links added: - PR#2911: ConfigTool programmatic config read/write (p2-core #20) - PR#2904: Contextual tips system with LRU rotation (p2-tools-commands #19) - PR#2917: /thinkback session timeline review (p2-tools-ui #20) - PR#2916: /context non-interactive SDK API (p2-tools-ui #21) - PR#2915: /clear --history and --all modes (p2-tools-ui #19) - PR#2914: Markdown table CJK/ANSI rendering fix (p2-stability #10) Total tracked PRs: 19 (was 13) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
wenshao
added a commit
that referenced
this pull request
Apr 5, 2026
New items from second round of source code comparison: P0 (2 items): - #19: Environment variable sanitization (25+ patterns) - #20: Dangerous command blacklist (rm -rf, find -exec, git -c, etc.) P1 (4 items): - #21: Edit fuzzy matching with Levenshtein distance (10% tolerance) - #22: Omission placeholder detection (prevent "// ... rest") - #23: JIT context discovery for read/write/edit tools - #24: OS-level sandbox (Linux bwrap, macOS Seatbelt, Windows) P2 (6 items): - #25: Folder trust discovery (pre-execution scanning) - #26: Web fetch rate limiting + SSRF hardening - #27: Grep advanced parameters (include/exclude/names_only) - #28: Advanced vim operations (big words, find, replace, toggle) - #29: Footer customization dialog - #30: Write file LLM content correction P3 (2 items): - #31: OAuth flow refactoring (shared utils + RFC 9728) - #32: Conseca safety framework (context-aware policy) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
wenshao
added a commit
that referenced
this pull request
Apr 9, 2026
- Link PR#3013 to items #1, #2, #7 (SlicingMaxSizedBox, hard cap, char limit) - Add item #54: useStableHeight (PR#3013 Phase 2, not previously covered) - Link PR#2889 (dangerous actions prompt) to item #20 (command blacklist) - Update total from 52 to 53 items across all references Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
wenshao
added a commit
that referenced
this pull request
Apr 10, 2026
Hermes Agent (nousresearch/hermes-agent, 355K lines Python) findings: - OpenCode #20 (Skill): add Hermes self-improving Skills reference — Agent auto-creates SKILL.md after complex tasks, self-improves on use - Codex #10 (Models Manager): add Hermes Credential Pool reference — multi-Key rotation + rate limit tracking + automatic failover - Codex #25 (Exec Server): add Hermes 6 terminal backends reference — Local/Docker/SSH/Daytona/Singularity/Modal with serverless hibernation - Improvement report: link PR#3080 to API retry architecture diff Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更概要
扩展
docs/comparison/memory-system-deep-dive.md,新增和深化多个 Agent 的记忆系统分析。主要变更
Codex CLI(从简述扩展为完整架构)
新增 Agent
总览对比表
涉及文件
docs/comparison/memory-system-deep-dive.md(+164 / -12 行)