Skip to content

feat(memory-core): configurable MEMORY.md injection mode + per-turn autoRecall#2211

Open
BingqingLyu wants to merge 10 commits into
mainfrom
fork-pr-63662-codex-memory-injection-auto-recall
Open

feat(memory-core): configurable MEMORY.md injection mode + per-turn autoRecall#2211
BingqingLyu wants to merge 10 commits into
mainfrom
fork-pr-63662-codex-memory-injection-auto-recall

Conversation

@BingqingLyu

@BingqingLyu BingqingLyu commented Apr 28, 2026

Copy link
Copy Markdown
Owner

Summary

  • add agents.defaults.memoryInjection with full, core-only, and recall-only modes
  • add agents.defaults.memorySearch.autoRecall for per-turn memory recall injection in memory-core
  • update memory docs and schema metadata for the new configuration

Validation

  • corepack pnpm build
  • corepack pnpm test src/agents/bootstrap-files.test.ts src/agents/memory-search.test.ts src/config/config.schema-regressions.test.ts extensions/memory-core/src/auto-recall.test.ts extensions/memory-core/index.test.ts src/config/schema.base.generated.test.ts

Closes openclaw#24624

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request: Configurable MEMORY.md injection mode (full / core-only / recall-only)

1 participant