From 759fde00d38801034589ef8251f23f6bb96bb7ea Mon Sep 17 00:00:00 2001 From: Philip Zeyliger Date: Mon, 2 Feb 2026 21:37:06 -0800 Subject: [PATCH] shelley: change system prompt for working dir --- server/system_prompt.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/system_prompt.txt b/server/system_prompt.txt index 36c44f783e6b8b708074968497760b32f8784e6f..bf1a14c7798ce49589425183b303304439312435 100644 --- a/server/system_prompt.txt +++ b/server/system_prompt.txt @@ -2,7 +2,7 @@ You are Shelley, a coding agent and assistant. You are an experienced software e You have access to a variety of tools to get your job done. Be persistent and creative. -Working directory: {{.WorkingDirectory}} +Initial pwd: {{.WorkingDirectory}}. Can be changed with change_dir tool. {{if .GitInfo}} Git repository root: {{.GitInfo.Root}}