@kyo-so/cli 0.13.0 → 0.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/dist/bin/kyoso.js +11717 -11326
- package/dist/cli/pluginRuntimeContract.d.ts +4 -4
- package/dist/core/constants.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.13.1] - 2026-07-17
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Update `@modelcontextprotocol/server` from `2.0.0-beta.3` to
|
|
15
|
+
`2.0.0-beta.4`, adopting the shared `@modelcontextprotocol/core` runtime
|
|
16
|
+
dependency and lazy validation-schema construction.
|
|
17
|
+
- Update the default `@agentclientprotocol/claude-agent-acp` adapter from
|
|
18
|
+
`0.58.1` to `0.59.0` for background-subagent lifetime handling, result-text
|
|
19
|
+
forwarding, and refined streamed tool calls.
|
|
20
|
+
- Promote the Marketplace Plugin to `0.7.0` and pin its Codex and Claude Code
|
|
21
|
+
MCP definitions to `@kyo-so/cli@0.13.0`, delivering output-budget
|
|
22
|
+
recalibration, execution identity reporting, shared deadlines, and bounded
|
|
23
|
+
ACP transport through the Plugin runtime.
|
|
24
|
+
|
|
10
25
|
## [0.13.0] - 2026-07-17
|
|
11
26
|
|
|
12
27
|
### Added
|