v0.2.4
- Notes view renders markdown — was dumping the raw
.mdsource in a<pre>; now rendered with the shared Markdown component (edit mode keeps the raw textarea). Verified live. - De-flaked
TestPersistAcrossDaemonRestart— waits for the transcript to be durably on disk before the simulated restart, so it no longer races the agent goroutine's write under CI load.