feat: add secure multi-runtime controls
Make agent backends configurable and governable with encrypted credentials, explicit context sharing, and tool approval boundaries. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
parent
1b6178b841
commit
698a15ad14
@@ -6,5 +6,10 @@ export const ipcChannels = {
|
||||
agentStatus: 'agent:get-status',
|
||||
agentRun: 'agent:run',
|
||||
agentCancel: 'agent:cancel',
|
||||
agentEvent: 'agent:event'
|
||||
agentApprovalRespond: 'agent:approval:respond',
|
||||
agentEvent: 'agent:event',
|
||||
runtimeSettingsGet: 'settings:runtime:get',
|
||||
runtimeSettingsUpdate: 'settings:runtime:update',
|
||||
contextSelectFiles: 'context:select-files',
|
||||
contextRemove: 'context:remove'
|
||||
} as const
|
||||
|
||||
Reference in New Issue
Block a user