mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-20 10:10:56 -07:00
Revert "Including a test harness for it, and making sure the cursor is always at the end."
This reverts commit 97db77997f.
This commit is contained in:
@@ -142,7 +142,10 @@ export class TerminalTool extends BaseTool<
|
||||
private rejectShellReady: ((reason?: any) => void) | undefined; // Definite assignment assertion
|
||||
private readonly backgroundTerminalAnalyzer: BackgroundTerminalAnalyzer;
|
||||
|
||||
constructor(rootDirectory: string, outputLimit: number = MAX_OUTPUT_LENGTH) {
|
||||
constructor(
|
||||
rootDirectory: string,
|
||||
outputLimit: number = MAX_OUTPUT_LENGTH,
|
||||
) {
|
||||
const toolDisplayName = 'Terminal';
|
||||
// --- LLM-Facing Description ---
|
||||
// Updated description for background tasks to mention polling and LLM analysis
|
||||
|
||||
Reference in New Issue
Block a user