deps(gateway): Bump vitest from 2.1.9 to 4.0.18 in /apps/gateway in the testing group#4
Closed
dependabot[bot] wants to merge 5 commits intomainfrom
Closed
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 testing group in /apps/gateway with 1 update: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `vitest` from 2.1.9 to 4.0.18 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-version: 4.0.18 dependency-type: direct:development update-type: version-update:semver-major dependency-group: testing ... 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 testing group in /apps/gateway with 1 update: vitest.
Updates
vitestfrom 2.1.9 to 4.0.18Release notes
Sourced from vitest's releases.
... (truncated)
Commits
4d3e3c6chore: release v4.0.18ea837defeat(experimental): addonModuleRunnerhook toworker.init(#9286)e057281fix: usemeta.urlincreateRequire(#9441)dd54e94chore: release v4.0.1759f92d4fix(fsModuleCache): add importers alongside importedModules (#9423)751364efix(fsModuleCache): don't store importers in cache (#9422)4b67fc2fix: typo in browser.provider error (#9394)40841fffix: handle null options inaddEventHandler#9371 (#9372)200dadbfix(pool): handle worker start failures gracefully (#9337)1500654fix(browser): supportfileParallelismon an instance (#9328)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vitest since your current version.
Dependabot 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