[docs] Update documentation for allowed-extensions default behavior#15352
Merged
[docs] Update documentation for allowed-extensions default behavior#15352
Conversation
- Add allowed-extensions documentation to memory.md for both cache-memory and repo-memory - Update frontmatter-full.md to reflect new default: empty array (all files allowed) - Explain file type restriction validation behavior Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
pelikhan
approved these changes
Feb 13, 2026
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.
Documentation Updates - 2026-02-13
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
Memory Configuration Updates (from #15195 and #15263):
allowed-extensionsfield for cache-memory and repo-memory[".json", ".jsonl", ".txt", ".md", ".csv"]to empty array (all files allowed)Changes Made
docs/src/content/docs/reference/memory.md:
allowed-extensionsfield to Advanced Configuration sections for both cache-memory and repo-memorydocs/src/content/docs/reference/frontmatter-full.md:
allowed-extensionsin cache-memory section fromDefault: [".json", ".jsonl", ".txt", ".md", ".csv"]toDefault: [] (empty/all files allowed)allowed-extensionsin repo-memory section to matchMerged PRs Referenced
fallback-as-issuefield to disable PR creation fallback #15276 - Addfallback-as-issuefield to disable PR creation fallback (already documented)Notes
The following features were already fully documented and did not require updates:
fallback-as-issuefield for create-pull-request (documented in safe-outputs.md and frontmatter-full.md)This PR focuses on the memory configuration changes that needed documentation to reflect the new default behavior and explain the file type restriction feature.