Commit Graph

  • e356885130 test(lua): add opencode role normalization test JianFeeeee 2026-08-16 17:51:43 +08:00
  • a1d119f513 delete: 删除文件 plan.md 1.0.0 JianFeeeee 2026-08-16 15:10:59 +08:00
  • 3061a70087 style(ui): normalize index.html formatting (expanded attrs, 2-space indent) jianf 2026-08-16 13:15:38 +08:00
  • ae1e1d39b4 chore(ui): remove NapCat design-DNA references and napcat-design-dna.json; neutralize design attribution comments jianf 2026-08-16 13:05:53 +08:00
  • 3c82b07ff4 chore: remove outdated README screenshots/dupes, drop AI-assist local state (.pi-glla/.codegraph) from tracking, declare AI-assisted dev in README jianf 2026-08-16 13:00:23 +08:00
  • e4ce205b7c docs: clarify backend is a pure single binary (no docker-specific artifact); container hosting is just running the binary jianf 2026-08-16 12:51:54 +08:00
  • 8843b8cca5 feat(gui): dockerized Windows cross-build (win-builder image + one-shot dist script) + GUI/backend scenario docs jianf 2026-08-16 12:49:55 +08:00
  • 47f3b44d92 feat(gui): Electron desktop with embedded core, tray, autostart, win/linux packaging jianf 2026-08-16 09:53:05 +08:00
  • 40e08b14d2 fix: zen adapter strips multimodal parts (upstream is text-only) JianFeeeee 2026-08-13 22:08:15 +08:00
  • 2bc1d0e67a feat: opencode zen adapter + first-run config generation, fix stats/stream bugs JianFeeeee 2026-08-13 12:25:07 +08:00
  • d06210204b feat: config.yaml only, OpenRouter free models, remove runtime.json config JianFeeeee 2026-08-13 10:18:19 +08:00
  • 084c9fee2b fix: narrow-screen sidebar no longer blurred root 2026-08-12 16:05:52 +08:00
  • 3a590e5053 UI重构: 采用NapCat设计语言 root 2026-08-12 13:51:29 +08:00
  • 32303e4238 fix(ui): cache the status page so switching back to home no longer rebuilds the whole dashboard root 2026-08-11 18:44:12 +08:00
  • 788e5a3d0d fix(ui): tokens card — fix 252px height overflow, show all models with usage in legend root 2026-08-11 18:39:09 +08:00
  • bce3f1b23d fix(ui): eliminate KPI card height jump on load — all five cards fixed at 206px, chart area flex:1 root 2026-08-11 18:02:28 +08:00
  • dbee5188f8 feat(ui): align skeleton height to real KPI cards + add page/tab/card entry animations root 2026-08-11 17:55:24 +08:00
  • 12c61317fb feat(ui): loading skeleton for the KPI row so first paint isn't a sudden blank->cards pop root 2026-08-11 17:50:23 +08:00
  • a83abee378 fix(ui): stop rebuilding the five KPI cards every 3s poll (was causing a visible flicker) root 2026-08-11 17:42:51 +08:00
  • c006c3988e perf(ui): probe sources asynchronously so /api/status no longer blocks on upstream reachability root 2026-08-11 17:37:49 +08:00
  • 5ca3b7f680 fix(ui): chat model dropdown shows source (src:model pin), tokens card stacked bar + swatch legend, tokens in/out on two lines root 2026-08-11 17:34:19 +08:00
  • eee0122092 fix(ui): status pie — draw true annulus slices (hollow center), fixes yellow blob root 2026-08-11 17:06:53 +08:00
  • 4b75a88247 fix(ui): status pie — drop center number, carve clean donut hole root 2026-08-11 17:05:18 +08:00
  • f4289c025c fix(ui): active request card -> real-time QPS-style sparkline; remove pie slice outline root 2026-08-11 17:03:26 +08:00
  • ac0caf9e0c fix(ui): status block = pie chart (no labels) with color legend below root 2026-08-11 16:58:44 +08:00
  • 7f91985583 fix(ui): restore five uniform KPI cards — title + big value + subtitle + real canvas charts (no gray-shell placeholders) root 2026-08-11 16:57:04 +08:00
  • 82f90d5114 fix(ui): unify five KPI blocks into identical cards with canvas placeholders root 2026-08-11 16:51:58 +08:00
  • 5bafac1d02 fix(ui): status-code donut as 5th KPI block — crisp path arcs, no clipping, compact chips root 2026-08-11 16:28:23 +08:00
  • 675789693c fix(ui): status-code donut chart with hover tooltips + model usage % = share of total; plan.md P4-9/P4-10 root 2026-08-11 16:08:43 +08:00
  • 20d2268546 fix: close P10 audit items — P10-1 sources API admin guard, P10-2 scope prefix strip, P10-3 runtime source timeout w/ stream-safe clients root 2026-08-11 15:21:05 +08:00
  • 854b3e2e37 fix: AUTO tier order ascending + stats/CSV export completeness + UI key-view toggle & exit affordance root 2026-08-11 13:36:23 +08:00
  • 32e2fd521a update: 2026-08-11 code review findings + WebUI crash fix & 41s delay analysis (P10-1..P10-5, P4-1..P4-6) JianFeeeee 2026-08-11 10:30:58 +08:00
  • 7647b7dff8 fix: WebUI chat crashes on streaming reasoning — sendChat never passed the reason flag to addMsg, so .think/.tk-hint were null and first reasoning_content chunk threw 'Cannot set properties of null'; pass reason=true and hide the empty box until thinking arrives JianFeeeee 2026-08-11 09:52:12 +08:00
  • e8ef73321c fix: restart wipes stats history — LoadAudit replayed only the last 3000 lines (92% of which are 3s access events) and fed access rows into aggregates; now replays every real request into totals/quota windows, skips event rows, tolerates >64KB lines; +TestLoadAuditFullReplay JianFeeeee 2026-08-11 08:42:13 +08:00
  • 6221502adc fix: right-click ctx menu never closes — showCtx appended the menu but never stored it in ctxEl, so hideCtx (item click / outside press) was always a no-op; priority page and keys page affected JianFeeeee 2026-08-11 00:15:16 +08:00
  • 88802f9ef6 feat: AUTO chain rewrite — silent failover+busy skip+pref round-robin+503 tier summary; chain edits reset slot cooldowns (P0/P1); stats by_status + audit jsonl rotation; UI priority-page health badges & status-code card; ctx-menu capture-phase close (outside-press guard); main.go ops warnings; local bundled-Lua verified tests (3 latent bugs fixed); plan.md JianFeeeee 2026-08-10 23:58:31 +08:00
  • 397af36fbb update: 更新文件 README.md JianFeeeee 2026-08-10 15:13:13 +08:00
  • 63c2b13b4b fix: WebUI 密钥用量导出 CSV + 修复 Stats API key 过滤 bug root 2026-08-10 14:52:30 +08:00
  • 41c9b0e14a feat: source-model routing disambiguation (source-model/:/ prefix); same-tier round-robin load balancing; public_base_url for copy config; fmtTok(B/M/K) unit scaling; status column reorder (reachability first); drop emoji from seed-warn modal; fix tests for first-run adapter seeding; install lua5.1 dev lib root 2026-08-10 12:55:22 +08:00
  • fe06e0861a feat(seed-warn): dynamic seed key detection in UI modal; feat(https): TLS config (tls_cert_file/tls_key_file) with dynamic base_url; docs: rotate admin key reminder root 2026-08-10 12:11:32 +08:00
  • a5c370018c docs: remind to rotate the admin key after first start (seed key lives in plaintext config.yaml) root 2026-08-10 11:53:14 +08:00
  • f46b02089c feat(delete): real deletes — adapters seeded once into adapter_dir (existing dir is authoritative), sources removed from config.yaml on delete; drop tombstone mechanism for both. Docs: multi-key architecture, gateway_keys as seed root 2026-08-10 11:52:51 +08:00
  • e2dd4d9727 fix(ui): clipboard fallback for non-secure contexts; touch-friendly delete button on key scope blocks; append named model after AUTO when adding (+ docs sync: encrypted storage, AUTO chain, live probing, image endpoint) root 2026-08-10 11:10:59 +08:00
  • 62c8a07b88 fix(ui): sources page model tags wrap 4 per row (same grid as status page) root 2026-08-10 10:37:57 +08:00
  • 839f33ba01 feat(secrets): encrypt sensitive store fields (AES-GCM, master.key 0600, api_key_env) + fast models-endpoint probing (fix zen backlog + source status) + UI cleanup (drop redundant parens labels, grid models 4/row) root 2026-08-10 10:33:03 +08:00
  • e0978db150 fix(ui): logout power icon was italic (<i> default style); hide it on wide screens, normalize font-style root 2026-08-10 09:38:33 +08:00
  • fa65dcbe70 fix(ui): narrow-screen header (hide brand name, icon-only nav, scrollable), wrap wide tables for horizontal scroll, add favicon root 2026-08-10 09:35:21 +08:00
  • 597babe331 fix(stats): drop empty-model records from model aggregates; clean stale blank audit entries root 2026-08-10 08:57:33 +08:00
  • d48b993010 feat(auto): AUTO-only priority chain with tiered slots + live source probing; CSV export w/ key names; audit persistence; fix prompt token accounting & deepseek thinking root 2026-08-10 00:10:19 +08:00
  • 859d310ad3 feat(auto): quota-aware AUTO slot scheduling (model tiers, hour/week/month resets) + key scope periods; fix key/slot create/delete UX root 2026-08-09 11:07:38 +08:00
  • 3408c9cb1f feat(keys): role-based gateway keys with admin management UI and per-user model scope root 2026-08-09 10:01:40 +08:00
  • dec03238dd feat(stats): gateway request stats/audit API + polish scratch sort animations (link chain, reset, cleanup) root 2026-08-08 13:34:40 +08:00
  • 31eefe9288 feat(webui): scratch jigsaw-block canvas priority sorting (same-value prio, image excluded) root 2026-08-08 11:41:46 +08:00
  • b0f8bc8ffd feat(webui): scratch-style drag sorting of model priority per source root 2026-08-08 11:34:57 +08:00
  • 5d50b69153 fix: tool call anchor & wire format, streaming chunk passthrough, WebUI narrow-screen, docs bilingual root 2026-08-08 11:26:58 +08:00
  • 8e9de95274 docs: emphasize lightweight & add-source-without-recompile advantage root 2026-08-07 13:43:16 +08:00
  • 7f986ea0ce docs: document LuaJIT build tag, AUTO routing, WebUI, multimodal & disable_thinking root 2026-08-07 13:39:02 +08:00
  • ccbcede581 feat: LuaJIT worker-pool VM, multimodal/disable-thinking passthrough, WebUI redesign, DeepSeek V4 root 2026-08-07 13:34:16 +08:00
  • a0e6e6da90 docs: adopt ModelRouter title root 2026-08-05 15:25:19 +08:00
  • f7f76e097d feat: ModelRouter — unified OpenAI-compatible multi-source LLM gateway root 2026-08-05 15:24:51 +08:00
  • 8631b08253 Initial commit JianFeeeee 2026-08-05 15:23:38 +08:00