Commit Graph

  • e5ba5f7445 ghrs: report 03-31-2308-6DB0 for Significant-Gravitas/AutoGPT GitHub Action 2026-03-31 23:32:55 +00:00
  • 6795c92fff ghrs: stars and forks 03-31-2308-6DB0 for Significant-Gravitas/AutoGPT GitHub Action 2026-03-31 23:32:53 +00:00
  • ec0173a8f8 ghrs: vc agg 03-31-2308-6DB0 for Significant-Gravitas/AutoGPT GitHub Action 2026-03-31 23:32:53 +00:00
  • 488004b1a0 ghrs: snap 03-31-2308-6DB0 for Significant-Gravitas/AutoGPT GitHub Action 2026-03-31 23:32:45 +00:00
  • c659f3b058 fix(copilot): fix dry-run simulation showing INCOMPLETE/error status (#12580) Zamil Majdy 2026-03-31 23:03:00 +02:00
  • 80581a8364 fix(copilot): add tool call circuit breakers and intermediate persistence (#12604) Zamil Majdy 2026-03-31 23:01:56 +02:00
  • 3c046eb291 fix(frontend): show all agent outputs instead of only the last one (#12504) lif 2026-04-01 04:31:12 +08:00
  • 855b532cdb fix(frontend): escape < in JSON-stringified code to prevent script tag breakage Nicholas Tindle 2026-03-31 19:32:47 +02:00
  • 38510377b0 fix(frontend): update test to match production React bundle Nicholas Tindle 2026-03-31 19:28:25 +02:00
  • 9590df35c1 merge: resolve conflicts with dev Nicholas Tindle 2026-03-31 19:24:53 +02:00
  • b73d05c23e fix(frontend): address review feedback — lint, format, and bug fixes Bentlybro 2026-03-31 17:22:23 +00:00
  • 6e98e93929 fix(platform): address reviewer feedback round 3 Nicholas Tindle 2026-03-31 19:18:37 +02:00
  • f821bb2bfa Merge branch 'dev' of github.com:Significant-Gravitas/AutoGPT into fix/dry-run-simulation-streaming Zamil Majdy 2026-03-31 19:09:13 +02:00
  • 3adbaacc0e Merge branch 'dev' of github.com:Significant-Gravitas/AutoGPT into feat/copilot-mode-toggle Zamil Majdy 2026-03-31 19:07:34 +02:00
  • d7f324bc9f Merge branch 'dev' of github.com:Significant-Gravitas/AutoGPT into fix/copilot-search-cap-and-persistence Zamil Majdy 2026-03-31 19:07:29 +02:00
  • c0367430e3 Merge branch 'dev' of github.com:Significant-Gravitas/AutoGPT into feat/autopilot-dry-run-flag Zamil Majdy 2026-03-31 19:07:25 +02:00
  • 4da3535a9c Merge branch 'dev' of github.com:Significant-Gravitas/AutoGPT into feat/rate-limit-tiering Zamil Majdy 2026-03-31 19:07:23 +02:00
  • 8d4675ffb4 fix(platform): address second round of PR review feedback Nicholas Tindle 2026-03-31 18:39:02 +02:00
  • 726b9020b2 fix(platform): address PR review feedback on artifact panel Nicholas Tindle 2026-03-31 18:29:40 +02:00
  • 3e25488b2d feat(copilot): add session-level dry_run flag to autopilot sessions (#12582) Zamil Majdy 2026-03-31 18:27:36 +02:00
  • 56e0b568a4 fix(backend): update tests for transcript module move and new fixer defaults Zamil Majdy 2026-03-31 18:26:18 +02:00
  • 4acac9ff5b fix: remove accidentally committed files and fix duplicate comment Zamil Majdy 2026-03-31 18:18:35 +02:00
  • 8277cce835 feat(frontend): add Agent Intelligence Layer to library and home John Ababseh 2026-03-31 18:12:51 +02:00
  • a268291585 fix: Address review round 2 — all 4 blockers Bentlybro 2026-03-31 16:03:08 +00:00
  • 9caca6d899 fix: correct unsubscribe_from_session parameter (subscriber_queue not user_id) Bentlybro 2026-03-31 15:56:09 +00:00
  • ff94b797bb merge: resolve conflicts with dev branch Nicholas Tindle 2026-03-31 17:49:55 +02:00
  • 0b0777ac87 fix(copilot): update fix_orchestrator_blocks docstring to list all 6 defaults Zamil Majdy 2026-03-31 17:49:54 +02:00
  • 481f704317 feat: Bot chat proxy — CoPilot streaming via bot API key Bentlybro 2026-03-31 15:48:31 +00:00
  • 698b1599cb fix(copilot): reject stale transcripts in baseline service Zamil Majdy 2026-03-31 17:41:06 +02:00
  • eba6141424 feat(platform): add copilot artifact preview panel Nicholas Tindle 2026-03-31 17:35:13 +02:00
  • a2f94f08d9 fix(copilot): address review comments round 3 Zamil Majdy 2026-03-31 17:35:11 +02:00
  • 0c6f20f728 feat(copilot): set extended_thinking + Opus as OrchestratorBlock defaults Zamil Majdy 2026-03-31 17:23:06 +02:00
  • d100b2515b fix(copilot): include tool messages in baseline conversation context Zamil Majdy 2026-03-31 17:12:37 +02:00
  • 14113f96a9 feat(copilot): use Sonnet for fast mode, Opus for extended thinking Zamil Majdy 2026-03-31 17:07:04 +02:00
  • e3b8ae023c refactor: add CodexModel cost coverage guard feat/add-missing-openai-models Torantulino 2026-03-31 15:57:12 +01:00
  • 1215f5c42a docs: sync block documentation with new OpenAI models Torantulino 2026-03-31 15:57:12 +01:00
  • d857b8b854 feat(platform): add missing OpenAI API models (GPT-5.4, O4-mini, O3-pro, etc.) Torantulino 2026-03-31 15:57:12 +01:00
  • 8121f487fa feat(platform): Add 5 missing xAI Grok models from OpenRouter feat/add-missing-xai-grok-models Torantulino 2026-03-31 15:55:30 +01:00
  • ffcb88251a style: move StreamHeartbeat import to module top-level Zamil Majdy 2026-03-31 16:34:45 +02:00
  • ee40a4b9a8 refactor(copilot): move transcript modules to shared location Zamil Majdy 2026-03-31 16:29:48 +02:00
  • 5e883459e0 Fix activity status wording for mid-execution credit failures otto/secrt-2192-skip-llm-analysis-obvious-failures Otto 2026-03-31 14:26:08 +00:00
  • 781224f8d5 fix: use model_validate for invalid platform test (no type ignore) Bentlybro 2026-03-31 14:24:19 +00:00
  • 8a91bd8a99 fix: suppress pyright error on intentionally invalid test input Bentlybro 2026-03-31 14:22:55 +00:00
  • f3aef1ecbc revert(copilot): remove delete_messages_from_sequence Zamil Majdy 2026-03-31 16:14:28 +02:00
  • 7bf10c605a fix: Address review feedback on platform linking PR Bentlybro 2026-03-31 14:10:53 +00:00
  • 0008cafc3b fix(copilot): fix transcript ordering and mode toggle mid-session Zamil Majdy 2026-03-31 16:02:36 +02:00
  • c9cb953274 Address review: None score, mid-execution credits, generic log, Exception test Otto 2026-03-31 14:00:48 +00:00
  • d227aa5071 fix(backend/copilot): CLI "Prompt is too long" ResultMessage now triggers compaction fix/copilot-compaction-result-message Zamil Majdy 2026-03-31 16:00:40 +02:00
  • 053afde64d revert(copilot): remove circuit breakers and re-enable Task tool Zamil Majdy 2026-03-31 15:59:07 +02:00
  • f55bc84fe7 fix(copilot): address PR review comments Zamil Majdy 2026-03-31 15:52:06 +02:00
  • 3cfee4c4b5 feat(copilot): add mode toggle and baseline transcript support Zamil Majdy 2026-03-31 15:46:23 +02:00
  • 6169669b3e chore(backend/deps): bump the production-dependencies group across 1 directory with 25 updates dependabot/pip/autogpt_platform/backend/dev/production-dependencies-d64a278e5d dependabot[bot] 2026-03-31 13:36:46 +00:00
  • 65d45a7706 ci(platform): don't cancel in-progress runs on label events Nicholas Tindle 2026-03-31 15:22:22 +02:00
  • 687ee1f280 Merge branch 'dev' of github.com:Significant-Gravitas/AutoGPT into fix/copilot-search-cap-and-persistence Zamil Majdy 2026-03-31 15:18:06 +02:00
  • 28ede02a8e Merge branch 'dev' of github.com:Significant-Gravitas/AutoGPT into feat/autopilot-dry-run-flag Zamil Majdy 2026-03-31 15:17:53 +02:00
  • c48b5239b9 Merge branch 'dev' of github.com:Significant-Gravitas/AutoGPT into feat/rate-limit-tiering Zamil Majdy 2026-03-31 15:17:31 +02:00
  • 2d5f8544ea Merge branch 'dev' of github.com:Significant-Gravitas/AutoGPT into fix/dry-run-simulation-streaming Zamil Majdy 2026-03-31 15:17:25 +02:00
  • 41a11d74b3 Merge branch 'fix/copilot-search-cap-and-persistence' of github.com:Significant-Gravitas/AutoGPT into fix/copilot-search-cap-and-persistence Zamil Majdy 2026-03-31 15:12:40 +02:00
  • 4df0714e2a fix(copilot): clean up orphaned DB messages in _HandledStreamError rollback Zamil Majdy 2026-03-31 15:12:18 +02:00
  • a87d95c1ca ci(platform): skip gate on irrelevant label events Nicholas Tindle 2026-03-31 15:08:46 +02:00
  • 7778de1d7b fix: import ordering (isort) Bentlybro 2026-03-31 13:00:41 +00:00
  • 52010c691c ci(platform): gate E2E tests behind ci-ready PR label Nicholas Tindle 2026-03-31 14:59:37 +02:00
  • 57b17dc8e1 feat(platform): generic managed credential system with AgentMail auto-provisioning (#12537) Abhimanyu Yadav 2026-03-31 18:26:18 +05:30
  • b365a3337b Reapply "fix(copilot): detect truncated write_workspace_file and guide LLM to source_path" Zamil Majdy 2026-03-31 12:45:24 +00:00
  • 935b59ce43 Merge branch 'fix/copilot-search-cap-and-persistence' of github.com:Significant-Gravitas/AutoGPT into fix/copilot-search-cap-and-persistence Zamil Majdy 2026-03-31 14:46:03 +02:00
  • 77112e79a2 fix(copilot): clean up orphaned DB messages on stream attempt rollback Zamil Majdy 2026-03-31 14:45:21 +02:00
  • ac49e72745 Revert "fix(copilot): detect truncated write_workspace_file and guide LLM to source_path" Zamil Majdy 2026-03-31 12:45:04 +00:00
  • a20188ae59 fix(blocks): validate non-empty input in AIConversationBlock before LLM call (#12545) Krishna Chaitanya 2026-03-31 05:43:42 -07:00
  • c410be890e fix: add empty choices guard in extract_openai_tool_calls() (#12540) goingforstudying-ctrl 2026-03-31 09:10:27 -04:00
  • 37d9863552 feat(platform): add extended thinking execution mode to OrchestratorBlock (#12512) Zamil Majdy 2026-03-31 15:04:13 +02:00
  • 8ae344863e fix(copilot): detect truncated write_workspace_file and guide LLM to source_path Zamil Majdy 2026-03-31 12:43:21 +00:00
  • f796390994 fix(backend): address PR reviewer feedback on sensitive field filtering fix/orchestrator-duplicate-tool-names Zamil Majdy 2026-03-31 14:42:46 +02:00
  • 015a626379 chore: update openapi.json with platform-linking endpoints Bentlybro 2026-03-31 12:41:49 +00:00
  • 2f42ff9b47 fix(blocks): validate email recipients in Gmail blocks before API call (#12546) Krishna Chaitanya 2026-03-31 05:37:33 -07:00
  • be6501f10e fix: use Model.prisma() pattern for pyright compatibility Bentlybro 2026-03-31 12:25:26 +00:00
  • 32f6ef0a45 style: lint + format platform linking routes Bentlybro 2026-03-31 12:14:06 +00:00
  • c7d5c1c844 feat: Platform bot linking API for multi-platform CoPilot Bentlybro 2026-03-31 12:10:15 +00:00
  • 914efc53e5 fix(backend): disambiguate duplicate tool names in OrchestratorBlock (#12555) Zamil Majdy 2026-03-31 13:54:10 +02:00
  • cbd3ebce00 feat(copilot): add proactive budget warnings before hitting tool call caps Zamil Majdy 2026-03-31 13:36:22 +02:00
  • 5e5c501acf fix(frontend): prevent infinite polling loop in useAgentActivityDropdown abhi1992002 2026-03-31 16:59:41 +05:30
  • b028719fb8 fix(frontend): pass group.metadata to OutputActions and OutputItem instead of empty object fix/issue-9175-agent-outputs-show-all Zamil Majdy 2026-03-31 13:23:12 +02:00
  • db8d33bf30 fix(frontend): use stable React keys and fix Prettier formatting majiayu000 2026-03-31 19:01:36 +08:00
  • 2d00268516 fix(copilot): raise total tool call cap to 500 (10x web search limit) Zamil Majdy 2026-03-31 12:41:56 +02:00
  • a79c265925 fix(frontend): preserve falsy values in SelectWidget and filter empty-string options at top level otto/secrt-2157-fix-select-empty-string Zamil Majdy 2026-03-31 12:35:18 +02:00
  • 54645c9747 fix(blocks): add HasRecipients Protocol, extract validate_all_recipients, add forward test fix/gmail-validate-email-recipients Zamil Majdy 2026-03-31 12:20:37 +02:00
  • bb16de85f7 fix(frontend): group outputs by node to avoid repeated headers majiayu000 2026-03-31 18:05:30 +08:00
  • 17e78ca382 fix(docs): remove extraneous whitespace in README (#12587) Carson Kahn 2026-03-31 01:38:45 -07:00
  • 9ad68b4e1e Assert LLM block is not called in short-circuit path Otto 2026-03-31 08:29:34 +00:00
  • b672e20b0d Fix formatting: apply black style to test file Otto 2026-03-31 08:04:46 +00:00
  • a21748b1a8 Address CodeRabbit review: tighten matcher and sanitize logs Otto 2026-03-31 07:59:43 +00:00
  • f908af1f72 fix(classic): fix 5 blocking bugs preventing CLI agent from working make-old-work Zamil Majdy 2026-03-31 09:40:54 +02:00
  • 751382fcff fix(backend): clean up _meta_ttl_refresh_at on session completion Zamil Majdy 2026-03-31 09:19:01 +02:00
  • ba2699aad2 merge: resolve import conflict in copilot/db.py after merging dev Zamil Majdy 2026-03-31 09:17:27 +02:00
  • 63f6b5122a Skip LLM execution analysis for credit exhaustion failures Otto 2026-03-31 07:04:34 +00:00
  • d61ffe3124 fix(classic): remove dead CI trigger path and fix Dockerfile package dirs Nicholas Tindle 2026-03-31 08:54:41 +02:00
  • 33c3c8e5ed Merge branch 'remove-classic-frontend' into make-old-work Nicholas Tindle 2026-03-31 01:45:30 -05:00
  • f20693d02b chore(classic): remove deprecated benchmark suite (agbenchmark) remove-classic-frontend Nicholas Tindle 2026-03-31 01:41:44 -05:00
  • e0a404e431 Merge branch 'make-old-work' of https://github.com/Significant-Gravitas/AutoGPT into make-old-work Nicholas Tindle 2026-03-31 01:37:05 -05:00
  • ff1ba2cb6b Merge branch 'remove-classic-frontend' into make-old-work Nicholas Tindle 2026-03-31 01:36:47 -05:00
  • a4188c5657 chore(classic): remove deprecated Flutter frontend and unneeded files Nicholas Tindle 2026-03-31 01:34:01 -05:00