Skip to content

style(agent-chat): format transcriptToMessages.test.ts with prettier - #5495

Merged
bekossy merged 2 commits into
feat/sessions-storage-reworkfrom
fix/transcript-test-formatting
Jul 27, 2026
Merged

style(agent-chat): format transcriptToMessages.test.ts with prettier#5495
bekossy merged 2 commits into
feat/sessions-storage-reworkfrom
fix/transcript-test-formatting

Conversation

@mmabrouk

Copy link
Copy Markdown
Member

The problem

Three lines in web/oss/src/components/AgentChatSlice/assets/transcriptToMessages.test.ts are not prettier-formatted. That fails two CI jobs, because ESLint also runs prettier as a rule:

  • TypeScript format: prettier --check reports the file.
  • TypeScript lint: prettier/prettier errors at lines 282 and 284.

The failure originates on this branch (#5451) and is inherited by everything stacked above it: #5486 and the six fix PRs on top of that. All of them are red for this one reason.

The fix

Ran prettier on the file. Formatting only, three lines, no behavior change.

Testing

prettier --check and eslint both pass on the file locally.

Three lines in this test are not prettier-formatted, which fails both the
TypeScript format job and the TypeScript lint job (eslint runs prettier as a
rule). The red is inherited by every PR stacked above this branch, including
#5486 and the six fixes on top of it. Formatting only, no behavior change.

Claude-Session: https://claude.ai/code/session_01KM69J7uHafgciiN5zfG7qR
@mmabrouk
mmabrouk requested a review from ardaerzin July 24, 2026 22:08
@dosubot dosubot Bot added size:XS This PR changes 0-9 lines, ignoring generated files. Frontend labels Jul 24, 2026
@coderabbitai

coderabbitai Bot commented Jul 24, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: c4f4b537-07ca-4af2-aa2c-21b0fb803405

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/transcript-test-formatting

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@vercel

vercel Bot commented Jul 24, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agenta-documentation Ready Ready Preview, Comment Jul 27, 2026 7:27pm

Request Review

@bekossy
bekossy changed the base branch from fix/transcript-hygiene to feat/sessions-storage-rework July 27, 2026 19:25
@bekossy
bekossy merged commit b18089a into feat/sessions-storage-rework Jul 27, 2026
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Frontend size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants