Skip to content

Commit b648d1f

Browse files
committed
Plugin: clarify bridge branding
1 parent 5b934f4 commit b648d1f

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# OpenClaw Codex App Server Plugin
1+
# OpenClaw App Server Bridge
22

3-
Codex App Server as an OpenClaw plugin for Telegram and Discord conversations. It binds a chat to a Codex thread, forwards plain-text messages into that thread, and exposes command-driven controls for resume, planning, review, model selection, compaction, and more.
3+
Independent OpenClaw bridge for using Codex App Server from Telegram and Discord conversations. It binds a chat to a Codex thread, forwards plain-text messages into that thread, and exposes command-driven controls for resume, planning, review, model selection, compaction, and more.
4+
5+
This repository is a simple bridge for using Codex through OpenClaw. It is not affiliated with or endorsed by OpenAI.
46

57
## Local Setup Before OpenClaw PR #45318 Lands
68

index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ const COMMANDS = [
2424

2525
const plugin = {
2626
id: "openclaw-codex-app-server",
27-
name: "OpenClaw App Server",
28-
description: "Codex App Server as an OpenClaw plugin.",
27+
name: "OpenClaw App Server Bridge",
28+
description: "Independent OpenClaw bridge for Codex App Server.",
2929
register(api: OpenClawPluginApi) {
3030
const controller = new CodexPluginController(api);
3131

openclaw.plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "openclaw-codex-app-server",
3-
"name": "OpenClaw Codex App Server",
4-
"description": "Codex App Server as an OpenClaw plugin with bound Telegram and Discord conversations.",
3+
"name": "OpenClaw App Server Bridge",
4+
"description": "Independent OpenClaw bridge for Codex App Server with bound Telegram and Discord conversations.",
55
"configSchema": {
66
"type": "object",
77
"additionalProperties": false,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openclaw-codex-app-server",
33
"version": "0.0.0",
4-
"description": "OpenClaw plugin for Codex App Server conversations",
4+
"description": "Independent OpenClaw bridge for Codex App Server conversations",
55
"author": "PwrDrvr LLC",
66
"license": "MIT",
77
"packageManager": "pnpm@10.29.3",

0 commit comments

Comments
 (0)