Skip to content

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

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

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.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 5, 2026

Action required: PR inactive for 5 days.
Status update or closure in 10 days.

@github-actions github-actions Bot added the state: inactive No current action needed/possible; issue fixed, out of scope, or superseded. label Jun 5, 2026
@amitksingh1490
Copy link
Copy Markdown
Contributor

This feature is already supported

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

Labels

state: inactive No current action needed/possible; issue fixed, out of scope, or superseded. 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

3 participants