co-mono/packages/coding-agent/src
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
..
cli feat(coding-agent): add resume scope toggle with async loading 2026-01-12 00:00:03 +01:00
core Revert "Fix jiti alias resolution in dev mode with tsx" 2026-01-12 17:41:46 +01:00
modes Use globalThis for theme to share across module loaders 2026-01-12 17:51:41 +01:00
utils feat: Add skill slash commands and fuzzy matching for all commands 2026-01-11 17:56:11 +01:00
cli.ts Remove old implementation files (main.ts, cli.ts, tui-renderer.ts), rename new files 2025-12-09 01:21:28 +01:00
config.ts chore: remove deprecation comment from getToolsDir, add changelog entry for #470 2026-01-05 20:26:48 +01:00
index.ts Change getAllTools() to return ToolInfo[] instead of string[] 2026-01-12 17:18:43 +01:00
main.ts Merge branch 'tmp-2025-01-11' - resume scope toggle with async loading (#620) 2026-01-12 00:00:28 +01:00
migrations.ts chore: remove deprecation comment from getToolsDir, add changelog entry for #470 2026-01-05 20:26:48 +01:00