milestone: integrate M1+M2 changes to unblock merge order#2123
Open
SupenBysz wants to merge 9 commits intocode-yeongyu:devfrom
Open
milestone: integrate M1+M2 changes to unblock merge order#2123SupenBysz wants to merge 9 commits intocode-yeongyu:devfrom
SupenBysz wants to merge 9 commits intocode-yeongyu:devfrom
Conversation
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This was referenced Feb 26, 2026
There was a problem hiding this comment.
No issues found across 13 files
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Requires human review: Logic changes in model fallback selection and plugin discovery (M2) introduce new behaviors that, while intended to stabilize, carry inherent risk under '100% sure no regressions' criteria.
Author
|
Milestone execution status:
Maintainer action:
I can run and post the M3 closure report immediately after merge. |
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.
Purpose
This PR provides a single integrated branch containing both M1 and M2 deliverables to avoid merge-order blocking.
Includes
ktairoadmapMerge Strategy
Verification
bun test src/shared/model-error-classifier.test.ts src/hooks/model-fallback/hook.test.ts src/plugin/event.model-fallback.test.ts src/cli/model-fallback.test.ts src/hooks/session-notification.test.ts src/hooks/session-notification-input-needed.test.ts src/plugin/tool-execute-before-session-notification.test.ts src/cli/mcp-oauth/login.test.ts src/plugin-config.test.ts src/plugin/hooks/create-transform-hooks.test.ts src/features/claude-code-plugin-loader/discovery.test.tsbun run typecheckbun run buildResult:
Notes
Summary by cubic
Integrates M1 regression stabilization and M2 injection/loader updates into one branch to unblock merge sequencing. Stabilizes model fallback and session notifications, and adds a context-injection toggle plus a managed default plugin when no DB exists.
New Features
Bug Fixes
Written for commit 8610160. Summary will update on new commits.