Skip to content

feat: support first-class /retry via API#3391

Open
duongynhi000005-oss wants to merge 1 commit into
tailcallhq:mainfrom
duongynhi000005-oss:fix/retry-api-389
Open

feat: support first-class /retry via API#3391
duongynhi000005-oss wants to merge 1 commit into
tailcallhq:mainfrom
duongynhi000005-oss:fix/retry-api-389

Conversation

@duongynhi000005-oss
Copy link
Copy Markdown

@duongynhi000005-oss duongynhi000005-oss commented May 25, 2026

Summary

  • add API::retry(conversation_id) as a first-class API path
  • retry now reuses the last non-droppable user message (raw payload when present)
  • wire both interactive /retry and conversation retry <id> to the same path
  • add Conversation::last_user_message() with test coverage

Why

Closes #389

Implements API::retry(conversation_id) and wires /retry + conversation retry to reuse last non-droppable user message.

Co-Authored-By: ForgeCode <noreply@forgecode.dev>
@github-actions github-actions Bot added the type: feature Brand new functionality, features, pages, workflows, endpoints, etc. label May 25, 2026
@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: feature Brand new functionality, features, pages, workflows, endpoints, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Support for /retry

2 participants