Found in the AI harness readiness audit (docs/AI_HARNESS_READINESS_2026-08-01.md).
Claude Code emits OSC 9 notifications and OSC 9;4 progress (terminalProgressBarEnabled); currently NovaTerminal drops unknown OSC codes cleanly (no artifacts), but implementing these would surface long-run completion pings and taskbar/tab progress.
Scope: parse OSC 9;<text> -> desktop notification (respect focus: suppress when focused, configurable); parse OSC 9;4;<state>;<pct> -> per-tab progress + Windows taskbar progress. Both settings-gated.
Found in the AI harness readiness audit (
docs/AI_HARNESS_READINESS_2026-08-01.md).Claude Code emits OSC 9 notifications and OSC 9;4 progress (
terminalProgressBarEnabled); currently NovaTerminal drops unknown OSC codes cleanly (no artifacts), but implementing these would surface long-run completion pings and taskbar/tab progress.Scope: parse
OSC 9;<text>-> desktop notification (respect focus: suppress when focused, configurable); parseOSC 9;4;<state>;<pct>-> per-tab progress + Windows taskbar progress. Both settings-gated.