mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-20 15:01:26 +00:00
fix: add missing sharedProcess property to emptyCapabilities
This commit is contained in:
parent
19f561de52
commit
9a249de840
1 changed files with 2 additions and 1 deletions
|
|
@ -31,5 +31,6 @@ export const emptyCapabilities: AgentCapabilitiesView = {
|
||||||
commandExecution: false,
|
commandExecution: false,
|
||||||
fileChanges: false,
|
fileChanges: false,
|
||||||
mcpTools: false,
|
mcpTools: false,
|
||||||
streamingDeltas: false
|
streamingDeltas: false,
|
||||||
|
sharedProcess: false
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue