Chat Console
The Chat Console is your primary interface for directing ConjureForge builds. It is a persistent, project-aware conversation with the ConjureLoop agent.
Anatomy of the console
**Input bar** — Type your instruction, question, or correction. Press Enter or click the send button.
**Message stream** — A timestamped conversation history with plans, build summaries, error reports, and suggestions.
**Context meter** — Shows how much of the agent context window is in use. When it reaches 80%, ConjureForge automatically compacts older context into a summary.
**Interrupt button** — Appears while a build is running. Click to pause the current cycle and redirect the agent mid-task.
Effective prompting
Be declarative, not procedural. Say what you want the outcome to be, not how to achieve it.
Good: "Add user authentication with email and Google OAuth" Avoid: "Install passport.js and configure the Google strategy"
Reference existing work freely — the agent has full project memory.
Keyboard shortcuts
- Enter — Send message - Shift+Enter — New line in message - Ctrl/Cmd+K — Focus input bar from anywhere - Escape — Cancel current input