Fix Copilot session-start server outage hint#998
Merged
Conversation
added 4 commits
June 18, 2026 14:39
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.
Summary
origin/mainsession-startstderr hint when the AgentMemory server is unreachableplugin/scripts/session-start.mjsand hook smoke coverageCloses #536.
Validation
session-startsmoke test failed before the fix becausestderrWritewas undefinedcorepack pnpm exec vitest run test/hook-source-smoke.test.ts -t "session-start is fire-and-forget by default and writes context only when opted in"corepack pnpm run buildcorepack pnpm exec vitest run test/hook-source-smoke.test.ts test/copilot-plugin.test.ts test/build-package-contract.test.tscorepack pnpm exec vitest run test/cli-connect.test.ts test/copilot-plugin.test.ts test/onboarding.test.ts test/build-package-contract.test.ts test/hook-source-smoke.test.tscorepack pnpm run lintcorepack pnpm testsemgrep scan --config p/default --error --metrics=off .osv-scanner scan source .git diff --cached --checkgitleaks protect --staged --redactNotes
origin/mainadvanced during the branch prep; merged captured base commit667f19f542b3959c29a553d17c8571d6cd673ad3into this branch and reran targeted tests, lint, and full tests.origin/main; this PR only fills the remainingsession-startunreachable-server hint behavior.