chore(release): bump engine to 0.6.0 and TS wrapper to 0.7.0#55
Merged
Conversation
Engine v0.6.0 includes major features and breaking changes: - streaming hook enrichment (cost, timing, model, thinking, sub-agent) - workspace implementation - structured NDJSON wire events with --display mode - models list discovery and --model/--effort CLI overrides - unified storage on ~/.amplifier-agent/ (breaking: XDG removed) - default --output text (breaking: changed from json) - standalone 'amplifier-agent migrate' subcommand TS wrapper v0.7.0 adds: - displayMode option for controlling wire format - listModels() and listAllModels() provider discovery APIs - model/effort option forwarding to engine - docstring updates for storage refactor 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.
What's in this release
Engine v0.6.0 (from v0.5.2)
--display ndjson,--workspaceforwardingamplifier-agent models listdiscovery command +--model/--effortoverrides~/.amplifier-agent/, dropped XDG (breaking)--outputtext, reject conflicting flag combinations (breaking)amplifier-agent migratesubcommand (removes auto-migration from boot/update paths)TS wrapper 0.7.0 (from v0.6.2)
Breaking changes in engine v0.6.0
~/.local/state/amplifier-agent/...→~/.amplifier-agent/state/workspaces/.... Migration available viaamplifier-agent migrate.--outputchanged fromjsontotext. Scripts depending on the old default need to pass--output jsonexplicitly. Wrappers are unaffected (they always pass it explicitly).Next steps after merge
After merging this PR, push two tags from the merge commit on main:
CI will:
release-notes.yml→ create GH Releases for both with generated notespublish-wrapper.yml→ publishamplifier-agent-ts@0.7.0to npm via OIDC