chore(release): bump engine to 0.7.0#63
Merged
Merged
Conversation
Captures the behavioral-anchor built-in bundle replacement merged in #59 (e0aed1f). New sub-session agent set, expanded tool roster, bundle renamed. Wire protocol unchanged at 0.3.0; no wrapper bump required. See CHANGELOG.md for full details and migration notes. Generated with [Amplifier](https://github.com/microsoft/amplifier) Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com>
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.
Summary
Releases the behavioral-anchor built-in bundle replacement that landed in #59 (e0aed1f).
architect,builder,debugger(replacingplanner,coder,tester)tool-webandtool-mcpnow available alongside existing toolsbehavioral-anchorwith all features baked into the engineSee CHANGELOG.md for full details and migration notes.
Scripts using
delegate(agent="planner"|"coder"|"tester")must be updated to usearchitect,builder, ordebuggerrespectively.Performance Note
First run after upgrade will require 30–90 seconds for bundle cache preparation due to the expanded module set (additional context-intelligence, tool-web, tool-mcp vs. simplified in prior releases).
Testing & Quality
--providerCLI flag) are out-of-scope for this releasesrc/amplifier_agent_cli/modes/single_turn.py:702is out-of-scopeRelease Process
The git tag
v0.7.0will be created after this PR merges, following the existing convention (bare semantic versioning tags).Generated with Amplifier