Add documentation for CWD context fix

Co-authored-by: thedotmack <683968+thedotmack@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-11-10 19:28:39 +00:00
parent eaa2268bf9
commit 2a96214456
2 changed files with 172 additions and 0 deletions
+8
View File
@@ -7,6 +7,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Fixed
- **SDK Agent Spatial Awareness**: Added working directory (CWD) context propagation
- SDK agent now receives `<tool_cwd>` element with each tool execution
- Prevents false "file not found" reports when files exist in different repositories
- Enables accurate path matching between requested and executed paths
- Works with all models (Haiku, Sonnet, Opus) - no premium workaround needed
- See `docs/CWD_CONTEXT_FIX.md` for technical details
## [5.4.0] - 2025-11-09