Tags: fxxkrlab/ACP_PLUGINS
Tags
fix: v1.0.3 — use host shared deps + host API instance - Externalize React/ReactDOM/jsx-runtime/react-query with window globals (avoids dual React instance crash + "No QueryClient" error) - Use host's authenticated axios via window.__ACP_API (fixes 401 on stale JWT — host handles token refresh) - Plugin size reduced to 28KB (was 114KB when bundling all deps) - Requires Panel >= 1.0.20 (which exposes window globals) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
fix: v1.0.2 — build as IIFE, bundle all deps (no externals) Browser native ES modules can't resolve bare specifiers like 'react'. Changed from ES module + externals to self-contained IIFE format. Plugin size: 114KB (35KB gzip) — acceptable. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
fix: v1.0.1 — frontend build + code quality fixes - Bump version to 1.0.1, min_panel_version to 1.0.8 - Include built frontend/dist/remoteEntry.js in repository - Fix N+1 query in get_request_stats (single GROUP BY instead of 4 queries) - Fix get_request_detail: joinedload tg_user for user info display - Add dispose_engines() in teardown for media library cleanup - Add .gitignore for node_modules/__pycache__ Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>