Changed
- 🗂️ Session-aware relative path resolution — all LLM-exposed file endpoints (
list_files,read_file,write_file,display_file,replace_file_content,grep_search,glob_search) now read theX-Session-Idheader and resolve relative paths (e.g..) against the session's working directory instead of always defaulting tofs.home. Added an optionalcwdparameter toUserFS.resolve_path()to support this. Absolute paths are unaffected.