Commit Graph

  • 5cc72e7608 fix(backend): validate non-finite float in extract_openrouter_cost, restore UTILITIES comment codex/platform-cost-tracking Zamil Majdy 2026-04-08 10:26:41 +07:00
  • fcbb1613cc test: add retest screenshot for PR #12696 after 3 refactor commits test-screenshots/pr-12696 Zamil Majdy 2026-04-08 10:21:35 +07:00
  • fff9faf13c fix(copilot): use transient_api_error code for exhausted transient retries fix/copilot-p0-cli-internals Zamil Majdy 2026-04-08 10:19:57 +07:00
  • fa0650214d refactor(backend): extract shared _update_title_async to copilot/service.py Zamil Majdy 2026-04-08 10:14:29 +07:00
  • 1fa89d9488 test: add E2E screenshots for PR #12696 Zamil Majdy 2026-04-08 10:13:38 +07:00
  • 3e016508d4 fix(backend): replace getattr/hasattr duck-typing with try/except in baseline cost extraction Zamil Majdy 2026-04-08 10:08:52 +07:00
  • b80d7abda9 fix(backend): remove per-worker Prisma connect, route DB via DatabaseManagerAsyncClient Zamil Majdy 2026-04-08 10:05:18 +07:00
  • f95772f0af fix(copilot): fix StreamError ordering and cap exponential backoff Zamil Majdy 2026-04-08 10:04:17 +07:00
  • 86906ced40 test: add E2E screenshots for PR #12636 (round 4 — onboarding bypass) test-screenshots/pr-12636 Zamil Majdy 2026-04-08 09:57:46 +07:00
  • 79b8ad80fe fix(copilot): tighten fallback detection pattern and harden header sanitization Zamil Majdy 2026-04-08 09:48:56 +07:00
  • 4787b11805 dx(orchestrate): reset poll interval when waiting_approval agents present dx/pr-test-disable-onboarding Zamil Majdy 2026-04-08 09:38:02 +07:00
  • 5fd9f17265 dx(orchestrate): adaptive polling in run-loop — 30s base, back off to 5min when idle Zamil Majdy 2026-04-08 09:31:42 +07:00
  • 11f9dce1cb dx: bypass onboarding in /pr-test skill for test user Zamil Majdy 2026-04-08 09:18:20 +07:00
  • f5e2eccda7 dx(orchestrate): fix stale-review gate and add pr-test evaluation rules to SKILL.md (#12701) dev Zamil Majdy 2026-04-08 06:58:42 +05:00
  • 1f0ef11814 ghrs: report 04-07-2311-E52C for Significant-Gravitas/AutoGPT github-repo-stats GitHub Action 2026-04-07 23:39:48 +00:00
  • d7a3de6dbe ghrs: stars and forks 04-07-2311-E52C for Significant-Gravitas/AutoGPT GitHub Action 2026-04-07 23:39:45 +00:00
  • f3a354eb3c ghrs: vc agg 04-07-2311-E52C for Significant-Gravitas/AutoGPT GitHub Action 2026-04-07 23:39:45 +00:00
  • 5a1115cedb ghrs: snap 04-07-2311-E52C for Significant-Gravitas/AutoGPT GitHub Action 2026-04-07 23:39:37 +00:00
  • e1230db442 feat(frontend): Wire LLM picker to live registry feat/llm-block-integration Bentlybro 2026-04-07 22:53:10 +01:00
  • 8f855e5ea7 fix(frontend/builder): address PR review comments on chat panel feat/builder-chat-panel Zamil Majdy 2026-04-08 02:47:47 +07:00
  • 6ed257225f Merge branch 'dev' of github.com:Significant-Gravitas/AutoGPT into feat/builder-chat-panel Zamil Majdy 2026-04-08 02:39:29 +07:00
  • bd3e78d896 test: add E2E screenshots for PR #12699 test-screenshots/pr-12699 Zamil Majdy 2026-04-08 02:37:17 +07:00
  • 109f28d9d1 fix(frontend/builder): auto-scroll to bottom when AI responds in chat panel Zamil Majdy 2026-04-08 02:07:13 +07:00
  • 021ddaad59 Merge branch 'dev' into feat/org-workspace-pr1 feat/org-workspace-pr1 Nicholas Tindle 2026-04-07 13:39:26 -05:00
  • ffa955044d fix(frontend/builder): strengthen JSON format instruction in chat seed message Zamil Majdy 2026-04-08 01:38:34 +07:00
  • a4d84add67 test(backend): strengthen weak assertions in credit tests + real review-finding tests Nicholas Tindle 2026-04-07 13:37:17 -05:00
  • a7fa45d1be fix(backend): address critical review findings from 7-agent audit Nicholas Tindle 2026-04-07 13:33:17 -05:00
  • 49f45043ca fix(backend): add SSRF protection and download limits to VideoDownloadBlock ntindle/secrt-1898-add-ssrf-protection-and-download-size-limit-to Nicholas Tindle 2026-04-07 13:26:34 -05:00
  • 863ddd4364 test(backend): replace all 48 xfail stubs with real test implementations Nicholas Tindle 2026-04-07 13:18:21 -05:00
  • 19b86fe80f Merge branch 'dev' into feat/changelog-popup feat/changelog-popup Nicholas Tindle 2026-04-07 13:02:27 -05:00
  • 0999739d19 fix(frontend/builder): surface AI graph edits and auto-refresh canvas Zamil Majdy 2026-04-08 01:01:09 +07:00
  • 2951d2ce67 fix(frontend): Format actions.ts for prettier compliance feat/llm-admin-ui Bentlybro 2026-04-04 19:51:00 +00:00
  • 4ca66d6d4c feat(frontend): Wire up migration system - usage tracking, safe delete/disable, migration list/revert Bentlybro 2026-04-04 19:39:46 +00:00
  • c98884d32f feat(frontend): Add LLM registry admin UI Bentlybro 2026-04-04 19:03:04 +00:00
  • be328c1ec5 feat(backend/llm-registry): wire refresh_runtime_caches to Redis invalidation and pub/sub feat/llm-admin-api Bentlybro 2026-04-07 18:35:41 +01:00
  • 8410448c16 fix(backend/llm-registry): enforce single recommended model in update_model Bentlybro 2026-04-07 17:59:43 +01:00
  • e168597663 chore: regenerate OpenAPI schema from current backend endpoints Bentlybro 2026-04-05 03:21:43 +00:00
  • 1d903ae287 fix: add trailing newline to openapi.json Bentlybro 2026-04-04 20:02:29 +00:00
  • 1be7aebdea chore: regenerate OpenAPI schema for new migration endpoints Bentlybro 2026-04-04 19:47:23 +00:00
  • 36045c7007 feat(backend): Add model migration system - usage tracking, safe delete, disable with migration, revert Bentlybro 2026-04-04 19:36:17 +00:00
  • 445eb173a5 feat(backend): Add admin list endpoints, creator CRUD, model cost creation Bentlybro 2026-04-04 18:57:13 +00:00
  • 393a138fee fix(backend): Use {slug:path} for model routes to support slugs with slashes Bentlybro 2026-04-04 15:34:02 +00:00
  • ccc1e35c5b Add LLM creators endpoint and OpenAPI entry Bentlybro 2026-03-26 10:58:07 +00:00
  • c66f114e28 Add LLM model/provider API endpoints Bentlybro 2026-03-25 16:42:41 +00:00
  • 939edc73b8 feat(platform): Implement LLM registry admin API functionality Bentlybro 2026-03-17 17:34:50 +00:00
  • d52409c853 feat(platform): Add LLM registry admin API skeleton - Part 4 of 6 Bentlybro 2026-03-17 17:30:02 +00:00
  • 90a68084eb fix(backend): Include is_enabled in public model list response feat/llm-public-api Bentlybro 2026-04-04 18:56:24 +00:00
  • fb9a3224be Add is_enabled field to OpenAPI model Bentlybro 2026-03-26 10:33:36 +00:00
  • eb76b95aa5 Add is_enabled flag to LlmModel Bentlybro 2026-03-26 10:12:36 +00:00
  • cc17884360 Add LLM models/providers endpoints to OpenAPI Bentlybro 2026-03-25 14:56:28 +00:00
  • 1ce3cc0231 fix: remove incorrectly placed openapi.json file Bentlybro 2026-03-19 11:07:55 +00:00
  • bd1f4b5701 fix: regenerate OpenAPI schema after rebase Bentlybro 2026-03-19 11:06:41 +00:00
  • e89e56d90d feat(platform): Add LLM registry public read API Bentlybro 2026-03-11 10:32:48 +00:00
  • 2a923dcd92 feat(backend/llm-registry): add Redis-backed cache and cross-process pub/sub sync feat/llm-registry-core Bentlybro 2026-04-07 18:34:45 +01:00
  • a33ae7b24b test: add E2E screenshots for PR #12636 Zamil Majdy 2026-04-08 00:24:03 +07:00
  • 58b230ff5a dx: add /orchestrate skill — Claude Code agent fleet supervisor with spare worktree lifecycle (#12691) Zamil Majdy 2026-04-07 22:18:32 +05:00
  • 5e023c8f97 test: add E2E screenshots for PR #12699 Zamil Majdy 2026-04-08 00:02:16 +07:00
  • 77f41d0cc6 fix(frontend/builder): include handles in connect_nodes dedup key Zamil Majdy 2026-04-07 23:25:20 +07:00
  • 8a4bc0b1e4 fix(copilot): persist retryable marker when transient retries exhausted Zamil Majdy 2026-04-07 23:19:06 +07:00
  • 5e8530b263 fix(frontend/builder): address coderabbitai and sentry review feedback Zamil Majdy 2026-04-07 23:16:52 +07:00
  • 0e310c788a fix(backend): fix TestGetPlatformCostDashboard mocks to match 3-query implementation Zamil Majdy 2026-04-07 23:15:42 +07:00
  • 817b80a198 fix(frontend/builder): address chat panel review comments Zamil Majdy 2026-04-07 23:09:06 +07:00
  • fbbd222405 feat(frontend/builder): add chat panel for interactive agent editing Zamil Majdy 2026-04-07 22:57:21 +07:00
  • 91af007c18 fix(backend): guard against non-finite cost_usd in persist_and_record_usage Zamil Majdy 2026-04-07 22:56:20 +07:00
  • e7ca81ed89 fix(backend): address coderabbitai nitpicks in cost tracking files Zamil Majdy 2026-04-07 22:54:52 +07:00
  • 5164fa878f fix(backend): fix race condition on _copilot_tasks concurrent iteration during drain Zamil Majdy 2026-04-07 22:48:51 +07:00
  • cf605ef5a3 fix(backend): fix race condition on _pending_log_tasks and uncapped total_users Zamil Majdy 2026-04-07 22:25:25 +07:00
  • 8c2da07317 Merge branch 'dev' into ntindle/systemallquietalerts ntindle/systemallquietalerts Nicholas Tindle 2026-04-07 09:55:30 -05:00
  • e7bd05c6f1 fix(backend): filter drain tasks by current event loop to prevent cross-loop asyncio.wait() crash Zamil Majdy 2026-04-07 21:42:17 +07:00
  • 22fb3549e3 test(frontend): fix null-user dash assertion using getAllByText to handle multiple matches Zamil Majdy 2026-04-07 21:31:43 +07:00
  • 1c3fe1444e fix(backend): address 4 unresolved review threads on cost tracking Zamil Majdy 2026-04-07 21:25:56 +07:00
  • 644d39d6be Merge branch 'fix/copilot-p0-cli-internals' of github.com:Significant-Gravitas/AutoGPT into fix/copilot-p0-cli-internals Zamil Majdy 2026-04-07 21:16:20 +07:00
  • b89321a688 Merge remote-tracking branch 'origin/dev' into codex/platform-cost-tracking Zamil Majdy 2026-04-07 21:16:02 +07:00
  • e2add1ba5b Merge remote-tracking branch 'origin/dev' into fix/copilot-p0-cli-internals Zamil Majdy 2026-04-07 21:16:00 +07:00
  • 42f072fb2a test: add E2E screenshots for PR #12636 Zamil Majdy 2026-04-07 20:53:04 +07:00
  • c8dc1c49cc fix(frontend): drop flaky e2e schedule test and brittle marketplace title assertion abhimanyuyadav/secrt-2184-automated-qa-testing-pipeline-for-pr-releases-2 abhi1992002 2026-04-07 18:51:33 +05:30
  • a6ee510cdd feat(backend): PR18 — add RequestContext to 26 v1.py routes for org/team scoping Nicholas Tindle 2026-04-07 08:03:29 -05:00
  • 67bdef13e7 feat(platform): load copilot messages from newest first with cursor-based pagination (#12328) Krzysztof Czerwinski 2026-04-07 21:43:47 +09:00
  • a77b61d6cf fix(frontend): restore useDeleteWorkspaceFile import and prettier formatting abhi1992002 2026-04-07 18:10:38 +05:30
  • 1a52b0d02c fix(copilot): address review comments — security env vars for all auth modes, narrow transient patterns Zamil Majdy 2026-04-07 19:38:36 +07:00
  • e67dd93ee8 refactor(frontend): remove stale feature flags and stabilize share execution (#12697) Ubbe 2026-04-07 19:28:40 +07:00
  • 8d711c7ed9 merge: resolve conflicts with dev abhi1992002 2026-04-07 17:53:19 +05:30
  • b101069eaf Merge remote-tracking branch 'origin/dev' into work/pr-12636 Zamil Majdy 2026-04-07 19:21:30 +07:00
  • 15c0839f44 ci(frontend): set playwright workers to 6 abhi1992002 2026-04-07 17:47:58 +05:30
  • b59a9dc432 fix(frontend): stabilize e2e happy paths abhi1992002 2026-04-07 17:45:44 +05:30
  • 3140a60816 fix(frontend/builder): allow horizontal scroll for JSON output data (#12638) Otto 2026-04-07 13:11:09 +01:00
  • fb9407d46d test(platform): add e2e screenshots for PR-12651 platform cost tracking (round 2) test-screenshots/pr-12651 Zamil Majdy 2026-04-07 18:54:30 +07:00
  • 41c2ee9f83 feat(platform): add copilot artifact preview panel (#12629) Nicholas Tindle 2026-04-07 06:24:22 -05:00
  • 630d6d4705 fix(backend): add semaphore to executor cost log tasks; fix type annotation Zamil Majdy 2026-04-07 18:15:57 +07:00
  • 7c685c6677 fix(backend): update platform_cost_test to expect masked email in dashboard Zamil Majdy 2026-04-07 18:02:00 +07:00
  • ca748ee12a feat(frontend): refine AutoPilot onboarding — branding, auto-advance, soft cap, polish (#12686) Ubbe 2026-04-07 17:58:36 +07:00
  • bbdf13c7a8 test(backend): add missing cost-tracking tests for Exa research, Apollo people, and copilot baseline Zamil Majdy 2026-04-07 17:44:15 +07:00
  • 226ae4cb53 ci: enforce 95% patch coverage on new code (blocking) otto/secrt-2216-fix-be-codecov-failing-on-fe-only-prs-configure-carryforward Otto (AGPT) 2026-04-07 10:40:59 +00:00
  • 10753297b8 docs(skill): add coverage guidance to pr-address skill otto/secrt-2217-update-pr-address-skill-to-include-coverage-guidance Otto (AGPT) 2026-04-07 10:38:21 +00:00
  • e1ea4cf326 test(frontend): rewrite PlatformCostContent tests to mock Orval hooks Zamil Majdy 2026-04-07 17:34:15 +07:00
  • bbe45198af ci: make component coverage checks informational (non-blocking) Otto (AGPT) 2026-04-07 10:28:28 +00:00
  • db6b4444e0 fix(platform): address autogpt-reviewer should-fix items Zamil Majdy 2026-04-07 17:23:42 +07:00
  • 9b1175473b fix(backend/copilot): update stale comment in processor.py after cost log routing change Zamil Majdy 2026-04-07 17:11:56 +07:00
  • 69fa5737bc fix(frontend): add library agent page e2e coverage abhi1992002 2026-04-07 15:40:23 +05:30
  • 752a238166 refactor(frontend): replace server actions with React Query hooks for cost dashboard Zamil Majdy 2026-04-07 17:08:42 +07:00