fix(tui): guide long shell work to background#2947
Conversation
There was a problem hiding this comment.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
There was a problem hiding this comment.
Code Review
This pull request updates the system prompts, tool descriptions, and associated tests to explicitly define "long-running" shell commands as those expected to take more than 5 seconds. This establishes a concrete threshold for when background execution (via task_shell_start or background: true) should be preferred over foreground execution. There are no review comments, so I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
There was a problem hiding this comment.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
Fixes #2939.
Summary
Verification