refactor(CreditShopping): 将 ParseParams 移到仅执行一次的初始化节点#1222
Merged
overflow65537 merged 2 commits intoRefactor/Creditshoppingfrom Mar 12, 2026
Merged
refactor(CreditShopping): 将 ParseParams 移到仅执行一次的初始化节点#1222overflow65537 merged 2 commits intoRefactor/Creditshoppingfrom
overflow65537 merged 2 commits intoRefactor/Creditshoppingfrom
Conversation
Closed
…重复调用 Co-authored-by: overflow65537 <[email protected]>
Copilot
AI
changed the title
[WIP] [WIP] Address feedback on multi-select box support
refactor(CreditShopping): 将 ParseParams 移到仅执行一次的初始化节点
Mar 12, 2026
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.
CreditShoppingParseParams(解析节点 JSON 并调用OverridePipeline)绑定在CreditShoppingScanItem上,该节点在每轮购买循环中都会被触发,造成重复开销与日志膨胀。变更
CreditShoppingInit节点(max_hit: 1):承接CreditShoppingParseParams动作,每次任务仅执行一次CreditShoppingShopping.next:优先尝试CreditShoppingInit;max_hit耗尽后自动回落至CreditShoppingScanItemCreditShoppingScanItem:移除action/custom_action字段,该节点仅保留识别逻辑📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.