paperclip/server
nickyleach 3590e26d6b
fix(server): add a real retrieval path for the omitted resolved recovery-action history
The wake prompt told the agent to fetch the recovery-action history for
recovery outcomes dropped by the item cap. GET /issues/:id/recovery-actions
returned only the active action, so the agent had no way to recover the
dropped rows. Add a status=resolved query to the same route, backed by a
new listResolvedForIssue lookup, and update the prompt to name the exact
call.

Co-authored-by: Paperclip <noreply@paperclip.ing>
2026-09-10 19:47:41 -07:00
..
scripts fix(server): bundle the vendored paperclip-runner instead of hand-mirroring its deps (#13121) 2026-09-09 16:38:17 -07:00
src fix(server): add a real retrieval path for the omitted resolved recovery-action history 2026-09-10 19:47:41 -07:00
CHANGELOG.md
package.json fix(server): bundle the vendored paperclip-runner instead of hand-mirroring its deps (#13121) 2026-09-09 16:38:17 -07:00
tsconfig.json
vitest.config.ts fix(server): bundle the vendored paperclip-runner instead of hand-mirroring its deps (#13121) 2026-09-09 16:38:17 -07:00