feat(desktop): expose agent filesystem IPC APIs

This commit is contained in:
Anish Sarkar 2026-04-23 15:45:59 +05:30
parent 1eadecee23
commit 5c3a327a0c
3 changed files with 31 additions and 0 deletions

View file

@ -51,4 +51,8 @@ export const IPC_CHANNELS = {
ANALYTICS_RESET: 'analytics:reset',
ANALYTICS_CAPTURE: 'analytics:capture',
ANALYTICS_GET_CONTEXT: 'analytics:get-context',
// Agent filesystem mode
AGENT_FILESYSTEM_GET_SETTINGS: 'agent-filesystem:get-settings',
AGENT_FILESYSTEM_SET_SETTINGS: 'agent-filesystem:set-settings',
AGENT_FILESYSTEM_PICK_ROOT: 'agent-filesystem:pick-root',
} as const;