@ranger1/dx 0.1.45 → 0.1.47

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,7 +1,7 @@
1
1
  ---
2
2
  description: review (Codex)
3
3
  mode: subagent
4
- model: openai/gpt-5.2-codex
4
+ model: openai/gpt-5.3-codex
5
5
  temperature: 0.1
6
6
  tools:
7
7
  write: true
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  description: build PR context file
3
3
  mode: subagent
4
- model: openai/gpt-5.1-codex-mini
4
+ model: github-copilot/claude-sonnet-4.5
5
5
  temperature: 0.1
6
6
  tools:
7
7
  bash: true
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  description: PR fix review
3
3
  mode: subagent
4
- model: openai/gpt-5.2-codex
4
+ model: openai/gpt-5.3-codex
5
5
  temperature: 0.1
6
6
  tools:
7
7
  write: true
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  description: PR precheck (checkout + lint + build)
3
3
  mode: subagent
4
- model: openai/gpt-5.2-codex
4
+ model: openai/gpt-5.3-codex
5
5
  temperature: 0.1
6
6
  tools:
7
7
  bash: true
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  allowed-tools: [Bash, Read, Glob, TodoWrite, Edit, Grep]
3
3
  description: 'Git 工作流:Issue/Commit/PR 自动化'
4
- agent: middle
4
+ agent: documenter
5
5
  ---
6
6
 
7
7
  ## 用法
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  allowed-tools: [Bash, Read, Glob, TodoWrite, Edit, Grep, AskUserQuestion]
3
3
  description: 'Create release versions with intelligent changelog generation from release branch'
4
- agent: quick
4
+ agent: documenter
5
5
  ---
6
6
 
7
7
  ## Usage
@@ -15,10 +15,10 @@
15
15
  "variant": "high"
16
16
  },
17
17
  "librarian": {
18
- "model": "openai/gpt-5.1-codex-mini"
18
+ "model": "github-copilot/claude-sonnet-4.5"
19
19
  },
20
20
  "explore": {
21
- "model": "openai/gpt-5.1-codex-mini"
21
+ "model": "github-copilot/claude-sonnet-4.5"
22
22
  },
23
23
  "multimodal-looker": {
24
24
  "model": "github-copilot/gemini-3-flash-preview"
@@ -14,6 +14,9 @@
14
14
  },
15
15
  "middle": {
16
16
  "model": "github-copilot/claude-sonnet-4.5"
17
+ },
18
+ "documenter": {
19
+ "model": "github-copilot/claude-sonnet-4.5"
17
20
  }
18
21
  },
19
22
  "permission": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ranger1/dx",
3
- "version": "0.1.45",
3
+ "version": "0.1.47",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "repository": {