Loading
feat(cli): add VLM and query mode options to CLI arguments
* Introduce WorkspaceProcessVlmOption for VLM features. * Add ProvidersOutputOption for output format selection. * Implement QueryModeOption for specifying query modes. * Update workspace_process command to support new options.