You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bun install -g @bitkyc08/opencodex# or: npm install -g @bitkyc08/opencodex
62
67
63
68
# Interactive setup (writes config + injects into Codex)
64
69
ocx init
@@ -76,5 +81,7 @@ codex "Write a hello world in Rust"
76
81
<LinkCardtitle="Installation"href="/opencodex/getting-started/installation/"description="Install ocx, prerequisites, and verification." />
77
82
<LinkCardtitle="How It Works"href="/opencodex/getting-started/how-it-works/"description="The full request lifecycle: parse → route → adapter → bridge → SSE." />
78
83
<LinkCardtitle="Providers"href="/opencodex/guides/providers/"description="OAuth, API-key catalog, forward/passthrough, and the full provider table." />
84
+
<LinkCardtitle="Codex App Model Picker"href="/opencodex/guides/codex-app-models/"description="How routed opencodex models show up in Codex App through the shared catalog." />
85
+
<LinkCardtitle="Web Dashboard"href="/opencodex/guides/web-dashboard/"description="Manage providers, OAuth, model visibility, subagents, and logs." />
79
86
<LinkCardtitle="CLI Reference"href="/opencodex/reference/cli/"description="Every ocx command and flag." />
0 commit comments