工具描述:Bash(维持工作目录)
Tool Description: Bash (maintain cwd)
v2.1.53Bash tool instruction: use absolute paths and avoid cd
在整个会话期间,请尽量通过使用绝对路径并避免使用 cd 命令来保持当前工作目录不变。如果用户明确要求,您可以使用 cd。
英文原文 / English Original
Try to maintain your current working directory throughout the session by using absolute paths and avoiding usage of cd. You may use cd if the User explicitly requests it.