@sunerpy/kiro-provider 3.5.3 → 3.5.4
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 -4
- package/dist/cli.js +74 -76
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -207,9 +207,10 @@ or region.
|
|
|
207
207
|
| Claude Code | Anthropic Messages | [Shared-state `kiroclaude` launcher and model selection](docs/CLAUDE_CODE.md) |
|
|
208
208
|
| Other SDKs | Responses or Messages | [Protocol compatibility](docs/PROTOCOL_COMPATIBILITY.md) |
|
|
209
209
|
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
210
|
+
For persistent `kirocodex` and `kiroclaude` commands with separate state, follow
|
|
211
|
+
[the launcher examples](docs/CLIENT_LAUNCHERS.md). The repository's `kiroclaude`
|
|
212
|
+
shares native Claude state by default and applies a process-local provider/model
|
|
213
|
+
overlay; separate command names alone do not isolate history. The guides record the exact
|
|
213
214
|
client versions last tested; treat them as dated evidence, not a promise about
|
|
214
215
|
future request shapes.
|
|
215
216
|
|
|
@@ -249,7 +250,7 @@ the [audit index](docs/audits/README.md) contains dated probe evidence.
|
|
|
249
250
|
config directory. The database and its WAL/SHM files are created owner-only;
|
|
250
251
|
keep the JSON config owner-only as well.
|
|
251
252
|
- A single-instance lock prevents two provider processes from splitting local
|
|
252
|
-
account
|
|
253
|
+
account capacity, branch ordering, and continuation state.
|
|
253
254
|
- Reasoning replay is encrypted with AES-256-GCM. Logs exclude credentials,
|
|
254
255
|
prompts, tool arguments, signatures, and raw reasoning.
|
|
255
256
|
- A configured `proxy_url` applies to model calls, login, token refresh, and
|