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
The fixed port must match the callback URL registered for the Codex OAuth
87
+
client. Without this setting, Codex selects a random port and Auth0 rejects the
88
+
request with a callback URL mismatch.
89
+
72
90
## Finish and verify
73
91
74
92
Fully restart each agent after the script completes. A new chat in an existing
@@ -140,6 +158,7 @@ then `/reload-plugins` (or fully restart the agent) to load the new code.
140
158
| Tools are missing after setup | Fully quit and restart the agent. |
141
159
| Cursor does not show the plugin | Confirm the organization allows user-local plugin imports. |
142
160
| Authentication was skipped or failed | Re-run the same setup command, or omit `--no-auth`. The install steps are idempotent. |
161
+
| Codex reports an OAuth callback URL mismatch | Set top-level `mcp_oauth_callback_port = 1455` in `~/.codex/config.toml`, restart Codex, and retry. |
143
162
| Sign-in was skipped (no interactive terminal) | Fully restart the agent, then complete the login flow inside it — in Claude Code, the `/mcp` command. |
144
163
| Signed in, but tools still fail | Restart the agent so its MCP process reloads the stored session. |
145
164
| "workspace does not have chat funding available" | Ask a Unify workspace admin to check the workspace plan or credits. |
Copy file name to clipboardExpand all lines: unify/.claude-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "unify",
3
3
"displayName": "Unify",
4
-
"version": "0.1.0",
4
+
"version": "0.1.1",
5
5
"description": "Run Unify's GTM agent from Claude Code — build company and people lists, enrich emails and phone numbers, and launch sequences and tasks.",
0 commit comments