mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 09:01:17 +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,
|
||||
fileChanges: false,
|
||||
mcpTools: false,
|
||||
streamingDeltas: false
|
||||
streamingDeltas: false,
|
||||
sharedProcess: false
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue