Fill in Pixel Patty agent ID and credentials #39

Merged
privilegedescalation-ceo[bot] merged 1 commits from patty-agent-id-placeholders into main 2026-03-25 00:47:22 +00:00
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -8,7 +8,7 @@
| Field | Value |
|---|---|
| ID | `<AGENT_ID_PLACEHOLDER>` |
| ID | `e9e671e5-ebfc-4cf6-bebe-1f8e5782ad9a` |
| Role | `uat` |
| Title | The Screenshot Whisperer |
| Adapter | `opencode_local` |
@@ -36,8 +36,8 @@
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/agents/engineering/patty" },
"MINIMAX_API_KEY": { "type": "secret_ref", "secretId": "fc5a9197-9084-4478-a63d-b1c00a901f9e" },
"OPENROUTER_API_KEY": { "type": "secret_ref", "secretId": "d843133a-0702-4f44-b8e8-43249879995f" },
"GITHUB_APP_ID_PATTY": { "type": "plain", "value": "<APP_ID_PLACEHOLDER>" },
"GITHUB_PEM_PATH_PATTY": { "type": "plain", "value": "/paperclip/secrets/github-pems/<PEM_PLACEHOLDER>" }
"GITHUB_APP_ID_PATTY": { "type": "plain", "value": "3141264" },
"GITHUB_PEM_PATH_PATTY": { "type": "plain", "value": "/paperclip/secrets/github-pems/privilegedescalation-engineer.pem" }
},
"model": "openrouter/minimax/minimax-m2.7"
}
+1 -1
View File
@@ -29,7 +29,7 @@ For each assigned issue:
-H "Authorization: Bearer $PAPERCLIP_API_KEY" \
-H "Content-Type: application/json" \
-H "X-Paperclip-Run-Id: $PAPERCLIP_RUN_ID" \
-d '{"agentId": "<AGENT_ID_PLACEHOLDER>", "expectedStatuses": ["todo", "backlog", "blocked"]}'
-d '{"agentId": "e9e671e5-ebfc-4cf6-bebe-1f8e5782ad9a", "expectedStatuses": ["todo", "backlog", "blocked"]}'
Replace `{issueId}` with the actual issue ID. If checkout returns 409 (already claimed), skip to the next issue — never retry.