VinOS Agent commited on
Commit
78c8a12
Β·
1 Parent(s): d0c33d2

VinOS Auto-Update: Strategic Sync

Browse files
Files changed (1) hide show
  1. skills/set_telegram_menu.js +17 -17
skills/set_telegram_menu.js CHANGED
@@ -13,23 +13,23 @@ const setCommands = async () => {
13
  const url = `https://api.telegram.org/bot${token}/setMyCommands`;
14
 
15
  const commands = [
16
- { command: 'start', description: '🦍 VinOS Command Center' },
17
- { command: 'gash', description: '🎨 AI Image Creator' },
18
- { command: 'write', description: 'πŸ“ Write & Publish SEO Article' },
19
- { command: 'seo', description: 'πŸ“ Architect SEO Strategy' },
20
- { command: 'report', description: 'πŸ“Š Web-Researched Output' },
21
- { command: 'turbo', description: '⚑ Switch to Fast Mode' },
22
- { command: 'reason', description: '🧠 Switch to Reasoning Mode' },
23
- { command: 'sync', description: 'πŸš€ Push code to Cloud' },
24
- { command: 'newskill', description: 'πŸ› οΈ Auto-code an agent' },
25
- { command: 'agents', description: 'πŸ› οΈ List active skills' },
26
- { command: 'index', description: 'πŸ” Submit URL to Google' },
27
- { command: 'updates', description: 'πŸ“‹ View CRM Pipeline Updates' },
28
- { command: 'move', description: 'πŸ“‹ Move a CRM card' },
29
- { command: 'sentiment', description: '🐟 MiroFish Sentiment Analysis' },
30
- { command: 'carousel', description: '🎠 Autopilot Carousel Generator' },
31
- { command: 'research', description: 'πŸ” Research & Draft Social Post' },
32
- { command: 'social', description: 'πŸ“± Social Media Instructions' }
33
  ];
34
 
35
  try {
 
13
  const url = `https://api.telegram.org/bot${token}/setMyCommands`;
14
 
15
  const commands = [
16
+ { command: 'start', description: '🦍 VinOS Command Center (v1.0)' },
17
+ { command: 'gash', description: '🎨 AI Image Creator (v1.0)' },
18
+ { command: 'write', description: 'πŸ“ Write & Publish SEO (v1.1)' },
19
+ { command: 'seo', description: 'πŸ“ Architect SEO Strategy (v1.0)' },
20
+ { command: 'report', description: 'πŸ“Š Web-Researched Output (v1.0)' },
21
+ { command: 'turbo', description: '⚑ Fast Mode (v1.0)' },
22
+ { command: 'reason', description: '🧠 Reasoning Mode (v1.0)' },
23
+ { command: 'sync', description: 'πŸš€ Push to Cloud (v1.0)' },
24
+ { command: 'newskill', description: 'πŸ› οΈ Auto-code Agent (v0.5)' },
25
+ { command: 'agents', description: 'πŸ› οΈ Active Skills (v0.5)' },
26
+ { command: 'index', description: 'πŸ” Google Indexer (v1.0)' },
27
+ { command: 'updates', description: 'πŸ“‹ CRM Pipeline Updates (v1.0)' },
28
+ { command: 'move', description: 'πŸ“‹ Move CRM Card (v1.0)' },
29
+ { command: 'sentiment', description: '🐟 MiroFish Sentiment (v0.8)' },
30
+ { command: 'carousel', description: '🎠 Carousel Generator (v0.8)' },
31
+ { command: 'research', description: 'πŸ” Social Research & Draft (v0.9)' },
32
+ { command: 'social', description: 'πŸ“± Social Instructions (v1.0)' }
33
  ];
34
 
35
  try {