co-mono/packages
Sviatoslav Abakumov 1ce870db1b
fix(coding-agent): use ESM resolution for extension alias fallback (#1821)
The previous fix (83b57924) replaced require.resolve() with bare
specifier fallbacks to avoid ERR_PACKAGE_PATH_NOT_EXPORTED for ESM-only
packages like pi-ai. However, bare specifiers are not valid jiti alias
targets, breaking extension loading in global npm installs.

Use import.meta.resolve() as the fallback instead. It respects the
"import" exports condition and returns a real file path.
2026-03-05 07:08:30 +01:00
..
agent Add [Unreleased] section for next cycle 2026-03-04 21:24:33 +01:00
ai Add [Unreleased] section for next cycle 2026-03-04 21:24:33 +01:00
coding-agent fix(coding-agent): use ESM resolution for extension alias fallback (#1821) 2026-03-05 07:08:30 +01:00
mom Add [Unreleased] section for next cycle 2026-03-04 21:24:33 +01:00
pods Release v0.56.0 2026-03-04 21:23:47 +01:00
tui fix(tui): isolate blockquote rendering from default text style 2026-03-04 21:30:54 +01:00
web-ui Add [Unreleased] section for next cycle 2026-03-04 21:24:33 +01:00