Fix multi-slot prompt queue#147
Conversation
|
Nice, this is a solid upgrade from the single-slot version -- the FIFO refactor reads well and the local-vs-agent slash split is a nice touch. Two things before merge:
Rest is minor: no tests on the queue helpers, and the Mostly just want the Stop behavior sorted before this goes in. |
Thank you @dannon ! changes made. |
dannon
left a comment
There was a problem hiding this comment.
Looks great -- both blockers handled (Stop clears the queue now, /cost no longer waits), and the queue-helper tests are a nice add. Routing /cost through a followUp instead of a local append is the right call too; keeps the agent as the single writer of notebook.md and avoids a write race. Pulled it down and confirmed the new tests and app typecheck both pass. Thanks for the quick turnaround!
Summary
Verification