@happycastle/codex-litellm 0.7.9 → 0.7.10

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -23,7 +23,7 @@ npx @happycastle/opencode-litellm codex
23
23
  - Prompts for LiteLLM gateway URL, auth (SSO or env key), and Codex mode
24
24
  (`gateway`, `oauth`, or `both`)
25
25
  - Discovers models, search tools, MCP servers, and toolsets
26
- - Writes Codex config + model catalog
26
+ - Writes a `/model`-compatible Codex catalog and enables native live web search
27
27
  - Installs the shared research skill at `~/.agents/skills/litellm-research-router/`
28
28
 
29
29
  ## Requirements
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@happycastle/codex-litellm",
4
- "version": "0.7.9",
4
+ "version": "0.7.10",
5
5
  "description": "Codex-compatible command wrapper for the happycastle114 LiteLLM plugin",
6
6
  "type": "module",
7
7
  "bin": {
@@ -28,6 +28,7 @@
28
28
  },
29
29
  "homepage": "https://github.com/happycastle114/opencode-litellm#readme",
30
30
  "dependencies": {
31
- "@happycastle/opencode-litellm": "0.7.9"
32
- }
31
+ "@happycastle/opencode-litellm": "0.7.10"
32
+ },
33
+ "gitHead": "cb9578b7168e9c3ef0630f19694c0fed0523c6a4"
33
34
  }