Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
e5be768
Initial plan
Copilot Feb 12, 2026
4ec51e7
Add cache-memory and repo-memory file type validation
Copilot Feb 12, 2026
0407bbc
Plan: Make file type restrictions configurable via allowed-extensions
Copilot Feb 12, 2026
50c701e
Make file type restrictions configurable via allowed-extensions
Copilot Feb 12, 2026
d8bbf51
Merge branch 'main' into copilot/update-cache-file-type-support
pelikhan Feb 12, 2026
50cf3bf
Complete configurable allowed-extensions implementation - all tests p…
Copilot Feb 12, 2026
09feb48
Refactor: Use helpers for github-script steps and template for multi-…
Copilot Feb 12, 2026
6c274e4
Fix tests to work with template-based multi-cache prompts
Copilot Feb 12, 2026
854ce17
Fix all tests for template-based approach - all passing
Copilot Feb 12, 2026
bdc7914
Fix quoting in allowed extensions text for prompts
Copilot Feb 12, 2026
ee736b3
Move default extensions to constants and refactor entry parsing
Copilot Feb 12, 2026
0242226
Add validation failure outputs and reporting in agent failure handler
Copilot Feb 12, 2026
5c09b96
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot Feb 12, 2026
03ae75c
Add allowed-repos restriction to smoke-copilot add-comment
Copilot Feb 12, 2026
708b061
Add changeset [skip-ci]
github-actions[bot] Feb 12, 2026
597c1f8
Merge branch 'main' into copilot/update-cache-file-type-support
pelikhan Feb 12, 2026
5f067ac
Address code review feedback: normalize extensions, error handling, f…
Copilot Feb 12, 2026
6c99ccf
Add changeset [skip-ci]
github-actions[bot] Feb 12, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/patch-configurable-memory-file-types.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .changeset/patch-configure-memory-extensions.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 13 additions & 2 deletions .github/workflows/agent-performance-analyzer.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions .github/workflows/agent-persona-explorer.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 40 additions & 2 deletions .github/workflows/audit-workflows.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 27 additions & 21 deletions .github/workflows/chroma-issue-indexer.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading