co-mono/packages
Mario Zechner f8e5fe1ed0 Use globalThis for theme to share across module loaders
When running with tsx in dev mode, jiti loads extensions in a separate
module cache. This caused the theme to be undefined in jiti's copy of
theme.ts since initTheme() was only called on tsx's copy.

Using globalThis with Symbol.for() ensures all module instances share
the same theme, regardless of which loader created them.
2026-01-12 17:51:41 +01:00
..
agent Add [Unreleased] section for next cycle 2026-01-12 01:00:23 +01:00
ai Revert "Fix jiti alias resolution in dev mode with tsx" 2026-01-12 17:41:46 +01:00
coding-agent Use globalThis for theme to share across module loaders 2026-01-12 17:51:41 +01:00
mom Add [Unreleased] section for next cycle 2026-01-12 01:00:23 +01:00
pods Release v0.43.0 2026-01-12 00:59:39 +01:00
tui fix(tui): numbered list items showing "1." when code blocks break list continuity 2026-01-12 17:09:51 +01:00
web-ui Add [Unreleased] section for next cycle 2026-01-12 01:00:23 +01:00