<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Interactive (TUI) on core-agent</title><link>https://go-steer.github.io/core-agent/docs/cli/interactive/</link><description>Recent content in Interactive (TUI) on core-agent</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://go-steer.github.io/core-agent/docs/cli/interactive/index.xml" rel="self" type="application/rss+xml"/><item><title>Interactive quickstart</title><link>https://go-steer.github.io/core-agent/docs/cli/interactive/quickstart/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://go-steer.github.io/core-agent/docs/cli/interactive/quickstart/</guid><description>&lt;p&gt;15 minutes from &lt;code&gt;core-agent&lt;/code&gt; installed → a tailored agent your whole team can use.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Prefer to have an agent walk you through this?&lt;/strong&gt; The &lt;a href="https://go-steer.github.io/core-agent/docs/skills-library/cli-setup/"&gt;&lt;code&gt;cli-setup&lt;/code&gt; skill&lt;/a&gt; covers the same material in workflow form. Install once, then say &amp;ldquo;help me set up core-agent for my project&amp;rdquo; and the agent walks the four layers with you, writing files as you go.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="what-youll-have-at-the-end"&gt;What you&amp;rsquo;ll have at the end&lt;/h2&gt;
&lt;p&gt;A project-scoped agent that:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Knows what your project is (system prompt via &lt;code&gt;AGENTS.md&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Has a reusable named procedure (a skill)&lt;/li&gt;
&lt;li&gt;Asks before running anything risky (permissions in &lt;code&gt;ask&lt;/code&gt; mode by default)&lt;/li&gt;
&lt;li&gt;Is checked into the repo so every teammate gets the same agent&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The running example is a &amp;ldquo;Go code-reviewer&amp;rdquo; for a hypothetical project. Adapt as needed.&lt;/p&gt;</description></item><item><title>Workflows</title><link>https://go-steer.github.io/core-agent/docs/cli/interactive/workflows/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://go-steer.github.io/core-agent/docs/cli/interactive/workflows/</guid><description>&lt;p&gt;Worked examples of using &lt;code&gt;core-agent&lt;/code&gt; interactively. Each one shows a full &lt;code&gt;.agents/&lt;/code&gt; configuration you can adapt and a walkthrough of running it.&lt;/p&gt;
&lt;p&gt;If you haven&amp;rsquo;t done the &lt;a href="https://go-steer.github.io/core-agent/docs/cli/interactive/quickstart/"&gt;Interactive quickstart&lt;/a&gt; yet, do that first — these examples assume you know how &lt;code&gt;AGENTS.md&lt;/code&gt;, skills, and permission posture fit together.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="workflow-1--go-code-reviewer-with-mcp-backed-web-search"&gt;Workflow 1 — Go code reviewer with MCP-backed web search&lt;/h2&gt;
&lt;p&gt;The marquee operator example. A code-reviewer agent that knows your house style, follows a documented review procedure, and can reach the web when it needs context on an unfamiliar library.&lt;/p&gt;</description></item><item><title>Slash reference</title><link>https://go-steer.github.io/core-agent/docs/cli/interactive/slash-reference/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://go-steer.github.io/core-agent/docs/cli/interactive/slash-reference/</guid><description>&lt;p&gt;Reference for every slash command and keybinding available in the interactive TUI. Type &lt;code&gt;/help&lt;/code&gt; in any session for the operator-side version of this catalog.&lt;/p&gt;
&lt;p&gt;For attach-mode (&lt;code&gt;core-agent-tui&lt;/code&gt; remote client) commands, see &lt;a href="https://go-steer.github.io/core-agent/docs/reference/attach-tui/"&gt;Attach mode TUI&lt;/a&gt;.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="quick-reference"&gt;Quick reference&lt;/h2&gt;
&lt;h3 id="session-control"&gt;Session control&lt;/h3&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Command&lt;/th&gt;
 &lt;th&gt;Aliases&lt;/th&gt;
 &lt;th&gt;Effect&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;/help&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;td&gt;Print the command list + keybindings into the scrollback&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;/clear&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;td&gt;Clear the local scrollback (session log is untouched)&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;/quit&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;td&gt;Leave the TUI cleanly&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;/interrupt&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;td&gt;Cancel the in-flight model turn (same as pressing Esc during a turn)&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;/resume&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;td&gt;Resume a saved session from &lt;code&gt;&amp;lt;AgentsDir&amp;gt;/sessions/&lt;/code&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;/reload&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;td&gt;Re-walk &lt;code&gt;AGENTS.md&lt;/code&gt;, skills, and MCP config on disk. Reports per-surface results inline (&lt;code&gt;Memory: ✓&lt;/code&gt;, &lt;code&gt;Skills: ✓&lt;/code&gt;, &lt;code&gt;MCP: ✗&lt;/code&gt; with errors listed) so you can confirm an edit parsed cleanly. Live MCP server restart and system-prompt rebuild still require a daemon restart.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id="status--observability"&gt;Status + observability&lt;/h3&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Command&lt;/th&gt;
 &lt;th&gt;Aliases&lt;/th&gt;
 &lt;th&gt;Effect&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;/stats&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;td&gt;Session token totals, cost, duration, per-model breakdown&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;/context&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;/boundaries&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Context-management activity: compactions, checkpoints, summarized chars, subtask cost&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;/tools&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;td&gt;List the tools the agent has access to (built-ins + MCP + skills)&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;/skills&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;td&gt;List loaded skills with their trigger descriptions&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;/mcp&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;td&gt;List configured MCP servers and their status&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;/subagents&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;/sub&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;List background subagents spawned this session&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;/memory&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;td&gt;Show the resolved &lt;code&gt;AGENTS.md&lt;/code&gt; chain (user-global + project)&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id="context-management"&gt;Context management&lt;/h3&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Command&lt;/th&gt;
 &lt;th&gt;Aliases&lt;/th&gt;
 &lt;th&gt;Effect&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;/compact [focus]&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;/summarize&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Manually compact the session; optional &lt;code&gt;focus&lt;/code&gt; biases what the summary preserves&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;/done [note]&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;/checkpoint&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Write a task-boundary checkpoint; optional &lt;code&gt;note&lt;/code&gt; becomes part of the handover record&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Both run a summarizer LLM call (5-15s); the next turn picks up from the summary with prior history sliced. See &lt;a href="https://go-steer.github.io/core-agent/docs/reference/context-management/"&gt;Context management&lt;/a&gt; for the design.&lt;/p&gt;</description></item></channel></rss>