• Joined on 2026-05-03
null opened issue null/Pipeline#37 2026-05-21 00:49:37 -05:00
Phase 2: Make Provider-Native Usage Windows First-Class
null opened issue null/Pipeline#38 2026-05-21 00:49:37 -05:00
Phase 3: Fix Local Window Estimation — Stop Using now-5h as Fallback Start
null opened issue null/Pipeline#36 2026-05-21 00:49:28 -05:00
Phase 1: Stop Mislabeling Signals — Separate API Rate Limits from Subscription Usage
null pushed to dev at null/Pipeline 2026-05-21 00:19:45 -05:00
184d86c58a fix(ui): import agent button
null pushed to dev at null/Pipeline 2026-05-21 00:13:34 -05:00
c440f98381 fix(scripts): agents discover
null pushed to dev at null/Pipeline 2026-05-20 23:49:58 -05:00
fa5a18bccd fix(scripts): codex/ollama fallback
null pushed to dev at null/Pipeline 2026-05-20 23:46:47 -05:00
9650283367 fix(ui): api usage
null pushed to dev at null/Pipeline 2026-05-20 23:28:44 -05:00
aa62d285cd fix(db): add missing board columns (description, approval rules)
null pushed to dev at null/Pipeline 2026-05-20 23:24:58 -05:00
2443e0750c fix(db): add gateway_id foreign key to agents table
null pushed to dev at null/Pipeline 2026-05-20 23:22:57 -05:00
03bc31a558 fix(db): make main_session_key nullable on gateways
null pushed to dev at null/Pipeline 2026-05-20 23:04:38 -05:00
fc4094d49f fix(frontend): remove debug_rate_limit_headers from ai-providers page
null pushed to dev at null/Pipeline 2026-05-20 23:03:22 -05:00
ebba838025 feat(scripts): credentials usage
null pushed to dev at null/Pipeline 2026-05-20 22:57:33 -05:00
07b47ace8f fix(infra): bind-mount postgres to ./data/postgres, gitignore data/
null pushed to dev at null/Pipeline 2026-05-20 22:53:58 -05:00
328d71b0f8 fix(scripts): preserve DB volume across rebuilds, stop nuking data
null pushed to dev at null/Pipeline 2026-05-20 22:44:33 -05:00
2060cf7d85 fix(scripts): harden docker-test.sh to be Pipeline-only, add safety docs
null pushed to dev at null/Pipeline 2026-05-20 22:42:45 -05:00
d9bdc4cb3d fix(db): add migration for skills marketplace tables
null pushed to dev at null/Pipeline 2026-05-20 22:41:18 -05:00
133b0ffb4c fix(db): fix logger calls in schema drift check (standard logging API)
null pushed to dev at null/Pipeline 2026-05-20 22:40:17 -05:00
f1645a1715 fix(db): make agent_id migration idempotent for fresh installs
null pushed to dev at null/Pipeline 2026-05-20 22:37:40 -05:00
7cc9e86de1 fix(db): linearize Alembic migration chain to resolve branch conflicts
null pushed to dev at null/Pipeline 2026-05-20 22:30:42 -05:00
f8f885a499 chore: add docker-test.sh (clean rebuild script), remove docker-push.sh