Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
bd145d0
Initial plan
Copilot Jan 22, 2026
ce0d8a8
Add runtime manager with mount definitions and integration
Copilot Jan 22, 2026
e1b4998
Fix linter issues in runtime mounts tests
Copilot Jan 22, 2026
ee0668a
Add npm runtime mount test to smoke workflows
Copilot Jan 22, 2026
29ae3ec
Add changeset [skip-ci]
github-actions[bot] Jan 22, 2026
2339741
Add comprehensive Node.js runtime tests to smoke workflows
Copilot Jan 22, 2026
6ceffdb
Add changeset [skip-ci]
github-actions[bot] Jan 22, 2026
30a5a6c
Add explicit Node.js runtime and setup-node step to smoke workflows
Copilot Jan 22, 2026
01ae762
Add changeset [skip-ci]
github-actions[bot] Jan 22, 2026
d1aa943
Update smoke workflows to use make test-js for running JS tests
Copilot Jan 22, 2026
bed6eb4
Fix MCP server test timeouts in safe_outputs_mcp_server_defaults (#11…
Copilot Jan 22, 2026
f537311
Merge branch 'main' into copilot/update-runtime-manager-mounts
pelikhan Jan 22, 2026
1112c7a
Add changeset [skip-ci]
github-actions[bot] Jan 22, 2026
19e6c7e
Split docs build into separate npm ci and build steps in smoke workflows
Copilot Jan 22, 2026
d737175
Add changeset [skip-ci]
github-actions[bot] Jan 22, 2026
d875b67
Fix JS test command to not use make (not available in container)
Copilot Jan 22, 2026
da688d5
Replace Node.js tests with Go build/test to validate Go runtime mounts
Copilot Jan 22, 2026
c775cea
Merge branch 'main' into copilot/update-runtime-manager-mounts
pelikhan Jan 22, 2026
fdd6711
Add changeset for runtime mount manager [skip-ci]
github-actions[bot] Jan 22, 2026
5fc6ec2
Add step to show Go binary paths in smoke-copilot workflow
Copilot Jan 22, 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
10 changes: 10 additions & 0 deletions .changeset/patch-add-runtime-mount-manager.md

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

10 changes: 10 additions & 0 deletions .changeset/patch-add-runtime-mounts.md

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

14 changes: 14 additions & 0 deletions .changeset/patch-runtime-mount-manager.md

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

6 changes: 6 additions & 0 deletions .changeset/patch-runtime-mounts.md

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

5 changes: 5 additions & 0 deletions .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@
"version": "v4.8.0",
"sha": "c1e323688fd81a25caa38c78aa6df2d33d3e20d9"
},
"actions/setup-node@v4": {
"repo": "actions/setup-node",
"version": "v4",
"sha": "49933ea5288caeca8642d1e84afbd3f7d6820020"
},
"actions/setup-node@v6": {
"repo": "actions/setup-node",
"version": "v6",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-coach.lock.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/go-logger.lock.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/hourly-ci-cleaner.lock.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/jsweep.lock.yml

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

Loading