@pickled-dev/cli 0.21.0 → 0.22.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 +1 -1
- package/dist/index.js +213 -190
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -57,7 +57,7 @@ That gets you a single controlled-mode scenario. To compare across interfaces, s
|
|
|
57
57
|
| --- | --- |
|
|
58
58
|
| Sources | local files, URLs, codebase globs |
|
|
59
59
|
| Toolsets | `none`, `web`, `mcp` |
|
|
60
|
-
| Interfaces | Claude Code, Codex CLI, Anthropic API |
|
|
60
|
+
| Interfaces | Claude Code, Codex CLI, Anthropic API, OpenAI API |
|
|
61
61
|
| Output | terminal, JSON, markdown audit reports |
|
|
62
62
|
|
|
63
63
|
## Read more
|