You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automated upstream merge for v0.82.0 did not complete cleanly (result: CONFLICTS).
Agent report
Upstream merge report
Generated: 2026-07-24T11:59:23Z
Result
MERGE_RESULT: CONFLICTS
The bot branch attempted a history-preserving merge of upstream/main for upstream release v0.82.0, but the merge was aborted because the unresolved conflicts include multiple high-risk fork-owned runtime surfaces. A mechanical resolution would risk silently dropping fork behavior.
Refs
Current branch before merge: automation/upstream-v0.82.0-30090125925
The merge conflicts cross the fork notes' highest-risk areas:
packages/coding-agent/src/core/agent-session.ts, packages/coding-agent/src/core/compaction/*, and related tests conflict with fork-owned compaction lifecycle, retry/fallback admission, queue ownership, provenance, and manual compaction abort semantics.
packages/coding-agent/src/modes/rpc/rpc-mode.ts conflicts with fork-owned multi-session RPC behavior, auth commands, event pass-through, and session-owned provider/MCP state.
packages/ai/src/types.ts and provider adapters conflict between fork-owned freeform/text-tool-call/video/provider-scope behavior and upstream constrained-sampling/model-data changes.
packages/agent/src/agent-loop.ts and packages/agent/src/agent.ts conflict between fork-owned stream timeout, incomplete tool-call retry, queued-message drain suppression, and upstream default stream-function refactor.
packages/tui/src/tui.ts and render tests conflict with fork-owned differential-rendering, FPS cap, and scrollback behavior.
Upstream renamed packages/orchestrator to packages/server; the fork has package-specific AGENTS guidance, config/env semantics, and Radius credential behavior that need a semantic package-rename decision.
Generated model files conflict. They should be regenerated from merged generator/data changes, not edited by hand.
Automated upstream merge for
v0.82.0did not complete cleanly (result:CONFLICTS).Agent report
Upstream merge report
Generated: 2026-07-24T11:59:23Z
Result
MERGE_RESULT: CONFLICTS
The bot branch attempted a history-preserving merge of
upstream/mainfor upstream releasev0.82.0, but the merge was aborted because the unresolved conflicts include multiple high-risk fork-owned runtime surfaces. A mechanical resolution would risk silently dropping fork behavior.Refs
automation/upstream-v0.82.0-3009012592538bd3a3cf8a47c1201969117b1a82a5af7daac9cupstream/main:7df73a00c6cf85c000bf1ce1594c9284067a92f0v0.82.0:083e61621276bff9f6faefab87ce07fcd98734e2Upstream range sampled
7df73a00cAdd [Unreleased] section for next cycle083e61621Release v0.82.0e8d97fee1feat(ai): update generated image modelse16172069docs(coding-agent): add model reload changelog entryf87468131fix(coding-agent): reload model config in picker (#7036)8472c486fdocs(coding-agent): add missing clipboard changelog entryfc8048d23fix(coding-agent): bundle model data in release sourceee0dca45bdocs: audit unreleased changelog entriesedbf941dachore: approve contributors from issue #70402d3f55542fix: await wl-copy exit code and fall through to xclip on failure (#7009)24bace27cfeat(ai): support constrained sampling (#6341)ec1a87e85fix(coding-agent): require protobufjs 7.6.5, closes #7005Preserved fork work sampled
38bd3a3cfMerge pull request fix(coding-agent): stabilize compaction lifecycle #310 from minpeter/fix/compaction-fallback-fsmb3f643e91fix(coding-agent): canonicalize replay tenant identity10a82f30dfix(coding-agent): bind remote replay provenance9bda06bdafix(coding-agent): validate remote replay provenance4bf034432fix(coding-agent): preserve compaction hook semantics0a2abcc1afix(coding-agent): apply hooks to compaction providersb159746bdfix(coding-agent): preserve compacted context redactiona0d5a41eafix(coding-agent): claim compaction admission synchronously019bcb75ffix(coding-agent): serialize compaction continuations4437cbdb7fix(coding-agent): close final provider boundaries8970f6754fix(coding-agent): preserve retry compaction ownership668735508test(coding-agent): pin fallback retry overflow ownership past post-retry compaction skipWhy automatic resolution stopped
The merge conflicts cross the fork notes' highest-risk areas:
packages/coding-agent/src/core/agent-session.ts,packages/coding-agent/src/core/compaction/*, and related tests conflict with fork-owned compaction lifecycle, retry/fallback admission, queue ownership, provenance, and manual compaction abort semantics.packages/coding-agent/src/modes/rpc/rpc-mode.tsconflicts with fork-owned multi-session RPC behavior, auth commands, event pass-through, and session-owned provider/MCP state.packages/ai/src/types.tsand provider adapters conflict between fork-owned freeform/text-tool-call/video/provider-scope behavior and upstream constrained-sampling/model-data changes.packages/agent/src/agent-loop.tsandpackages/agent/src/agent.tsconflict between fork-owned stream timeout, incomplete tool-call retry, queued-message drain suppression, and upstream default stream-function refactor.packages/tui/src/tui.tsand render tests conflict with fork-owned differential-rendering, FPS cap, and scrollback behavior.packages/orchestratortopackages/server; the fork has package-specific AGENTS guidance, config/env semantics, and Radius credential behavior that need a semantic package-rename decision.Unresolved conflict files
Work not performed
Resolve manually, then re-run
Upstream Agent Mergewithforce=true.