feat(agents): Require gateway workspace root and main session key for agent provisioning

This commit is contained in:
Abhimanyu Saharan
2026-02-04 17:14:47 +05:30
parent 8aa96ca876
commit d3642a5efd
6 changed files with 92 additions and 24 deletions

View File

@@ -206,7 +206,7 @@ export default function EditBoardPage() {
<Input
value={gatewayWorkspaceRoot}
onChange={(event) => setGatewayWorkspaceRoot(event.target.value)}
placeholder="~/.openclaw/workspaces"
placeholder="~/.openclaw"
disabled={isLoading}
/>
</div>

View File

@@ -166,7 +166,7 @@ export default function NewBoardPage() {
<Input
value={gatewayWorkspaceRoot}
onChange={(event) => setGatewayWorkspaceRoot(event.target.value)}
placeholder="~/.openclaw/workspaces"
placeholder="~/.openclaw"
disabled={isLoading}
/>
</div>