Commit Graph

  • 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 abhi/update-autogpt-layout 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
  • e509d6b443 fix(platform): regenerate openapi.json and fix flaky test teardown Zamil Majdy 2026-03-31 12:27:40 +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
  • 40352269de feat(backend): use Gemini Flash for dry-run simulation, make model configurable Zamil Majdy 2026-03-31 12:08:30 +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
  • 09807c9d06 Revert "refactor(blocks): update bundled agent templates to use options instead of placeholder_values" req-78/rename-placeholder-values-to-options Zamil Majdy 2026-03-31 10:36:02 +02:00
  • d91ff70c0d fix(blocks): use model_validate in backward compat test to satisfy Pyright Zamil Majdy 2026-03-31 10:34:50 +02:00
  • 9ad68b4e1e Assert LLM block is not called in short-circuit path Otto 2026-03-31 08:29:34 +00:00
  • b7d7d8325e refactor(blocks): update bundled agent templates to use options instead of placeholder_values Zamil Majdy 2026-03-31 10:23:25 +02:00
  • aabe20c5f8 fix(blocks): add missing secret field to json_schema_extra for consistency Zamil Majdy 2026-03-31 10:22:15 +02:00
  • 771c0ca2ab refactor(blocks): use validation_alias for backward compat instead of model_construct override Zamil Majdy 2026-03-31 10:18:38 +02: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
  • 4b3b07f151 Merge branch 'dev' into make-old-work Nicholas Tindle 2026-03-31 01:27:18 -05:00
  • 6040418613 fix(frontend): make settings page full-width to match profile page abhi1992002 2026-03-31 10:52:02 +05:30
  • fe28f5ee8f style(frontend): format sidebar.tsx with prettier abhi1992002 2026-03-31 10:34:32 +05:30
  • bbea5d948a feat(agentation): integrate Agentation devtool into the frontend layout dx/add-agentation-devtool abhi1992002 2026-03-31 10:33:28 +05:30
  • bd13206e8a fix(frontend): remove hard-coded dark: variant and light palette from sidebar components abhi1992002 2026-03-31 10:30:11 +05:30
  • 3969a1a29a merge: resolve conflict with dev in library db.py abhi/add-integration-link-functionality-for-bg abhi1992002 2026-03-31 08:16:34 +05:30
  • a5b86c807a ghrs: report 03-30-2310-FFBC for Significant-Gravitas/AutoGPT GitHub Action 2026-03-30 23:33:38 +00:00
  • f2d3373a96 ghrs: stars and forks 03-30-2310-FFBC for Significant-Gravitas/AutoGPT GitHub Action 2026-03-30 23:33:35 +00:00
  • 4688ec9eae ghrs: vc agg 03-30-2310-FFBC for Significant-Gravitas/AutoGPT GitHub Action 2026-03-30 23:33:35 +00:00
  • 9eddcdb595 ghrs: snap 03-30-2310-FFBC for Significant-Gravitas/AutoGPT GitHub Action 2026-03-30 23:33:27 +00:00
  • 4514bc93bf chore(backend/deps-dev): bump the development-dependencies group across 1 directory with 3 updates dependabot/pip/autogpt_platform/backend/dev/development-dependencies-02601d51ac dependabot[bot] 2026-03-30 19:05:43 +00:00
  • 54baeb6579 chore(libs/deps): bump the production-dependencies group across 1 directory with 7 updates dependabot/pip/autogpt_platform/autogpt_libs/dev/production-dependencies-81726590d7 dependabot[bot] 2026-03-30 19:05:14 +00:00
  • 032132a9c3 chore(libs/deps-dev): bump ruff dependabot/pip/autogpt_platform/autogpt_libs/dev/development-dependencies-aeea8a7b5e dependabot[bot] 2026-03-30 19:02:39 +00:00
  • 780c44c051 fix: update Task tests — Task is now in BLOCKED_TOOLS, always denied Zamil Majdy 2026-03-30 17:04:33 +00:00
  • 77eb07c458 style: black formatting for test files Zamil Majdy 2026-03-30 16:49:41 +00:00
  • 13a2e623a0 test: add tests for Task disallowed, StreamHeartbeat on task_progress, WebSearch denial budget Zamil Majdy 2026-03-30 16:46:59 +00:00
  • 8d99660ba0 chore: bump WebSearch cap to 50 per turn Zamil Majdy 2026-03-30 16:38:26 +00:00
  • bfbec703ce fix(copilot): disable SDK Task tool, bump search cap to 30 Zamil Majdy 2026-03-30 16:34:15 +00:00
  • 8763a94436 fix(copilot): keep Redis stream alive during sub-agent execution Zamil Majdy 2026-03-30 16:29:07 +00:00
  • a504fe532a fix(copilot): refresh Redis session meta TTL during long-running turns Zamil Majdy 2026-03-30 16:06:09 +00:00
  • 33f062e6b1 fix(frontend): remove LaunchDarkly local storage bootstrapping seer/fix/remove-ld-localstorage-bootstrap seer-by-sentry[bot] 2026-03-30 12:39:48 +00:00
  • b3f52ce3b3 revert: remove Perplexity guidance from code supplement Zamil Majdy 2026-03-30 12:30:36 +00:00
  • 0ac208603c feat(copilot): nudge LLM to use Perplexity for deep research over WebSearch Zamil Majdy 2026-03-30 12:15:06 +00:00
  • 57401a9b13 fix: re-enable intermediate flush for all attempts, add rollback note Zamil Majdy 2026-03-30 11:53:33 +00:00
  • df9ae41c25 fix: update prompt to remove 'per session' scope qualifier for web search cap Zamil Majdy 2026-03-30 11:50:16 +00:00
  • bfd152dcc7 fix: guard intermediate flush against retry rollback, fix counter scope labels, reorder checks, top-level imports Zamil Majdy 2026-03-30 11:48:21 +00:00
  • 167017cd06 Resolve merge conflicts with dev Claude 2026-03-30 11:45:31 +00:00
  • a30568d0a7 fix(frontend): address PR review comments Claude 2026-03-30 11:44:53 +00:00
  • 0f92e585ab fix(copilot): add tool call circuit breakers and intermediate persistence Zamil Majdy 2026-03-30 11:31:17 +00:00
  • be99f50652 feat(frontend/builder): add confirmation dialog for workspace file removal feat/file-input-remove-confirmation abhi1992002 2026-03-30 16:53:04 +05:30
  • 7ba05366ed feat(platform/copilot): live timer stats with persisted duration (#12583) Ubbe 2026-03-30 16:46:31 +07:00
  • e44615f8b8 fix(frontend): merge tier into refreshed data after tier change Zamil Majdy 2026-03-30 06:00:51 +02:00
  • 38c2dc4ef8 ghrs: report 03-29-2307-D7EB for Significant-Gravitas/AutoGPT GitHub Action 2026-03-29 23:30:47 +00:00
  • d102bc2591 ghrs: stars and forks 03-29-2307-D7EB for Significant-Gravitas/AutoGPT GitHub Action 2026-03-29 23:30:45 +00:00
  • e14e81ccea ghrs: vc agg 03-29-2307-D7EB for Significant-Gravitas/AutoGPT GitHub Action 2026-03-29 23:30:45 +00:00
  • 6952395b83 ghrs: snap 03-29-2307-D7EB for Significant-Gravitas/AutoGPT GitHub Action 2026-03-29 23:30:37 +00:00
  • 22f0da0a03 fix(backend): correct ENTERPRISE multiplier comment (50x → 60x) Zamil Majdy 2026-03-29 20:55:40 +02:00
  • 1f828ada7b test(copilot): add backward-compat tests for ChatSessionMetadata deserialization Zamil Majdy 2026-03-29 20:42:47 +02:00
  • b61ada0b5d test(copilot): add functional tests for dry-run loop beyond substring checks Zamil Majdy 2026-03-29 19:37:26 +02:00
  • 9b8759559c fix(frontend): add stream timeout to copilot chat Zamil Majdy 2026-03-29 19:37:01 +02:00
  • ec9e45df98 test(backend): add round-trip routing test for disambiguated tool names Zamil Majdy 2026-03-29 17:10:25 +02:00
  • c2aed5e1d4 test(blocks): add SQL injection and URL.create() tests for SQL query block Zamil Majdy 2026-03-29 17:09:55 +02:00
  • df4cf1faa2 test(backend): add dry-run tests for AgentExecutorBlock child graph spawning Zamil Majdy 2026-03-29 17:08:48 +02:00
  • 9264b42050 fix(frontend): fetch user tier on admin rate-limits page Zamil Majdy 2026-03-29 13:55:49 +02:00
  • ebd476471e test(backend): add more test conditions for tool name disambiguation Zamil Majdy 2026-03-29 12:28:49 +02:00
  • 7ed490111f refactor(backend): unify MCP block simulation into generic path Zamil Majdy 2026-03-29 12:04:59 +02:00
  • 82de358f30 merge: resolve conflict with dev branch in library/db.py Zamil Majdy 2026-03-29 11:59:23 +02:00
  • e9c4c2cb0b Merge remote-tracking branch 'origin/master' into fix/dry-run-special-blocks Zamil Majdy 2026-03-29 11:56:11 +02:00
  • 3a40188024 test(backend): add end-to-end tests for tier-adjusted rate limits Zamil Majdy 2026-03-29 11:56:05 +02:00
  • b5c3e4b163 style(backend): replace Optional[int] with int | None in SQL query block Zamil Majdy 2026-03-29 11:50:42 +02:00
  • 6b35855f44 fix(copilot): resolve host-scoped credentials for authenticated web requests (#12579) Zamil Majdy 2026-03-28 11:12:33 +03:00
  • 5a96e23e59 fix(blocks): raise AIConditionBlock errors instead of swallowing them (#12593) Zamil Majdy 2026-03-27 17:28:14 +07:00
  • c748207b28 dx(skills): add /open-pr and /setup-repo skills (#12591) Nicholas Tindle 2026-03-27 05:22:03 -05:00
  • 39c4903d32 fix(backend): preserve thinking blocks during transcript compaction (#12574) Zamil Majdy 2026-03-27 13:36:52 +07:00
  • eeccf16fba fix(platform): fix prod Sentry errors and reduce on-call alert noise (#12565) Zamil Majdy 2026-03-27 13:09:42 +07:00
  • 88ccd9a486 feat(platform): add shared admin user search + rate-limit modal on spending page (#12577) Zamil Majdy 2026-03-27 12:53:04 +07:00
  • 41578af2da refactor(backend): remove unused enumerate index in tool name disambiguation Zamil Majdy 2026-03-29 11:50:18 +02:00
  • 1e30ef0ed1 fix(backend): add folder assignment to library agent upsert update path Zamil Majdy 2026-03-29 11:48:02 +02:00