@plexor-dev/claude-code-plugin 0.1.0-beta.3 → 0.1.0-beta.30

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.
@@ -1,58 +0,0 @@
1
- ---
2
- description: Configure Plexor settings (API URL, mode, provider preferences) (user)
3
- ---
4
-
5
- # Plexor Settings
6
-
7
- View and configure all Plexor settings.
8
-
9
- ## Steps
10
-
11
- **Step 1: Read current configuration**
12
-
13
- Use the Read tool to read `~/.plexor/config.json`.
14
-
15
- If the file doesn't exist, show:
16
- ```
17
- Plexor Settings
18
- ===============
19
- No configuration found. Run /plexor-login to set up Plexor.
20
- ```
21
-
22
- **Step 2: Display current settings**
23
-
24
- Show the current configuration:
25
-
26
- ```
27
- Plexor Settings
28
- ===============
29
- Enabled: [enabled - true/false]
30
- API URL: [apiUrl]
31
- API Key: plx_****[last 4 chars] (configured/not configured)
32
- Mode: [mode]
33
- Provider: [preferredProvider]
34
- Local Cache: [localCacheEnabled - enabled/disabled]
35
- Timeout: [timeout]ms
36
-
37
- Quick Commands:
38
- - /plexor-enabled - Toggle proxy on/off
39
- - /plexor-mode - Change optimization mode
40
- - /plexor-provider - Change provider preference
41
- - /plexor-status - View usage statistics
42
-
43
- Dashboard: https://plexor.dev/dashboard
44
- ```
45
-
46
- **Step 3: If user wants to change a setting**
47
-
48
- If the user specifies they want to change something, use the `AskUserQuestion` tool:
49
-
50
- Question: "Which setting would you like to change?"
51
- Header: "Setting"
52
- Options:
53
- 1. **API URL** - Change the Plexor API endpoint
54
- 2. **Mode** - Change optimization mode (eco/balanced/quality)
55
- 3. **Provider** - Change preferred provider
56
- 4. **Timeout** - Change request timeout
57
-
58
- Then update `~/.plexor/config.json` with the new value using the Write tool.