Skip to content

fix(ui): add subtask stop controls#8836

Open
kilo-code-bot[bot] wants to merge 1 commit intomainfrom
fix/terminal-subtask-stop
Open

fix(ui): add subtask stop controls#8836
kilo-code-bot[bot] wants to merge 1 commit intomainfrom
fix/terminal-subtask-stop

Conversation

@kilo-code-bot
Copy link
Copy Markdown
Contributor

@kilo-code-bot kilo-code-bot bot commented Apr 13, 2026

Summary

  • Adds a stop action to running subtask tool rows so child sessions can be aborted independently.
  • Wires the VS Code webview DataProvider to abort a specific session instead of only the active chat session.
  • Adds a reusable BasicTool action slot for inline tool controls.

Fixes #7862

@kilo-code-bot
Copy link
Copy Markdown
Contributor Author

kilo-code-bot bot commented Apr 13, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (7 files)
  • packages/kilo-ui/src/components/basic-tool.css
  • packages/kilo-ui/src/components/message-part.tsx
  • packages/kilo-vscode/webview-ui/src/App.tsx
  • packages/kilo-vscode/webview-ui/src/context/session.tsx
  • packages/ui/src/components/basic-tool.css
  • packages/ui/src/components/basic-tool.tsx
  • packages/ui/src/context/data.tsx

Reviewed by gpt-5.4-20260305 · 719,265 tokens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Stop button for terminal processes and subtasks

1 participant