@ranger1/dx 0.1.63 → 0.1.64
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/@opencode/agents/gh-thread-reviewer.md +1 -1
- package/@opencode/agents/pr-context.md +1 -1
- package/@opencode/agents/pr-precheck.md +1 -1
- package/@opencode/agents/pr-review-aggregate.md +1 -1
- package/@opencode/commands/oh_attach.json +9 -9
- package/@opencode/commands/opencode_attach.json +2 -2
- package/package.json +4 -3
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
"variant": "high"
|
|
16
16
|
},
|
|
17
17
|
"librarian": {
|
|
18
|
-
"model": "openai/gpt-5.3-codex
|
|
18
|
+
"model": "openai/gpt-5.3-codex"
|
|
19
19
|
},
|
|
20
20
|
"explore": {
|
|
21
|
-
"model": "openai/gpt-5.
|
|
21
|
+
"model": "openai/gpt-5.1-codex-min"
|
|
22
22
|
},
|
|
23
23
|
"multimodal-looker": {
|
|
24
|
-
"model": "openai/gpt-5.3-codex
|
|
24
|
+
"model": "openai/gpt-5.3-codex"
|
|
25
25
|
},
|
|
26
26
|
"prometheus": {
|
|
27
27
|
"model": "openai/gpt-5.2",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"temperature": 0.1
|
|
45
45
|
},
|
|
46
46
|
"gemini-reviewer": {
|
|
47
|
-
"model": "openai/gpt-5.3-codex
|
|
47
|
+
"model": "openai/gpt-5.3-codex",
|
|
48
48
|
"variant": "max"
|
|
49
49
|
},
|
|
50
50
|
"claude-reviewer": {
|
|
51
|
-
"model": "openai/gpt-5.3-codex
|
|
51
|
+
"model": "openai/gpt-5.3-codex",
|
|
52
52
|
"variant": "high"
|
|
53
53
|
},
|
|
54
54
|
"pr-fixer": {
|
|
@@ -72,13 +72,13 @@
|
|
|
72
72
|
"variant": "max"
|
|
73
73
|
},
|
|
74
74
|
"quick": {
|
|
75
|
-
"model": "openai/gpt-5.
|
|
75
|
+
"model": "openai/gpt-5.1-codex-min"
|
|
76
76
|
},
|
|
77
77
|
"middle": {
|
|
78
|
-
"model": "openai/gpt-5.
|
|
78
|
+
"model": "openai/gpt-5.1-codex-min"
|
|
79
79
|
},
|
|
80
80
|
"unspecified-low": {
|
|
81
|
-
"model": "openai/gpt-5.
|
|
81
|
+
"model": "openai/gpt-5.1-codex-min",
|
|
82
82
|
"variant": "medium"
|
|
83
83
|
},
|
|
84
84
|
"unspecified-high": {
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"variant": "medium"
|
|
87
87
|
},
|
|
88
88
|
"writing": {
|
|
89
|
-
"model": "openai/gpt-5.
|
|
89
|
+
"model": "openai/gpt-5.1-codex-min"
|
|
90
90
|
}
|
|
91
91
|
}
|
|
92
92
|
}
|
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
],
|
|
11
11
|
"agent": {
|
|
12
12
|
"quick": {
|
|
13
|
-
"model": "openai/gpt-5.
|
|
13
|
+
"model": "openai/gpt-5.1-codex-min"
|
|
14
14
|
},
|
|
15
15
|
"middle": {
|
|
16
16
|
"model": "openai/gpt-5.3-codex"
|
|
17
17
|
},
|
|
18
18
|
"documenter": {
|
|
19
|
-
"model": "openai/gpt-5.
|
|
19
|
+
"model": "openai/gpt-5.1-codex-min"
|
|
20
20
|
}
|
|
21
21
|
},
|
|
22
22
|
"permission": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ranger1/dx",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.64",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -40,5 +40,6 @@
|
|
|
40
40
|
"engines": {
|
|
41
41
|
"node": ">=20.11.0"
|
|
42
42
|
},
|
|
43
|
-
"nx": {}
|
|
44
|
-
|
|
43
|
+
"nx": {},
|
|
44
|
+
"packageManager": "pnpm@10.30.0+sha512.2b5753de015d480eeb88f5b5b61e0051f05b4301808a82ec8b840c9d2adf7748eb352c83f5c1593ca703ff1017295bc3fdd3119abb9686efc96b9fcb18200937"
|
|
45
|
+
}
|