mirror of
https://github.com/badlogic/pi-mono.git
synced 2026-07-09 17:28:45 +00:00
fix(coding-agent): fix compaction event regression test
Some checks are pending
CI / build-check-test (push) Waiting to run
Some checks are pending
CI / build-check-test (push) Waiting to run
This commit is contained in:
parent
6fbeba51af
commit
927e98068c
2 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
### Fixed
|
||||
|
||||
- Fixed the compaction event regression test to cover status indicator cleanup and keep CI passing.
|
||||
- Fixed interactive status indicators so ending work, retry, compaction, or branch-summary indicators no longer shrink the TUI when clear-on-shrink is enabled ([#6026](https://github.com/earendil-works/pi/pull/6026)).
|
||||
- Fixed `--session` and `SessionManager.open()` to reject non-empty invalid session files without overwriting them ([#6002](https://github.com/earendil-works/pi/issues/6002)).
|
||||
- Fixed user-message transcript rendering to keep visible backslashes in Markdown escape sequences such as `\"` ([#6105](https://github.com/earendil-works/pi/issues/6105)).
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ describe("InteractiveMode compaction events", () => {
|
|||
addMessageToChat: vi.fn(),
|
||||
showError: vi.fn(),
|
||||
showStatus: vi.fn(),
|
||||
clearStatusIndicator: vi.fn(),
|
||||
flushCompactionQueue: vi.fn().mockResolvedValue(undefined),
|
||||
settingsManager: { getShowTerminalProgress: () => false },
|
||||
ui: { requestRender: vi.fn(), terminal: { setProgress: vi.fn() } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue