Environment
- recall:
0.1.0, built from current master
- macOS:
27.0 (26A428), arm64
- Hardware: MacBook Air M4
- Shell: zsh
5.9
- Terminal session:
recall shell
Steps to reproduce
-
Start a proxied shell:
-
Run a command that produces normal terminal output:
Actual behavior
The command renders successfully, then recall prints:
recall: insert failed: inserting block
The block is not persisted to recall history.
Expected behavior
recall stores the command metadata and output as a block without printing an insert error.
Additional context
- The failure appeared during a normal interactive zsh session on macOS.
- The command output contains ANSI color sequences and Unicode characters.
- Screenshot attached.
Environment
0.1.0, built from currentmaster27.0 (26A428), arm645.9recall shellSteps to reproduce
Start a proxied shell:
Run a command that produces normal terminal output:
Actual behavior
The command renders successfully, then recall prints:
The block is not persisted to recall history.
Expected behavior
recall stores the command metadata and output as a block without printing an insert error.
Additional context