@sunerpy/kiro-provider 3.2.8 → 3.3.0
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 +6 -5
- package/dist/cli.js +114 -79
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -158,13 +158,14 @@ or region.
|
|
|
158
158
|
| --- | --- | --- |
|
|
159
159
|
| Zuno | OpenAI Responses | [Native provider configuration and session routing](docs/ZUNO.md) |
|
|
160
160
|
| Codex CLI | OpenAI Responses | [Isolated profile and compatibility checks](docs/CODEX.md) |
|
|
161
|
-
| Claude Code | Anthropic Messages | [
|
|
161
|
+
| Claude Code | Anthropic Messages | [Shared-state `kiroclaude` launcher and model selection](docs/CLAUDE_CODE.md) |
|
|
162
162
|
| Other SDKs | Responses or Messages | [Protocol compatibility](docs/PROTOCOL_COMPATIBILITY.md) |
|
|
163
163
|
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
164
|
+
Codex uses an isolated profile. `kiroclaude` instead keeps Claude's native
|
|
165
|
+
state and applies a provider/model overlay only to the launched process, so the
|
|
166
|
+
ordinary `claude` command keeps its provider. The guides record the exact
|
|
167
|
+
client versions last tested; treat them as dated evidence, not a promise about
|
|
168
|
+
future request shapes.
|
|
168
169
|
|
|
169
170
|
## Configuration
|
|
170
171
|
|