fix: apply AgentOS runtime permissions

This commit is contained in:
-Puter
2026-07-28 17:49:41 +05:30
parent f9ebcb4a01
commit 1e7c893985

View File

@@ -23,6 +23,7 @@ const workspace = agentOS<undefined, { token: string }>({
throw new Error("Unauthorized workspace connection");
}
},
permissions: codexConfig.permissions,
software: codexConfig.software,
});