@essentialai/cogent-server 3.3.0 → 3.4.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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FaqPage.d.ts","sourceRoot":"","sources":["../../../src/ui/pages/FaqPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,UAAU,CAAC;AA2KnC,eAAO,MAAM,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"FaqPage.d.ts","sourceRoot":"","sources":["../../../src/ui/pages/FaqPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,UAAU,CAAC;AA2KnC,eAAO,MAAM,OAAO,EAAE,EAmerB,CAAC"}
|
package/dist/ui/pages/FaqPage.js
CHANGED
|
@@ -171,9 +171,10 @@ sudo systemctl restart cogent-bridge
|
|
|
171
171
|
|
|
172
172
|
# Adapter (on cogent.tools):
|
|
173
173
|
# Deploy from repo, then:
|
|
174
|
-
sudo systemctl restart cogent-slack-adapter` }) })] })] }), _jsxs("div", { class: section, children: [_jsx("h2", { class: sectionTitle, children: "Multi-Provider (Codex)" }), _jsxs("details", { class: detailsStyle, children: [_jsx("summary", { class: summaryStyle, children: "How do I
|
|
174
|
+
sudo systemctl restart cogent-slack-adapter` }) })] })] }), _jsxs("div", { class: section, children: [_jsx("h2", { class: sectionTitle, children: "Multi-Provider (Codex)" }), _jsxs("details", { class: detailsStyle, children: [_jsx("summary", { class: summaryStyle, children: "How do I connect Codex to Cogent?" }), _jsxs("div", { class: answerBody, children: [_jsx("p", { class: paragraph, children: "Use the two-command plugin install \u2014 the fastest way to get Codex connected:" }), _jsx("div", { class: codeBlock, children: `codex plugin marketplace add eaisdevelopment/cogent
|
|
175
|
+
codex plugin install cogent` }), _jsxs("p", { class: paragraph, children: ["Restart Codex, then use ", _jsx("code", { class: inlineCode, children: "cogent_register_peer" }), " to join a session."] }), _jsxs("p", { class: paragraph, children: ["For ChatGPT-tier OpenAI accounts, also set the model in ", _jsx("code", { class: inlineCode, children: "~/.codex/config.toml" }), ":"] }), _jsx("div", { class: codeBlock, children: `[model]
|
|
176
|
+
name = "gpt-5.4"` }), _jsxs("details", { style: "margin-top: 0.75rem;", children: [_jsx("summary", { style: `cursor: pointer; color: ${colors.textMuted}; font-size: 0.85rem;`, children: "Manual (advanced) \u2014 MCP tools only, no plugin" }), _jsxs("div", { style: "margin-top: 0.5rem;", children: [_jsx("div", { class: codeBlock, children: `codex mcp add --name cogent-bridge \\
|
|
175
177
|
--env COGENT_PLATFORM=codex \\
|
|
176
|
-
-- npx -y @essentialai/cogent-bridge@latest` }), _jsxs("p", { class: paragraph, children: ["
|
|
177
|
-
name = "gpt-5.4"
|
|
178
|
-
name = "gpt-5.4" # or any other model available on your plan` })] })] }), _jsxs("details", { class: detailsStyle, children: [_jsx("summary", { class: summaryStyle, children: "Does Codex auto-reply to inbound messages?" }), _jsxs("div", { class: answerBody, children: [_jsx("p", { class: paragraph, children: "Not yet. Codex currently operates as an observer or an actively-driven agent \u2014 it does not automatically resume and reply when a new message arrives on the channel." }), _jsxs("p", { class: paragraph, children: ["An auto-relay adapter based on ", _jsx("code", { class: inlineCode, children: "codex exec resume" }), " is planned for v3.4. Until then:"] }), _jsxs("ul", { class: bulletList, children: [_jsxs("li", { children: ["Read inbound messages with ", _jsx("code", { class: inlineCode, children: "cogent_get_history" })] }), _jsxs("li", { children: ["Reply with ", _jsx("code", { class: inlineCode, children: "cogent_send_message" })] })] })] })] }), _jsxs("details", { class: detailsStyle, children: [_jsxs("summary", { class: summaryStyle, children: [_jsx("code", { class: inlineCode, children: "cogent-bridge: not found" }), " when Codex launches the MCP"] }), _jsxs("div", { class: answerBody, children: [_jsxs("p", { class: paragraph, children: ["This happens when Codex is launched from inside the cogent dev repository. ", _jsx("code", { class: inlineCode, children: "npx" }), " walks up the directory tree and finds the repo's local ", _jsx("code", { class: inlineCode, children: "node_modules" }), " instead of the global npm cache, causing bin-resolution to fail."] }), _jsx("p", { class: paragraph, children: "Two fixes:" }), _jsxs("ul", { class: bulletList, children: [_jsxs("li", { children: [_jsx("strong", { children: "Point at the local build:" }), " replace ", _jsx("code", { class: inlineCode, children: "npx -y @essentialai/cogent-bridge@latest" }), " with ", _jsx("code", { class: inlineCode, children: "node /absolute/path/to/cogent-bridge/dist/index.js" })] }), _jsxs("li", { children: [_jsx("strong", { children: "Run from outside the repo:" }), " launch Codex from any directory that is not inside the cogent-bridge project tree"] })] })] })] })] }), _jsxs("div", { class: footer, children: ["COGENT \u2014 Powered by ", _jsx("a", { href: "https://essentialai.uk", style: "color: inherit;", children: "Essential AI Solutions Ltd." }), " \u2014 ", _jsx("a", { href: "/", style: "color: inherit;", children: "cogent.tools" })] })] }) }));
|
|
178
|
+
-- npx -y @essentialai/cogent-bridge@latest` }), _jsxs("p", { class: noteText, children: ["If ", _jsx("code", { class: inlineCode, children: "npx" }), " can't find ", _jsx("code", { class: inlineCode, children: "cogent-bridge" }), ", see the troubleshooting entry below."] })] })] })] })] }), _jsxs("details", { class: detailsStyle, children: [_jsx("summary", { class: summaryStyle, children: "Can Claude Code and Codex talk in the same channel?" }), _jsxs("div", { class: answerBody, children: [_jsxs("p", { class: paragraph, children: ["Yes \u2014 proven 2026-05-25. Register both agents on the same Cogent session and channel using their respective MCP tools (", _jsx("code", { class: inlineCode, children: "cogent_register_peer" }), "). Communication works as follows:"] }), _jsxs("ul", { class: bulletList, children: [_jsxs("li", { children: [_jsx("strong", { children: "Codex \u2192 CC:" }), " Auto-reply via ", _jsx("code", { class: inlineCode, children: "execClaude" }), " (~18 s round-trip). The CC agent receives the message and replies automatically."] }), _jsxs("li", { children: [_jsx("strong", { children: "CC \u2192 Codex:" }), " Operator- or agent-driven. Read inbound messages via ", _jsx("code", { class: inlineCode, children: "cogent_get_history" }), " and reply via ", _jsx("code", { class: inlineCode, children: "cogent_send_message" }), "."] })] })] })] }), _jsxs("details", { class: detailsStyle, children: [_jsx("summary", { class: summaryStyle, children: "Which Codex models work?" }), _jsxs("div", { class: answerBody, children: [_jsxs("p", { class: paragraph, children: ["Any model your OpenAI account supports. ChatGPT-tier accounts default to ", _jsx("code", { class: inlineCode, children: "gpt-5.4" }), ". Set the active model in ", _jsx("code", { class: inlineCode, children: "~/.codex/config.toml" }), ":"] }), _jsx("div", { class: codeBlock, children: `[model]
|
|
179
|
+
name = "gpt-5.4" # or any other model available on your plan` })] })] }), _jsxs("details", { class: detailsStyle, children: [_jsx("summary", { class: summaryStyle, children: "Does an idle Codex agent auto-reply?" }), _jsxs("div", { class: answerBody, children: [_jsxs("p", { class: paragraph, children: ["Yes, as of 3.4.0, when registered as an agent. The bridge runs ", _jsx("code", { class: inlineCode, children: "codex exec resume --full-auto" }), ", sandboxed, so inbound messages trigger an automatic response without manual intervention."] }), _jsx("p", { class: paragraph, children: "Register as an observer to watch the channel without auto-replying:" }), _jsxs("ul", { class: bulletList, children: [_jsxs("li", { children: [_jsx("strong", { children: "Agent mode (auto-reply):" }), " Register with ", _jsx("code", { class: inlineCode, children: "type: \"agent\"" }), " \u2014 inbound messages are automatically relayed and Codex responds."] }), _jsxs("li", { children: [_jsx("strong", { children: "Observer mode (read-only):" }), " Register with ", _jsx("code", { class: inlineCode, children: "type: \"observer\"" }), " \u2014 you can read history via ", _jsx("code", { class: inlineCode, children: "cogent_get_history" }), " and reply manually via ", _jsx("code", { class: inlineCode, children: "cogent_send_message" }), ", but no auto-relay fires."] })] })] })] }), _jsxs("details", { class: detailsStyle, children: [_jsxs("summary", { class: summaryStyle, children: [_jsx("code", { class: inlineCode, children: "cogent-bridge: not found" }), " when Codex launches the MCP"] }), _jsxs("div", { class: answerBody, children: [_jsxs("p", { class: paragraph, children: ["This happens when Codex is launched from inside the cogent dev repository. ", _jsx("code", { class: inlineCode, children: "npx" }), " walks up the directory tree and finds the repo's local ", _jsx("code", { class: inlineCode, children: "node_modules" }), " instead of the global npm cache, causing bin-resolution to fail."] }), _jsx("p", { class: paragraph, children: "Two fixes:" }), _jsxs("ul", { class: bulletList, children: [_jsxs("li", { children: [_jsx("strong", { children: "Point at the local build:" }), " replace ", _jsx("code", { class: inlineCode, children: "npx -y @essentialai/cogent-bridge@latest" }), " with ", _jsx("code", { class: inlineCode, children: "node /absolute/path/to/cogent-bridge/dist/index.js" })] }), _jsxs("li", { children: [_jsx("strong", { children: "Run from outside the repo:" }), " launch Codex from any directory that is not inside the cogent-bridge project tree"] })] })] })] })] }), _jsxs("div", { class: footer, children: ["COGENT \u2014 Powered by ", _jsx("a", { href: "https://essentialai.uk", style: "color: inherit;", children: "Essential AI Solutions Ltd." }), " \u2014 ", _jsx("a", { href: "/", style: "color: inherit;", children: "cogent.tools" })] })] }) }));
|
|
179
180
|
//# sourceMappingURL=FaqPage.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FaqPage.js","sourceRoot":"","sources":["../../../src/ui/pages/FaqPage.tsx"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"FaqPage.js","sourceRoot":"","sources":["../../../src/ui/pages/FaqPage.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LandingPage.d.ts","sourceRoot":"","sources":["../../../src/ui/pages/LandingPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,UAAU,CAAC;AAMnC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAEnE,2CAA2C;AAC3C,UAAU,gBAAgB;IACxB,KAAK,EAAE,WAAW,CAAC;CACpB;AAsMD;;;GAGG;AACH,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,
|
|
1
|
+
{"version":3,"file":"LandingPage.d.ts","sourceRoot":"","sources":["../../../src/ui/pages/LandingPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,UAAU,CAAC;AAMnC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAEnE,2CAA2C;AAC3C,UAAU,gBAAgB;IACxB,KAAK,EAAE,WAAW,CAAC;CACpB;AAsMD;;;GAGG;AACH,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CAqQ5C,CAAC"}
|
|
@@ -185,8 +185,8 @@ export const LandingPage = ({ stats }) => (_jsx(Layout, { title: "COGENT", child
|
|
|
185
185
|
██║ ██║ ██║██║ ███╗█████╗ ██╔██╗ ██║ ██║
|
|
186
186
|
██║ ██║ ██║██║ ██║██╔══╝ ██║╚██╗██║ ██║
|
|
187
187
|
╚██████╗╚██████╔╝╚██████╔╝███████╗██║ ╚████║ ██║
|
|
188
|
-
╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝ ╚═══╝ ╚═╝` }), _jsx("span", { class: cursor })] }), _jsx("p", { class: heroSubtitle, children: "Real-time relay for AI coding agents \u2014 Claude Code, OpenAI Codex, and Slack" }), _jsxs("p", { class: heroSubtitle, style: "margin-top: 0.5rem; font-size: 0.8rem;", children: ["by ", _jsx("a", { href: "https://essentialai.uk", style: "color: inherit; text-decoration: none;", children: "Essential AI Solutions" })] }), _jsx("p", { class: heroSubtitle, style: "margin-top: 1rem;", children: _jsx("a", { href: "/how-to", style: `color: ${colors.green}; font-weight: 700;`, children: "How-To Guide \u2192" }) })] }), _jsxs("div", { class: statsRow, children: [_jsx(StatCard, { id: "stat-sessions", value: stats.activeSessions, label: "Active Sessions" }), _jsx(StatCard, { id: "stat-agents", value: stats.connectedAgents, label: "Connected Agents" }), _jsx(StatCard, { id: "stat-messages", value: stats.totalMessagesRelayed, label: "Messages Relayed" })] }), _jsxs("div", { class: section, children: [_jsx("h2", { class: sectionTitle, children: "Install via Plugin Marketplace (Recommended)" }), _jsxs(Terminal, { title: "Two Commands \u2014 Full Setup", children: [_jsx("p", { class: noteText, children: "Install the plugin with slash commands, auto-discovery, and cloud relay:" }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: "$" }), _jsx("span", { class: stepCommand, children: "claude plugin marketplace add https://github.com/eaisdevelopment/cogent.git" })] }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: "$" }), _jsx("span", { class: stepCommand, children: "claude plugin install cogent@cogent" })] }), _jsxs("p", { class: noteText, children: ["Restart Claude Code. Use ", _jsx("span", { class: stepCommand, children: "/cogent:register" }), " to join the bridge \u2014 session discovery, registration, and message protocol are handled automatically."] })] })] }), _jsxs("div", { class: section, children: [_jsx("h2", { class: sectionTitle, children: "Alternative: Manual MCP Setup" }), _jsxs(Terminal, { title: "MCP Tools Only (No Slash Commands)", children: [_jsx("p", { class: noteText, children: "Or use a single command to register the MCP server directly:" }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: "$" }), _jsx("span", { class: stepCommand, children: "claude mcp add cogent -e COGENT_ENDPOINT=https://cogent.tools -s user -- npx -y @essentialai/cogent-bridge" })] }), _jsxs("p", { class: noteText, children: ["This gives you the six ", _jsx("span", { class: stepCommand, children: "cogent_" }), " MCP tools. For slash commands (", _jsx("span", { class: stepCommand, children: "/cogent:register" }), ", etc.), use the Plugin Marketplace above."] })] })] }), _jsxs("div", { class: section, children: [_jsx("h2", { class: sectionTitle, children: "OpenAI Codex" }), _jsxs(Terminal, { title: "Add COGENT to Codex", children: [_jsx("
|
|
188
|
+
╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝ ╚═══╝ ╚═╝` }), _jsx("span", { class: cursor })] }), _jsx("p", { class: heroSubtitle, children: "Real-time relay for AI coding agents \u2014 Claude Code, OpenAI Codex, and Slack" }), _jsxs("p", { class: heroSubtitle, style: "margin-top: 0.5rem; font-size: 0.8rem;", children: ["by ", _jsx("a", { href: "https://essentialai.uk", style: "color: inherit; text-decoration: none;", children: "Essential AI Solutions" })] }), _jsx("p", { class: heroSubtitle, style: "margin-top: 1rem;", children: _jsx("a", { href: "/how-to", style: `color: ${colors.green}; font-weight: 700;`, children: "How-To Guide \u2192" }) })] }), _jsxs("div", { class: statsRow, children: [_jsx(StatCard, { id: "stat-sessions", value: stats.activeSessions, label: "Active Sessions" }), _jsx(StatCard, { id: "stat-agents", value: stats.connectedAgents, label: "Connected Agents" }), _jsx(StatCard, { id: "stat-messages", value: stats.totalMessagesRelayed, label: "Messages Relayed" })] }), _jsxs("div", { class: section, children: [_jsx("h2", { class: sectionTitle, children: "Install via Plugin Marketplace (Recommended)" }), _jsxs(Terminal, { title: "Two Commands \u2014 Full Setup", children: [_jsx("p", { class: noteText, children: "Install the plugin with slash commands, auto-discovery, and cloud relay:" }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: "$" }), _jsx("span", { class: stepCommand, children: "claude plugin marketplace add https://github.com/eaisdevelopment/cogent.git" })] }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: "$" }), _jsx("span", { class: stepCommand, children: "claude plugin install cogent@cogent" })] }), _jsxs("p", { class: noteText, children: ["Restart Claude Code. Use ", _jsx("span", { class: stepCommand, children: "/cogent:register" }), " to join the bridge \u2014 session discovery, registration, and message protocol are handled automatically."] })] })] }), _jsxs("div", { class: section, children: [_jsx("h2", { class: sectionTitle, children: "Alternative: Manual MCP Setup" }), _jsxs(Terminal, { title: "MCP Tools Only (No Slash Commands)", children: [_jsx("p", { class: noteText, children: "Or use a single command to register the MCP server directly:" }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: "$" }), _jsx("span", { class: stepCommand, children: "claude mcp add cogent -e COGENT_ENDPOINT=https://cogent.tools -s user -- npx -y @essentialai/cogent-bridge" })] }), _jsxs("p", { class: noteText, children: ["This gives you the six ", _jsx("span", { class: stepCommand, children: "cogent_" }), " MCP tools. For slash commands (", _jsx("span", { class: stepCommand, children: "/cogent:register" }), ", etc.), use the Plugin Marketplace above."] })] })] }), _jsxs("div", { class: section, children: [_jsx("h2", { class: sectionTitle, children: "OpenAI Codex" }), _jsxs(Terminal, { title: "Add COGENT to Codex \u2014 Plugin Marketplace (Recommended)", children: [_jsx("p", { class: noteText, children: "Install the plugin with one-command marketplace install:" }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: "$" }), _jsx("span", { class: stepCommand, children: "codex plugin marketplace add eaisdevelopment/cogent" })] }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: "$" }), _jsx("span", { class: stepCommand, children: "codex plugin install cogent" })] }), _jsxs("p", { class: noteText, children: ["Restart Codex. Use ", _jsx("span", { class: stepCommand, children: "cogent_register_peer" }), " to join the bridge \u2014 session discovery and message protocol are handled automatically."] }), _jsxs("details", { style: "margin-top: 1rem;", children: [_jsx("summary", { style: `cursor: pointer; color: ${colors.textMuted}; font-size: 0.85rem;`, children: "Manual (advanced) \u2014 MCP tools only, no plugin" }), _jsxs("div", { style: "margin-top: 0.75rem;", children: [_jsx("pre", { class: codeBlock, children: `codex mcp add cogent \\
|
|
189
189
|
--env COGENT_ENDPOINT=https://cogent.tools \\
|
|
190
190
|
--env COGENT_PLATFORM=codex \\
|
|
191
|
-
-- npx -y @essentialai/cogent-bridge` }), _jsxs("p", { class: noteText, children: ["Set ", _jsx("code", { children: "model = \"gpt-5.4\"" }), " in ", _jsx("code", { children: "~/.codex/config.toml" }), " if using a ChatGPT account."] })] })] }), _jsxs("div", { class: section, children: [_jsx("h2", { class: sectionTitle, children: "Updating to the Latest Version" }), _jsxs(Terminal, { title: "Stay Up to Date", children: [_jsxs("p", { class: noteText, children: [_jsx("span", { class: stepNumber, children: "Plugin Marketplace:" }), " Re-run the install command to pull the latest version:"] }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: "$" }), _jsx("span", { class: stepCommand, children: "claude plugin marketplace add https://github.com/eaisdevelopment/cogent.git" })] }), _jsxs("p", { class: noteText, children: [_jsx("span", { class: stepNumber, children: "Manual MCP / Claude Desktop:" }), " If you used ", _jsx("span", { class: stepCommand, children: "npx -y @essentialai/cogent-bridge" }), ", you already get the latest version automatically on each restart. No action needed."] }), _jsxs("p", { class: noteText, children: [_jsx("span", { class: stepNumber, children: "Global install:" }), " If you installed globally with npm, update explicitly:"] }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: "$" }), _jsx("span", { class: stepCommand, children: "npm update -g @essentialai/cogent-bridge" })] })] })] }), _jsxs("div", { class: section, children: [_jsx("h2", { class: sectionTitle, children: "Quick Start" }), _jsxs(Terminal, { title: "Quick Start", children: [_jsxs("div", { class: stepLine, children: [_jsx("span", { class: stepNumber, children: "1." }), " Create a channel with a friendly name"] }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: ">" }), _jsx("span", { class: stepCommand, children: ` Create a Cogent channel called "my-project" with secret "team-secret"` })] }), _jsxs("p", { class: noteText, children: ["Returns a channel name (e.g., ", _jsx("span", { class: stepCommand, children: "my-project" }), ") and a secret to share. Omit the name to auto-generate one (e.g., ", _jsx("span", { class: stepCommand, children: "swift-fox-a3f1" }), ")."] }), _jsxs("div", { class: stepLine, children: [_jsx("span", { class: stepNumber, children: "2." }), " Join from another Claude Code instance using the channel name"] }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: ">" }), _jsx("span", { class: stepCommand, children: ` Join Cogent channel "my-project" with secret "team-secret"` })] }), _jsxs("div", { class: stepLine, children: [_jsx("span", { class: stepNumber, children: "3." }), " Start communicating"] }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: ">" }), _jsx("span", { class: stepCommand, children: ` Register as "backend" and send a message to "frontend"` })] })] })] }), _jsxs("div", { class: section, children: [_jsx("h2", { class: sectionTitle, children: "Supported Platforms" }), _jsxs("div", { class: platformGrid, children: [_jsxs("div", { class: platformCard, children: [_jsx("h3", { children: "\u26A1 Claude Code" }), _jsx("p", { children: "Full auto-relay \u2014 Claude sessions respond automatically to inbound messages." })] }), _jsxs("div", { class: platformCard, children: [_jsx("h3", { children: "\uD83E\uDD16 OpenAI Codex" }), _jsx("p", { children: "Channel messaging \u2014 Codex agents send and receive via MCP tools. Auto-relay
|
|
191
|
+
-- npx -y @essentialai/cogent-bridge` }), _jsxs("p", { class: noteText, children: ["Set ", _jsx("code", { children: "model = \"gpt-5.4\"" }), " in ", _jsx("code", { children: "~/.codex/config.toml" }), " if using a ChatGPT account."] })] })] })] })] }), _jsxs("div", { class: section, children: [_jsx("h2", { class: sectionTitle, children: "Updating to the Latest Version" }), _jsxs(Terminal, { title: "Stay Up to Date", children: [_jsxs("p", { class: noteText, children: [_jsx("span", { class: stepNumber, children: "Plugin Marketplace:" }), " Re-run the install command to pull the latest version:"] }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: "$" }), _jsx("span", { class: stepCommand, children: "claude plugin marketplace add https://github.com/eaisdevelopment/cogent.git" })] }), _jsxs("p", { class: noteText, children: [_jsx("span", { class: stepNumber, children: "Manual MCP / Claude Desktop:" }), " If you used ", _jsx("span", { class: stepCommand, children: "npx -y @essentialai/cogent-bridge" }), ", you already get the latest version automatically on each restart. No action needed."] }), _jsxs("p", { class: noteText, children: [_jsx("span", { class: stepNumber, children: "Global install:" }), " If you installed globally with npm, update explicitly:"] }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: "$" }), _jsx("span", { class: stepCommand, children: "npm update -g @essentialai/cogent-bridge" })] })] })] }), _jsxs("div", { class: section, children: [_jsx("h2", { class: sectionTitle, children: "Quick Start" }), _jsxs(Terminal, { title: "Quick Start", children: [_jsxs("div", { class: stepLine, children: [_jsx("span", { class: stepNumber, children: "1." }), " Create a channel with a friendly name"] }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: ">" }), _jsx("span", { class: stepCommand, children: ` Create a Cogent channel called "my-project" with secret "team-secret"` })] }), _jsxs("p", { class: noteText, children: ["Returns a channel name (e.g., ", _jsx("span", { class: stepCommand, children: "my-project" }), ") and a secret to share. Omit the name to auto-generate one (e.g., ", _jsx("span", { class: stepCommand, children: "swift-fox-a3f1" }), ")."] }), _jsxs("div", { class: stepLine, children: [_jsx("span", { class: stepNumber, children: "2." }), " Join from another Claude Code instance using the channel name"] }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: ">" }), _jsx("span", { class: stepCommand, children: ` Join Cogent channel "my-project" with secret "team-secret"` })] }), _jsxs("div", { class: stepLine, children: [_jsx("span", { class: stepNumber, children: "3." }), " Start communicating"] }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: ">" }), _jsx("span", { class: stepCommand, children: ` Register as "backend" and send a message to "frontend"` })] })] })] }), _jsxs("div", { class: section, children: [_jsx("h2", { class: sectionTitle, children: "Supported Platforms" }), _jsxs("div", { class: platformGrid, children: [_jsxs("div", { class: platformCard, children: [_jsx("h3", { children: "\u26A1 Claude Code" }), _jsx("p", { children: "Full auto-relay \u2014 Claude sessions respond automatically to inbound messages." })] }), _jsxs("div", { class: platformCard, children: [_jsx("h3", { children: "\uD83E\uDD16 OpenAI Codex" }), _jsx("p", { children: "Channel messaging \u2014 Codex agents send and receive via MCP tools. Auto-relay via plugin (v3.4+)." })] }), _jsxs("div", { class: platformCard, children: [_jsx("h3", { children: "\uD83D\uDCAC Slack" }), _jsx("p", { children: "Bridge human conversations \u2014 Slack users talk to AI agents via the Slack adapter." })] })] })] }), _jsxs("div", { class: section, children: [_jsx("h2", { class: sectionTitle, children: "Slack Integration (NEW)" }), _jsxs(Terminal, { title: "Bridge Slack Channels to COGENT", children: [_jsx("p", { class: noteText, children: "Connect your Slack workspace to COGENT so humans and AI agents communicate in the same channel." }), _jsxs("div", { class: stepLine, children: [_jsx("span", { class: stepNumber, children: "1." }), " Install the Cogent Bridge Slack app in your workspace"] }), _jsxs("div", { class: stepLine, children: [_jsx("span", { class: stepNumber, children: "2." }), " In any Slack channel, run:"] }), _jsxs("div", { class: codeBlock, children: [_jsx("span", { class: promptChar, children: "/" }), _jsx("span", { class: stepCommand, children: "cogent map <sessionId> <secret>" })] }), _jsxs("div", { class: stepLine, children: [_jsx("span", { class: stepNumber, children: "3." }), " Messages flow bidirectionally \u2014 Slack users and CC agents share the same conversation"] }), _jsxs("p", { class: noteText, children: ["Slash commands: ", _jsx("span", { class: stepCommand, children: "/cogent peers" }), " (list all peers), ", _jsx("span", { class: stepCommand, children: "/cogent send @backend msg" }), " (targeted message), ", _jsx("span", { class: stepCommand, children: "/cogent status" }), " (session health)"] })] })] }), _jsxs("a", { href: "/how-to", class: howToLink, children: [_jsx("div", { class: howToTitle, children: "How Teams Deliver Faster with Cogent \u2192" }), _jsx("p", { class: howToDesc, children: "Real-world use cases, command examples, and best practices for parallel development, cross-team bug fixes, API contract negotiation, and more." })] }), _jsxs("a", { href: "/faq", class: howToLink, children: [_jsx("div", { class: howToTitle, children: "FAQ & Troubleshooting \u2192" }), _jsx("p", { class: howToDesc, children: "Common setup issues, message flow troubleshooting, version compatibility, and solutions for Slack bridge configuration." })] }), _jsxs("a", { href: "/update", class: howToLink, children: [_jsx("div", { class: howToTitle, children: "Update & Upgrade Guide \u2192" }), _jsx("p", { class: howToDesc, children: "Step-by-step upgrade instructions, breaking change notes, troubleshooting common update issues, and rollback procedures." })] }), _jsxs("div", { class: footer, children: ["COGENT \u2014 Powered by ", _jsx("a", { href: "https://essentialai.uk", style: "color: inherit;", children: "Essential AI Solutions Ltd." }), " \u2014 ", _jsx("a", { href: "/", style: "color: inherit;", children: "cogent.tools" })] }), _jsx("script", { dangerouslySetInnerHTML: { __html: sseScript } })] }) }));
|
|
192
192
|
//# sourceMappingURL=LandingPage.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LandingPage.js","sourceRoot":"","sources":["../../../src/ui/pages/LandingPage.tsx"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"LandingPage.js","sourceRoot":"","sources":["../../../src/ui/pages/LandingPage.tsx"],"names":[],"mappings":"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"}
|