Version Packages - #187
Merged
Merged
Conversation
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@openspec-ui/core@0.46.0
Minor Changes
348ee61: Add
copilot-cli-acpandclaude-cli-acprows toHARNESS_AGENT_CAPABILITIES,matching their plain counterparts' reasoning-effort and spending-cap
mechanisms exactly (each ACP adapter spawns the same binary with the same
flags, already permitted by the same allowlist entries). Add explicit empty
rows for
codex-cli-acpandgemini-cli-acp, whose adapters deliberatelyrender neither flag — an absent row is what let this drift silently before.
{ "agent": "copilot-cli-acp", "budget": { "maxAiCredits": 100 } }and theequivalent
effortsetting now resolve instead of being refused; the unitand floor checks (
maxCostUsdrejected forcopilot-cli-acp,maxAiCreditsrejected for
claude-cli-acp, Copilot's 30-credit minimum) are unchanged.348ee61: A harness configuration file (
openspec/agent-harness.jsonor a per-changeharness.json) carrying a top-level key that is notstepAgents,autonomyLevel,reviewGate,checkpoints,budget, orgitStageAllowlistis now refused, naming the unrecognized key and theaccepted set. Previously such a file resolved silently to the default
configuration wherever the misplaced key's effect would have applied —
found via a per-change
harness.jsonwhoseapplysat at the top levelinstead of inside
stepAgents, which loaded without error or warning andwas never once applied. When the unrecognized key is a stage name
(
propose,review,apply,verify,archive,git), the error namesstepAgents.<key>as a possible fix.openspec-ui-vscode@0.33.1
Patch Changes
@openspec-ui/server@1.13.15
Patch Changes
@openspec-ui/webui@1.23.1
Patch Changes