summaryrefslogtreecommitdiff
path: root/packages/cli/src/tools/terminal.tool.ts
diff options
context:
space:
mode:
authorEvan Senter <[email protected]>2025-04-18 18:29:27 +0100
committerEvan Senter <[email protected]>2025-04-18 18:36:33 +0100
commitdbf4c3a37c55b8e14c9fefd1f839d3555072e17b (patch)
tree8ae6e7136eaec78573cd86fb982e4a725079bfe7 /packages/cli/src/tools/terminal.tool.ts
parentf330a87e50fb6e8e4f1949851f8f6b6cf53d7776 (diff)
Revert "Including a test harness for it, and making sure the cursor is always at the end."
This reverts commit 97db77997fd6369031d2f1cf750051999fb0b5b5.
Diffstat (limited to 'packages/cli/src/tools/terminal.tool.ts')
-rw-r--r--packages/cli/src/tools/terminal.tool.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/cli/src/tools/terminal.tool.ts b/packages/cli/src/tools/terminal.tool.ts
index ce524fa5..73f4af7d 100644
--- a/packages/cli/src/tools/terminal.tool.ts
+++ b/packages/cli/src/tools/terminal.tool.ts
@@ -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