ci: Bump amannn/action-semantic-pull-request from 5 to 6#2
Closed
dependabot[bot] wants to merge 5 commits intomainfrom
Closed
ci: Bump amannn/action-semantic-pull-request from 5 to 6#2dependabot[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 [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5 to 6. - [Release notes](https://github.com/amannn/action-semantic-pull-request/releases) - [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md) - [Commits](amannn/action-semantic-pull-request@v5...v6) --- updated-dependencies: - dependency-name: amannn/action-semantic-pull-request dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... 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
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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 amannn/action-semantic-pull-request from 5 to 6.
Release notes
Sourced from amannn/action-semantic-pull-request's releases.
... (truncated)
Changelog
Sourced from amannn/action-semantic-pull-request's changelog.
... (truncated)
Commits
48f2562chore: Release 6.1.1 [skip ci]800da4cfix: ParseheaderPatternCorrespondenceproperly (#295)677b895test: Fix broken test24e6f01ci: Fix permissions for tagger7f33ba7chore: Release 6.1.0 [skip ci]afa4edbfix: Remove trailing whitespace from "unknown release type" error message (#291)a30288bfeat: Support providing regexps for types (#292)a46a7c8build: Move Vitest todevDependencies(#290)fdd4d3dchore: Release 6.0.1 [skip ci]58e4ab4fix: Actually execute action (#289)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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)