@protolabsai/proto 0.14.0

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.
Files changed (85) hide show
  1. package/LICENSE +203 -0
  2. package/README.md +286 -0
  3. package/dist/bundled/adversarial-verification/SKILL.md +98 -0
  4. package/dist/bundled/brainstorming/SKILL.md +171 -0
  5. package/dist/bundled/coding-agent-standards/SKILL.md +67 -0
  6. package/dist/bundled/dispatching-parallel-agents/SKILL.md +193 -0
  7. package/dist/bundled/executing-plans/SKILL.md +77 -0
  8. package/dist/bundled/finishing-a-development-branch/SKILL.md +213 -0
  9. package/dist/bundled/loop/SKILL.md +61 -0
  10. package/dist/bundled/qc-helper/SKILL.md +151 -0
  11. package/dist/bundled/qc-helper/docs/_meta.ts +30 -0
  12. package/dist/bundled/qc-helper/docs/common-workflow.md +571 -0
  13. package/dist/bundled/qc-helper/docs/configuration/_meta.ts +10 -0
  14. package/dist/bundled/qc-helper/docs/configuration/auth.md +366 -0
  15. package/dist/bundled/qc-helper/docs/configuration/memory.md +0 -0
  16. package/dist/bundled/qc-helper/docs/configuration/model-providers.md +542 -0
  17. package/dist/bundled/qc-helper/docs/configuration/qwen-ignore.md +55 -0
  18. package/dist/bundled/qc-helper/docs/configuration/settings.md +652 -0
  19. package/dist/bundled/qc-helper/docs/configuration/themes.md +160 -0
  20. package/dist/bundled/qc-helper/docs/configuration/trusted-folders.md +61 -0
  21. package/dist/bundled/qc-helper/docs/extension/_meta.ts +9 -0
  22. package/dist/bundled/qc-helper/docs/extension/extension-releasing.md +121 -0
  23. package/dist/bundled/qc-helper/docs/extension/getting-started-extensions.md +299 -0
  24. package/dist/bundled/qc-helper/docs/extension/introduction.md +303 -0
  25. package/dist/bundled/qc-helper/docs/features/_meta.ts +18 -0
  26. package/dist/bundled/qc-helper/docs/features/approval-mode.md +263 -0
  27. package/dist/bundled/qc-helper/docs/features/arena.md +218 -0
  28. package/dist/bundled/qc-helper/docs/features/checkpointing.md +77 -0
  29. package/dist/bundled/qc-helper/docs/features/commands.md +312 -0
  30. package/dist/bundled/qc-helper/docs/features/headless.md +318 -0
  31. package/dist/bundled/qc-helper/docs/features/hooks.md +343 -0
  32. package/dist/bundled/qc-helper/docs/features/language.md +139 -0
  33. package/dist/bundled/qc-helper/docs/features/lsp.md +453 -0
  34. package/dist/bundled/qc-helper/docs/features/mcp.md +281 -0
  35. package/dist/bundled/qc-helper/docs/features/sandbox.md +241 -0
  36. package/dist/bundled/qc-helper/docs/features/scheduled-tasks.md +139 -0
  37. package/dist/bundled/qc-helper/docs/features/skills.md +289 -0
  38. package/dist/bundled/qc-helper/docs/features/sub-agents.md +307 -0
  39. package/dist/bundled/qc-helper/docs/features/token-caching.md +29 -0
  40. package/dist/bundled/qc-helper/docs/ide-integration/_meta.ts +4 -0
  41. package/dist/bundled/qc-helper/docs/ide-integration/ide-companion-spec.md +182 -0
  42. package/dist/bundled/qc-helper/docs/ide-integration/ide-integration.md +144 -0
  43. package/dist/bundled/qc-helper/docs/integration-github-action.md +241 -0
  44. package/dist/bundled/qc-helper/docs/integration-jetbrains.md +81 -0
  45. package/dist/bundled/qc-helper/docs/integration-vscode.md +39 -0
  46. package/dist/bundled/qc-helper/docs/integration-zed.md +72 -0
  47. package/dist/bundled/qc-helper/docs/overview.md +64 -0
  48. package/dist/bundled/qc-helper/docs/quickstart.md +273 -0
  49. package/dist/bundled/qc-helper/docs/reference/_meta.ts +4 -0
  50. package/dist/bundled/qc-helper/docs/reference/keyboard-shortcuts.md +72 -0
  51. package/dist/bundled/qc-helper/docs/reference/sdk-api.md +524 -0
  52. package/dist/bundled/qc-helper/docs/support/Uninstall.md +42 -0
  53. package/dist/bundled/qc-helper/docs/support/_meta.ts +6 -0
  54. package/dist/bundled/qc-helper/docs/support/tos-privacy.md +112 -0
  55. package/dist/bundled/qc-helper/docs/support/troubleshooting.md +123 -0
  56. package/dist/bundled/receiving-code-review/SKILL.md +226 -0
  57. package/dist/bundled/requesting-code-review/SKILL.md +115 -0
  58. package/dist/bundled/review/SKILL.md +123 -0
  59. package/dist/bundled/subagent-driven-development/SKILL.md +292 -0
  60. package/dist/bundled/subagent-driven-development/code-quality-reviewer-prompt.md +27 -0
  61. package/dist/bundled/subagent-driven-development/implementer-prompt.md +113 -0
  62. package/dist/bundled/subagent-driven-development/spec-reviewer-prompt.md +61 -0
  63. package/dist/bundled/systematic-debugging/SKILL.md +305 -0
  64. package/dist/bundled/test-driven-development/SKILL.md +396 -0
  65. package/dist/bundled/using-git-worktrees/SKILL.md +223 -0
  66. package/dist/bundled/using-superpowers/SKILL.md +117 -0
  67. package/dist/bundled/verification-before-completion/SKILL.md +147 -0
  68. package/dist/bundled/writing-plans/SKILL.md +159 -0
  69. package/dist/bundled/writing-skills/SKILL.md +716 -0
  70. package/dist/cli.js +483432 -0
  71. package/dist/sandbox-macos-permissive-closed.sb +32 -0
  72. package/dist/sandbox-macos-permissive-open.sb +27 -0
  73. package/dist/sandbox-macos-permissive-proxied.sb +37 -0
  74. package/dist/sandbox-macos-restrictive-closed.sb +93 -0
  75. package/dist/sandbox-macos-restrictive-open.sb +96 -0
  76. package/dist/sandbox-macos-restrictive-proxied.sb +98 -0
  77. package/dist/vendor/ripgrep/COPYING +3 -0
  78. package/dist/vendor/ripgrep/arm64-darwin/rg +0 -0
  79. package/dist/vendor/ripgrep/arm64-linux/rg +0 -0
  80. package/dist/vendor/ripgrep/x64-darwin/rg +0 -0
  81. package/dist/vendor/ripgrep/x64-linux/rg +0 -0
  82. package/dist/vendor/ripgrep/x64-win32/rg.exe +0 -0
  83. package/dist/vendor/tree-sitter/tree-sitter-bash.wasm +0 -0
  84. package/dist/vendor/tree-sitter/tree-sitter.wasm +0 -0
  85. package/package.json +143 -0
@@ -0,0 +1,571 @@
1
+ # Common workflows
2
+
3
+ > Learn about common workflows with Qwen Code.
4
+
5
+ Each task in this document includes clear instructions, example commands, and best practices to help you get the most from Qwen Code.
6
+
7
+ ## Understand new codebases
8
+
9
+ ### Get a quick codebase overview
10
+
11
+ Suppose you've just joined a new project and need to understand its structure quickly.
12
+
13
+ **1. Navigate to the project root directory**
14
+
15
+ ```bash
16
+ cd /path/to/project
17
+ ```
18
+
19
+ **2. Start Qwen Code**
20
+
21
+ ```bash
22
+ qwen
23
+ ```
24
+
25
+ **3. Ask for a high-level overview**
26
+
27
+ ```
28
+ give me an overview of this codebase
29
+ ```
30
+
31
+ **4. Dive deeper into specific components**
32
+
33
+ ```
34
+ explain the main architecture patterns used here
35
+ ```
36
+
37
+ ```
38
+ what are the key data models?
39
+ ```
40
+
41
+ ```
42
+ how is authentication handled?
43
+ ```
44
+
45
+ > [!tip]
46
+ >
47
+ > - Start with broad questions, then narrow down to specific areas
48
+ > - Ask about coding conventions and patterns used in the project
49
+ > - Request a glossary of project-specific terms
50
+
51
+ ### Find relevant code
52
+
53
+ Suppose you need to locate code related to a specific feature or functionality.
54
+
55
+ **1. Ask Qwen Code to find relevant files**
56
+
57
+ ```
58
+ find the files that handle user authentication
59
+ ```
60
+
61
+ **2. Get context on how components interact**
62
+
63
+ ```
64
+ how do these authentication files work together?
65
+ ```
66
+
67
+ **3. Understand the execution flow**
68
+
69
+ ```
70
+ trace the login process from front-end to database
71
+ ```
72
+
73
+ > [!tip]
74
+ >
75
+ > - Be specific about what you're looking for
76
+ > - Use domain language from the project
77
+
78
+ ## Fix bugs efficiently
79
+
80
+ Suppose you've encountered an error message and need to find and fix its source.
81
+
82
+ **1. Share the error with Qwen Code**
83
+
84
+ ```
85
+ I'm seeing an error when I run npm test
86
+ ```
87
+
88
+ **2. Ask for fix recommendations**
89
+
90
+ ```
91
+ suggest a few ways to fix the @ts-ignore in user.ts
92
+ ```
93
+
94
+ **3. Apply the fix**
95
+
96
+ ```
97
+ update user.tsto add the null check you suggested
98
+ ```
99
+
100
+ > [!tip]
101
+ >
102
+ > - Tell Qwen Code the command to reproduce the issue and get a stack trace
103
+ > - Mention any steps to reproduce the error
104
+ > - Let Qwen Code know if the error is intermittent or consistent
105
+
106
+ ## Refactor code
107
+
108
+ Suppose you need to update old code to use modern patterns and practices.
109
+
110
+ **1. Identify legacy code for refactoring**
111
+
112
+ ```
113
+ find deprecated API usage in our codebase
114
+ ```
115
+
116
+ **2. Get refactoring recommendations**
117
+
118
+ ```
119
+ suggest how to refactor utils.js to use modern JavaScript features
120
+ ```
121
+
122
+ **3. Apply the changes safely**
123
+
124
+ ```
125
+ refactor utils.js to use ES 2024 features while maintaining the same behavior
126
+ ```
127
+
128
+ **4. Verify the refactoring**
129
+
130
+ ```
131
+ run tests for the refactored code
132
+ ```
133
+
134
+ > [!tip]
135
+ >
136
+ > - Ask Qwen Code to explain the benefits of the modern approach
137
+ > - Request that changes maintain backward compatibility when needed
138
+ > - Do refactoring in small, testable increments
139
+
140
+ ## Use specialized subagents
141
+
142
+ Suppose you want to use specialized AI subagents to handle specific tasks more effectively.
143
+
144
+ **1. View available subagents**
145
+
146
+ ```
147
+ /agents
148
+ ```
149
+
150
+ This shows all available subagents and lets you create new ones.
151
+
152
+ **2. Use subagents automatically**
153
+
154
+ Qwen Code automatically delegates appropriate tasks to specialized subagents:
155
+
156
+ ```
157
+ review my recent code changes for security issues
158
+ ```
159
+
160
+ ```
161
+ run all tests and fix any failures
162
+ ```
163
+
164
+ **3. Explicitly request specific subagents**
165
+
166
+ ```
167
+ use the code-reviewer subagent to check the auth module
168
+ ```
169
+
170
+ ```
171
+ have the debugger subagent investigate why users can't log in
172
+ ```
173
+
174
+ **4. Create custom subagents for your workflow**
175
+
176
+ ```
177
+ /agents
178
+ ```
179
+
180
+ Then select "create" and follow the prompts to define:
181
+
182
+ - A unique identifier that describes the subagent's purpose (for example, `code-reviewer`, `api-designer`).
183
+ - When Qwen Code should use this agent
184
+ - Which tools it can access
185
+ - A system prompt describing the agent's role and behavior
186
+
187
+ > [!tip]
188
+ >
189
+ > - Create project-specific subagents in `.qwen/agents/` for team sharing
190
+ > - Use descriptive `description` fields to enable automatic delegation
191
+ > - Limit tool access to what each subagent actually needs
192
+ > - Know more about [Sub Agents](./features/sub-agents)
193
+ > - Know more about [Approval Mode](./features/approval-mode)
194
+
195
+ ## Work with tests
196
+
197
+ Suppose you need to add tests for uncovered code.
198
+
199
+ **1. Identify untested code**
200
+
201
+ ```
202
+ find functions in NotificationsService.swift that are not covered by tests
203
+ ```
204
+
205
+ **2. Generate test scaffolding**
206
+
207
+ ```
208
+ add tests for the notification service
209
+ ```
210
+
211
+ **3. Add meaningful test cases**
212
+
213
+ ```
214
+ add test cases for edge conditions in the notification service
215
+ ```
216
+
217
+ **4. Run and verify tests**
218
+
219
+ ```
220
+ run the new tests and fix any failures
221
+ ```
222
+
223
+ Qwen Code can generate tests that follow your project's existing patterns and conventions. When asking for tests, be specific about what behavior you want to verify. Qwen Code examines your existing test files to match the style, frameworks, and assertion patterns already in use.
224
+
225
+ For comprehensive coverage, ask Qwen Code to identify edge cases you might have missed. Qwen Code can analyze your code paths and suggest tests for error conditions, boundary values, and unexpected inputs that are easy to overlook.
226
+
227
+ ## Create pull requests
228
+
229
+ Suppose you need to create a well-documented pull request for your changes.
230
+
231
+ **1. Summarize your changes**
232
+
233
+ ```
234
+ summarize the changes I've made to the authentication module
235
+ ```
236
+
237
+ **2. Generate a pull request with Qwen Code**
238
+
239
+ ```
240
+ create a pr
241
+ ```
242
+
243
+ **3. Review and refine**
244
+
245
+ ```
246
+ enhance the PR description with more context about the security improvements
247
+ ```
248
+
249
+ **4. Add testing details**
250
+
251
+ ```
252
+ add information about how these changes were tested
253
+ ```
254
+
255
+ > [!tip]
256
+ >
257
+ > - Ask Qwen Code directly to make a PR for you
258
+ > - Review Qwen Code's generated PR before submitting
259
+ > - Ask Qwen Code to highlight potential risks or considerations
260
+
261
+ ## Handle documentation
262
+
263
+ Suppose you need to add or update documentation for your code.
264
+
265
+ **1. Identify undocumented code**
266
+
267
+ ```
268
+ find functions without proper JSDoc comments in the auth module
269
+ ```
270
+
271
+ **2. Generate documentation**
272
+
273
+ ```
274
+ add JSDoc comments to the undocumented functions in auth.js
275
+ ```
276
+
277
+ **3. Review and enhance**
278
+
279
+ ```
280
+ improve the generated documentation with more context and examples
281
+ ```
282
+
283
+ **4. Verify documentation**
284
+
285
+ ```
286
+ check if the documentation follows our project standards
287
+ ```
288
+
289
+ > [!tip]
290
+ >
291
+ > - Specify the documentation style you want (JSDoc, docstrings, etc.)
292
+ > - Ask for examples in the documentation
293
+ > - Request documentation for public APIs, interfaces, and complex logic
294
+
295
+ ## Reference files and directories
296
+
297
+ Use `@` to quickly include files or directories without waiting for Qwen Code to read them.
298
+
299
+ **1. Reference a single file**
300
+
301
+ ```
302
+ Explain the logic in @src/utils/auth.js
303
+ ```
304
+
305
+ This includes the full content of the file in the conversation.
306
+
307
+ **2. Reference a directory**
308
+
309
+ ```
310
+ What's the structure of @src/components?
311
+ ```
312
+
313
+ This provides a directory listing with file information.
314
+
315
+ **3. Reference MCP resources**
316
+
317
+ ```
318
+ Show me the data from @github: repos/owner/repo/issues
319
+ ```
320
+
321
+ This fetches data from connected MCP servers using the format @server: resource. See [MCP](./features/mcp) for details.
322
+
323
+ > [!tip]
324
+ >
325
+ > - File paths can be relative or absolute
326
+ > - @ file references add `QWEN.md` in the file's directory and parent directories to context
327
+ > - Directory references show file listings, not contents
328
+ > - You can reference multiple files in a single message (for example, "`@file 1.js` and `@file 2.js`")
329
+
330
+ ## Resume previous conversations
331
+
332
+ Suppose you've been working on a task with Qwen Code and need to continue where you left off in a later session.
333
+
334
+ Qwen Code provides two options for resuming previous conversations:
335
+
336
+ - `--continue` to automatically continue the most recent conversation
337
+ - `--resume` to display a conversation picker
338
+
339
+ **1. Continue the most recent conversation**
340
+
341
+ ```bash
342
+ qwen --continue
343
+ ```
344
+
345
+ This immediately resumes your most recent conversation without any prompts.
346
+
347
+ **2. Continue in non-interactive mode**
348
+
349
+ ```bash
350
+ qwen --continue --p "Continue with my task"
351
+ ```
352
+
353
+ Use `--print` with `--continue` to resume the most recent conversation in non-interactive mode, perfect for scripts or automation.
354
+
355
+ **3. Show conversation picker**
356
+
357
+ ```bash
358
+ qwen --resume
359
+ ```
360
+
361
+ This displays an interactive conversation selector with a clean list view showing:
362
+
363
+ - Session summary (or initial prompt)
364
+ - Metadata: time elapsed, message count, and git branch
365
+
366
+ Use arrow keys to navigate and press Enter to select a conversation. Press Esc to exit.
367
+
368
+ > [!tip]
369
+ >
370
+ > - Conversation history is stored locally on your machine
371
+ > - Use `--continue` for quick access to your most recent conversation
372
+ > - Use `--resume` when you need to select a specific past conversation
373
+ > - When resuming, you'll see the entire conversation history before continuing
374
+ > - The resumed conversation starts with the same model and configuration as the original
375
+ >
376
+ > **How it works**:
377
+ >
378
+ > 1. **Conversation Storage**: All conversations are automatically saved locally with their full message history
379
+ > 2. **Message Deserialization**: When resuming, the entire message history is restored to maintain context
380
+ > 3. **Tool State**: Tool usage and results from the previous conversation are preserved
381
+ > 4. **Context Restoration**: The conversation resumes with all previous context intact
382
+ >
383
+ > **Examples**:
384
+ >
385
+ > ```bash
386
+ > # Continue most recent conversation
387
+ > qwen --continue
388
+ >
389
+ > # Continue most recent conversation with a specific prompt
390
+ > qwen --continue --p "Show me our progress"
391
+ >
392
+ > # Show conversation picker
393
+ > qwen --resume
394
+ >
395
+ > # Continue most recent conversation in non-interactive mode
396
+ > qwen --continue --p "Run the tests again"
397
+ > ```
398
+
399
+ ## Run parallel Qwen Code sessions with Git worktrees
400
+
401
+ Suppose you need to work on multiple tasks simultaneously with complete code isolation between Qwen Code instances.
402
+
403
+ **1. Understand Git worktrees**
404
+
405
+ Git worktrees allow you to check out multiple branches from the same repository into separate directories. Each worktree has its own working directory with isolated files, while sharing the same Git history. Learn more in the [official Git worktree documentation](https://git-scm.com/docs/git-worktree).
406
+
407
+ **2. Create a new worktree**
408
+
409
+ ```bash
410
+ # Create a new worktree with a new branch
411
+ git worktree add ../project-feature-a -b feature-a
412
+
413
+ # Or create a worktree with an existing branch
414
+ git worktree add ../project-bugfix bugfix-123
415
+ ```
416
+
417
+ This creates a new directory with a separate working copy of your repository.
418
+
419
+ **3. Run Qwen Code in each worktree**
420
+
421
+ ```bash
422
+ # Navigate to your worktree
423
+ cd ../project-feature-a
424
+
425
+ # Run Qwen Code in this isolated environment
426
+ qwen
427
+ ```
428
+
429
+ **4. Run Qwen Code in another worktree**
430
+
431
+ ```bash
432
+ cd ../project-bugfix
433
+ qwen
434
+ ```
435
+
436
+ **5. Manage your worktrees**
437
+
438
+ ```bash
439
+ # List all worktrees
440
+ git worktree list
441
+
442
+ # Remove a worktree when done
443
+ git worktree remove ../project-feature-a
444
+ ```
445
+
446
+ > [!tip]
447
+ >
448
+ > - Each worktree has its own independent file state, making it perfect for parallel Qwen Code sessions
449
+ > - Changes made in one worktree won't affect others, preventing Qwen Code instances from interfering with each other
450
+ > - All worktrees share the same Git history and remote connections
451
+ > - For long-running tasks, you can have Qwen Code working in one worktree while you continue development in another
452
+ > - Use descriptive directory names to easily identify which task each worktree is for
453
+ > - Remember to initialize your development environment in each new worktree according to your project's setup. Depending on your stack, this might include:
454
+ > - JavaScript projects: Running dependency installation (`npm install`, `yarn`)
455
+ > - Python projects: Setting up virtual environments or installing with package managers
456
+ > - Other languages: Following your project's standard setup process
457
+
458
+ ## Use Qwen Code as a unix-style utility
459
+
460
+ ### Add Qwen Code to your verification process
461
+
462
+ Suppose you want to use Qwen Code as a linter or code reviewer.
463
+
464
+ **Add Qwen Code to your build script:**
465
+
466
+ ```json
467
+ // package.json
468
+ {
469
+ ...
470
+ "scripts": {
471
+ ...
472
+ "lint:Qwen Code": "qwen -p 'you are a linter. please look at the changes vs. main and report any issues related to typos. report the filename and line number on one line, and a description of the issue on the second line. do not return any other text.'"
473
+ }
474
+ }
475
+ ```
476
+
477
+ > [!tip]
478
+ >
479
+ > - Use Qwen Code for automated code review in your CI/CD pipeline
480
+ > - Customize the prompt to check for specific issues relevant to your project
481
+ > - Consider creating multiple scripts for different types of verification
482
+
483
+ ### Pipe in, pipe out
484
+
485
+ Suppose you want to pipe data into Qwen Code, and get back data in a structured format.
486
+
487
+ **Pipe data through Qwen Code:**
488
+
489
+ ```bash
490
+ cat build-error.txt | qwen -p 'concisely explain the root cause of this build error' > output.txt
491
+ ```
492
+
493
+ > [!tip]
494
+ >
495
+ > - Use pipes to integrate Qwen-Code into existing shell scripts
496
+ > - Combine with other Unix tools for powerful workflows
497
+ > - Consider using --output-format for structured output
498
+
499
+ ### Control output format
500
+
501
+ Suppose you need Qwen Code's output in a specific format, especially when integrating Qwen Code into scripts or other tools.
502
+
503
+ **1. Use text format (default)**
504
+
505
+ ```bash
506
+ cat data.txt | qwen -p 'summarize this data' --output-format text > summary.txt
507
+ ```
508
+
509
+ This outputs just Qwen Code's plain text response (default behavior).
510
+
511
+ **2. Use JSON format**
512
+
513
+ ```bash
514
+ cat code.py | qwen -p 'analyze this code for bugs' --output-format json > analysis.json
515
+ ```
516
+
517
+ This outputs a JSON array of messages with metadata including cost and duration.
518
+
519
+ **3. Use streaming JSON format**
520
+
521
+ ```bash
522
+ cat log.txt | qwen -p 'parse this log file for errors' --output-format stream-json
523
+ ```
524
+
525
+ This outputs a series of JSON objects in real-time as Qwen Code processes the request. Each message is a valid JSON object, but the entire output is not valid JSON if concatenated.
526
+
527
+ > [!tip]
528
+ >
529
+ > - Use `--output-format text` for simple integrations where you just need Qwen Code's response
530
+ > - Use `--output-format json` when you need the full conversation log
531
+ > - Use `--output-format stream-json` for real-time output of each conversation turn
532
+
533
+ ## Ask Qwen Code about its capabilities
534
+
535
+ Qwen Code has built-in access to its documentation and can answer questions about its own features and limitations.
536
+
537
+ ### Example questions
538
+
539
+ ```
540
+ can Qwen Code create pull requests?
541
+ ```
542
+
543
+ ```
544
+ how does Qwen Code handle permissions?
545
+ ```
546
+
547
+ ```
548
+ what slash commands are available?
549
+ ```
550
+
551
+ ```
552
+ how do I use MCP with Qwen Code?
553
+ ```
554
+
555
+ ```
556
+ how do I configure Qwen Code for Amazon Bedrock?
557
+ ```
558
+
559
+ ```
560
+ what are the limitations of Qwen Code?
561
+ ```
562
+
563
+ > [!note]
564
+ >
565
+ > Qwen Code provides documentation-based answers to these questions. For executable examples and hands-on demonstrations, refer to the specific workflow sections above.
566
+
567
+ > [!tip]
568
+ >
569
+ > - Qwen Code always has access to the latest Qwen Code documentation, regardless of the version you're using
570
+ > - Ask specific questions to get detailed answers
571
+ > - Qwen Code can explain complex features like MCP integration, enterprise configurations, and advanced workflows
@@ -0,0 +1,10 @@
1
+ export default {
2
+ settings: 'Settings',
3
+ auth: 'Authentication',
4
+ memory: {
5
+ display: 'hidden',
6
+ },
7
+ 'qwen-ignore': 'Ignoring Files',
8
+ 'trusted-folders': 'Trusted Folders',
9
+ themes: 'Themes',
10
+ };