Merge main into feature branch and recompile generated/setup artifacts#37249
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
pelikhan
June 6, 2026 05:01
View session
…st-command Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
Limit forecast warm-up to agent artifact and raise forecast timeout to 30 minutes
Merge Jun 6, 2026
main into feature branch and recompile generated/setup artifacts
Contributor
There was a problem hiding this comment.
Pull request overview
This PR syncs the feature branch with main and refreshes generated/setup artifacts, resulting in updated maintenance workflow behavior for the forecast operation (narrower log warm-up artifact scope and a longer forecast compute timeout).
Changes:
- Update forecast maintenance job to warm the logs cache using only the
agentartifact set (gh aw logs --artifacts agent). - Increase the forecast command’s graceful computation timeout from 10 to 30 minutes (and update the corresponding timeout messaging).
- Align generator code, generated workflow YAML, tests, and docs to the new forecast behavior.
Show a summary per file
| File | Description |
|---|---|
| pkg/workflow/maintenance_workflow_yaml.go | Updates the maintenance workflow generator for forecast warm-up artifacts and timeout. |
| pkg/workflow/maintenance_workflow_test.go | Adjusts expectations to match the generated YAML changes for forecast warm-up and timeout. |
| docs/src/content/docs/reference/ephemerals.md | Updates documentation for the forecast ephemeral operation to reflect new flags/timeout. |
| .github/workflows/agentics-maintenance.yml | Updates the generated maintenance workflow to use --artifacts agent and --timeout 30. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 4/4 changed files
- Comments generated: 0
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.
This PR brings the branch up to date with
mainand refreshes compiled/generated outputs so the branch reflects current upstream behavior and docs. It resolves drift introduced since the branch diverged.Branch sync
origin/mainintocopilot/update-forecast-commandusing a standard merge commit.Recompiled outputs
Upstream file updates now included
actions/setup/js/copilot_sdk_driver.cjsactions/setup/js/copilot_sdk_driver.test.cjsactions/setup/js/handle_agent_failure.cjsactions/setup/js/handle_agent_failure.test.cjsdocs/src/content/docs/specs/copilot-sdk-driver-specification.md