Skip to content

fix(eve): add session cancellation by token#640

Open
iroiro147 wants to merge 1 commit into
vercel:mainfrom
iroiro147:fix/wedged-session-hook-recovery-541
Open

fix(eve): add session cancellation by token#640
iroiro147 wants to merge 1 commit into
vercel:mainfrom
iroiro147:fix/wedged-session-hook-recovery-541

Conversation

@iroiro147

Copy link
Copy Markdown
Contributor

Summary

  • add a runtime cancelSession path that cancels the workflow run owning a continuation token
  • expose an authenticated DELETE /eve/v1/session route on the default eve channel for operator recovery
  • document the cancellation contract and add the patch changeset for the published package

Refs #541.

Tests

  • pnpm --filter eve exec vitest run --config vitest.unit.config.ts src/execution/workflow-runtime.test.ts src/public/channels/eve.test.ts src/internal/nitro/routes/channel-dispatch.test.ts src/channel/send.test.ts src/channel/cross-channel-receive.test.ts src/channel/schedule.test.ts src/public/channels/chat-sdk/chatSdkChannel.test.ts src/public/channels/github/githubChannel.test.ts src/public/channels/linear/linearChannel.test.ts src/public/channels/teams/teamsChannel.test.ts src/runtime/session-callback-route.test.ts test/eve-run-stream-channel.test.ts
  • pnpm --filter eve exec vitest run --config vitest.scenario.config.ts test/scenarios/cross-channel-receive.scenario.test.ts test/scenarios/schedule-trigger.scenario.test.ts
  • pnpm --filter eve run typecheck
  • pnpm docs:check
  • pnpm guard:invariants
  • pnpm exec oxlint --deny-warnings
  • pnpm exec oxfmt --check ...
  • git diff --check

Signed-off-by: iroiro147 <sarthak.singh@juspay.in>
@vercel

vercel Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

@iroiro147 is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

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