@tracecode/harness 0.12.3 → 0.12.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,12 @@ All notable changes to this project are documented here.
|
|
|
4
4
|
|
|
5
5
|
This repo uses Git tags as release boundaries. Version notes below summarize what shipped in each tagged release.
|
|
6
6
|
|
|
7
|
+
## [0.12.4] - 2026-07-21
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
|
|
11
|
+
- Interactive Project terminals now normalize streamed filesystem diagnostics before they reach the host UI. Native-style `mkdir`, `touch`, and `mv` failures render exactly once instead of briefly exposing the internal `EROFS` error and then repeating the normalized message.
|
|
12
|
+
|
|
7
13
|
## [0.12.3] - 2026-07-21
|
|
8
14
|
|
|
9
15
|
### Fixed
|