co-mono/packages/ai/src
Mario Zechner a59553a881 Fix edit diff line number alignment and whitespace preservation
- Fix line numbers showing incorrect values for edits far from file start
  (e.g., 1,2,3 instead of 336,337,338). Skip count was added after displaying
  lines instead of before.

- Rewrite splitIntoTokensWithAnsi in pi-tui to preserve whitespace as separate
  tokens instead of discarding it. Wrapped lines now maintain proper alignment
  and code indentation.

- Update mom README: rename title, remove em-dashes for cleaner prose
2025-11-27 11:53:00 +01:00
..
agent chore: bump coding-agent to 0.7.14 - fix Anthropic OAuth and Mistral API compatibility 2025-11-17 12:46:59 +01:00
providers Add custom headers support for models.json 2025-11-20 17:05:31 +01:00
utils Add Unicode surrogate sanitization for all providers 2025-10-13 14:26:54 +02:00
index.ts refactor(ai): improve error handling and stop reason types 2025-09-18 19:57:13 +02:00
models.generated.ts Fix edit diff line number alignment and whitespace preservation 2025-11-27 11:53:00 +01:00
models.ts refactor(ai): Simplify API with new streaming interface and model management 2025-09-03 01:25:19 +02:00
stream.ts Limit max output tokens to 32k 2025-10-30 15:47:36 +01:00
types.ts Add custom headers support for models.json 2025-11-20 17:05:31 +01:00