indusagi-coding-agent 0.1.35 → 0.1.37
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 +16 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.1.
|
|
3
|
+
## [0.1.37] - Latest Release
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
- **Indusagi Dependency**: Updated `indusagi` to `^0.12.17`
|
|
7
|
+
- **Version Bump**: Updated `indusagi-coding-agent` package version to `0.1.37`
|
|
8
|
+
|
|
9
|
+
## [0.1.36]
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
- **GPT-5.4 Mini Support**: Added support for `gpt-5.4-mini` via updated `indusagi` dependency
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
- **Indusagi Dependency**: Updated `indusagi` to `^0.12.16`
|
|
16
|
+
- **Version Bump**: Updated `indusagi-coding-agent` package version to `0.1.36`
|
|
17
|
+
|
|
18
|
+
## [0.1.35]
|
|
4
19
|
|
|
5
20
|
### Added
|
|
6
21
|
- Introduced `induscode` as the upgraded/newer package direction while keeping `indusagi-coding-agent` available
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "indusagi-coding-agent",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.37",
|
|
4
4
|
"description": "Coding agent CLI with file ops, bash, web search (DuckDuckGo), web fetch, and session management. Now with web capabilities for real-time research!",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"indusagiConfig": {
|