You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(config): add file_picker_dir setting for document file picker (#704)
## Summary
- Add `documents.file_picker_dir` config option (TOML +
`MICASA_FILE_PICKER_DIR` env var) to control the starting directory of
the document file picker
- Default to the system Downloads folder (`~/Downloads`) via
`xdg.UserDirs.Download` for cross-platform support (Linux XDG, macOS,
Windows)
- Graceful fallback chain: configured dir → Downloads → cwd → `"."`
closes#700
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments