[Bug]: Message with numbers transforms into numbered list with wrong numbers
Open
Nobody has claimed this yet.
bug
needs-triage
- Dominant language
- TypeScript
- Stars
- 23k
- Forks
- 5.9k
- Avg merge
- 11h 14m
- Merged PRs (30d)
- 357
Description
Before submitting
- I searched existing issues and did not find a duplicate.
- I included enough detail to reproduce or investigate the problem.
Area
apps/web
Steps to reproduce
- Send message
"1. test - test
- test
- test"
Expected behavior
in the sent message user see
"1. test
5. test
8. test
15. test"
Actual behavior
user sees
"1. test
2. test
3. test
4. test"
by the model reply it seems to be purely visual problem
Impact
Cosmetic issue
Version or commit
0.0.36-nightly.20260827.1205
Environment
Windows 11
Logs or stack traces
Screenshots, recordings, or supporting files
2026-08-27-15_28_28-T3_Code_(Nightly)-sGcohFsF4O.mp4
Workaround
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in apps/web by reproducing the issue with the message "1. test\n5. test\n8. test\n15. test" and inspect the rendered message and list formatting. Done means the sent message visibly preserves the original numbers, while the model reply remains unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100