Conversation
15 tasks
Copilot AI
added a commit
that referenced
this pull request
Feb 14, 2026
- Updated max-turns from 50 to 100 - Added all PR review safe output configurations: - update-pull-request - close-pull-request - create-pull-request-review-comment - submit-pull-request-review - resolve-pull-request-review-thread - push-to-pull-request-branch - add-reviewer - Added comprehensive test requirements for each PR review safe output (#11-17) - Updated output section to handle pass/fail/skip status - Recompiled workflow successfully Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
This was referenced Feb 14, 2026
This was referenced Mar 21, 2026
This was referenced Apr 7, 2026
This was referenced Apr 14, 2026
Copilot AI
added a commit
that referenced
this pull request
Jun 27, 2026
- Change engine from codex to copilot with copilot-sdk: true to enable LSP support (LSP is Copilot-only per compiler validation) - Add lsp.typescript frontmatter with typescript-language-server covering .js, .cjs, .mjs, .ts, .tsx extensions - Add Node.js runtime (v20) required by the TypeScript LSP server - Add test #11: use LSP document symbols to count functions in actions/setup/js/safe_output_helpers.cjs and report >=1 as pass - Update issue body reference to include test #11 in results - Recompile: lock.yml updated with lspServers settings.json payload, npm install --ignore-scripts typescript typescript-language-server, and NPM_CONFIG_MIN_RELEASE_AGE cooldown env var Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI
added a commit
that referenced
this pull request
Jun 27, 2026
…ilot - Revert LSP changes from smoke-codex (engine change from codex to copilot, lsp frontmatter, node runtime v20, test #11 LSP TypeScript) - Add TypeScript LSP server to smoke-copilot with lsp frontmatter and node runtime v20 - Add test #16 LSP TypeScript to smoke-copilot to count functions in actions/setup/js/safe_output_helpers.cjs - Recompile both workflows Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
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.
Fixes https://github.com/githubnext/gh-aw-internal/issues/672