@ranger1/dx 0.1.49 → 0.1.51
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/__pycache__/gh_review_harvest.cpython-314.pyc +0 -0
- package/@opencode/agents/__pycache__/pr_context.cpython-314.pyc +0 -0
- package/@opencode/agents/__pycache__/pr_precheck.cpython-314.pyc +0 -0
- package/@opencode/agents/__pycache__/pr_review_aggregate.cpython-314.pyc +0 -0
- package/@opencode/agents/__pycache__/test_pr_review_aggregate.cpython-314.pyc +0 -0
- package/@opencode/agents/claude-reviewer.md +1 -1
- package/@opencode/agents/gemini-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 +12 -12
- package/@opencode/commands/opencode_attach.json +3 -3
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
"variant": "high"
|
|
16
16
|
},
|
|
17
17
|
"librarian": {
|
|
18
|
-
"model": "
|
|
18
|
+
"model": "openai/gpt-5.3-codex-spark"
|
|
19
19
|
},
|
|
20
20
|
"explore": {
|
|
21
|
-
"model": "
|
|
21
|
+
"model": "openai/gpt-5.3-codex-spark"
|
|
22
22
|
},
|
|
23
23
|
"multimodal-looker": {
|
|
24
|
-
"model": "
|
|
24
|
+
"model": "openai/gpt-5.3-codex-spark"
|
|
25
25
|
},
|
|
26
26
|
"prometheus": {
|
|
27
27
|
"model": "openai/gpt-5.2",
|
|
@@ -44,15 +44,15 @@
|
|
|
44
44
|
"temperature": 0.1
|
|
45
45
|
},
|
|
46
46
|
"gemini-reviewer": {
|
|
47
|
-
"model": "
|
|
47
|
+
"model": "openai/gpt-5.3-codex-spark",
|
|
48
48
|
"variant": "max"
|
|
49
49
|
},
|
|
50
50
|
"claude-reviewer": {
|
|
51
|
-
"model": "
|
|
51
|
+
"model": "openai/gpt-5.3-codex-spark",
|
|
52
52
|
"variant": "high"
|
|
53
53
|
},
|
|
54
54
|
"pr-fixer": {
|
|
55
|
-
"model": "openai/gpt-5.
|
|
55
|
+
"model": "openai/gpt-5.3-codex",
|
|
56
56
|
"variant": "xhigh",
|
|
57
57
|
"temperature": 0.1
|
|
58
58
|
}
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"concurrency": 5,
|
|
61
61
|
"categories": {
|
|
62
62
|
"visual-engineering": {
|
|
63
|
-
"model": "
|
|
63
|
+
"model": "openai/gpt-5.3-codex",
|
|
64
64
|
"variant": "high"
|
|
65
65
|
},
|
|
66
66
|
"ultrabrain": {
|
|
@@ -68,17 +68,17 @@
|
|
|
68
68
|
"variant": "xhigh"
|
|
69
69
|
},
|
|
70
70
|
"artistry": {
|
|
71
|
-
"model": "
|
|
71
|
+
"model": "openai/gpt-5.3-codex",
|
|
72
72
|
"variant": "max"
|
|
73
73
|
},
|
|
74
74
|
"quick": {
|
|
75
|
-
"model": "openai/gpt-5.
|
|
75
|
+
"model": "openai/gpt-5.3-codex-spark"
|
|
76
76
|
},
|
|
77
77
|
"middle": {
|
|
78
|
-
"model": "
|
|
78
|
+
"model": "openai/gpt-5.3-codex-spark"
|
|
79
79
|
},
|
|
80
80
|
"unspecified-low": {
|
|
81
|
-
"model": "
|
|
81
|
+
"model": "openai/gpt-5.3-codex-spark",
|
|
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": "
|
|
89
|
+
"model": "openai/gpt-5.3-codex-spark"
|
|
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.3-codex-spark"
|
|
14
14
|
},
|
|
15
15
|
"middle": {
|
|
16
|
-
"model": "
|
|
16
|
+
"model": "openai/gpt-5.3-codex"
|
|
17
17
|
},
|
|
18
18
|
"documenter": {
|
|
19
|
-
"model": "
|
|
19
|
+
"model": "openai/gpt-5.3-codex-spark"
|
|
20
20
|
}
|
|
21
21
|
},
|
|
22
22
|
"permission": {
|