feat: expand secure runtime and workspace UX

This commit is contained in:
lofyer
2026-08-04 00:57:08 +08:00
parent 09e9fbf5e2
commit 2910d315f7
56 changed files with 6164 additions and 882 deletions
+4
View File
@@ -33,6 +33,10 @@ export class AgentRuntimeController implements AgentRuntime {
return this.current.runtime.requiresToolApproval
}
get runtimeId(): AgentRuntimeStatus['id'] | undefined {
return this.current.runtime.runtimeId
}
get supportsToolExecution(): boolean {
return this.current.runtime.supportsToolExecution
}