Prerequisites
- An iLink or Weixin Work account
- The iLink (or Weixin) mobile app to scan the QR code during setup
Setup
Scan the QR code
Codeg fetches a QR code from the iLink API and displays it in the settings panel. Open the iLink or Weixin app on your phone and scan the QR code to authenticate.
Wait for confirmation
After scanning, Codeg polls the iLink API for confirmation. When authentication succeeds, the channel status updates to Connected and the session token is saved to the OS keyring automatically.
Configure event filters
Choose which events this channel should receive: turn completions, tool calls, errors, or permission requests.
Enable daily report (optional)
Toggle Daily Report on and set a delivery time to receive an automated daily coding summary.
iLink uses QR code authentication. There is no bot token or app secret to enter manually — the credentials are obtained automatically during the QR code scan and stored securely in the OS keyring.
Available commands
Send these commands to your iLink bot. The default prefix is/; you can change it in Settings → Chat Channels → Command Prefix.
| Command | Description |
|---|---|
/folder | Pick a project directory |
/agent | Choose an AI agent |
/task <description> | Create a session and start a task |
/resume [ID] | Resume the most recent session, or a specific session by ID |
/cancel | Abort the current running task |
/sessions | List active sessions in the current folder |
/approve | Approve a pending permission request |
/approve always | Approve and auto-approve future requests of the same type |
/deny | Deny a pending permission request |
/search <keyword> | Search conversation history (returns up to 10 results) |
/today | View today’s coding activity summary |
/status | Show connection status for all configured channels |
/help | Display available commands |
Message format
Codeg sends iLink messages as plain text with structured fields. Key-value data (agent type, stop reason, error details) is appended line by line.Event filters
Control which events iLink delivers to this channel:- Turn complete — agent finishes a response turn
- Tool calls — agent invokes a tool (file read, shell command, etc.)
- Errors — agent or channel errors
- Permission requests — agent pauses to request approval
QR code refresh
QR codes expire after a short window. If the code expires before you complete the scan:- Go to Settings → Chat Channels and open the iLink channel.
- Click Refresh QR Code.
- Scan the new code with your iLink or Weixin app.