feat(opencode): adopt app/extension user mutation routes - #354
Merged
jeonghun-jj-lee merged 1 commit intoSep 14, 2026
Merged
jeonghun-jj-lee merged 1 commit into
jeonghun-jj-lee merged 1 commit into
Conversation
Make user-initiated Sidebar, Preview, and Files Changed file operations host-mediated mutation intents. The browser sends a display-safe MutationIntent (operation, user-selected display target, idempotency key); the host resolves resource identity, snapshots the initiating panel and active session before input, obtains a #1077 operation-group context, and returns only display-safe facts. Capability discovery has full/partial/legacy/unavailable outcomes: only legacy selects existing behavior with a visible label; an invalid or unavailable context denies without falling back to an untracked mutation. Watchers revalidate only server-owned receipt references and assessment revisions, emitting invalidation and deriving no ownership, lifecycle, paths, hashes, or evidence. User origins stay distinguishable from agent, child-agent, and system. Reuse the #1077 mutation registry (new user-sidebar-op/user-preview-edit/ user-review-edit ledger routes; version 4) and its operation-group contract (idempotent retry, preflight-no-applied, explicit partials). Does not render the unified UI (#1082) or touch release (#1083). Refs harmoniqs/amicode#1080
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
jeonghun-jj-lee
marked this pull request as ready for review
September 14, 2026 01:58
jeonghun-jj-lee
merged commit Sep 14, 2026
faecf99
into
amico/issue-972-session-lineage-ledger
4 checks passed
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.
Implements harmoniqs/amicode#1080, part of #972. Merged on local gates per accelerated policy; full CI at integration PR #345.