mirror of
https://github.com/cline/cline.git
synced 2026-09-19 10:13:34 +08:00
* feat: checkpoint subagent tool workflow and approval UX * feat: support subagent tool execution without native tool calls * fix: expose use_subagents when native tool calling is disabled * fix: stabilize subagent command UX and suppress nested command rows * chore: tune subagent prompt guidance for context-heavy exploration * fix: align subagent row spacing with chat row conventions * fix: keep cancelled subagent state during immediate resume * feat: implement subagent message rendering for approval prompts and progress updates * feat: enhance SubagentRunner with tool use ID resolution and fallback handling * fix: stabilize subagent cline requests with ulid and initial workspace metadata * refactor: unify subagent chat row rendering * feat: surface subagent costs in task metrics and status rows * fix: refine cli subagent tree alignment and wrapping * fix: refine subagent streaming rows in cli and webview * fix: ensure unique act mode hint keys in CLI chat * feat: add subagents settings toggle wiring across webview and cli * fix(webview): stream subagent stats per prompt while constructing prompts * fix: remove duplicate subagentsEnabled declaration after rebase * chore: restore package lockfiles to main * fix: harden task history usage parsing and clean prompt separators * chore: refine subagent response formatting guidance * feat: collapse subagent prompts with show more * feat: show latest subagent tool call in status rows * fix: fall back to non-native mode for subagents when native tools are unavailable * fix: retry empty subagent responses before failing * fix(subagents): require attempt_completion and dedupe tool result formatting * feat(subagents): polish prompt guidance and webview status row