preferences-get
preferences-getRetrieve current user preferences. Optionally provide path and machine_id to resolve worktree case, with response indicating source as worktree or global.
Instructions
Gets the current user's preferences. Pass path and machine_id to auto-resolve the worktree case as current_case_id (falls back to global current_case_id if no worktree match). Response includes case_source: 'worktree' or 'global'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| machine_id | No | Agent's machine hostname. Required with path for worktree case lookup. | |
| path | No | Agent's working directory (pwd). If provided with machine_id, overrides current_case_id with the worktree's linked case. |