@iservu-inc/adf-cli 0.5.2 → 0.5.3

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.
@@ -1,9 +1,9 @@
1
1
  # ADF CLI - Current Session Status
2
2
 
3
3
  **Date:** 2025-10-05
4
- **Status:** ✅ Active - v0.5.2 Ready to Publish
5
- **Latest Version:** v0.5.2 (Ready)
6
- **Phase:** Phase 5 - Polish & UX Improvements
4
+ **Status:** ✅ Active - v0.5.2 Published
5
+ **Latest Version:** v0.5.2 (Published)
6
+ **Phase:** Phase 5 - Polish & UX Improvements Complete
7
7
 
8
8
  ---
9
9
 
@@ -11,29 +11,32 @@
11
11
 
12
12
  **Session:** Post-Install Information Display (v0.5.2)
13
13
  **Completed:** 2025-10-05
14
- **Status:** 🚀 Ready to publish
14
+ **Status:** Published to npm
15
15
  **Branch:** main
16
+ **Commit:** `964262c` - feat: v0.5.2 - Post-Install Information Display
16
17
 
17
18
  ---
18
19
 
19
20
  ## Current State
20
21
 
21
- ### Latest Version (Ready to Publish)
22
+ ### Published Version
22
23
  - **Package:** `@iservu-inc/adf-cli@0.5.2`
23
- - **Status:** 🚀 Ready for npm publish
24
- - **Changes:** Post-install message with version & path info
25
- - **New Files:** lib/utils/postinstall.js
26
-
27
- ### Previous Published Version
28
- - **Package:** `@iservu-inc/adf-cli@0.5.1`
29
24
  - **Status:** ✅ Live on npm
30
25
  - **Published:** 2025-10-05
26
+ - **Size:** 962.9 kB (tarball), 2.0 MB (unpacked)
27
+ - **Files:** 107 total files
28
+ - **New Feature:** Post-install info display with version & paths
29
+
30
+ ### npm Registry
31
+ ```bash
32
+ npm install -g @iservu-inc/adf-cli
33
+ # Now installs v0.5.2 with post-install info display
34
+ ```
31
35
 
32
- ### Recent Commits
33
- - `b670fa4` - docs: Update SESSION-STATUS.md for v0.5.1 publication
34
- - `ce13290` - feat: v0.5.1 - Improved Existing Project Detection UX
35
- - `d9d2249` - docs: Add v0.5.0 session documentation
36
- - `4f236fe` - feat: v0.5.0 - Intelligent Answer Analysis & Dynamic Question Pipeline
36
+ ### Recent Version History
37
+ - **v0.5.2** (2025-10-05) - Post-install information display
38
+ - **v0.5.1** (2025-10-05) - Improved existing project detection UX
39
+ - **v0.5.0** (2025-10-05) - Intelligent Answer Analysis & Dynamic Question Pipeline
37
40
 
38
41
  ### Test Coverage
39
42
  - **Tests:** 200 passing (80 new analysis tests added)
package/CHANGELOG.md CHANGED
@@ -5,6 +5,34 @@ All notable changes to `@iservu-inc/adf-cli` will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.5.3] - 2025-10-05
9
+
10
+ ### 🔧 Dependency Updates & Warning Fixes
11
+
12
+ **MAINTENANCE:** Updated AI SDK dependencies and removed deprecated packages.
13
+
14
+ #### What Changed
15
+
16
+ - Updated `@anthropic-ai/sdk` from v0.32.0 to **v0.65.0**
17
+ - Updated `@google/generative-ai` from v0.21.0 to **v0.24.1**
18
+ - Updated `openai` from v4.73.0 to **v6.1.0**
19
+ - Removed deprecated `node-domexception` dependency (now uses Node.js native implementation)
20
+
21
+ #### Benefits
22
+
23
+ - ✅ **No more deprecation warnings** during installation
24
+ - ✅ **Latest AI features** from all providers
25
+ - ✅ **Better performance** from updated SDKs
26
+ - ✅ **Security improvements** from dependency updates
27
+ - ✅ **Smaller package size** (removed 33 packages, added 3)
28
+ - ✅ **All 200 tests passing** - fully backward compatible
29
+
30
+ #### Technical Details
31
+
32
+ **Explanation:** The `node-domexception` deprecation warning occurred because older versions of `@anthropic-ai/sdk` used a polyfill package. Since Node.js 17+, `DOMException` is built into Node.js itself, making the polyfill unnecessary. The latest SDKs use Node.js's native implementation.
33
+
34
+ ---
35
+
8
36
  ## [0.5.2] - 2025-10-05
9
37
 
10
38
  ### ✨ Post-Install Information Display
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iservu-inc/adf-cli",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "CLI tool for AgentDevFramework - AI-assisted development framework with multi-provider AI support",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -36,8 +36,8 @@
36
36
  "author": "iServU",
37
37
  "license": "MIT",
38
38
  "dependencies": {
39
- "@anthropic-ai/sdk": "^0.32.0",
40
- "@google/generative-ai": "^0.21.0",
39
+ "@anthropic-ai/sdk": "^0.65.0",
40
+ "@google/generative-ai": "^0.24.1",
41
41
  "chalk": "^4.1.2",
42
42
  "commander": "^11.1.0",
43
43
  "dotenv": "^17.2.3",
@@ -45,7 +45,7 @@
45
45
  "inquirer": "^8.2.5",
46
46
  "inquirer-autocomplete-prompt": "^2.0.1",
47
47
  "node-fetch": "^2.7.0",
48
- "openai": "^4.73.0",
48
+ "openai": "^6.1.0",
49
49
  "ora": "^5.4.1",
50
50
  "uuid": "^9.0.1"
51
51
  },