chore(release): bump version to 0.9.0 - #556
Merged
Merged
Conversation
Codex ReviewVerdict: mergeable No actionable findings. Summary: No concrete merge-blocking defects found. Version metadata is synchronized across package.json and package-lock.json; documentation and the Windows smoke-test fixture are consistent with the 0.9.0 bump. Static inspection only; no tests or project commands were run. |
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
Release prep for v0.9.0. Bumps the single source of truth (
package.json+package-lock.json) from0.8.1to0.9.0and updates the docs for what landed sincev0.8.1(22 PRs). This is a minor release: no breaking changes. It brings the first concrete slices of two roadmap phases into shipped form — personal specialist agent profiles with scoped capabilities (Phase 3) and durable scoped permission management with global, project, and session-scoped allow grants (Phase 4) — alongside conversation and artifact export, per-turn token usage, TIFF previews, collapsible side panels, and native Responses API support for DeepSeek flash.Since v0.8.1 (headline)
Changes
package.json:0.8.1→0.9.0package-lock.json:0.8.1→0.9.0(both root andpackages[""])scripts/windows-installer-smoke.test.ts: version fixture updatedREADME.md: release blurb and project status updated for v0.9.0ROADMAP.md: added specialists, scoped permissions, conversation/artifact export, TIFF previews, collapsible panels, and per-turn token usage to shipped features; updated Capability Map and Delivery PhasesTest plan