mirror of
https://gitcode.com/JianFeeeee/ModelRouter.git
synced 2026-09-20 08:57:57 +00:00
- api/status sources now carry recent_ok/recent_err (last 300s real gateway requests via Stats.SourceRecent) so a source actually serving traffic is never shown as down just because probe /models got rate-limited - WebUI source status column repaints every 5s (no more frozen-at-first- render) with a manual refresh button; shows success rate + probe + cooldown - tray menu status rows were enabled:false (GTK fixed light-grey, invisible on light themes) — now enabled with no-op click and nativeTheme listener rebuilds the menu on dark/light switches - ignore local ops scripts (scripts/, machine-specific)
23 lines
332 B
Plaintext
23 lines
332 B
Plaintext
/bin/
|
|
/llmsproxy
|
|
/config.yaml
|
|
/adapters/
|
|
/runtime.json
|
|
/master.key
|
|
*.log
|
|
/master.key
|
|
# GUI (Electron)
|
|
cmd/gui/node_modules/
|
|
cmd/gui/bin/
|
|
cmd/gui/build/gui-dist/
|
|
cmd/build/
|
|
cmd/gui/*.log
|
|
# workspace (AI-assisted coding local state)
|
|
.pi/
|
|
.pi-glla/
|
|
.codegraph/
|
|
/build/
|
|
|
|
# local ops scripts (machine-specific, not for sharing)
|
|
scripts/
|