null
f48cf45cce
feat(ui): edit ai providers
2026-05-21 20:11:46 -05:00
null
4ca3ede009
fix: ai reauth
2026-05-21 04:25:31 -05:00
null
ff5aa5f4f1
fix
2026-05-21 04:16:19 -05:00
null
5c3c09edba
feat(usage): prefer explicit cost over estimates + test coverage ( #40 #39 )
...
- Add _get_explicit_cost() with priority chain: usage.cost.total > usage.cost flat > cost/cost_usd
- aggregate_per_model() and _top_sessions() now use _get_explicit_cost()
- Fix message limit prediction to use elapsed time instead of total window
- Add 224 lines of test coverage for typed limits, explicit cost priority,
pricing override shapes, and prediction logic
2026-05-21 01:50:21 -05:00
null
02eb03d408
feat(usage): fix local window estimation + provider-native windows + pricing updates ( #37 #38 #40 )
...
Phase 3 (#38 ): Fix reset_in_ms=0 bug
- Add _oldest_active_ts() to find oldest session timestamp in 5h window
- _build_window() now anchors fallback to oldest_event_ts + 5h instead of now - 5h
- Add _parse_rate_limit_reset_value() and _extract_rate_limit_reset_at() for proper rate-limit reset parsing
- Source/confidence labeling now based on reset provenance
Phase 2 (#37 ): Provider-native usage windows
- ParsedClaudeUsageWindow dataclass with section-aware parsing
- Frontend ProviderNativeUsageWindow interface and provider-native usage section
- sessions.list call now has 8s timeout to avoid gateway blocking
Phase 5 (#40 ): Pricing fixes
- Opus cache_write corrected .75 → .75
- Added GPT-4.1/mini/nano, GPT-4.5 pricing
- Pricing override loader supports both shapes (rates_usd_per_million wrapper and direct dict)
2026-05-21 01:32:59 -05:00
null
8d11f4f840
feat(usage): add source/confidence fields and relabel API rate limits (Phase 1, #36 )
...
- Add source and confidence fields to RuntimeUsageWindow, ModelUsageEntry,
TopSession, RuntimeUsageCurrent, and ProviderUsageScrapeResult schemas
- _build_window() assigns source based on data origin:
provider_native > provider_api_rate_limit > local_jsonl_estimate
- _build_current() tags token_limit_source and cost_limit_source
- Frontend relabels 'Current session'/'All models' to 'API rate limit'
- Shows source label and confidence in usage strip
- Changes 'did not return active usage windows' to 'did not return
API rate-limit windows for percent + reset diagnostics'
2026-05-21 01:01:05 -05:00
null
fa5a18bccd
fix(scripts): codex/ollama fallback
2026-05-20 23:49:56 -05:00
null
03bc31a558
fix(db): make main_session_key nullable on gateways
...
The column was NOT NULL but the ORM create path doesn't populate it
until ensure_main_agent() runs after INSERT. Make it nullable so the
initial create succeeds.
2026-05-20 23:22:54 -05:00
null
ebba838025
feat(scripts): credentials usage
2026-05-20 23:03:19 -05:00
null
4e40323e71
feat(gateway-ops): memory, cron, and health panels (batch 5, #34 )
2026-05-20 21:32:46 -05:00
null
16b23eef2e
feat(runtime-activity): live feed and activity correlation (batch 4, #33 )
2026-05-20 21:08:20 -05:00
null
1a847133ce
feat(runtime-usage): add provider usage scrapers as optional local adapters (batch 3, #32 )
2026-05-20 20:55:05 -05:00
null
9edaa5eb41
feat(runtime-usage): add read-only usage core service, schemas, and API endpoint (batch 1, #30 )
2026-05-20 20:15:02 -05:00
null
e083e4e10c
fix(heatmap&import_agent): corrections
2026-05-20 04:13:32 -05:00
null
fbc79e6777
feat: Human And Agent Close Issue APIs
2026-05-20 03:49:57 -05:00
null
7c35c889dc
feat: add Issue Tracking Metrics
2026-05-20 03:40:07 -05:00
null
6a5669a42e
feat: save previous token
2026-05-20 02:29:58 -05:00
null
d45fd42c7f
bug: git
2026-05-20 01:35:45 -05:00
null
0d5d6573ed
bug : git error
2026-05-20 01:22:16 -05:00
null
d6d094a67d
Feat: Settings git
2026-05-19 21:18:18 -05:00
null
4878724bed
feat: webhook
2026-05-19 04:24:24 -05:00
null
83241a304f
feat(forgejo): add DB models, CRUD APIs, client service, and Git Projects nav (Issues 1-4, FI2)
...
Backend:
- ForgejoConnection + ForgejoRepository SQLModel models with migration
- Admin CRUD API for connections (GET/POST/PATCH/DELETE)
- Admin CRUD API for repositories (GET/POST/PATCH/DELETE)
- Token redaction, URL normalization, duplicate prevention
- ForgejoAPIClient service (httpx async, list_issues, close_issue, get_repository)
- Removed stale feast import that crashed startup
Frontend:
- Git Projects sidebar nav item (FolderGit icon)
- /git-projects shell page with empty/loading/error states
Verified: all endpoints live, CRUD tested, migration applied.
2026-05-19 02:46:27 -05:00
null
8c0a196f69
feat: initialize Pipeline from Mission Control base (v0.0.4)
2026-05-19 01:17:58 -05:00