co-mono/packages
Mario Zechner c447e62662 fix(theme): add optional themeOverride param to getSettingsListTheme/getSelectListTheme
When hooks are loaded via jiti, they get a separate module instance from
the main app. This means the global 'theme' variable in the hook's module
is never initialized. Adding an optional theme parameter allows hooks to
pass the theme from ctx.ui.custom() callback.

Usage in hooks:
  getSettingsListTheme(theme)  // theme from ctx.ui.custom callback
2026-01-04 18:39:00 +01:00
..
agent Add [Unreleased] section for next cycle 2026-01-04 01:08:11 +01:00
ai feat(hooks): add tools.ts example hook for interactive tool enable/disable 2026-01-04 18:13:30 +01:00
coding-agent fix(theme): add optional themeOverride param to getSettingsListTheme/getSelectListTheme 2026-01-04 18:39:00 +01:00
mom Add [Unreleased] section for next cycle 2026-01-04 01:08:11 +01:00
pods Release v0.33.0 2026-01-04 01:07:24 +01:00
tui fix(tui): add legacy terminal support for shift+letter shortcuts 2026-01-04 18:13:29 +01:00
web-ui Add [Unreleased] section for next cycle 2026-01-04 01:08:11 +01:00