mirror of
https://bitbucket.org/siakitem/my-pi.git
synced 2026-08-28 08:35:57 +00:00
Merge branch 'my-pi-worktree1'
# Conflicts: # AGENTS.md # pi-tool-search/CHANGELOG.md # pi-tool-search/docs/dynamic-tool-loading.md
This commit is contained in:
@@ -157,6 +157,15 @@ export const BUNDLE_GROUP_DEFINITIONS: BundleGroupDefinition[] = [
|
||||
keywords: ["remember", "outcome", "lesson", "error", "记住", "反馈", "项目经验"],
|
||||
tools: ["hippo_remember", "hippo_outcome"],
|
||||
},
|
||||
{
|
||||
id: "user-interaction",
|
||||
title: "Interactive user questions",
|
||||
summary: "Pause the agent and collect one or more structured decisions from the user in the TUI.",
|
||||
useWhen: ["A missing requirement, preference, confirmation, or choice must come directly from the user before continuing"],
|
||||
avoidWhen: ["The user's direct messages already provide the answer, or the task can proceed without another decision"],
|
||||
keywords: ["ask", "question", "clarify", "choice", "preference", "提问", "澄清", "选择", "确认"],
|
||||
tools: ["ask_user_question"],
|
||||
},
|
||||
{
|
||||
id: "mcp-management",
|
||||
title: "MCP management",
|
||||
|
||||
Reference in New Issue
Block a user