tools(render): self-gate - list screenshots recursively, no plugins in gate sessions
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
parent
b7e6ec7769
commit
ea546f381b
2 changed files with 2 additions and 1 deletions
|
|
@ -67,5 +67,5 @@ if (-not $proc.WaitForExit($TimeoutSeconds * 1000)) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Write-Host "client exit code: $($proc.ExitCode)"
|
Write-Host "client exit code: $($proc.ExitCode)"
|
||||||
Get-ChildItem -LiteralPath $artifacts -Filter '*.png' | ForEach-Object { Write-Host (" {0} {1:N0} bytes" -f $_.Name, $_.Length) }
|
Get-ChildItem -LiteralPath $artifacts -Recurse -Filter '*.png' | ForEach-Object { Write-Host (" {0} {1:N0} bytes" -f $_.FullName, $_.Length) }
|
||||||
Write-Host "log: $clientLog"
|
Write-Host "log: $clientLog"
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@
|
||||||
"endpoint": { "host": "127.0.0.1", "port": 9000 },
|
"endpoint": { "host": "127.0.0.1", "port": 9000 },
|
||||||
"account": "testaccount",
|
"account": "testaccount",
|
||||||
"character": { "name": "+Acdream" },
|
"character": { "name": "+Acdream" },
|
||||||
|
"plugins": [],
|
||||||
"credential": { "provider": "environment", "reference": "ACDREAM_SELFGATE_PASS" }
|
"credential": { "provider": "environment", "reference": "ACDREAM_SELFGATE_PASS" }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue