opencode-anthropic-multi-account 0.2.37 → 0.2.40
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 +11 -0
- package/dist/{chunk-GIQAMUS5.js → chunk-YH55ZRXQ.js} +95 -226
- package/dist/chunk-YH55ZRXQ.js.map +1 -0
- package/dist/fingerprint-capture.d.ts +1 -1
- package/dist/fingerprint-capture.js +1 -1
- package/dist/index.js +110 -224
- package/dist/index.js.map +1 -1
- package/package.json +5 -6
- package/dist/chunk-GIQAMUS5.js.map +0 -1
package/README.md
CHANGED
|
@@ -47,6 +47,17 @@ Claude tool handling is OpenCode-first:
|
|
|
47
47
|
|
|
48
48
|
This is an internal compatibility policy, not a third user-facing mode.
|
|
49
49
|
|
|
50
|
+
## Claude Code effort
|
|
51
|
+
|
|
52
|
+
For non-Haiku Claude Code requests, the plugin forwards a client-provided effort
|
|
53
|
+
from `output_config.effort`, `reasoning.effort`, `reasoning_effort`, or
|
|
54
|
+
`reasoningEffort`. If the client does not provide one, it falls back to `high`.
|
|
55
|
+
|
|
56
|
+
Operators can pin the outbound effort with `CLAUDE_MULTI_ACCOUNT_EFFORT` or
|
|
57
|
+
`ANTHROPIC_MULTI_ACCOUNT_EFFORT`. Supported values are `low`, `medium`, `high`,
|
|
58
|
+
`xhigh`, `max`, `ultracode`, and `client`; `ultracode` is normalized to `xhigh`
|
|
59
|
+
on the wire.
|
|
60
|
+
|
|
50
61
|
## Server Mode migration
|
|
51
62
|
|
|
52
63
|
```bash
|