Uh oh!
There was an error while loading. Please reload this page.
fix(desktop): align goal adapter event fixtures - #3643
Closed
liuxiaocs7 wants to merge 1 commit into
Closed
Conversation
liuxiaocs7force-pushed
the
fix/desktop-goal-services-adapter-build
branch
from
August 23, 2026 16:56
a9efc2d to
949e98cCompareRemove the obsolete sessions_changed discriminator from Goal adapter test events so they conform to SessionChangedEvent and restore the Desktop build. Fixesapache#3641 Generated-by: OpenAI Codex
liuxiaocs7force-pushed
the
fix/desktop-goal-services-adapter-build
branch
from
August 23, 2026 16:59
949e98c to
03587cdCompare
This was referenced Aug 23, 2026
liuxiaocs7
commented
Aug 23, 2026
MemberAuthor
solved by #3642 |
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 freeto 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
Remove the obsolete
sessions_changeddiscriminator from the Goal services adapter test fixtures. The fixtures now match the currentSessionChangedEventcontract, restoring the Desktop main-process build and repository-wide typechecking.Fixes#3641
Verification
npm run lintnpm run format:checknpm run buildnpm run typechecknpm --workspace @maka/desktop test— 1331 passednpx knip --workspace apps/desktop— passed with two existing configuration hintsgit diff --checkAI use
Select exactly one:
Tool(s) and scope: OpenAI Codex diagnosed the regression, searched for duplicate issues and pull requests, aligned the test fixtures with the shared event contract, and ran the verification. The commit includes a
Generated-by: OpenAI Codextrailer.Checklist
Does this PR entail a change in behavior?