@sunerpy/kiro-provider 3.1.1 → 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 +3 -2
- package/dist/cli.js +41 -41
- package/package.json +1 -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
|