indusagi-coding-agent 0.1.27 → 0.1.28

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.28] - Use Published Indusagi Package
4
+
5
+ ### Changed
6
+ - **Indusagi Dependency**: Changed from local file path to published npm package
7
+ - Was: `"indusagi": "file:../new_indusagi"`
8
+ - Now: `"indusagi": "^0.12.11"`
9
+ - Uses published package with all latest fixes
10
+
11
+ ---
12
+
3
13
  ## [0.1.27] - Task & Todo Tools from Indusagi
4
14
 
5
15
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "indusagi-coding-agent",
3
- "version": "0.1.27",
3
+ "version": "0.1.28",
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": {
@@ -54,7 +54,7 @@
54
54
  "diff": "^8.0.2",
55
55
  "file-type": "^21.1.1",
56
56
  "glob": "^11.0.3",
57
- "indusagi": "file:../new_indusagi",
57
+ "indusagi": "^0.12.11",
58
58
  "marked": "^15.0.12",
59
59
  "minimatch": "^10.1.1",
60
60
  "proper-lockfile": "^4.1.2",