Commit Graph

  • e9a59ab25c fix: count unique agents instead of agent-iterations in test output alex-clawd 2026-05-13 09:54:32 -07:00
  • a723d991f5 fix: address three review comments on benchmark/test CLI alex-clawd 2026-05-13 09:03:14 -07:00
  • 74bf197ccb fix: resolve lint, test, and review issues alex-clawd 2026-05-13 07:38:39 -07:00
  • 68fb64f383 fix: resolve all mypy type errors in CLI files alex-clawd 2026-05-13 07:10:07 -07:00
  • 27fd105ad6 fix: resolve all mypy type errors in new_agent/definition_parser.py alex-clawd 2026-05-13 06:55:31 -07:00
  • e2d66c524b fix: disable VCR and memory for standalone agent test to prevent real API calls alex-clawd 2026-05-13 02:20:51 -07:00
  • 18e599b0f2 fix: resolve CI failures — mock test LLM and fix mypy type errors alex-clawd 2026-05-13 02:16:28 -07:00
  • 48a861aa1a fix: resolve all CI failures — format, lint, mypy, and review comments alex-clawd 2026-05-13 02:06:51 -07:00
  • d80511898c fix: enhance memory handling and logging in agent executor Joao Moura 2026-05-13 04:51:28 -04:00
  • ff97ae3e8e fix: enhance tool async check in ConversationalAgentExecutor Joao Moura 2026-05-13 04:32:42 -04:00
  • d744b37723 fix: deduplicate JSONC stripping, guard progress callback, and fix _read_config alex-clawd 2026-05-13 01:31:52 -07:00
  • b1c02428c6 feat: implement async delegation and spawning for improved agent task handling Joao Moura 2026-05-13 04:30:43 -04:00
  • 22bcced6c0 fix: add missing TabbedContent import and _rich_escape in agent_tui.py alex-clawd 2026-05-13 01:23:18 -07:00
  • a0f4cb0d7a feat: implement ChatTextArea for improved chat input handling Joao Moura 2026-05-13 04:17:25 -04:00
  • 94b5e2ea7b fix: address CI failures — ruff, mypy, mock OpenAI tests, JSONC support alex-clawd 2026-05-13 01:13:02 -07:00
  • 0ddedbc48a feat: add verbose output option for benchmarking and testing Joao Moura 2026-05-13 03:51:30 -04:00
  • c33fd82286 fix: address 4 new bugbot review comments alex-clawd 2026-05-13 00:19:24 -07:00
  • b3044a780e fix: resolve remaining ruff lint errors alex-clawd 2026-05-13 00:15:48 -07:00
  • 089656195d fix: address remaining review comments — broken import, race condition, duplicate logic alex-clawd 2026-05-13 00:12:18 -07:00
  • 2ddc348ad2 fix: resolve lint, type-check, and test failures alex-clawd 2026-05-13 00:06:55 -07:00
  • 75651f962d feat: introduce room management and agent selection in TUI Joao Moura 2026-05-13 02:52:03 -04:00
  • fc85637e60 feat: enhance benchmark case loading and CLI threshold handling Joao Moura 2026-05-12 18:04:40 -04:00
  • 813173c85f Update benchmark Joao Moura 2026-05-12 17:56:19 -04:00
  • 4c33de86a9 feat: enhance CLI environment variable loading and benchmark path handling Joao Moura 2026-05-12 16:24:24 -04:00
  • 6cb29dce65 feat: enhance agent TUI and CLI with streaming responses and model selection improvements Joao Moura 2026-05-12 16:03:50 -04:00
  • fe7f730546 feat: add interactive agent creation and TUI for multi-agent interaction Joao Moura 2026-05-12 13:14:16 -04:00
  • 48fcf927c2 Merge branch 'main' into lorenze/imp/memory-prompt-influence lorenze/imp/memory-prompt-influence Lorenze Jay 2026-05-13 11:03:44 -07:00
  • 808654c2f2 fix(valkey): post-filter metadata outside FT.SEARCH (#5794) devin/1778693063-valkey-metadata-filter-followup Devin AI 2026-05-13 17:39:45 +00:00
  • 91656dc476 fix(valkey): post-filter metadata in _vector_search instead of @key FT clauses devin/1778693042-fix-issue-5795 Devin AI 2026-05-13 17:31:40 +00:00
  • c36827b45b fix(docs/pt-BR): replace untranslated code block placeholders (#5781) iris-clawd 2026-05-13 12:23:18 -03:00
  • c5a9a8da50 feat(valkey): shared cache config + ValkeyCache for A2A and file uploads devin/valkey-5703-base Matthias Howell 2026-05-04 09:47:30 -04:00
  • f32fe819b4 Merge branch 'main' into gl/refactor/a2a-tool-based-delegation gl/refactor/a2a-tool-based-delegation Greyson LaLonde 2026-05-13 08:22:50 +08:00
  • ff2fd74ee2 Merge branch 'main' into feat/open-sandbox-tool feat/open-sandbox-tool Lorenze Jay 2026-05-12 12:42:00 -07:00
  • 264da8245a Lorenze/imp/prompt layering (#5774) release/v2.0.0 Lorenze Jay 2026-05-12 12:39:12 -07:00
  • f2960ccaaf Added docs for TavilyGetResearch (#5707) Mani 2026-05-12 15:25:45 -04:00
  • bb0bde9518 docs: update changelog and version for v1.14.5a5 1.14.5a5 Greyson LaLonde 2026-05-13 03:00:58 +08:00
  • 2034f2140a feat: bump versions to 1.14.5a5 Greyson LaLonde 2026-05-13 02:54:13 +08:00
  • 3322634625 feat: deprecate CrewAgentExecutor, default Crew agents to AgentExecutor (#5745) iris-clawd 2026-05-12 15:22:13 -03:00
  • 3d95afca41 Docs: inputs.idrestoreFromStateId migration guide (#5779) Tiago Freire 2026-05-12 14:10:32 -03:00
  • b2cd133f10 fix(docs): restore missing code block in pt-BR first-flow guide (#5780) iris-clawd 2026-05-12 13:23:00 -03:00
  • 12b148d9e5 Merge branch 'main' into lorenze/imp/memory-prompt-influence Lorenze Jay 2026-05-12 08:54:45 -07:00
  • ba523f46c0 fix(devtools): include all workspace packages in bump pin rewrites Greyson LaLonde 2026-05-12 22:49:44 +08:00
  • 812468e1b9 chore: update tool specifications github-actions[bot] 2026-05-11 17:17:50 +00:00
  • 0f78d824e9 Merge branch 'main' into feat/open-sandbox-tool Lorenze Jay 2026-05-11 10:16:32 -07:00
  • 743703a409 Merge branch 'main' into lorenze/imp/memory-prompt-influence Lorenze Jay 2026-05-11 10:15:51 -07:00
  • 63a9e7eb5e fix(deps): patch urllib3 GHSA-qccp-gfcp-xxvc, GHSA-mf9v-mfxr-j63j Greyson LaLonde 2026-05-12 00:48:42 +08:00
  • 5d757cb626 fix(flow): log HITL pre-review and distillation failures, add learn_strict Greyson LaLonde 2026-05-12 00:26:31 +08:00
  • b0d4dd256d fix(deps): patch gitpython, langchain-core; ignore unpatched paramiko CVE Greyson LaLonde 2026-05-11 22:31:56 +08:00
  • 9229b78fe5 fix(tools): annotate files dict as dict[str, FileInput] for mypy devin/1778293043-add-file-tool Devin AI 2026-05-09 02:47:36 +00:00
  • 280e9103a1 fix(tools): tighten _is_base_file return type to TypeGuard[FileInput] Devin AI 2026-05-09 02:43:30 +00:00
  • 90f4021071 feat(tools): allow tools to return File instances for multimodal context Devin AI 2026-05-09 02:38:28 +00:00
  • 9c981e175b feat(tools): add OpenSandbox sandbox tool with optional deps iris-clawd 2026-05-08 23:02:12 +00:00
  • 516e4fdfc3 feat: add OpenSandbox tool for sandbox-based code execution feat/opensandbox-tool iris-clawd 2026-05-08 22:47:35 +00:00
  • e4a91cdc0c docs: add OSS upgrade & crew-to-flow migration guide (#5744) iris-clawd 2026-05-08 18:49:39 -03:00
  • b9e71b322f feat: improve Daytona sandbox tools Mislav Ivanda 2026-05-08 23:29:30 +02:00
  • f495bda016 fix(devtools): refresh all published workspace packages on uv lock/sync Greyson LaLonde 2026-05-09 03:50:51 +08:00
  • 622c0b610b docs: update changelog and version for v1.14.5a4 1.14.5a4 Greyson LaLonde 2026-05-09 03:14:29 +08:00
  • a09c4de2fd feat: bump versions to 1.14.5a4 Greyson LaLonde 2026-05-09 03:08:22 +08:00
  • 189d769cb9 Merge branch 'main' into gl/refactor/a2a-tool-based-delegation Greyson LaLonde 2026-05-09 00:18:21 +08:00
  • cf2fb4503d chore(deps): bump mem0ai to >=2.0.0 to address GHSA-xqxw-r767-67m7 Greyson LaLonde 2026-05-09 00:17:48 +08:00
  • 6fe34644ab refactor(a2a): use tool calling for delegation instead of structured output Greyson Lalonde 2026-05-08 21:33:24 +08:00
  • 27463ce8c4 chore(deps): bump mem0ai to >=2.0.0 to address GHSA-xqxw-r767-67m7 Greyson Lalonde 2026-05-08 22:03:14 +08:00
  • c67f6f63dc fix(ci): make nightly publish idempotent and serialized Greyson LaLonde 2026-05-08 02:20:31 +08:00
  • 964066e86b fix(ci): stamp and pin all workspace packages in nightly publish Greyson LaLonde 2026-05-08 02:07:01 +08:00
  • 74a1ff8db5 feat: update llm listings Cole Goeppinger 2026-05-07 10:19:47 -07:00
  • d6f7e7d5f8 chore(deps): use 3-day exclude-newer window Greyson LaLonde 2026-05-08 00:11:05 +08:00
  • 7b586968f1 Fix issue #5736: Agent.kickoff() must honor executor_class devin/1778111398-fix-issue-5736-executor-class-consistency Devin AI 2026-05-07 00:17:44 +00:00
  • b27ab32546 feat(cerebras): integrate Cerebras cloud SDK for native completion support lorenze/feat/cerebras-native-provider lorenzejay 2026-05-06 15:40:14 -07:00
  • 50c3f5acc2 chore: update tool specifications devin/1778099784-add-cortex-agent-tool github-actions[bot] 2026-05-06 20:49:01 +00:00
  • da2c9a1eff feat(tools): add SnowflakeCortexAgentTool for Cortex Agents API Devin AI 2026-05-06 20:47:11 +00:00
  • d165bcb65f fix(deps): move textual to crewai-cli and add certifi Greyson LaLonde 2026-05-07 04:40:08 +08:00
  • fa6287327d docs: update changelog and version for v1.14.5a3 1.14.5a3 Greyson LaLonde 2026-05-07 01:58:27 +08:00
  • e961a005cb feat: bump versions to 1.14.5a3 Greyson LaLonde 2026-05-07 01:44:05 +08:00
  • ed1b51e4b4 feat: add list_tools() to Crew and Flow for static tool enumeration rn/enumerate-automation-tools Renato Nitta 2026-05-06 14:00:48 -03:00
  • 93e786d263 refactor: extract CLI into standalone crewai-cli package Greyson LaLonde 2026-05-06 20:46:46 +08:00
  • 6725d86304 fix(memory): escape user input in LanceDBStorage SQL filters (#5728) devin/1778048378-fix-lancedb-sqli Devin AI 2026-05-06 06:23:02 +00:00
  • d633aaa5fa fix(hitl): log pre-review failures and add learn_strict mode devin/1778040886-fix-hitl-pre-review-silent-fallback Devin AI 2026-05-06 04:25:15 +00:00
  • 3855076670 self improve with skills worktree-feat-skills-self-improving lorenzejay 2026-05-05 14:45:52 -07:00
  • 4af40c64f2 self improve with skills lorenzejay 2026-05-05 14:42:25 -07:00
  • d90a1edcf6 fix(cli): catch SystemExit in tool-repo login so crewai-less login degrades gracefully Greyson Lalonde 2026-05-06 04:47:48 +08:00
  • e61142c60c fix(cli): emit DeprecationWarning when crewai.cli is imported Greyson Lalonde 2026-05-06 04:43:07 +08:00
  • 9fb76c3c7c refactor(core): dedup version, plus_api, and oauth2 stack into crewai-core Greyson Lalonde 2026-05-06 04:36:14 +08:00
  • 87b3df9803 fix(ci): scope mypy exclude to lib/cli templates and tests Greyson Lalonde 2026-05-06 02:20:05 +08:00
  • 7acf6b45b5 fix(cli): ship crewai-cli by default and restore crewai.cli imports Greyson Lalonde 2026-05-06 01:55:39 +08:00
  • 42b4f0101e fix(ci): add type annotations to _SSRFSafeAdapter.send and fix test mocks fix/oss-51-ssrf-redirect-bypass Iris Clawd 2026-05-05 15:47:02 +00:00
  • 72fd866dc3 fix(cli): drop premature DeprecationWarning from new shared.token_manager shim Greyson Lalonde 2026-05-05 23:06:48 +08:00
  • e4747f407d fix(traces): align disable message with consent-only semantics Greyson Lalonde 2026-05-05 22:38:55 +08:00
  • c5f8177529 fix(traces): rename panel title to match consent-only semantics Greyson Lalonde 2026-05-05 21:55:27 +08:00
  • ed0f4f9dbb fix(cli): atomic trace-consent updates and drop unused re-exports Greyson Lalonde 2026-05-05 21:38:45 +08:00
  • 832fdb7c5d chore(core): address bot findings on extraction follow-up Greyson Lalonde 2026-05-05 20:59:42 +08:00
  • fb045534aa refactor(core): lift Settings, TokenManager, and tool-credentials into crewai-core Greyson Lalonde 2026-05-05 14:20:41 +08:00
  • 8b641014aa refactor(core): consolidate TOML/project helpers into crewai_core.project Greyson Lalonde 2026-05-05 13:02:46 +08:00
  • 60f3df793f refactor(core): extract crewai-core for shared utilities and standalone CLI Greyson Lalonde 2026-05-05 12:41:28 +08:00
  • 3dc8c45cc9 fix(security): validate IPs on every redirect hop to prevent SSRF bypass (OSS-51) Iris Clawd 2026-05-05 03:57:09 +00:00
  • d1934dabc0 fix(cli): declare crewai dependency and drop standalone claim from docs Greyson Lalonde 2026-05-05 09:21:52 +08:00
  • a136d63dde chore(cli): align version with crewai 1.14.5a2 via hatch dynamic source Greyson Lalonde 2026-05-05 09:05:24 +08:00
  • a8a6a888e4 fix(task_outputs): explicit columns and tolerate corrupt JSON rows Greyson Lalonde 2026-05-05 08:42:15 +08:00
  • 4cef5de586 fix(cli): declare cryptography dependency for Fernet and RS256 JWT Greyson Lalonde 2026-05-05 08:37:23 +08:00
  • 3fd91afc6c Merge branch 'main' into gl/chore/refactor-cli Greyson LaLonde 2026-05-05 08:26:58 +08:00
  • ec8a522c2c fix: correct status endpoint path from /{kickoff_id}/status to /status/{kickoff_id} lorenze/imp/planning-skills-disclosure iris-clawd 2026-05-04 20:29:49 -03:00