@wingman-ai/gateway 0.4.3 → 0.4.4

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
@@ -2,7 +2,7 @@
2
2
  "name": "@wingman-ai/gateway",
3
3
  "displayName": "Wingman Agent",
4
4
  "description": "Wingman-AI agentic coding assistant that works with Anthropic, OpenAI, Google, xAI and LMStudio.",
5
- "version": "0.4.3",
5
+ "version": "0.4.4",
6
6
  "main": "index.js",
7
7
  "bin": {
8
8
  "wingman": "./bin/wingman"
@@ -5,9 +5,6 @@ description: >-
5
5
  and coordinates specialized sub-agents for art direction, scene engineering, and game design.
6
6
  tools:
7
7
  - think
8
- - read_file
9
- - write_file
10
- - edit_file
11
8
  - code_search
12
9
  - command_execute
13
10
  - git_status
@@ -30,9 +27,6 @@ subAgents:
30
27
  the project art style as persistent memory.
31
28
  tools:
32
29
  - think
33
- - read_file
34
- - write_file
35
- - edit_file
36
30
  - command_execute
37
31
  - internet_search
38
32
  - web_crawler
@@ -44,9 +38,6 @@ subAgents:
44
38
  post-processing, physics integration, and GPU performance optimization.
45
39
  tools:
46
40
  - think
47
- - read_file
48
- - write_file
49
- - edit_file
50
41
  - code_search
51
42
  - command_execute
52
43
  promptFile: ./scene-engineer.md
@@ -56,9 +47,6 @@ subAgents:
56
47
  and interaction patterns; maintains game design decisions as persistent memory.
57
48
  tools:
58
49
  - think
59
- - read_file
60
- - write_file
61
- - edit_file
62
50
  - internet_search
63
51
  - web_crawler
64
52
  - code_search