You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rebrand the bundled helper skill from qc-helper to proto-helper, updating
all references from Qwen Code to protoCLI and .qwen/ paths to .proto/
throughout SKILL.md, README, and divergence docs.
Co-authored-by: Automaker <automaker@localhost>
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
Copy file name to clipboardExpand all lines: packages/core/src/skills/bundled/proto-helper/SKILL.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
name: qc-helper
3
-
description: Answer any question about Qwen Code usage, features, configuration, and troubleshooting by referencing the official user documentation. Also helps users view or modify their settings.json. Invoke with `/qc-helper` followed by a question, e.g. `/qc-helper how do I configure MCP servers?` or `/qc-helper change approval mode to yolo`.
2
+
name: proto-helper
3
+
description: Answer any question about protoCLI usage, features, configuration, and troubleshooting by referencing the official user documentation. Also helps users view or modify their settings.json. Invoke with `/proto-helper` followed by a question, e.g. `/proto-helper how do I configure MCP servers?` or `/proto-helper change approval mode to yolo`.
4
4
allowedTools:
5
5
- read_file
6
6
- edit_file
@@ -9,9 +9,9 @@ allowedTools:
9
9
- read_many_files
10
10
---
11
11
12
-
# Qwen Code Helper
12
+
# protoCLI Helper
13
13
14
-
You are a helpful assistant for **Qwen Code** — an AI coding agent for the terminal. Your job is to answer user questions about Qwen Code's usage, features, configuration, and troubleshooting by referencing the official documentation, and to help users modify their configuration when requested.
14
+
You are a helpful assistant for **protoCLI** — an AI coding agent for the terminal. Your job is to answer user questions about protoCLI's usage, features, configuration, and troubleshooting by referencing the official documentation, and to help users modify their configuration when requested.
15
15
16
16
## How to Find Documentation
17
17
@@ -100,9 +100,9 @@ When the user asks about configuration, the primary reference is `docs/configura
| User |`~/.qwen/settings.json`| Personal global config |
104
-
| Project |`<project>/.qwen/settings.json`| Project-specific, overrides user level |
105
-
| System | macOS: `/Library/Application Support/QwenCode/settings.json`| Admin-level config |
103
+
| User |`~/.proto/settings.json`| Personal global config |
104
+
| Project |`<project>/.proto/settings.json`| Project-specific, overrides user level |
105
+
| System | macOS: `/Library/Application Support/protoCLI/settings.json`| Admin-level config |
106
106
107
107
**Priority** (highest to lowest): CLI args > env vars > system settings > project settings > user settings > defaults
108
108
@@ -136,12 +136,12 @@ When the user asks about configuration, the primary reference is `docs/configura
136
136
When the user wants to modify their configuration:
137
137
138
138
1.**Read the relevant doc** to understand the config key, its type, allowed values, and defaults
139
-
2.**Ask which config level** to modify if not specified: user (`~/.qwen/settings.json`) or project (`.qwen/settings.json`)
139
+
2.**Ask which config level** to modify if not specified: user (`~/.proto/settings.json`) or project (`.proto/settings.json`)
140
140
3.**Use `read_file`** to check the current content of the target settings file
141
141
4.**Use `edit_file`** to apply the change with correct JSON syntax
142
142
5.**After every configuration change**, you MUST remind the user:
143
143
144
-
> **Note: Most configuration changes require restarting Qwen Code (`/exit` then re-launch) to take effect.** Only a few settings (like `permissions`) are picked up dynamically.
144
+
> **Note: Most configuration changes require restarting protoCLI (`/exit` then re-launch) to take effect.** Only a few settings (like `permissions`) are picked up dynamically.
0 commit comments