Skip to content

Commit 0ffec67

Browse files
refactor: remove unused V2 code (#39699)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
1 parent bd132f2 commit 0ffec67

11 files changed

Lines changed: 0 additions & 1114 deletions

File tree

packages/core/src/plugin/agent.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ import { Permission } from "../permission"
1111
// Combined output files written by the Shell service, e.g. `<data>/shell/<projectID>/<shellID>.out`.
1212
// Whitelisted so agents can read a command's full captured output without an external-directory prompt.
1313
const SHELL_OUTPUT_GLOB = path.join(Global.Path.data, "shell", "*", "*")
14-
const BUILD_SYSTEM =
15-
"You are an AI coding agent. Help the user accomplish software engineering tasks by inspecting the workspace, making targeted changes, and using tools according to the configured permissions."
1614

1715
const PROMPT_EXPLORE = `You are a file search specialist. You excel at thoroughly navigating and exploring codebases.
1816

0 commit comments

Comments
 (0)