mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 02:40:39 +09:00
coalesce cursor thinking deltas in run log streaming
This commit is contained in:
parent
8f70e79240
commit
1c9b7ef918
6 changed files with 73 additions and 13 deletions
|
|
@ -162,7 +162,7 @@ describe("cursor ui stdout parser", () => {
|
|||
}),
|
||||
ts,
|
||||
),
|
||||
).toEqual([{ kind: "thinking", ts, text: "planning next command" }]);
|
||||
).toEqual([{ kind: "thinking", ts, text: "planning next command", delta: true }]);
|
||||
|
||||
expect(
|
||||
parseCursorStdoutLine(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue