@sunerpy/kiro-provider 3.1.0 → 3.1.2
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/README.md +8 -4
- package/dist/cli.js +126 -115
- package/package.json +3 -1
package/README.md
CHANGED
|
@@ -640,8 +640,9 @@ descriptions, or any other model-visible field; internal title/summary calls
|
|
|
640
640
|
do not join the main provider conversation. Therefore one Zuno session is
|
|
641
641
|
serialized onto one persisted account/Kiro-conversation binding, while
|
|
642
642
|
different sessions remain isolated even if their first prompt and upstream
|
|
643
|
-
tool aliases are identical.
|
|
644
|
-
|
|
643
|
+
tool aliases are identical. Current declarations authorize new calls only.
|
|
644
|
+
Private historical alias bindings can accompany stored Responses continuations;
|
|
645
|
+
they never re-enable retired tools. See [historical tool scope](docs/HISTORICAL_TOOLS.md).
|
|
645
646
|
|
|
646
647
|
Keep `surface: "responses"` for this integration. Selecting `chat` requires
|
|
647
648
|
the separately enabled legacy endpoint and does not carry the Zuno Responses
|
|
@@ -717,7 +718,7 @@ an explicit estimate. See
|
|
|
717
718
|
|
|
718
719
|
The current account-management and live-usage validation record is in
|
|
719
720
|
[`docs/audits/kiro-provider-v0.5.0-rc.5-account-management-validation-2026-08-29.md`](docs/audits/kiro-provider-v0.5.0-rc.5-account-management-validation-2026-08-29.md).
|
|
720
|
-
The
|
|
721
|
+
The current typed stream-error contract and downstream Zuno handoff are in
|
|
721
722
|
[`docs/STREAM_ERROR_CONTRACT.md`](docs/STREAM_ERROR_CONTRACT.md) and
|
|
722
723
|
[`docs/ZUNO_STREAM_ERROR_HANDOFF.zh.md`](docs/ZUNO_STREAM_ERROR_HANDOFF.zh.md).
|
|
723
724
|
The preceding local-auth lifecycle record is retained in
|
|
@@ -727,6 +728,9 @@ The preceding protocol/client matrix is retained in
|
|
|
727
728
|
The older [`docs/E2E_VALIDATION_2026-08-22.md`](docs/E2E_VALIDATION_2026-08-22.md)
|
|
728
729
|
is retained as historical v0.4 evidence only.
|
|
729
730
|
|
|
731
|
+
The v3.1.1 stream delivery, RPC decoding and real SDK/Zuno before/after report is in
|
|
732
|
+
[`docs/audits/stream-delivery-recovery-2026-09-13.md`](docs/audits/stream-delivery-recovery-2026-09-13.md).
|
|
733
|
+
|
|
730
734
|
## Troubleshooting
|
|
731
735
|
|
|
732
736
|
[`docs/TROUBLESHOOTING.md`](docs/TROUBLESHOOTING.md) is the symptom-first
|
|
@@ -735,7 +739,7 @@ runbook: for each symptom it names the audit event, the
|
|
|
735
739
|
`error.code` to look at, then the cause and the remedy. It covers
|
|
736
740
|
`needs-relogin` and token-refresh failures, `quota-exhausted` versus
|
|
737
741
|
`overage-blocked` (`stop_on_overage`), `503 no_healthy_accounts`, the
|
|
738
|
-
`502 upstream_stream_*` codes
|
|
742
|
+
`502 upstream_stream_*` codes, accepted-stream failures and non-stream retry events, how to
|
|
739
743
|
read `sdk_stream_terminal` when "the assistant announced a next step and
|
|
740
744
|
stopped", reasoning-replay `400`s, the single-instance lock, configuration
|
|
741
745
|
warnings, `413` variants, and proxy failures. It also lists `journalctl` grep
|