release: prepare v0.15.1 release notes and version bump#740
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Netclaw v0.15.1 — Project directory tracking and automatic context loading
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. Closes Track session CWD in WorkingContext and emit as [working-context] + [project-instructions] #595, Resolve shell + file tool paths against session CWD #596. (feat(openspec): project directory tracking and automatic context loading (#595, #596) #734)Microsoft.Extensions.AI.Abstractionsfrom 10.4.1 to 10.5.0. (Bump Microsoft.Extensions.AI.Abstractions from 10.4.1 to 10.5.0 #736)Test plan
v0.15.1will be pushed post-merge to trigger the release workflow