refactor: extract autoFormat utils from ChatMessage to lib with tests

- Move guessLanguage, looksLikeCode, autoFormatText to src/lib/autoFormat.ts
- Add comprehensive test suite (23 tests) covering language detection, code detection, and auto-formatting
- Reduce ChatMessage.tsx by ~90 lines
- Total tests: 238 (up from 215)
This commit is contained in:
Nicolas Varrot
2026-03-03 21:04:06 +00:00
parent bd7763a6d3
commit b7c18d5f3c
5 changed files with 229 additions and 99 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "pinchchat",
"version": "1.68.2",
"version": "1.68.3",
"description": "A sleek, dark-themed webchat UI for OpenClaw — monitor sessions, stream responses, and inspect tool calls in real-time.",
"type": "module",
"repository": {