deps(agent): Bump the minor-and-patch group in /apps/agent with 3 updates#5
Closed
dependabot[bot] wants to merge 5 commits intomainfrom
Closed
deps(agent): Bump the minor-and-patch group in /apps/agent with 3 updates#5dependabot[bot] wants to merge 5 commits intomainfrom
dependabot[bot] wants to merge 5 commits intomainfrom
Conversation
Introduces SubagentRegistry for runtime subagent management, enabling users to register, unregister, and configure custom subagents through the UI and API. Includes support for disabling MCP servers in configuration and comprehensive API documentation. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Brings AG3NT to feature parity with Claude Code CLI by implementing: 1. **Edit Tool Documentation** - Comprehensive guide for edit_file usage - When to use edit_file vs write_file - Best practices for exact string matching - Examples and common pitfalls 2. **AskUserQuestion Tool** - Interactive user clarification during execution - ask_user() tool for asking questions mid-execution - Interrupt mechanism integration - Support for multiple choice and open-ended questions - Worker API updated to handle question interrupts 3. **Plan Mode** - Structured planning before code execution - PlanningMiddleware enforces planning phase - Prevents file changes during planning - Step-by-step execution with progress tracking - Plan confirmation workflow 4. **Git Workflow Automation** - Smart commits and PR creation - generate_commit_message() using LLM for conventional commits - smart_commit() for auto-generated commit messages - create_pull_request() with auto-generated titles/descriptions - Comprehensive Git workflow guidance in system prompt 5. **Implementation Plan Document** - CLAUDE_CODE_PARITY.md - Detailed feature comparison matrix - Phase-by-phase implementation plan - Testing strategy and verification steps - Critical files reference New files: - apps/agent/ag3nt_agent/interactive_tools.py - apps/agent/ag3nt_agent/planning_middleware.py - CLAUDE_CODE_PARITY.md Modified files: - apps/agent/ag3nt_agent/deepagents_runtime.py - apps/agent/ag3nt_agent/git_tool.py - apps/agent/ag3nt_agent/worker.py This implements P0 (critical path) features from the parity plan. Remaining P2 features (background tasks, Jupyter support, keybindings) can be implemented in future updates. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add threading locks and async locks to 8 modules that lacked synchronization for shared mutable state. Prevents silent data corruption, lost task updates, and resource leaks when agents run in parallel. - SubagentMonitor: threading.Lock on all shared collections - AgentPool: stats increments moved inside lock, _warming flag protected - PlanningTools: class lock + atomic file save + singleton lock - InMemoryStateSync: asyncio.Lock for sessions + threading.Lock for subscribers - Worker: threading.Lock for WebSocket connection dicts - memory_search, tool_batcher, skill_trigger_middleware: double-checked locking - ToolBatcher: stats_lock for cross-thread counter safety - 29 new concurrency tests proving thread safety - .gitignore: add coverage.xml, .claude/, nul, test.png Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add all remaining platform components: - Agent: autonomous engine, tool registry, context engine, exec tools, file tracking, LSP, fuzzy edit, batch tools, validation gates, model config, streaming, snapshots, revert system - Gateway: agent proxy, routing, directives, metrics, middleware, plugins, state management, session store, streaming - TUI: app screens, widgets, styles, config, gateway client - UI: Next.js dashboard (AP3X-UI) - Community: plugin ecosystem with 100+ integrations - Docker: compose + Dockerfiles for gateway and agent - Updated start/stop scripts, daemon, vendor libs Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Bumps the minor-and-patch group in /apps/agent with 3 updates: [fastapi](https://github.com/fastapi/fastapi), [uvicorn](https://github.com/Kludex/uvicorn) and [pydantic](https://github.com/pydantic/pydantic). Updates `fastapi` from 0.115.0 to 0.128.3 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.115.0...0.128.3) Updates `uvicorn` from 0.30.6 to 0.40.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.30.6...0.40.0) Updates `pydantic` from 2.9.2 to 2.12.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.9.2...v2.12.5) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.128.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: uvicorn dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: pydantic dependency-version: 2.12.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the minor-and-patch group in /apps/agent with 3 updates: fastapi, uvicorn and pydantic.
Updates
fastapifrom 0.115.0 to 0.128.3Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
36985f5🔖 Release version 0.128.3661cdfb📝 Update release notesf6cc650⬆️ Upgrade Starlette supported version range tostarlette>=0.40.0,<1.0.0(#...201feed📝 Update release notes19f13ea👷 Run tests with Starlette from git (#14849)01e85c0📝 Update release notes08233d7🌐 Update translations for ru (update-outdated) (#14834)fe8c33e📝 Update release notesf9f7992♻️ Re-implementon_eventin FastAPI for compatibility with the next Starlet...8e50c55📝 Update release notesUpdates
uvicornfrom 0.30.6 to 0.40.0Release notes
Sourced from uvicorn's releases.
... (truncated)
Changelog
Sourced from uvicorn's changelog.
... (truncated)
Commits
9ff6004Version 0.40.0 (#2773)19df042Drop Python 3.9 (#2772)865ce7cRun strict mypy on test suite (#2771)4f40b84Version 0.39.0 (#2770)5692dfcfix(websockets): Send close frame on ASGI return (#2769)4194764chore(deps): bump the github-actions group with 2 updates (#2763)d94bf28explicitly start ASGI run with empty context (#2742)8ae0bcbchore(deps): bump the github-actions group with 2 updates (#2748)4744ff9Add groups configuration for GitHub Actions (#2747)0391372chore(deps): bump astral-sh/setup-uv from 6.8.0 to 7.1.2 (#2746)Updates
pydanticfrom 2.9.2 to 2.12.5Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
bd2d0ddPrepare release v2.12.57d0302eDocument security implications when usingcreate_model()e9ef980Fix typo in Standard Library Types documentationf2c20c0Addpydantic-docsdev dependency, make use of versioning blocksa76c1aaUpdate documentation about JSON Schema8cbc72cAdd documentation about custom__init__()99eba59Add additional test forFieldInfo.get_default()c710769Special caseMISSINGsentinel insmart_deepcopy()20a9d77Do not delete mock validator/serializer inrebuild_dataclass()c86515aUpdate parts of the model andrevalidate_instancesdocumentationDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions