co-mono/packages/ai/src/utils
Mario Zechner b712d1ca43 fix(ai, web-ui): browser compatibility for pi-ai, update tsgo for decorator support
- Update @typescript/native-preview to 7.0.0-dev.20260120.1 (supports experimentalDecorators)
- Replace top-level node:fs, node:os, node:path imports with dynamic imports in stream.ts
- Replace top-level node:os import with dynamic import in openai-codex-responses.ts
- Replace top-level node:crypto, node:http imports with dynamic imports in openai-codex.ts
- Replace Buffer.from with atob for browser-compatible base64 decoding

fixes #873
2026-01-22 01:33:46 +01:00
..
oauth fix(ai, web-ui): browser compatibility for pi-ai, update tsgo for decorator support 2026-01-22 01:33:46 +01:00
event-stream.ts refactor(ai): improve error handling and stop reason types 2025-09-18 19:57:13 +02:00
json-parse.ts refactor(ai): improve error handling and stop reason types 2025-09-18 19:57:13 +02:00
overflow.ts Add MiniMax provider support (#656 by @dannote) 2026-01-13 02:27:09 +01:00
sanitize-unicode.ts Add Unicode surrogate sanitization for all providers 2025-10-13 14:26:54 +02:00
typebox-helpers.ts refactor(ai): improve error handling and stop reason types 2025-09-18 19:57:13 +02:00
validation.ts fix(ai): coerce string numbers in tool argument validation (#786) 2026-01-16 20:16:13 +01:00