clavix 3.3.2 → 3.4.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/dist/utils/provider-selector.js +12 -12
- package/package.json +1 -1
|
@@ -14,28 +14,28 @@ export async function selectProviders(agentManager, preSelected = []) {
|
|
|
14
14
|
new inquirer.Separator('=== CLI Tools ==='),
|
|
15
15
|
{ name: 'Amp (.agents/commands/)', value: 'amp' },
|
|
16
16
|
{ name: 'Augment CLI (.augment/commands/clavix/)', value: 'augment' },
|
|
17
|
+
{ name: 'Claude Code (.claude/commands/clavix/)', value: 'claude-code' },
|
|
18
|
+
{ name: 'CodeBuddy CLI (.codebuddy/prompts/)', value: 'codebuddy' },
|
|
17
19
|
{ name: 'Codex CLI (~/.codex/prompts)', value: 'codex' },
|
|
18
|
-
{ name: '
|
|
20
|
+
{ name: 'Crush CLI (crush://prompts)', value: 'crush' },
|
|
21
|
+
{ name: 'Droid CLI (.droid/clavix/)', value: 'droid' },
|
|
19
22
|
{ name: 'Gemini CLI (.gemini/commands/clavix/)', value: 'gemini' },
|
|
20
|
-
{ name: '
|
|
21
|
-
{ name: 'LLXPRT CLI (.llxprt/clavix/)', value: 'llxprt' },
|
|
23
|
+
{ name: 'LLXPRT (~/.llxprt/clavix/)', value: 'llxprt' },
|
|
22
24
|
{ name: 'OpenCode (.opencode/clavix/)', value: 'opencode' },
|
|
23
|
-
{ name: 'Qwen
|
|
24
|
-
{ name: 'RooCode (.roo/clavix/)', value: 'roocode' },
|
|
25
|
+
{ name: 'Qwen Code (~/.qwen/commands/clavix/)', value: 'qwen' },
|
|
25
26
|
new inquirer.Separator(),
|
|
26
27
|
new inquirer.Separator('=== IDE & IDE Extensions ==='),
|
|
27
|
-
{ name: 'Claude Code (.claude/commands/clavix/)', value: 'claude-code' },
|
|
28
28
|
{ name: 'Cline (.cline/workflows/)', value: 'cline' },
|
|
29
|
-
{ name: 'CodeBuddy (.codebuddy/prompts/)', value: 'codebuddy' },
|
|
30
|
-
{ name: 'Copilot Instructions (.github/copilot-instructions.md)', value: 'copilot-instructions' },
|
|
31
|
-
{ name: 'Crush (crush://prompts)', value: 'crush' },
|
|
32
29
|
{ name: 'Cursor (.cursor/commands/)', value: 'cursor' },
|
|
30
|
+
{ name: 'Kilocode (.kilo/clavix/)', value: 'kilocode' },
|
|
31
|
+
{ name: 'Roocode (.roo/clavix/)', value: 'roocode' },
|
|
33
32
|
{ name: 'Windsurf (.windsurf/rules/)', value: 'windsurf' },
|
|
34
33
|
new inquirer.Separator(),
|
|
35
34
|
new inquirer.Separator('=== Universal Adapters ==='),
|
|
36
|
-
{ name: '
|
|
37
|
-
{ name: '
|
|
38
|
-
{ name: '
|
|
35
|
+
{ name: 'AGENTS.md (Universal)', value: 'agents-md' },
|
|
36
|
+
{ name: 'GitHub Copilot (.github/copilot-instructions.md)', value: 'copilot-instructions' },
|
|
37
|
+
{ name: 'OCTO.md (Universal)', value: 'octo-md' },
|
|
38
|
+
{ name: 'WARP.md (Universal)', value: 'warp-md' },
|
|
39
39
|
].map((choice) => {
|
|
40
40
|
// Keep separators as-is
|
|
41
41
|
if (choice instanceof inquirer.Separator) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "clavix",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.0",
|
|
4
4
|
"description": "Clavix Intelligence™ for AI coding. Automatically optimizes prompts with intent detection, quality assessment, and adaptive patterns—no framework to learn. Works with Claude Code, Cursor, Windsurf, and 19+ other AI coding tools.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|