Netclaw 0.15.1
0.15.1 2026-04-24
Netclaw v0.15.1 — Project directory tracking and automatic context loading
Features
- Added
set_working_directorytool and project directory tracking — sessions now track a mutableProjectDirectoryinWorkingContextthat persists across crash and restart. When a project directory is set, the session automatically discovers and loads the project's identity file (.netclaw/AGENTS.md,CLAUDE.md,AGENTS.md, orCONTEXT.md— first match wins) into the system prompt alongside global identity layers. The loaded project context is stable across turns and benefits from prompt caching. Theset_working_directorytool validates that the target path exists and is within the audience's allowed file access roots; Public and Team audiences cannot use it by default. Also addssession_dirto the[session]context block so the agent knows its full session directory path. Closes #595, #596. (#734)
Dependencies
- Bumped
Microsoft.Extensions.AI.Abstractionsfrom 10.4.1 to 10.5.0. (#736)