<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Frozen Agent on aitasks</title><link>https://www.aitasks.io/docs/tuis/frozenagent/</link><description>Recent content in Frozen Agent on aitasks</description><generator>Hugo</generator><language>en</language><atom:link href="https://www.aitasks.io/docs/tuis/frozenagent/index.xml" rel="self" type="application/rss+xml"/><item><title>How-To Guides</title><link>https://www.aitasks.io/docs/tuis/frozenagent/how-to/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.aitasks.io/docs/tuis/frozenagent/how-to/</guid><description>&lt;h2 id="read-a-frozen-agents-summary"&gt;Read a frozen agent&amp;rsquo;s summary&lt;/h2&gt;
&lt;p&gt;The pane a frozen agent left behind is already the viewer — you do not need to
launch anything. Move to that tmux window and the captured output is there, in
the place the agent&amp;rsquo;s own output used to be.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Press &lt;strong&gt;G&lt;/strong&gt; to jump to the bottom, where an agent&amp;rsquo;s closing summary is.&lt;/li&gt;
&lt;li&gt;If the colours look wrong or you want to copy plain text, press &lt;strong&gt;r&lt;/strong&gt; to
switch to the stripped view.&lt;/li&gt;
&lt;li&gt;Press &lt;strong&gt;m&lt;/strong&gt; to render the capture as Markdown when the agent&amp;rsquo;s output was
markdown to begin with — a plan, a report, a task list.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;To find a frozen agent whose window you have lost, run &lt;code&gt;ait frozenagent&lt;/code&gt; with no
arguments: it lists every frozen record on the machine, including ones from other
projects. Press &lt;strong&gt;Enter&lt;/strong&gt; on a row to read it.&lt;/p&gt;</description></item><item><title>Feature Reference</title><link>https://www.aitasks.io/docs/tuis/frozenagent/reference/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.aitasks.io/docs/tuis/frozenagent/reference/</guid><description>&lt;h2 id="keybindings"&gt;Keybindings&lt;/h2&gt;
&lt;p&gt;Every key below can be rebound — press &lt;strong&gt;?&lt;/strong&gt; for the in-place editor, or open
&lt;a href="https://www.aitasks.io/docs/tuis/settings/#shortcuts-s"&gt;Settings → Shortcuts&lt;/a&gt;.&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Key&lt;/th&gt;
 &lt;th&gt;Action&lt;/th&gt;
 &lt;th&gt;Notes&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;r&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Toggle ANSI replay / plain text&lt;/td&gt;
 &lt;td&gt;Viewer mode only&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;m&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Render the capture as Markdown&lt;/td&gt;
 &lt;td&gt;Selected range if any, else the whole capture&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;/&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Open the search box&lt;/td&gt;
 &lt;td&gt;Viewer mode only&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;n&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Jump to the next match&lt;/td&gt;
 &lt;td&gt;Wraps, and says so&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;Escape&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Close the search box, else clear the selection&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;shift+↑&lt;/code&gt; / &lt;code&gt;shift+↓&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Extend a line range from the cursor&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;y&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Copy the selection&lt;/td&gt;
 &lt;td&gt;Keyboard range first, else the mouse selection&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;g&lt;/code&gt; / &lt;code&gt;G&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Jump to the top / bottom&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;R&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Restore the agent&lt;/td&gt;
 &lt;td&gt;No confirmation&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;p&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Re-pick the task&lt;/td&gt;
 &lt;td&gt;No confirmation; needs a task id on the record&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;k&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Drop the record&lt;/td&gt;
 &lt;td&gt;Confirms — this deletes the capture&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;Enter&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Open the highlighted record&lt;/td&gt;
 &lt;td&gt;List mode only&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;j&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;TUI switcher&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;?&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Shortcut editor&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;q&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Quit&lt;/td&gt;
 &lt;td&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The footer advertises only &lt;code&gt;Keys&lt;/code&gt;, &lt;code&gt;Quit&lt;/code&gt;, &lt;code&gt;Plain/ANSI&lt;/code&gt;, &lt;code&gt;Markdown&lt;/code&gt;, &lt;code&gt;Search&lt;/code&gt;,
&lt;code&gt;Copy&lt;/code&gt;, &lt;code&gt;Restore&lt;/code&gt;, &lt;code&gt;Re-pick&lt;/code&gt; and &lt;code&gt;Drop&lt;/code&gt;; the rest are bound but unlisted.&lt;/p&gt;</description></item></channel></rss>