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
..
2026-01-22 01:33:46 +01:00
2025-09-18 19:57:13 +02:00
2025-09-18 19:57:13 +02:00
2026-01-13 02:27:09 +01:00
2025-10-13 14:26:54 +02:00
2025-09-18 19:57:13 +02:00
2026-01-16 20:16:13 +01:00