@sunerpy/kiro-provider 3.1.0 → 3.1.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/README.md +5 -2
- package/dist/cli.js +126 -115
- package/package.json +3 -1
package/README.md
CHANGED
|
@@ -717,7 +717,7 @@ an explicit estimate. See
|
|
|
717
717
|
|
|
718
718
|
The current account-management and live-usage validation record is in
|
|
719
719
|
[`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
|
|
720
|
+
The current typed stream-error contract and downstream Zuno handoff are in
|
|
721
721
|
[`docs/STREAM_ERROR_CONTRACT.md`](docs/STREAM_ERROR_CONTRACT.md) and
|
|
722
722
|
[`docs/ZUNO_STREAM_ERROR_HANDOFF.zh.md`](docs/ZUNO_STREAM_ERROR_HANDOFF.zh.md).
|
|
723
723
|
The preceding local-auth lifecycle record is retained in
|
|
@@ -727,6 +727,9 @@ The preceding protocol/client matrix is retained in
|
|
|
727
727
|
The older [`docs/E2E_VALIDATION_2026-08-22.md`](docs/E2E_VALIDATION_2026-08-22.md)
|
|
728
728
|
is retained as historical v0.4 evidence only.
|
|
729
729
|
|
|
730
|
+
The v3.1.1 stream delivery, RPC decoding and real SDK/Zuno before/after report is in
|
|
731
|
+
[`docs/audits/stream-delivery-recovery-2026-09-13.md`](docs/audits/stream-delivery-recovery-2026-09-13.md).
|
|
732
|
+
|
|
730
733
|
## Troubleshooting
|
|
731
734
|
|
|
732
735
|
[`docs/TROUBLESHOOTING.md`](docs/TROUBLESHOOTING.md) is the symptom-first
|
|
@@ -735,7 +738,7 @@ runbook: for each symptom it names the audit event, the
|
|
|
735
738
|
`error.code` to look at, then the cause and the remedy. It covers
|
|
736
739
|
`needs-relogin` and token-refresh failures, `quota-exhausted` versus
|
|
737
740
|
`overage-blocked` (`stop_on_overage`), `503 no_healthy_accounts`, the
|
|
738
|
-
`502 upstream_stream_*` codes
|
|
741
|
+
`502 upstream_stream_*` codes, accepted-stream failures and non-stream retry events, how to
|
|
739
742
|
read `sdk_stream_terminal` when "the assistant announced a next step and
|
|
740
743
|
stopped", reasoning-replay `400`s, the single-instance lock, configuration
|
|
741
744
|
warnings, `413` variants, and proxy failures. It also lists `journalctl` grep
|