@rdmind/rdmind 0.2.1 → 0.2.2-alpha.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.
- package/cli.js +95099 -86553
- package/examples/agent/agents/diary.md +87 -0
- package/examples/agent/rdmind-extension.json +4 -0
- package/examples/{custom-commands/commands/fs/grep-code.toml → commands/commands/fs/grep-code.md} +0 -3
- package/examples/commands/rdmind-extension.json +4 -0
- package/examples/mcp-server/package.json +1 -1
- package/examples/skills/rdmind-extension.json +4 -0
- package/examples/skills/skills/synonyms/SKILL.md +48 -0
- package/locales/en.js +210 -0
- package/locales/zh.js +192 -0
- package/package.json +2 -2
- package/examples/custom-commands/rdmind-extension.json +0 -4
- package/examples/exclude-tools/rdmind-extension.json +0 -5
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: diary-writer
|
|
3
|
+
description: generate a diary for user
|
|
4
|
+
color: yellow
|
|
5
|
+
tools:
|
|
6
|
+
- Glob
|
|
7
|
+
- Grep
|
|
8
|
+
- ListFiles
|
|
9
|
+
- ReadFile
|
|
10
|
+
- ReadManyFiles
|
|
11
|
+
- NotebookRead
|
|
12
|
+
- WebFetch
|
|
13
|
+
- TodoWrite
|
|
14
|
+
- WebSearch
|
|
15
|
+
modelConfig:
|
|
16
|
+
model: qwen3-coder-plus
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
You are a personal diary writing assistant who helps users capture their daily experiences, thoughts, and reflections in meaningful journal entries.
|
|
20
|
+
|
|
21
|
+
## Core Mission
|
|
22
|
+
|
|
23
|
+
Help users create thoughtful, well-structured diary entries that preserve their memories, emotions, and personal growth moments.
|
|
24
|
+
|
|
25
|
+
## Writing Style
|
|
26
|
+
|
|
27
|
+
**Tone & Voice**
|
|
28
|
+
|
|
29
|
+
- Warm, personal, and authentic
|
|
30
|
+
- Reflective and introspective
|
|
31
|
+
- Supportive without being overly sentimental
|
|
32
|
+
- Adapt to user's preferred style (casual, formal, poetic, etc.)
|
|
33
|
+
|
|
34
|
+
**Structure Options**
|
|
35
|
+
|
|
36
|
+
- Free-form narrative
|
|
37
|
+
- Bullet-point highlights
|
|
38
|
+
- Gratitude-focused entries
|
|
39
|
+
- Goal and achievement tracking
|
|
40
|
+
- Emotional processing format
|
|
41
|
+
|
|
42
|
+
## Capabilities
|
|
43
|
+
|
|
44
|
+
**1. Daily Entry Creation**
|
|
45
|
+
|
|
46
|
+
- Transform user's brief notes into full diary entries
|
|
47
|
+
- Expand on key moments with descriptive details
|
|
48
|
+
- Add context about weather, mood, or setting when relevant
|
|
49
|
+
- Include meaningful quotes or observations
|
|
50
|
+
|
|
51
|
+
**2. Reflection Prompts**
|
|
52
|
+
|
|
53
|
+
- Ask thoughtful questions to deepen entries
|
|
54
|
+
- Suggest areas worth exploring further
|
|
55
|
+
- Help identify patterns in thoughts and behaviors
|
|
56
|
+
- Encourage gratitude and positive reflection
|
|
57
|
+
|
|
58
|
+
**3. Memory Enhancement**
|
|
59
|
+
|
|
60
|
+
- Help recall specific details from the day
|
|
61
|
+
- Connect current events to past experiences
|
|
62
|
+
- Highlight personal growth and progress
|
|
63
|
+
- Preserve important conversations or interactions
|
|
64
|
+
|
|
65
|
+
**4. Organization**
|
|
66
|
+
|
|
67
|
+
- Suggest tags or themes for entries
|
|
68
|
+
- Create summaries for weekly/monthly reviews
|
|
69
|
+
- Track recurring topics or goals
|
|
70
|
+
- Maintain consistency in formatting
|
|
71
|
+
|
|
72
|
+
## Guidelines
|
|
73
|
+
|
|
74
|
+
- **Privacy First**: Treat all content as deeply personal and confidential
|
|
75
|
+
- **User's Voice**: Write in a way that sounds like the user, not generic
|
|
76
|
+
- **No Judgment**: Accept all emotions and experiences without criticism
|
|
77
|
+
- **Encourage Honesty**: Create a safe space for authentic expression
|
|
78
|
+
- **Balance**: Mix facts with feelings, events with reflections
|
|
79
|
+
|
|
80
|
+
## Output Format
|
|
81
|
+
|
|
82
|
+
When creating a diary entry, include:
|
|
83
|
+
|
|
84
|
+
1. **Date & Title** (optional creative title)
|
|
85
|
+
2. **Main Content** - The narrative or bullet points
|
|
86
|
+
3. **Reflection** - A brief closing thought or takeaway
|
|
87
|
+
4. **Tags** (optional) - For organization and future reference
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: synonyms
|
|
3
|
+
description: Generate synonyms for words or phrases. Use this skill when the user needs alternative words with similar meanings, wants to expand vocabulary, or seeks varied expressions for writing.
|
|
4
|
+
license: Complete terms in LICENSE.txt
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
This skill helps generate synonyms and alternative expressions for given words or phrases. It provides contextually appropriate alternatives to enhance vocabulary and improve writing variety.
|
|
8
|
+
|
|
9
|
+
The user provides a word, phrase, or sentence where they need synonym suggestions. They may specify the context, tone, or formality level desired.
|
|
10
|
+
|
|
11
|
+
## Synonym Generation Guidelines
|
|
12
|
+
|
|
13
|
+
When generating synonyms, consider:
|
|
14
|
+
|
|
15
|
+
- **Context**: The specific domain or situation where the word will be used
|
|
16
|
+
- **Tone**: Formal, informal, neutral, academic, conversational, etc.
|
|
17
|
+
- **Nuance**: Subtle differences in meaning between similar words
|
|
18
|
+
- **Register**: Appropriate level of formality for the intended audience
|
|
19
|
+
|
|
20
|
+
## Output Format
|
|
21
|
+
|
|
22
|
+
For each input word or phrase, provide:
|
|
23
|
+
|
|
24
|
+
1. **Direct Synonyms**: Words with nearly identical meanings
|
|
25
|
+
2. **Related Alternatives**: Words with similar but slightly different connotations
|
|
26
|
+
3. **Context Examples**: Brief usage examples when helpful
|
|
27
|
+
|
|
28
|
+
## Best Practices
|
|
29
|
+
|
|
30
|
+
- Prioritize commonly used synonyms over obscure alternatives
|
|
31
|
+
- Note any subtle differences in meaning or usage
|
|
32
|
+
- Consider regional variations when relevant
|
|
33
|
+
- Indicate formality levels (formal/informal/neutral)
|
|
34
|
+
- Provide multiple options to give users choices
|
|
35
|
+
|
|
36
|
+
## Example
|
|
37
|
+
|
|
38
|
+
**Input**: "happy"
|
|
39
|
+
|
|
40
|
+
**Synonyms**:
|
|
41
|
+
|
|
42
|
+
- **Direct**: joyful, cheerful, delighted, pleased, content
|
|
43
|
+
- **Informal**: thrilled, stoked, over the moon
|
|
44
|
+
- **Formal**: elated, gratified, blissful
|
|
45
|
+
- **Subtle variations**:
|
|
46
|
+
- _content_ - peaceful satisfaction
|
|
47
|
+
- _ecstatic_ - intense, overwhelming happiness
|
|
48
|
+
- _cheerful_ - outwardly expressing happiness
|
package/locales/en.js
CHANGED
|
@@ -186,6 +186,7 @@ export default {
|
|
|
186
186
|
'Project Level ({{path}})': 'Project Level ({{path}})',
|
|
187
187
|
'User Level ({{path}})': 'User Level ({{path}})',
|
|
188
188
|
'Built-in Agents': 'Built-in Agents',
|
|
189
|
+
'Extension Agents': 'Extension Agents',
|
|
189
190
|
'Using: {{count}} agents': 'Using: {{count}} agents',
|
|
190
191
|
'View Agent': 'View Agent',
|
|
191
192
|
'Edit Agent': 'Edit Agent',
|
|
@@ -388,6 +389,152 @@ export default {
|
|
|
388
389
|
'List active extensions': 'List active extensions',
|
|
389
390
|
'Update extensions. Usage: update <extension-names>|--all':
|
|
390
391
|
'Update extensions. Usage: update <extension-names>|--all',
|
|
392
|
+
'Disable an extension': 'Disable an extension',
|
|
393
|
+
'Enable an extension': 'Enable an extension',
|
|
394
|
+
'Install an extension from a git repo or local path':
|
|
395
|
+
'Install an extension from a git repo or local path',
|
|
396
|
+
'Uninstall an extension': 'Uninstall an extension',
|
|
397
|
+
'No extensions installed.': 'No extensions installed.',
|
|
398
|
+
'Usage: /extensions update <extension-names>|--all':
|
|
399
|
+
'Usage: /extensions update <extension-names>|--all',
|
|
400
|
+
'Extension "{{name}}" not found.': 'Extension "{{name}}" not found.',
|
|
401
|
+
'No extensions to update.': 'No extensions to update.',
|
|
402
|
+
'Usage: /extensions install <source>': 'Usage: /extensions install <source>',
|
|
403
|
+
'Installing extension from "{{source}}"...':
|
|
404
|
+
'Installing extension from "{{source}}"...',
|
|
405
|
+
'Extension "{{name}}" installed successfully.':
|
|
406
|
+
'Extension "{{name}}" installed successfully.',
|
|
407
|
+
'Failed to install extension from "{{source}}": {{error}}':
|
|
408
|
+
'Failed to install extension from "{{source}}": {{error}}',
|
|
409
|
+
'Usage: /extensions uninstall <extension-name>':
|
|
410
|
+
'Usage: /extensions uninstall <extension-name>',
|
|
411
|
+
'Uninstalling extension "{{name}}"...':
|
|
412
|
+
'Uninstalling extension "{{name}}"...',
|
|
413
|
+
'Extension "{{name}}" uninstalled successfully.':
|
|
414
|
+
'Extension "{{name}}" uninstalled successfully.',
|
|
415
|
+
'Failed to uninstall extension "{{name}}": {{error}}':
|
|
416
|
+
'Failed to uninstall extension "{{name}}": {{error}}',
|
|
417
|
+
'Usage: /extensions {{command}} <extension> [--scope=<user|workspace>]':
|
|
418
|
+
'Usage: /extensions {{command}} <extension> [--scope=<user|workspace>]',
|
|
419
|
+
'Unsupported scope "{{scope}}", should be one of "user" or "workspace"':
|
|
420
|
+
'Unsupported scope "{{scope}}", should be one of "user" or "workspace"',
|
|
421
|
+
'Extension "{{name}}" disabled for scope "{{scope}}"':
|
|
422
|
+
'Extension "{{name}}" disabled for scope "{{scope}}"',
|
|
423
|
+
'Extension "{{name}}" enabled for scope "{{scope}}"':
|
|
424
|
+
'Extension "{{name}}" enabled for scope "{{scope}}"',
|
|
425
|
+
'Do you want to continue? [Y/n]: ': 'Do you want to continue? [Y/n]: ',
|
|
426
|
+
'Do you want to continue?': 'Do you want to continue?',
|
|
427
|
+
'Installing extension "{{name}}".': 'Installing extension "{{name}}".',
|
|
428
|
+
'**Extensions may introduce unexpected behavior. Ensure you have investigated the extension source and trust the author.**':
|
|
429
|
+
'**Extensions may introduce unexpected behavior. Ensure you have investigated the extension source and trust the author.**',
|
|
430
|
+
'This extension will run the following MCP servers:':
|
|
431
|
+
'This extension will run the following MCP servers:',
|
|
432
|
+
local: 'local',
|
|
433
|
+
remote: 'remote',
|
|
434
|
+
'This extension will add the following commands: {{commands}}.':
|
|
435
|
+
'This extension will add the following commands: {{commands}}.',
|
|
436
|
+
'This extension will append info to your RDMind.md context using {{fileName}}':
|
|
437
|
+
'This extension will append info to your RDMind.md context using {{fileName}}',
|
|
438
|
+
'This extension will exclude the following core tools: {{tools}}':
|
|
439
|
+
'This extension will exclude the following core tools: {{tools}}',
|
|
440
|
+
'This extension will install the following skills:':
|
|
441
|
+
'This extension will install the following skills:',
|
|
442
|
+
'This extension will install the following subagents:':
|
|
443
|
+
'This extension will install the following subagents:',
|
|
444
|
+
'Installation cancelled for "{{name}}".':
|
|
445
|
+
'Installation cancelled for "{{name}}".',
|
|
446
|
+
'--ref and --auto-update are not applicable for marketplace extensions.':
|
|
447
|
+
'--ref and --auto-update are not applicable for marketplace extensions.',
|
|
448
|
+
'Extension "{{name}}" installed successfully and enabled.':
|
|
449
|
+
'Extension "{{name}}" installed successfully and enabled.',
|
|
450
|
+
'Installs an extension from a git repository URL, local path, or claude marketplace (marketplace-url:plugin-name).':
|
|
451
|
+
'Installs an extension from a git repository URL, local path, or claude marketplace (marketplace-url:plugin-name).',
|
|
452
|
+
'The github URL, local path, or marketplace source (marketplace-url:plugin-name) of the extension to install.':
|
|
453
|
+
'The github URL, local path, or marketplace source (marketplace-url:plugin-name) of the extension to install.',
|
|
454
|
+
'The git ref to install from.': 'The git ref to install from.',
|
|
455
|
+
'Enable auto-update for this extension.':
|
|
456
|
+
'Enable auto-update for this extension.',
|
|
457
|
+
'Enable pre-release versions for this extension.':
|
|
458
|
+
'Enable pre-release versions for this extension.',
|
|
459
|
+
'Acknowledge the security risks of installing an extension and skip the confirmation prompt.':
|
|
460
|
+
'Acknowledge the security risks of installing an extension and skip the confirmation prompt.',
|
|
461
|
+
'The source argument must be provided.':
|
|
462
|
+
'The source argument must be provided.',
|
|
463
|
+
'Extension "{{name}}" successfully uninstalled.':
|
|
464
|
+
'Extension "{{name}}" successfully uninstalled.',
|
|
465
|
+
'Uninstalls an extension.': 'Uninstalls an extension.',
|
|
466
|
+
'The name or source path of the extension to uninstall.':
|
|
467
|
+
'The name or source path of the extension to uninstall.',
|
|
468
|
+
'Please include the name of the extension to uninstall as a positional argument.':
|
|
469
|
+
'Please include the name of the extension to uninstall as a positional argument.',
|
|
470
|
+
'Enables an extension.': 'Enables an extension.',
|
|
471
|
+
'The name of the extension to enable.':
|
|
472
|
+
'The name of the extension to enable.',
|
|
473
|
+
'The scope to enable the extenison in. If not set, will be enabled in all scopes.':
|
|
474
|
+
'The scope to enable the extenison in. If not set, will be enabled in all scopes.',
|
|
475
|
+
'Extension "{{name}}" successfully enabled for scope "{{scope}}".':
|
|
476
|
+
'Extension "{{name}}" successfully enabled for scope "{{scope}}".',
|
|
477
|
+
'Extension "{{name}}" successfully enabled in all scopes.':
|
|
478
|
+
'Extension "{{name}}" successfully enabled in all scopes.',
|
|
479
|
+
'Invalid scope: {{scope}}. Please use one of {{scopes}}.':
|
|
480
|
+
'Invalid scope: {{scope}}. Please use one of {{scopes}}.',
|
|
481
|
+
'Disables an extension.': 'Disables an extension.',
|
|
482
|
+
'The name of the extension to disable.':
|
|
483
|
+
'The name of the extension to disable.',
|
|
484
|
+
'The scope to disable the extenison in.':
|
|
485
|
+
'The scope to disable the extenison in.',
|
|
486
|
+
'Extension "{{name}}" successfully disabled for scope "{{scope}}".':
|
|
487
|
+
'Extension "{{name}}" successfully disabled for scope "{{scope}}".',
|
|
488
|
+
'Extension "{{name}}" successfully updated: {{oldVersion}} → {{newVersion}}.':
|
|
489
|
+
'Extension "{{name}}" successfully updated: {{oldVersion}} → {{newVersion}}.',
|
|
490
|
+
'Unable to install extension "{{name}}" due to missing install metadata':
|
|
491
|
+
'Unable to install extension "{{name}}" due to missing install metadata',
|
|
492
|
+
'Extension "{{name}}" is already up to date.':
|
|
493
|
+
'Extension "{{name}}" is already up to date.',
|
|
494
|
+
'Updates all extensions or a named extension to the latest version.':
|
|
495
|
+
'Updates all extensions or a named extension to the latest version.',
|
|
496
|
+
'Update all extensions.': 'Update all extensions.',
|
|
497
|
+
'Either an extension name or --all must be provided':
|
|
498
|
+
'Either an extension name or --all must be provided',
|
|
499
|
+
'Lists installed extensions.': 'Lists installed extensions.',
|
|
500
|
+
'Link extension failed to install.': 'Link extension failed to install.',
|
|
501
|
+
'Extension "{{name}}" linked successfully and enabled.':
|
|
502
|
+
'Extension "{{name}}" linked successfully and enabled.',
|
|
503
|
+
'Links an extension from a local path. Updates made to the local path will always be reflected.':
|
|
504
|
+
'Links an extension from a local path. Updates made to the local path will always be reflected.',
|
|
505
|
+
'The name of the extension to link.': 'The name of the extension to link.',
|
|
506
|
+
'Set a specific setting for an extension.':
|
|
507
|
+
'Set a specific setting for an extension.',
|
|
508
|
+
'Name of the extension to configure.': 'Name of the extension to configure.',
|
|
509
|
+
'The setting to configure (name or env var).':
|
|
510
|
+
'The setting to configure (name or env var).',
|
|
511
|
+
'The scope to set the setting in.': 'The scope to set the setting in.',
|
|
512
|
+
'List all settings for an extension.': 'List all settings for an extension.',
|
|
513
|
+
'Name of the extension.': 'Name of the extension.',
|
|
514
|
+
'Extension "{{name}}" has no settings to configure.':
|
|
515
|
+
'Extension "{{name}}" has no settings to configure.',
|
|
516
|
+
'Settings for "{{name}}":': 'Settings for "{{name}}":',
|
|
517
|
+
'(workspace)': '(workspace)',
|
|
518
|
+
'(user)': '(user)',
|
|
519
|
+
'[not set]': '[not set]',
|
|
520
|
+
'[value stored in keychain]': '[value stored in keychain]',
|
|
521
|
+
'Value:': 'Value:',
|
|
522
|
+
'Manage extension settings.': 'Manage extension settings.',
|
|
523
|
+
'You need to specify a command (set or list).':
|
|
524
|
+
'You need to specify a command (set or list).',
|
|
525
|
+
// ============================================================================
|
|
526
|
+
// Plugin Choice / Marketplace
|
|
527
|
+
// ============================================================================
|
|
528
|
+
'No plugins available in this marketplace.':
|
|
529
|
+
'No plugins available in this marketplace.',
|
|
530
|
+
'Select a plugin to install from marketplace "{{name}}":':
|
|
531
|
+
'Select a plugin to install from marketplace "{{name}}":',
|
|
532
|
+
'Plugin selection cancelled.': 'Plugin selection cancelled.',
|
|
533
|
+
'Select a plugin from "{{name}}"': 'Select a plugin from "{{name}}"',
|
|
534
|
+
'Use ↑↓ or j/k to navigate, Enter to select, Escape to cancel':
|
|
535
|
+
'Use ↑↓ or j/k to navigate, Enter to select, Escape to cancel',
|
|
536
|
+
'{{count}} more above': '{{count}} more above',
|
|
537
|
+
'{{count}} more below': '{{count}} more below',
|
|
391
538
|
'manage IDE integration': 'manage IDE integration',
|
|
392
539
|
'check status of IDE integration': 'check status of IDE integration',
|
|
393
540
|
'install required IDE companion for {{ideName}}':
|
|
@@ -1049,6 +1196,18 @@ export default {
|
|
|
1049
1196
|
'Session start time is unavailable, cannot calculate stats.':
|
|
1050
1197
|
'Session start time is unavailable, cannot calculate stats.',
|
|
1051
1198
|
|
|
1199
|
+
// ============================================================================
|
|
1200
|
+
// Command Format Migration
|
|
1201
|
+
// ============================================================================
|
|
1202
|
+
'Command Format Migration': 'Command Format Migration',
|
|
1203
|
+
'Found {{count}} TOML command file:': 'Found {{count}} TOML command file:',
|
|
1204
|
+
'Found {{count}} TOML command files:': 'Found {{count}} TOML command files:',
|
|
1205
|
+
'... and {{count}} more': '... and {{count}} more',
|
|
1206
|
+
'The TOML format is deprecated. Would you like to migrate them to Markdown format?':
|
|
1207
|
+
'The TOML format is deprecated. Would you like to migrate them to Markdown format?',
|
|
1208
|
+
'(Backups will be created and original files will be preserved)':
|
|
1209
|
+
'(Backups will be created and original files will be preserved)',
|
|
1210
|
+
|
|
1052
1211
|
// ============================================================================
|
|
1053
1212
|
// Loading Phrases
|
|
1054
1213
|
// ============================================================================
|
|
@@ -1207,4 +1366,55 @@ export default {
|
|
|
1207
1366
|
// ============================================================================
|
|
1208
1367
|
'Update successful! The new version will be used on your next run.':
|
|
1209
1368
|
'Update successful! The new version will be used on your next run.',
|
|
1369
|
+
|
|
1370
|
+
// ============================================================================
|
|
1371
|
+
// Extension Settings Input
|
|
1372
|
+
// ============================================================================
|
|
1373
|
+
'Enter value...': 'Enter value...',
|
|
1374
|
+
'Enter sensitive value...': 'Enter sensitive value...',
|
|
1375
|
+
'Press Enter to submit, Escape to cancel':
|
|
1376
|
+
'Press Enter to submit, Escape to cancel',
|
|
1377
|
+
|
|
1378
|
+
// ============================================================================
|
|
1379
|
+
// Command Migration Tool
|
|
1380
|
+
// ============================================================================
|
|
1381
|
+
'Markdown file already exists: {{filename}}':
|
|
1382
|
+
'Markdown file already exists: {{filename}}',
|
|
1383
|
+
'TOML Command Format Deprecation Notice':
|
|
1384
|
+
'TOML Command Format Deprecation Notice',
|
|
1385
|
+
'Found {{count}} command file(s) in TOML format:':
|
|
1386
|
+
'Found {{count}} command file(s) in TOML format:',
|
|
1387
|
+
'The TOML format for commands is being deprecated in favor of Markdown format.':
|
|
1388
|
+
'The TOML format for commands is being deprecated in favor of Markdown format.',
|
|
1389
|
+
'Markdown format is more readable and easier to edit.':
|
|
1390
|
+
'Markdown format is more readable and easier to edit.',
|
|
1391
|
+
'You can migrate these files automatically using:':
|
|
1392
|
+
'You can migrate these files automatically using:',
|
|
1393
|
+
'Or manually convert each file:': 'Or manually convert each file:',
|
|
1394
|
+
'TOML: prompt = "..." / description = "..."':
|
|
1395
|
+
'TOML: prompt = "..." / description = "..."',
|
|
1396
|
+
'Markdown: YAML frontmatter + content':
|
|
1397
|
+
'Markdown: YAML frontmatter + content',
|
|
1398
|
+
'The migration tool will:': 'The migration tool will:',
|
|
1399
|
+
'Convert TOML files to Markdown': 'Convert TOML files to Markdown',
|
|
1400
|
+
'Create backups of original files': 'Create backups of original files',
|
|
1401
|
+
'Preserve all command functionality': 'Preserve all command functionality',
|
|
1402
|
+
'TOML format will continue to work for now, but migration is recommended.':
|
|
1403
|
+
'TOML format will continue to work for now, but migration is recommended.',
|
|
1404
|
+
|
|
1405
|
+
// ============================================================================
|
|
1406
|
+
// Extensions - Explore Command
|
|
1407
|
+
// ============================================================================
|
|
1408
|
+
'Open extensions page in your browser':
|
|
1409
|
+
'Open extensions page in your browser',
|
|
1410
|
+
'Unknown extensions source: {{source}}.':
|
|
1411
|
+
'Unknown extensions source: {{source}}.',
|
|
1412
|
+
'Would open extensions page in your browser: {{url}} (skipped in test environment)':
|
|
1413
|
+
'Would open extensions page in your browser: {{url}} (skipped in test environment)',
|
|
1414
|
+
'View available extensions at {{url}}':
|
|
1415
|
+
'View available extensions at {{url}}',
|
|
1416
|
+
'Opening extensions page in your browser: {{url}}':
|
|
1417
|
+
'Opening extensions page in your browser: {{url}}',
|
|
1418
|
+
'Failed to open browser. Check out the extensions gallery at {{url}}':
|
|
1419
|
+
'Failed to open browser. Check out the extensions gallery at {{url}}',
|
|
1210
1420
|
};
|
package/locales/zh.js
CHANGED
|
@@ -182,6 +182,7 @@ export default {
|
|
|
182
182
|
'Project Level ({{path}})': '项目级 ({{path}})',
|
|
183
183
|
'User Level ({{path}})': '用户级 ({{path}})',
|
|
184
184
|
'Built-in Agents': '内置代理',
|
|
185
|
+
'Extension Agents': '扩展代理',
|
|
185
186
|
'Using: {{count}} agents': '使用中: {{count}} 个代理',
|
|
186
187
|
'View Agent': '查看代理',
|
|
187
188
|
'Edit Agent': '编辑代理',
|
|
@@ -374,6 +375,140 @@ export default {
|
|
|
374
375
|
'List active extensions': '列出活动扩展',
|
|
375
376
|
'Update extensions. Usage: update <extension-names>|--all':
|
|
376
377
|
'更新扩展。用法:update <extension-names>|--all',
|
|
378
|
+
'Disable an extension': '禁用扩展',
|
|
379
|
+
'Enable an extension': '启用扩展',
|
|
380
|
+
'Install an extension from a git repo or local path':
|
|
381
|
+
'从 Git 仓库或本地路径安装扩展',
|
|
382
|
+
'Uninstall an extension': '卸载扩展',
|
|
383
|
+
'No extensions installed.': '未安装扩展。',
|
|
384
|
+
'Usage: /extensions update <extension-names>|--all':
|
|
385
|
+
'用法:/extensions update <扩展名>|--all',
|
|
386
|
+
'Extension "{{name}}" not found.': '未找到扩展 "{{name}}"。',
|
|
387
|
+
'No extensions to update.': '没有可更新的扩展。',
|
|
388
|
+
'Usage: /extensions install <source>': '用法:/extensions install <来源>',
|
|
389
|
+
'Installing extension from "{{source}}"...':
|
|
390
|
+
'正在从 "{{source}}" 安装扩展...',
|
|
391
|
+
'Extension "{{name}}" installed successfully.': '扩展 "{{name}}" 安装成功。',
|
|
392
|
+
'Failed to install extension from "{{source}}": {{error}}':
|
|
393
|
+
'从 "{{source}}" 安装扩展失败:{{error}}',
|
|
394
|
+
'Usage: /extensions uninstall <extension-name>':
|
|
395
|
+
'用法:/extensions uninstall <扩展名>',
|
|
396
|
+
'Uninstalling extension "{{name}}"...': '正在卸载扩展 "{{name}}"...',
|
|
397
|
+
'Extension "{{name}}" uninstalled successfully.':
|
|
398
|
+
'扩展 "{{name}}" 卸载成功。',
|
|
399
|
+
'Failed to uninstall extension "{{name}}": {{error}}':
|
|
400
|
+
'卸载扩展 "{{name}}" 失败:{{error}}',
|
|
401
|
+
'Usage: /extensions {{command}} <extension> [--scope=<user|workspace>]':
|
|
402
|
+
'用法:/extensions {{command}} <扩展> [--scope=<user|workspace>]',
|
|
403
|
+
'Unsupported scope "{{scope}}", should be one of "user" or "workspace"':
|
|
404
|
+
'不支持的作用域 "{{scope}}",应为 "user" 或 "workspace"',
|
|
405
|
+
'Extension "{{name}}" disabled for scope "{{scope}}"':
|
|
406
|
+
'扩展 "{{name}}" 已在作用域 "{{scope}}" 中禁用',
|
|
407
|
+
'Extension "{{name}}" enabled for scope "{{scope}}"':
|
|
408
|
+
'扩展 "{{name}}" 已在作用域 "{{scope}}" 中启用',
|
|
409
|
+
'Do you want to continue? [Y/n]: ': '是否继续?[Y/n]:',
|
|
410
|
+
'Do you want to continue?': '是否继续?',
|
|
411
|
+
'Installing extension "{{name}}".': '正在安装扩展 "{{name}}"。',
|
|
412
|
+
'**Extensions may introduce unexpected behavior. Ensure you have investigated the extension source and trust the author.**':
|
|
413
|
+
'**扩展可能会引入意外行为。请确保您已调查过扩展源并信任作者。**',
|
|
414
|
+
'This extension will run the following MCP servers:':
|
|
415
|
+
'此扩展将运行以下 MCP 服务器:',
|
|
416
|
+
local: '本地',
|
|
417
|
+
remote: '远程',
|
|
418
|
+
'This extension will add the following commands: {{commands}}.':
|
|
419
|
+
'此扩展将添加以下命令:{{commands}}。',
|
|
420
|
+
'This extension will append info to your RDMind.md context using {{fileName}}':
|
|
421
|
+
'此扩展将使用 {{fileName}} 向您的 RDMind.md 上下文追加信息',
|
|
422
|
+
'This extension will exclude the following core tools: {{tools}}':
|
|
423
|
+
'此扩展将排除以下核心工具:{{tools}}',
|
|
424
|
+
'This extension will install the following skills:': '此扩展将安装以下技能:',
|
|
425
|
+
'This extension will install the following subagents:':
|
|
426
|
+
'此扩展将安装以下子代理:',
|
|
427
|
+
'Installation cancelled for "{{name}}".': '已取消安装 "{{name}}"。',
|
|
428
|
+
'--ref and --auto-update are not applicable for marketplace extensions.':
|
|
429
|
+
'--ref 和 --auto-update 不适用于市场扩展。',
|
|
430
|
+
'Extension "{{name}}" installed successfully and enabled.':
|
|
431
|
+
'扩展 "{{name}}" 安装成功并已启用。',
|
|
432
|
+
'Installs an extension from a git repository URL, local path, or claude marketplace (marketplace-url:plugin-name).':
|
|
433
|
+
'从 Git 仓库 URL、本地路径或 Claude 市场(marketplace-url:plugin-name)安装扩展。',
|
|
434
|
+
'The github URL, local path, or marketplace source (marketplace-url:plugin-name) of the extension to install.':
|
|
435
|
+
'要安装的扩展的 GitHub URL、本地路径或市场源(marketplace-url:plugin-name)。',
|
|
436
|
+
'The git ref to install from.': '要安装的 Git 引用。',
|
|
437
|
+
'Enable auto-update for this extension.': '为此扩展启用自动更新。',
|
|
438
|
+
'Enable pre-release versions for this extension.': '为此扩展启用预发布版本。',
|
|
439
|
+
'Acknowledge the security risks of installing an extension and skip the confirmation prompt.':
|
|
440
|
+
'确认安装扩展的安全风险并跳过确认提示。',
|
|
441
|
+
'The source argument must be provided.': '必须提供来源参数。',
|
|
442
|
+
'Extension "{{name}}" successfully uninstalled.':
|
|
443
|
+
'扩展 "{{name}}" 卸载成功。',
|
|
444
|
+
'Uninstalls an extension.': '卸载扩展。',
|
|
445
|
+
'The name or source path of the extension to uninstall.':
|
|
446
|
+
'要卸载的扩展的名称或源路径。',
|
|
447
|
+
'Please include the name of the extension to uninstall as a positional argument.':
|
|
448
|
+
'请将要卸载的扩展名称作为位置参数。',
|
|
449
|
+
'Enables an extension.': '启用扩展。',
|
|
450
|
+
'The name of the extension to enable.': '要启用的扩展名称。',
|
|
451
|
+
'The scope to enable the extenison in. If not set, will be enabled in all scopes.':
|
|
452
|
+
'启用扩展的作用域。如果未设置,将在所有作用域中启用。',
|
|
453
|
+
'Extension "{{name}}" successfully enabled for scope "{{scope}}".':
|
|
454
|
+
'扩展 "{{name}}" 已在作用域 "{{scope}}" 中启用。',
|
|
455
|
+
'Extension "{{name}}" successfully enabled in all scopes.':
|
|
456
|
+
'扩展 "{{name}}" 已在所有作用域中启用。',
|
|
457
|
+
'Invalid scope: {{scope}}. Please use one of {{scopes}}.':
|
|
458
|
+
'无效的作用域:{{scope}}。请使用 {{scopes}} 之一。',
|
|
459
|
+
'Disables an extension.': '禁用扩展。',
|
|
460
|
+
'The name of the extension to disable.': '要禁用的扩展名称。',
|
|
461
|
+
'The scope to disable the extenison in.': '禁用扩展的作用域。',
|
|
462
|
+
'Extension "{{name}}" successfully disabled for scope "{{scope}}".':
|
|
463
|
+
'扩展 "{{name}}" 已在作用域 "{{scope}}" 中禁用。',
|
|
464
|
+
'Extension "{{name}}" successfully updated: {{oldVersion}} → {{newVersion}}.':
|
|
465
|
+
'扩展 "{{name}}" 更新成功:{{oldVersion}} → {{newVersion}}。',
|
|
466
|
+
'Unable to install extension "{{name}}" due to missing install metadata':
|
|
467
|
+
'由于缺少安装元数据,无法安装扩展 "{{name}}"',
|
|
468
|
+
'Extension "{{name}}" is already up to date.':
|
|
469
|
+
'扩展 "{{name}}" 已是最新版本。',
|
|
470
|
+
'Updates all extensions or a named extension to the latest version.':
|
|
471
|
+
'将所有扩展或指定扩展更新到最新版本。',
|
|
472
|
+
'The name of the extension to update.': '要更新的扩展名称。',
|
|
473
|
+
'Update all extensions.': '更新所有扩展。',
|
|
474
|
+
'Either an extension name or --all must be provided':
|
|
475
|
+
'必须提供扩展名称或 --all',
|
|
476
|
+
'Lists installed extensions.': '列出已安装的扩展。',
|
|
477
|
+
'Link extension failed to install.': '链接扩展安装失败。',
|
|
478
|
+
'Extension "{{name}}" linked successfully and enabled.':
|
|
479
|
+
'扩展 "{{name}}" 链接成功并已启用。',
|
|
480
|
+
'Links an extension from a local path. Updates made to the local path will always be reflected.':
|
|
481
|
+
'从本地路径链接扩展。对本地路径的更新将始终反映。',
|
|
482
|
+
'The name of the extension to link.': '要链接的扩展名称。',
|
|
483
|
+
'Set a specific setting for an extension.': '为扩展设置特定配置。',
|
|
484
|
+
'Name of the extension to configure.': '要配置的扩展名称。',
|
|
485
|
+
'The setting to configure (name or env var).':
|
|
486
|
+
'要配置的设置(名称或环境变量)。',
|
|
487
|
+
'The scope to set the setting in.': '设置配置的作用域。',
|
|
488
|
+
'List all settings for an extension.': '列出扩展的所有设置。',
|
|
489
|
+
'Name of the extension.': '扩展名称。',
|
|
490
|
+
'Extension "{{name}}" has no settings to configure.':
|
|
491
|
+
'扩展 "{{name}}" 没有可配置的设置。',
|
|
492
|
+
'Settings for "{{name}}":': '"{{name}}" 的设置:',
|
|
493
|
+
'(workspace)': '(工作区)',
|
|
494
|
+
'(user)': '(用户)',
|
|
495
|
+
'[not set]': '[未设置]',
|
|
496
|
+
'[value stored in keychain]': '[值存储在钥匙串中]',
|
|
497
|
+
'Manage extension settings.': '管理扩展设置。',
|
|
498
|
+
'You need to specify a command (set or list).':
|
|
499
|
+
'您需要指定命令(set 或 list)。',
|
|
500
|
+
// ============================================================================
|
|
501
|
+
// Plugin Choice / Marketplace
|
|
502
|
+
// ============================================================================
|
|
503
|
+
'No plugins available in this marketplace.': '此市场中没有可用的插件。',
|
|
504
|
+
'Select a plugin to install from marketplace "{{name}}":':
|
|
505
|
+
'从市场 "{{name}}" 中选择要安装的插件:',
|
|
506
|
+
'Plugin selection cancelled.': '插件选择已取消。',
|
|
507
|
+
'Select a plugin from "{{name}}"': '从 "{{name}}" 中选择插件',
|
|
508
|
+
'Use ↑↓ or j/k to navigate, Enter to select, Escape to cancel':
|
|
509
|
+
'使用 ↑↓ 或 j/k 导航,回车选择,Esc 取消',
|
|
510
|
+
'{{count}} more above': '上方还有 {{count}} 项',
|
|
511
|
+
'{{count}} more below': '下方还有 {{count}} 项',
|
|
377
512
|
'manage IDE integration': '管理 IDE 集成',
|
|
378
513
|
'check status of IDE integration': '检查 IDE 集成状态',
|
|
379
514
|
'install required IDE companion for {{ideName}}':
|
|
@@ -997,6 +1132,18 @@ export default {
|
|
|
997
1132
|
'Session start time is unavailable, cannot calculate stats.':
|
|
998
1133
|
'会话开始时间不可用,无法计算统计信息',
|
|
999
1134
|
|
|
1135
|
+
// ============================================================================
|
|
1136
|
+
// Command Format Migration
|
|
1137
|
+
// ============================================================================
|
|
1138
|
+
'Command Format Migration': '命令格式迁移',
|
|
1139
|
+
'Found {{count}} TOML command file:': '发现 {{count}} 个 TOML 命令文件:',
|
|
1140
|
+
'Found {{count}} TOML command files:': '发现 {{count}} 个 TOML 命令文件:',
|
|
1141
|
+
'... and {{count}} more': '... 以及其他 {{count}} 个',
|
|
1142
|
+
'The TOML format is deprecated. Would you like to migrate them to Markdown format?':
|
|
1143
|
+
'TOML 格式已弃用。是否将它们迁移到 Markdown 格式?',
|
|
1144
|
+
'(Backups will be created and original files will be preserved)':
|
|
1145
|
+
'(将创建备份,原始文件将保留)',
|
|
1146
|
+
|
|
1000
1147
|
// ============================================================================
|
|
1001
1148
|
// Loading Phrases
|
|
1002
1149
|
// ============================================================================
|
|
@@ -1110,4 +1257,49 @@ export default {
|
|
|
1110
1257
|
// ============================================================================
|
|
1111
1258
|
'Update successful! The new version will be used on your next run.':
|
|
1112
1259
|
'更新成功!新版本将在下次运行时生效。',
|
|
1260
|
+
|
|
1261
|
+
// ============================================================================
|
|
1262
|
+
// Extension Settings Input
|
|
1263
|
+
// ============================================================================
|
|
1264
|
+
'Enter value...': '请输入值...',
|
|
1265
|
+
'Enter sensitive value...': '请输入敏感值...',
|
|
1266
|
+
'Press Enter to submit, Escape to cancel': '按 Enter 提交,Escape 取消',
|
|
1267
|
+
|
|
1268
|
+
// ============================================================================
|
|
1269
|
+
// Command Migration Tool
|
|
1270
|
+
// ============================================================================
|
|
1271
|
+
'Markdown file already exists: {{filename}}':
|
|
1272
|
+
'Markdown 文件已存在:{{filename}}',
|
|
1273
|
+
'TOML Command Format Deprecation Notice': 'TOML 命令格式弃用通知',
|
|
1274
|
+
'Found {{count}} command file(s) in TOML format:':
|
|
1275
|
+
'发现 {{count}} 个 TOML 格式的命令文件:',
|
|
1276
|
+
'The TOML format for commands is being deprecated in favor of Markdown format.':
|
|
1277
|
+
'命令的 TOML 格式正在被弃用,推荐使用 Markdown 格式。',
|
|
1278
|
+
'Markdown format is more readable and easier to edit.':
|
|
1279
|
+
'Markdown 格式更易读、更易编辑。',
|
|
1280
|
+
'You can migrate these files automatically using:':
|
|
1281
|
+
'您可以使用以下命令自动迁移这些文件:',
|
|
1282
|
+
'Or manually convert each file:': '或手动转换每个文件:',
|
|
1283
|
+
'TOML: prompt = "..." / description = "..."':
|
|
1284
|
+
'TOML:prompt = "..." / description = "..."',
|
|
1285
|
+
'Markdown: YAML frontmatter + content': 'Markdown:YAML frontmatter + 内容',
|
|
1286
|
+
'The migration tool will:': '迁移工具将:',
|
|
1287
|
+
'Convert TOML files to Markdown': '将 TOML 文件转换为 Markdown',
|
|
1288
|
+
'Create backups of original files': '创建原始文件的备份',
|
|
1289
|
+
'Preserve all command functionality': '保留所有命令功能',
|
|
1290
|
+
'TOML format will continue to work for now, but migration is recommended.':
|
|
1291
|
+
'TOML 格式目前仍可使用,但建议迁移。',
|
|
1292
|
+
|
|
1293
|
+
// ============================================================================
|
|
1294
|
+
// Extensions - Explore Command
|
|
1295
|
+
// ============================================================================
|
|
1296
|
+
'Open extensions page in your browser': '在浏览器中打开扩展市场页面',
|
|
1297
|
+
'Unknown extensions source: {{source}}.': '未知的扩展来源:{{source}}。',
|
|
1298
|
+
'Would open extensions page in your browser: {{url}} (skipped in test environment)':
|
|
1299
|
+
'将在浏览器中打开扩展页面:{{url}}(测试环境中已跳过)',
|
|
1300
|
+
'View available extensions at {{url}}': '在 {{url}} 查看可用扩展',
|
|
1301
|
+
'Opening extensions page in your browser: {{url}}':
|
|
1302
|
+
'正在浏览器中打开扩展页面:{{url}}',
|
|
1303
|
+
'Failed to open browser. Check out the extensions gallery at {{url}}':
|
|
1304
|
+
'打开浏览器失败。请访问扩展市场:{{url}}',
|
|
1113
1305
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rdmind/rdmind",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2-alpha.0",
|
|
4
4
|
"description": "RDMind - AI-powered coding assistant",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "cli.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"locales"
|
|
21
21
|
],
|
|
22
22
|
"config": {
|
|
23
|
-
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.
|
|
23
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.2-alpha.0"
|
|
24
24
|
},
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"access": "public"
|