Skip to content

fix(eve): preserve concurrent approval authorization - #1353

Closed
benpankow wants to merge 1 commit into
ben/hitl-split-authorizer-modulefrom
ben/hitl-concurrent-authorization
Closed

fix(eve): preserve concurrent approval authorization#1353
benpankow wants to merge 1 commit into
ben/hitl-split-authorizer-modulefrom
ben/hitl-concurrent-authorization

Conversation

@benpankow

@benpankow benpankow commented Jul 29, 2026

Copy link
Copy Markdown
Collaborator

Summary

Hardens the chosen multi-responder semantics:

  • merges concurrent pending authorization challenges instead of overwriting them
  • stores the exact authorization name on each candidate for callback resume
  • lazily expires overdue candidates at the next touch boundary
  • includes responder principal correlation on candidate lifecycle events
  • keeps Slack candidate-to-user presentation mapping durable across other responders clicking
  • ensures rejection/failure feedback targets the candidate owner, not merely the latest session caller

Validation

  • pnpm --filter eve exec vitest run --config vitest.unit.config.ts src/harness/authorization.test.ts src/public/channels/slack/defaults.test.ts src/execution/subagent-auth-proxy.integration.test.ts src/harness/approval-candidates.test.ts src/harness/input-requests.test.ts
  • pnpm --filter eve typecheck

Stack

Depends on #1352.

Signed-off-by: benpankow <ben.pankow@vercel.com>
@vercel

vercel Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
eve-docs Ready Ready Preview Jul 29, 2026 8:24pm
eve-docs-4759 Ready Ready Preview, v0 Jul 29, 2026 8:24pm

@benpankow

Copy link
Copy Markdown
Collaborator Author

Superseded by the consolidated 7-PR implementation stack starting at #1368 (GitHub stack #1375).

@benpankow benpankow closed this Jul 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant