agent: add workspace override option to AgentCommandOpts
This commit is contained in:
parent
459ec9766a
commit
81ce5eac3a
@ -78,4 +78,6 @@ export type AgentCommandOpts = {
|
||||
inputProvenance?: InputProvenance;
|
||||
/** Per-call stream param overrides (best-effort). */
|
||||
streamParams?: AgentStreamParams;
|
||||
/** Workspace directory override (passed via RPC from the web UI for profile switching). */
|
||||
workspace?: string;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user