indusagi-coding-agent 0.1.57 → 0.1.58
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 +7 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.1.
|
|
3
|
+
## [0.1.58] - Latest Release
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
- **Published Framework Dependency**: Pinned the `indusagi` dependency to the published npm package `indusagi@^0.12.31` (replaces the local sibling path `file:../indusvx-screth_copy`). Installs now resolve from the registry instead of the local working tree.
|
|
7
|
+
- **Version Bump**: Updated package version to `0.1.58`.
|
|
8
|
+
|
|
9
|
+
## [0.1.57]
|
|
4
10
|
|
|
5
11
|
### Changed
|
|
6
12
|
- **Version Bump**: Updated package version to `0.1.57`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "indusagi-coding-agent",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.58",
|
|
4
4
|
"description": "Terminal-first TypeScript coding agent built on the indusagi framework package.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"glob": "^11.0.3",
|
|
61
61
|
"highlight.js": "^11.11.1",
|
|
62
62
|
"i": "^0.3.7",
|
|
63
|
-
"indusagi": "
|
|
63
|
+
"indusagi": "^0.12.31",
|
|
64
64
|
"indusagi-coding-agent": "^0.1.42",
|
|
65
65
|
"ink": "^5.2.1",
|
|
66
66
|
"marked": "^17.0.5",
|