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
- README: Add wizard to AI Agent Integration section with quick start guide
- AGENT_CHAT_GUIDE: Add Quick Start section with wizard steps and config format
- CLAUDE.md: Document wizard feature and supported agent types
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/AGENT_CHAT_GUIDE.md
+27-1Lines changed: 27 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# LOGAN Agent Chat Integration Guide
2
2
3
-
LOGAN supports real-time bidirectional chat between AI agents and the user through its built-in Chat panel. This guide covers three integration methods.
3
+
LOGAN supports real-time bidirectional chat between AI agents and the user through its built-in Chat panel. This guide covers integration methods from simplest to most flexible.
4
4
5
5
## See Also
6
6
@@ -18,6 +18,32 @@ LOGAN supports real-time bidirectional chat between AI agents and the user throu
18
18
19
19
---
20
20
21
+
## Quick Start: Setup Wizard
22
+
23
+
The easiest way to connect an AI agent is through the built-in Setup Wizard:
24
+
25
+
1. Open the **Chat tab** (bottom panel)
26
+
2. Click **Launch Agent** or the **gear icon** next to it
27
+
3. The wizard auto-detects available tools:
28
+
-**Claude Code CLI** — full AI with MCP tool access (recommended)
For Claude Code, LOGAN automatically generates an MCP config and launches Claude with `--print --permission-mode bypassPermissions --strict-mcp-config` for seamless non-interactive operation.
44
+
45
+
---
46
+
21
47
## Method 1: MCP Tools (Recommended)
22
48
23
49
For agents that support [Model Context Protocol](https://modelcontextprotocol.io) (Claude Code, Cursor, Windsurf, etc.).
0 commit comments