indusagi-coding-agent 0.1.48 → 0.1.49
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 +11 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.49] - Latest Release
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
- **Published Framework Dependency**: Standardized `indusagi-screth` on the published npm package `indusagi@0.12.26` instead of the local sibling package workflow.
|
|
7
|
+
- **Version Bump**: Updated package version to `0.1.49`.
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
- **React Ink Footer Safety**: Hardened footer rendering so the runtime no longer passes invalid React children through the footer text path.
|
|
11
|
+
- **User Message Surface**: Updated user messages to use the gray message surface with explicit white text for clearer contrast in the React Ink UI.
|
|
12
|
+
- **Streaming Reply Path**: Removed the temporary live-stream rendering path so replies render from committed session messages only.
|
|
13
|
+
|
|
3
14
|
## [0.1.47] - Latest Release
|
|
4
15
|
|
|
5
16
|
### Changed
|