cli-five 0.2.11 → 0.2.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cli-five",
3
- "version": "0.2.11",
3
+ "version": "0.2.12",
4
4
  "description": "Code Like I'm Five — scaffold a 5-agent VS Code Copilot team into any repo.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: Planner
3
3
  description: "Creates implementation plans by researching the codebase, consulting documentation, and identifying edge cases. Use when: planning features, architectural decisions, or complex multi-file changes."
4
- model: Claude Opus 4.6 (copilot)
4
+ model: Claude Sonnet 4.6 (copilot)
5
5
  tools: ['read', 'search', 'web', 'io.github.upstash/context7/*', 'vscode/memory']
6
6
  ---
7
7
 
@@ -13,7 +13,7 @@ You create plans. You do NOT write code.
13
13
 
14
14
  | Mode | Model | Premium Cost |
15
15
  |---|---|---|
16
- | **Default** | Claude Opus 4.6 | 3x |
16
+ | **Default** | Claude Sonnet 4.6 | 1x |
17
17
  | **Cheap** | GPT-4o | 0x (free) |
18
18
 
19
19
  To switch: change the `model` key in frontmatter above.
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: Reviewer
3
3
  description: "Reviews code and agent output for correctness, convention compliance, and architectural alignment. Use when: code review, auditing agent work, validating against specs."
4
- model: Claude Opus 4.6 (copilot)
4
+ model: Claude Sonnet 4.6 (copilot)
5
5
  tools: ['read', 'search', 'web', 'vscode/memory']
6
6
  agents: []
7
7
  ---
@@ -10,7 +10,7 @@ agents: []
10
10
 
11
11
  | Mode | Model | Premium Cost |
12
12
  |---|---|---|
13
- | **Default** | Claude Opus 4.6 | 3x |
13
+ | **Default** | Claude Sonnet 4.6 | 1x |
14
14
  | **Cheap** | GPT-5 mini | 0x (free) |
15
15
 
16
16
  To switch: change the `model` key in frontmatter above.
@@ -10,7 +10,7 @@ agents: []
10
10
 
11
11
  | Mode | Model | Premium Cost |
12
12
  |---|---|---|
13
- | **Default** | Claude Opus 4.6 | 3x |
13
+ | **Default** | Gemini 3.1 Pro (Preview) (copilot) | 1x |
14
14
  | **Cheap** | GPT-4o | 0x (free) |
15
15
 
16
16
  To switch: change the `model` key in frontmatter above.
@@ -10,7 +10,7 @@ agents: []
10
10
 
11
11
  | Mode | Model | Premium Cost |
12
12
  |---|---|---|
13
- | **Default** | Claude Opus 4.6 | 3x |
13
+ | **Default** | Claude Sonnet 4.6 | 1x |
14
14
  | **Cheap** | GPT-5 mini | 0x (free) |
15
15
 
16
16
  To switch: change the `model` key in frontmatter above.