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
<pclassName="why">{work.status==="queued" ? "Ready for the home Codex thread to drain." : "The home Codex thread is working through this feed-level instruction."}</p>
378
+
<pclassName="why">
379
+
{work.status==="queued"
380
+
? "Ready for the home Codex thread to drain."
381
+
: work.status==="working"
382
+
? "The home Codex thread is working through this feed-level instruction."
383
+
: "The home Codex thread completed this feed-level instruction."}
384
+
</p>
385
+
{work.status==="completed"&&work.response&&(
386
+
<divclassName="blocks">
387
+
<sectionclassName="block block-rich_text">
388
+
<h3>Codex response</h3>
389
+
<p><FormattedTexttext={work.response}/></p>
390
+
</section>
391
+
</div>
392
+
)}
393
+
{work.status==="queued"&&(
394
+
<footerclassName="card-action">
395
+
<div>
396
+
<spanclassName="action-label">Queued for Codex</span>
{!cards.length&&!routineActions.length&&!feedWork.length&&<divclassName="empty"><h2>Nothing here right now.</h2><p>{tab==="review" ? "A quiet feed is allowed. Wake the feed thread when you want Codex to collect or drain pending work." : "Move back to To review when you are ready for the next pass."}</p></div>}
Copy file name to clipboardExpand all lines: src/shell/Dock.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -79,8 +79,8 @@ export function Dock({
79
79
</div>
80
80
</div>
81
81
<divclassName="dock-row">
82
-
<textarearef={inputRef}value={value}onChange={(event)=>setValue(event.target.value)}onKeyDown={onDockKeyDown}rows={1}placeholder="Tell Codex what to notice, change, or do…"/>
<textareaaria-label="Instruction for Codex"ref={inputRef}value={value}onChange={(event)=>setValue(event.target.value)}onKeyDown={onDockKeyDown}rows={1}placeholder="Tell Codex what to notice, change, or do…"/>
<divclassName="dock-hints"><kbd>↑</kbd>/<kbd>↓</kbd> change scope when empty · hold <kbd>{state.dictation.activationLabel}</kbd> to dictate · <kbd>Enter</kbd> send</div>
<divclassName="panel-kicker">{create ? "New feed" : "New source"}</div>
32
32
<h2>{create ? "What should this feed notice?" : "What else should this feed pay attention to?"}</h2>
33
33
<p>Describe it naturally. Codex can refine the recipe with you in the feed thread.</p>
34
-
<textareaautoFocusrows={8}value={text}onChange={(event)=>setText(event.target.value)}placeholder={create ? "Track the models I am actually using and show me meaningful changes in where each one is winning…" : "Also look at the product planning Slack channel and pull in decisions or unresolved questions that affect Q3…"}/>
placeholder={create ? "Track the models I am actually using and show me meaningful changes in where each one is winning…" : "Also look at the product planning Slack channel and pull in decisions or unresolved questions that affect Q3…"}
0 commit comments