it0/packages
hailin 14e8d7019a fix: use dynamic import helper for ESM-only claude-agent-sdk
tsc with module=commonjs converts `await import()` to require(),
which breaks ESM-only packages. Use Function('return import()')
workaround to preserve native dynamic import at runtime.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 06:18:04 -08:00
..
gateway fix: add users endpoint, admin route, and fix agent-config paths 2026-02-22 00:35:57 -08:00
services fix: use dynamic import helper for ESM-only claude-agent-sdk 2026-02-23 06:18:04 -08:00
shared feat: 完成 iAgent App 三大功能 + 修复租户上下文 2026-02-23 01:10:52 -08:00