@vizzor/cli 0.3.3 → 0.3.5

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/README.md CHANGED
@@ -104,7 +104,7 @@ npm install -g @vizzor/cli
104
104
 
105
105
  ```bash
106
106
  # Or run directly
107
- npx @vizzor/cli chat
107
+ npx @vizzor/cli
108
108
  ```
109
109
 
110
110
  ### From Source
@@ -201,11 +201,11 @@ vizzor trends [options] # Market trends + top movers
201
201
  vizzor track <wallet> [options] # Wallet forensics
202
202
  vizzor audit <contract> [options] # Contract security audit
203
203
  vizzor ico list [options] # ICO/IDO tracker
204
- vizzor chat # AI conversation mode
205
204
  vizzor config init # Initialize config
206
205
  vizzor config set <key> <value> # Set config value
207
206
  vizzor config show # Show config
208
207
  vizzor bot start [options] # Start Discord/Telegram bots
208
+ vizzor bot validate # Check bot token configuration
209
209
  ```
210
210
 
211
211
  ### TUI Slash Commands
@@ -214,23 +214,43 @@ vizzor bot start [options] # Start Discord/Telegram bots
214
214
  |---------|-------------|
215
215
  | `/scan <address> [--chain <chain>]` | Token security + risk scan |
216
216
  | `/track <wallet> [--chain <chain>]` | Wallet forensics |
217
- | `/trends` | Trending tokens + market movers |
217
+ | `/trends` | Trending tokens + top gainers/losers |
218
218
  | `/audit <contract> [--chain <chain>]` | Smart contract audit |
219
+ | `/add <symbol>` | Add a token to the live price ticker |
220
+ | `/remove <symbol>` | Remove a token from the price ticker |
221
+ | `/chain [<id>]` | Show available chains or switch chain |
219
222
  | `/config` | Show config with setup guidance |
220
223
  | `/config set <key> <value>` | Update a config value |
221
- | `/provider` | Show/switch AI provider |
224
+ | `/provider` | Show current AI provider |
225
+ | `/provider list` | List all providers with availability |
222
226
  | `/provider <name>` | Switch to `anthropic`, `openai`, `gemini`, `ollama` |
223
227
  | `/agent create <name> [options]` | Create autonomous prediction agent |
224
228
  | `/agent list` | List all agents |
225
229
  | `/agent start <name>` | Start agent cycle |
226
230
  | `/agent stop <name>` | Stop agent |
227
231
  | `/agent status <name>` | View status + recent decisions |
232
+ | `/agent delete <name>` | Delete an agent |
233
+ | `/agent strategies` | List available strategies |
228
234
  | `/help` | Command reference |
229
235
  | `/clear` | Clear messages |
230
236
  | `/exit` | Quit |
231
237
 
232
238
  **Price Ticker:** Arrow keys to navigate, **Enter** to trigger full AI prediction for any token, **Tab** to toggle focus.
233
239
 
240
+ ### Discord Bot
241
+
242
+ | Command | Description |
243
+ |---------|-------------|
244
+ | `/scan <address>` | Token security + risk scan |
245
+ | `/trends` | Trending tokens + market data |
246
+ | `/track <wallet>` | Wallet forensics |
247
+ | `/ico` | Upcoming launches and rounds |
248
+ | `/audit <contract>` | Contract audit |
249
+ | `/help` | Show all commands |
250
+ | *@mention* | AI chat guidance |
251
+
252
+ **Setup**: Enable the `MESSAGE_CONTENT` privileged intent in the [Discord Developer Portal](https://discord.com/developers/applications) for @mention responses.
253
+
234
254
  ### Telegram Bot
235
255
 
236
256
  | Command | Description |