Skip to content

fix(runtime): accept interaction request digests - #863

Merged
drewstone merged 1 commit into
mainfrom
fix/retained-interaction-request-digest
Aug 15, 2026
Merged

fix(runtime): accept interaction request digests#863
drewstone merged 1 commit into
mainfrom
fix/retained-interaction-request-digest

Conversation

@drewstone

Copy link
Copy Markdown
Contributor

Fixes #858.

Retained response commands now validate only the exact run coordinates. Their request digest identifies the interaction request, so the provider validates it against its durable interaction record.

Proof:

  • pnpm exec vitest run src/runtime/retained-run.test.ts — 37/37 passed
  • pnpm run typecheck — passed
  • pnpm exec biome check src/runtime/retained-run-binding.ts tests/helpers/retained-run-child.ts — passed

The restart integration now answers with the digest from the replayed canonical interaction instead of the retained turn digest.

@tangletools tangletools left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Auto-approved drewstone PR — 2070172d

This PR was opened by the trusted drewstone account.
The full PR reviewer audit still runs separately and will publish findings if it detects issues.

This approval is provisional. It rests on the audit running. If the audit cannot run — for example the CLI bridge rejects it — this approval is dismissed rather than left standing, so an unrun check never reads as a passing one.

tangletools · auto-approval · reason: drewstone_author · 2026-08-15T05:43:56Z

@drewstone
drewstone merged commit 4b57fda into main Aug 15, 2026
4 checks passed
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.

fix(runtime): accept interaction request digests on retained responses

2 participants