Zac Gaetano zgaetano · He/Him
  • Joined on 2026-03-31
zgaetano pushed to main at WildDragonLLC/claudecodeui 2026-06-02 12:27:54 -04:00
7ed22b9077 fix(models): accept all models from 9router, remove claude-only filter
zgaetano pushed to main at zgaetano/opencode-patches 2026-06-01 23:07:09 -04:00
2019ca75f3 Add apply_discovery.sh convenience wrapper
zgaetano pushed to main at zgaetano/opencode-patches 2026-06-01 23:06:02 -04:00
0ab8675290 Add 9Router model discovery script
zgaetano pushed to main at WildDragonLLC/claudecodeui 2026-05-31 17:20:56 -04:00
07b6f4eb87 feat: stamp per-model CONTEXT_WINDOW into subprocess env
zgaetano released Dragon-ISO v1.1.0 at WildDragonLLC/dragon-iso 2026-05-31 17:19:52 -04:00
zgaetano pushed to main at WildDragonLLC/claudecodeui 2026-05-31 17:18:51 -04:00
69e478224c feat: add per-model context window overrides
zgaetano pushed tag v1.1.0 to WildDragonLLC/dragon-iso 2026-05-31 17:17:44 -04:00
zgaetano renamed repository from teamsiso to WildDragonLLC/dragon-iso 2026-05-31 11:23:36 -04:00
zgaetano pushed to main at WildDragonLLC/dragon-iso 2026-05-31 11:23:32 -04:00
edb7975039 rebrand: rename all TeamsISO source paths to Dragon-ISO
fc76b0dfb3 Add Dragon-ISO installer implementation plan
c5314ebae3 Add Dragon-ISO installer design spec
Compare 4 commits »
zgaetano pushed to main at WildDragonLLC/claudecodeui 2026-05-30 13:13:09 -04:00
25ca157f9d fix: restore full server/index.js (was truncated by TEST commit a1517e9) + wire /api/models route
zgaetano pushed to main at WildDragonLLC/claudecodeui 2026-05-30 13:10:51 -04:00
8464b33de0 feat: inline activity monitor (status+elapsed+needs-input) & input.required notification
9c2ac65635 feat: track processing start-times + global needs-input set for activity monitor
7d9d4fa2bc refactor: single source of truth for model persistence (remove redundant global writes)
23e70b6f0b feat: per-session model persistence (model no longer bleeds across sessions)
4b08855e13 feat(sidebar): 3-state session indicators driven by real processing state
Compare 5 commits »
zgaetano pushed to feat/session-status-indicators at WildDragonLLC/claudecodeui 2026-05-30 13:05:44 -04:00
8464b33de0 feat: inline activity monitor (status+elapsed+needs-input) & input.required notification
zgaetano pushed to feat/session-status-indicators at WildDragonLLC/claudecodeui 2026-05-30 13:00:43 -04:00
9c2ac65635 feat: track processing start-times + global needs-input set for activity monitor
zgaetano pushed to feat/session-status-indicators at WildDragonLLC/claudecodeui 2026-05-30 13:00:26 -04:00
7d9d4fa2bc refactor: single source of truth for model persistence (remove redundant global writes)
zgaetano pushed to feat/session-status-indicators at WildDragonLLC/claudecodeui 2026-05-30 12:59:38 -04:00
23e70b6f0b feat: per-session model persistence (model no longer bleeds across sessions)
zgaetano created branch feat/session-status-indicators in WildDragonLLC/claudecodeui 2026-05-30 11:22:01 -04:00
zgaetano pushed to feat/session-status-indicators at WildDragonLLC/claudecodeui 2026-05-30 11:22:01 -04:00
4b08855e13 feat(sidebar): 3-state session indicators driven by real processing state
zgaetano pushed to main at WildDragonLLC/claudecodeui 2026-05-30 10:25:15 -04:00
8e30d9c3cf fix: bypassPermissions auto-allows interactive tools (reliable dangerous-skip)
26b3fc1aaf feat: replace CLAUDE_MODELS with all 88 9Router models
Compare 2 commits »
zgaetano pushed to main at WildDragonLLC/claudecodeui 2026-05-30 10:22:30 -04:00
11dd86c49b fix: model dropdown items clickable (onMouseDown + raise z-index above messages pane)
zgaetano pushed to main at WildDragonLLC/claudecodeui 2026-05-30 10:10:39 -04:00
1f7634fba9 feat: pass removeQueuedMessage to composer for queue dismiss button