Skip to content

chore(release): bump engine to 0.6.0 and TS wrapper to 0.7.0#55

Merged
manojp99 merged 1 commit into
mainfrom
chore/release-engine-v0.6.0-wrapper-v0.7.0
Jun 12, 2026
Merged

chore(release): bump engine to 0.6.0 and TS wrapper to 0.7.0#55
manojp99 merged 1 commit into
mainfrom
chore/release-engine-v0.6.0-wrapper-v0.7.0

Conversation

@manojp99

Copy link
Copy Markdown
Collaborator

What's in this release

Engine v0.6.0 (from v0.5.2)

TS wrapper 0.7.0 (from v0.6.2)

Breaking changes in engine v0.6.0

  • Storage layout: ~/.local/state/amplifier-agent/...~/.amplifier-agent/state/workspaces/.... Migration available via amplifier-agent migrate.
  • CLI default: --output changed from json to text. Scripts depending on the old default need to pass --output json explicitly. 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:

git tag v0.6.0 && git push origin v0.6.0
git tag wrapper-v0.7.0 && git push origin wrapper-v0.7.0

CI will:

  • release-notes.yml → create GH Releases for both with generated notes
  • publish-wrapper.yml → publish amplifier-agent-ts@0.7.0 to npm via OIDC

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>
@manojp99 manojp99 merged commit dc535ac into main Jun 12, 2026
2 of 3 checks passed
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