File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ const PROJECT_CODE_HASH_LENGTH = 16;
6666const BACKGROUND_FAILURE_LOG_TAIL_CHARS = 4000 ;
6767const DEFAULT_COMPACT_PROMPT_TOKEN_THRESHOLD = 128 * 1024 ;
6868const DEEPSEEK_V4_COMPACT_PROMPT_TOKEN_THRESHOLD = 512 * 1024 ;
69- const PLAN_MODE_STATUS_MESSAGE = "Set Plan Mode on. Awaiting <proposed_plan>." ;
69+ const PLAN_MODE_STATUS_MESSAGE = "/plan\n └ Set Plan Mode on. Awaiting <proposed_plan>." ;
7070
7171type ChatCompletionDebugOptions = {
7272 enabled ?: boolean ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const originalConsoleWarn = console.warn;
1313const originalHome = process . env . HOME ;
1414const originalUserProfile = process . env . USERPROFILE ;
1515const tempDirs : string [ ] = [ ] ;
16- const PLAN_MODE_STATUS_MESSAGE = "Set Plan Mode on. Awaiting <proposed_plan>." ;
16+ const PLAN_MODE_STATUS_MESSAGE = "/plan\n └ Set Plan Mode on. Awaiting <proposed_plan>." ;
1717
1818/** Set homedir in a cross-platform way (HOME on Unix, USERPROFILE on Windows). */
1919function setHomeDir ( dir : string ) : void {
You can’t perform that action at this time.
0 commit comments