@love-moon/conductor-cli 0.4.1 → 0.4.2
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 +9 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @love-moon/conductor-cli
|
|
2
2
|
|
|
3
|
+
## 0.4.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e8936fb: Upgrade the GitHub Copilot SDK permission protocol so Copilot-backed tasks auto-approve tool calls with current Copilot CLI releases instead of failing with `unexpected user permission response`.
|
|
8
|
+
- Updated dependencies [e8936fb]
|
|
9
|
+
- @love-moon/ai-sdk@0.4.2
|
|
10
|
+
- @love-moon/conductor-sdk@0.4.2
|
|
11
|
+
|
|
3
12
|
## 0.4.1
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@love-moon/conductor-cli",
|
|
3
|
-
"version": "0.4.
|
|
4
|
-
"gitCommitId": "
|
|
3
|
+
"version": "0.4.2",
|
|
4
|
+
"gitCommitId": "23fc1c2",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/lovemoon-ai/conductor.git"
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"test": "node --test test/*.test.js"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@love-moon/ai-sdk": "0.4.
|
|
27
|
-
"@love-moon/conductor-sdk": "0.4.
|
|
28
|
-
"@github/copilot-sdk": "^0.
|
|
26
|
+
"@love-moon/ai-sdk": "0.4.2",
|
|
27
|
+
"@love-moon/conductor-sdk": "0.4.2",
|
|
28
|
+
"@github/copilot-sdk": "^0.3.0",
|
|
29
29
|
"chrome-launcher": "^1.2.1",
|
|
30
30
|
"chrome-remote-interface": "^0.33.0",
|
|
31
31
|
"dotenv": "^16.4.5",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"optionalDependencies": {
|
|
39
39
|
"@roamhq/wrtc": "^0.10.0",
|
|
40
|
-
"@love-moon/chat-web": "0.4.
|
|
40
|
+
"@love-moon/chat-web": "0.4.2"
|
|
41
41
|
},
|
|
42
42
|
"pnpm": {
|
|
43
43
|
"onlyBuiltDependencies": [
|