Description
Currently, sub-agents operate from the project root. When a task is focused on a specific directory (e.g., /workspace/requirements), the agent must use absolute paths or paths relative to the root for every single operation.
Proposed Solution
I would like the ability to specify a base working directory when launching a sub-agent. If a custom directory is provided, the sub-agent should treat that folder as its current working directory, allowing it to perform file operations relative to that path.
Description
Currently, sub-agents operate from the project root. When a task is focused on a specific directory (e.g., /workspace/requirements), the agent must use absolute paths or paths relative to the root for every single operation.
Proposed Solution
I would like the ability to specify a base working directory when launching a sub-agent. If a custom directory is provided, the sub-agent should treat that folder as its current working directory, allowing it to perform file operations relative to that path.