Skip to content

fix: timestamp say transcripts at speech start - #7110

Merged
chenghao-mou merged 1 commit into
mainfrom
chenghao/fix/AGT-3437-session-say-transcript-timestamp
Sep 4, 2026
Merged

fix: timestamp say transcripts at speech start#7110
chenghao-mou merged 1 commit into
mainfrom
chenghao/fix/AGT-3437-session-say-transcript-timestamp

Conversation

@chenghao-mou

Copy link
Copy Markdown
Member

Interrupted session.say() transcripts used commit time, which let a user turn sort ahead of an assistant turn that had already started.

Use speech-start time for the assistant message. This matches the native realtime path and preserves chronological chat context.

Fixes #7108.
Addresses AGT-3437

Initial prompt and agent context

Model: GPT-5.6

can you investigate 7108?

but we should stamp the agent transcript based on speech start, right?

should we carry the started_speaking_at in the speech handle?

makes sense, yeah, let's do that.

@devin-ai-integration devin-ai-integration Bot 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.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Devin Review

@chenghao-mou
chenghao-mou merged commit 6eb804e into main Sep 4, 2026
27 checks passed
@chenghao-mou
chenghao-mou deleted the chenghao/fix/AGT-3437-session-say-transcript-timestamp branch September 4, 2026 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reversed chat context for interrupted session.say()

3 participants