feat(outbound,update): re-apply message-action normalization and update-runner (#2207)#2252
Merged
alexey-pelykh merged 1 commit intomainfrom Apr 10, 2026
Conversation
…te-runner from v2026.3.1/v2026.3.2 (#2207) Re-applies upstream improvements lost during PR #2191 wholesale restoration: message-action-runner.ts: - Extract 45-line inline target/channel inference to normalizeMessageActionInput() - Add toolContext fallback source handling in resolveChannel - Remove unused imports (applyTargetToParams, actionHasTarget, etc.) update-runner.ts: - Add git-based self-update mode with preflight worktree validation - Add globalInstallFallbackArgs for install error resilience - Use resolveStableNodePath for doctor invocation - Delegate tag normalization to normalizePackageTagInput - Add runStep helper for consistent step tracking - Add UI assets health verification post-doctor Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
normalizeMessageActionInput()call; addsource === "tool-context-fallback"handling inresolveChannelfor better channel routing; remove now-unused importsglobalInstallFallbackArgsfor install resilience,resolveStableNodePathfor doctor invocation,normalizePackageTagInputdelegation,runStephelper for consistent step tracking, and UI assets health verification post-doctorno-package-manager→not-git-install)All dependency modules verified to exist:
message-action-normalization.ts,package-tag.ts,stable-node-path.ts,control-ui-assets.ts,detect-package-manager.ts,update-channels.ts,update-check.ts,update-global.ts.Closes #2207
Test plan
🤖 Generated with Claude Code