Skip to content

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
dependabot/npm_and_yarn/apps/gateway/testing-98423cb585
Closed

deps(gateway): Bump vitest from 2.1.9 to 4.0.18 in /apps/gateway in the testing group#4
dependabot[bot] wants to merge 5 commits intomainfrom
dependabot/npm_and_yarn/apps/gateway/testing-98423cb585

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 6, 2026

Bumps the testing group in /apps/gateway with 1 update: vitest.

Updates vitest from 2.1.9 to 4.0.18

Release notes

Sourced from vitest's releases.

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.0.17

   🚀 Experimental Features

   🐞 Bug Fixes

... (truncated)

Commits
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 compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

AP3X-Dev and others added 5 commits January 31, 2026 12:04
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>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 6, 2026

Labels

The following labels could not be found: dependencies, gateway. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@AP3X-Dev AP3X-Dev closed this Feb 6, 2026
@AP3X-Dev AP3X-Dev deleted the dependabot/npm_and_yarn/apps/gateway/testing-98423cb585 branch February 6, 2026 18:16
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 6, 2026

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant