fix: apply AgentOS runtime permissions
This commit is contained in:
@@ -23,6 +23,7 @@ const workspace = agentOS<undefined, { token: string }>({
|
||||
throw new Error("Unauthorized workspace connection");
|
||||
}
|
||||
},
|
||||
permissions: codexConfig.permissions,
|
||||
software: codexConfig.software,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user