dexto 1.2.5 → 1.2.6
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/agents/coding-agent/coding-agent.yml +23 -15
- package/dist/agents/database-agent/database-agent.yml +15 -7
- package/dist/agents/default-agent.yml +23 -15
- package/dist/agents/github-agent/github-agent.yml +14 -6
- package/dist/agents/music-agent/music-agent.yml +15 -7
- package/dist/agents/nano-banana-agent/nano-banana-agent.yml +15 -7
- package/dist/agents/podcast-agent/podcast-agent.yml +15 -7
- package/dist/agents/product-name-researcher/product-name-researcher.yml +18 -8
- package/dist/agents/sora-video-agent/sora-video-agent.yml +15 -7
- package/dist/cli/commands/interactive-commands/prompt-commands.d.ts.map +1 -1
- package/dist/cli/commands/interactive-commands/prompt-commands.js +9 -37
- package/dist/webui/.next/standalone/.next/static/chunks/620-be2122f1db014716.js +1 -0
- package/dist/webui/.next/standalone/packages/webui/.next/BUILD_ID +1 -1
- package/dist/webui/.next/standalone/packages/webui/.next/app-build-manifest.json +2 -2
- package/dist/webui/.next/standalone/packages/webui/.next/build-manifest.json +2 -2
- package/dist/webui/.next/standalone/packages/webui/.next/prerender-manifest.json +3 -3
- package/dist/webui/.next/standalone/packages/webui/.next/required-server-files.json +1 -1
- package/dist/webui/.next/standalone/packages/webui/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/dist/webui/.next/standalone/packages/webui/.next/server/app/chat/[sessionId]/page_client-reference-manifest.js +1 -1
- package/dist/webui/.next/standalone/packages/webui/.next/server/app/page_client-reference-manifest.js +1 -1
- package/dist/webui/.next/standalone/packages/webui/.next/server/app/playground/page_client-reference-manifest.js +1 -1
- package/dist/webui/.next/standalone/packages/webui/.next/server/chunks/21.js +2 -2
- package/dist/webui/.next/standalone/packages/webui/.next/server/chunks/487.js +1 -1
- package/dist/webui/.next/standalone/packages/webui/.next/server/pages/500.html +1 -1
- package/dist/webui/.next/standalone/packages/webui/.next/server/server-reference-manifest.json +1 -1
- package/dist/webui/.next/standalone/packages/webui/.next/static/chunks/620-be2122f1db014716.js +1 -0
- package/dist/webui/.next/standalone/packages/webui/package.json +1 -1
- package/dist/webui/.next/standalone/packages/webui/server.js +1 -1
- package/dist/webui/.next/static/chunks/620-be2122f1db014716.js +1 -0
- package/dist/webui/package.json +1 -1
- package/package.json +5 -5
- package/dist/webui/.next/standalone/.next/static/chunks/620-849d0ea03f0e25d2.js +0 -1
- package/dist/webui/.next/standalone/packages/webui/.next/static/chunks/620-849d0ea03f0e25d2.js +0 -1
- package/dist/webui/.next/static/chunks/620-849d0ea03f0e25d2.js +0 -1
- /package/dist/webui/.next/standalone/.next/static/{EvtxRtNp0iL3eeD0UnMCl → I8HCRtl1KN0zLK8CwW1y3}/_buildManifest.js +0 -0
- /package/dist/webui/.next/standalone/.next/static/{EvtxRtNp0iL3eeD0UnMCl → I8HCRtl1KN0zLK8CwW1y3}/_ssgManifest.js +0 -0
- /package/dist/webui/.next/standalone/packages/webui/.next/static/{EvtxRtNp0iL3eeD0UnMCl → I8HCRtl1KN0zLK8CwW1y3}/_buildManifest.js +0 -0
- /package/dist/webui/.next/standalone/packages/webui/.next/static/{EvtxRtNp0iL3eeD0UnMCl → I8HCRtl1KN0zLK8CwW1y3}/_ssgManifest.js +0 -0
- /package/dist/webui/.next/static/{EvtxRtNp0iL3eeD0UnMCl → I8HCRtl1KN0zLK8CwW1y3}/_buildManifest.js +0 -0
- /package/dist/webui/.next/static/{EvtxRtNp0iL3eeD0UnMCl → I8HCRtl1KN0zLK8CwW1y3}/_ssgManifest.js +0 -0
|
@@ -28,15 +28,15 @@ systemPrompt:
|
|
|
28
28
|
- Follow the project's existing code style and conventions
|
|
29
29
|
- Provide clear explanations for your code decisions
|
|
30
30
|
- Ask for clarification when requirements are ambiguous
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
31
|
+
|
|
32
|
+
# Memory configuration - controls how memories are included in system prompt
|
|
33
|
+
memories:
|
|
34
|
+
enabled: true
|
|
35
|
+
priority: 40
|
|
36
|
+
includeTimestamps: false
|
|
37
|
+
includeTags: true
|
|
38
|
+
limit: 10
|
|
39
|
+
pinnedOnly: false
|
|
40
40
|
|
|
41
41
|
# Greeting optimized for coding tasks
|
|
42
42
|
greeting: "👨💻 Ready to code! What are we building today?"
|
|
@@ -155,32 +155,40 @@ internalResources:
|
|
|
155
155
|
# Blob resource - for handling build artifacts, images, etc.
|
|
156
156
|
- type: blob
|
|
157
157
|
|
|
158
|
-
#
|
|
159
|
-
|
|
160
|
-
-
|
|
158
|
+
# Prompts - coding-focused examples shown as clickable buttons in WebUI
|
|
159
|
+
prompts:
|
|
160
|
+
- type: inline
|
|
161
|
+
id: analyze-codebase
|
|
161
162
|
title: "🔍 Analyze Codebase"
|
|
162
163
|
description: "Get an overview of the project structure"
|
|
163
164
|
prompt: "Analyze this codebase. Show me the project structure, main technologies used, and provide a high-level overview."
|
|
164
165
|
category: analysis
|
|
165
166
|
priority: 10
|
|
166
|
-
|
|
167
|
+
showInStarters: true
|
|
168
|
+
- type: inline
|
|
169
|
+
id: implement-feature
|
|
167
170
|
title: "✨ Implement Feature"
|
|
168
171
|
description: "Build a new feature from scratch"
|
|
169
172
|
prompt: "Help me implement a new feature. I'll describe what I need, and you can design and implement it following best practices."
|
|
170
173
|
category: development
|
|
171
174
|
priority: 9
|
|
172
|
-
|
|
175
|
+
showInStarters: true
|
|
176
|
+
- type: inline
|
|
177
|
+
id: write-tests
|
|
173
178
|
title: "🧪 Write Tests"
|
|
174
179
|
description: "Generate unit tests for code"
|
|
175
180
|
prompt: "Help me write comprehensive unit tests. Identify the testing framework and create tests that cover edge cases."
|
|
176
181
|
category: testing
|
|
177
182
|
priority: 8
|
|
178
|
-
|
|
183
|
+
showInStarters: true
|
|
184
|
+
- type: inline
|
|
185
|
+
id: refactor-code
|
|
179
186
|
title: "♻️ Refactor Code"
|
|
180
187
|
description: "Improve code quality and structure"
|
|
181
188
|
prompt: "Help me refactor some code to improve its structure, readability, and maintainability while preserving functionality."
|
|
182
189
|
category: refactoring
|
|
183
190
|
priority: 7
|
|
191
|
+
showInStarters: true
|
|
184
192
|
|
|
185
193
|
## Alternative LLM configurations for coding
|
|
186
194
|
|
|
@@ -130,29 +130,37 @@ llm:
|
|
|
130
130
|
apiKey: $OPENAI_API_KEY
|
|
131
131
|
temperature: 0.1 # Lower temperature for more consistent database operations
|
|
132
132
|
|
|
133
|
-
#
|
|
134
|
-
|
|
135
|
-
-
|
|
133
|
+
# Prompts - database interaction examples shown as clickable buttons in WebUI
|
|
134
|
+
prompts:
|
|
135
|
+
- type: inline
|
|
136
|
+
id: explore-database
|
|
136
137
|
title: "🔍 Explore Database"
|
|
137
138
|
description: "See what's in the database"
|
|
138
139
|
prompt: "Show me what tables exist in the database and their structure."
|
|
139
140
|
category: exploration
|
|
140
141
|
priority: 10
|
|
141
|
-
|
|
142
|
+
showInStarters: true
|
|
143
|
+
- type: inline
|
|
144
|
+
id: create-table
|
|
142
145
|
title: "🗂️ Create Table"
|
|
143
146
|
description: "Design and create a new database table"
|
|
144
147
|
prompt: "Create a products table with columns for name, description, price, and stock quantity."
|
|
145
148
|
category: schema
|
|
146
149
|
priority: 9
|
|
147
|
-
|
|
150
|
+
showInStarters: true
|
|
151
|
+
- type: inline
|
|
152
|
+
id: insert-data
|
|
148
153
|
title: "➕ Insert Data"
|
|
149
154
|
description: "Add new records to a table"
|
|
150
155
|
prompt: "Insert a new product into the products table with name 'Laptop', price 999.99, and stock 15."
|
|
151
156
|
category: data-management
|
|
152
157
|
priority: 8
|
|
153
|
-
|
|
158
|
+
showInStarters: true
|
|
159
|
+
- type: inline
|
|
160
|
+
id: query-data
|
|
154
161
|
title: "📊 Query Data"
|
|
155
162
|
description: "Search and filter database records"
|
|
156
163
|
prompt: "Show me all products from the products table sorted by price."
|
|
157
164
|
category: queries
|
|
158
|
-
priority: 7
|
|
165
|
+
priority: 7
|
|
166
|
+
showInStarters: true
|
|
@@ -30,15 +30,15 @@ systemPrompt:
|
|
|
30
30
|
priority: 10
|
|
31
31
|
source: dateTime
|
|
32
32
|
enabled: true
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
33
|
+
|
|
34
|
+
# Memory configuration - controls how memories are included in system prompt
|
|
35
|
+
memories:
|
|
36
|
+
enabled: true
|
|
37
|
+
priority: 40
|
|
38
|
+
includeTimestamps: false
|
|
39
|
+
includeTags: true
|
|
40
|
+
limit: 10
|
|
41
|
+
pinnedOnly: false
|
|
42
42
|
|
|
43
43
|
# Optional greeting shown at chat start (UI can consume this)
|
|
44
44
|
greeting: "Hi! I'm Dexto — how can I help today?"
|
|
@@ -160,32 +160,40 @@ internalResources:
|
|
|
160
160
|
# # config:
|
|
161
161
|
# # enforceQuota: true
|
|
162
162
|
|
|
163
|
-
#
|
|
164
|
-
|
|
165
|
-
-
|
|
163
|
+
# Prompts - inline prompts shown as clickable buttons in WebUI (showInStarters: true)
|
|
164
|
+
prompts:
|
|
165
|
+
- type: inline
|
|
166
|
+
id: quick-start
|
|
166
167
|
title: "📚 Quick Start Guide"
|
|
167
168
|
description: "Learn the basics and see what you can do"
|
|
168
169
|
prompt: "I'd like to get started quickly. Can you show me a few examples of what you can do and help me understand how to work with you?"
|
|
169
170
|
category: learning
|
|
170
171
|
priority: 9
|
|
171
|
-
|
|
172
|
+
showInStarters: true
|
|
173
|
+
- type: inline
|
|
174
|
+
id: tool-demo
|
|
172
175
|
title: "⚡ Tool Demonstration"
|
|
173
176
|
description: "See the tools in action with practical examples"
|
|
174
177
|
prompt: "I'd like to see your tools in action. Can you pick one of your most interesting tools and demonstrate it with a practical example? Show me what it can do and how it works."
|
|
175
178
|
category: tools
|
|
176
179
|
priority: 5
|
|
177
|
-
|
|
180
|
+
showInStarters: true
|
|
181
|
+
- type: inline
|
|
182
|
+
id: snake-game
|
|
178
183
|
title: "🐍 Create Snake Game"
|
|
179
184
|
description: "Build a fun interactive game with HTML, CSS, and JavaScript"
|
|
180
185
|
prompt: "Create a snake game in a new directory with HTML, CSS, and JavaScript, then open it in the browser for me to play."
|
|
181
186
|
category: coding
|
|
182
187
|
priority: 4
|
|
183
|
-
|
|
188
|
+
showInStarters: true
|
|
189
|
+
- type: inline
|
|
190
|
+
id: connect-tools
|
|
184
191
|
title: "🔧 Connect New Tools"
|
|
185
192
|
description: "Browse and add MCP servers to extend capabilities"
|
|
186
193
|
prompt: "I want to connect new tools to expand my capabilities. Can you help me understand what MCP servers are available and how to add them?"
|
|
187
194
|
category: tools
|
|
188
195
|
priority: 3
|
|
196
|
+
showInStarters: true
|
|
189
197
|
|
|
190
198
|
# Telemetry configuration (optional) - OpenTelemetry for distributed tracing
|
|
191
199
|
# telemetry:
|
|
@@ -70,30 +70,38 @@ llm:
|
|
|
70
70
|
model: gpt-5-mini
|
|
71
71
|
apiKey: $OPENAI_API_KEY
|
|
72
72
|
|
|
73
|
-
#
|
|
74
|
-
|
|
75
|
-
-
|
|
73
|
+
# Prompts - GitHub operations examples shown as clickable buttons in WebUI
|
|
74
|
+
prompts:
|
|
75
|
+
- type: inline
|
|
76
|
+
id: repo-info
|
|
76
77
|
title: "📊 Repository Info"
|
|
77
78
|
description: "Get details about the Dexto repository"
|
|
78
79
|
prompt: "Show me information about the truffle-ai/dexto repository including stars, forks, and recent activity."
|
|
79
80
|
category: info
|
|
80
81
|
priority: 10
|
|
81
|
-
|
|
82
|
+
showInStarters: true
|
|
83
|
+
- type: inline
|
|
84
|
+
id: list-issues
|
|
82
85
|
title: "📋 List Issues"
|
|
83
86
|
description: "View open issues in Dexto"
|
|
84
87
|
prompt: "List all open issues in the truffle-ai/dexto repository."
|
|
85
88
|
category: issues
|
|
86
89
|
priority: 9
|
|
87
|
-
|
|
90
|
+
showInStarters: true
|
|
91
|
+
- type: inline
|
|
92
|
+
id: star-dexto
|
|
88
93
|
title: "⭐ Star Dexto"
|
|
89
94
|
description: "Star the Dexto repository"
|
|
90
95
|
prompt: "Star the truffle-ai/dexto repository on GitHub."
|
|
91
96
|
category: engagement
|
|
92
97
|
priority: 8
|
|
93
|
-
|
|
98
|
+
showInStarters: true
|
|
99
|
+
- type: inline
|
|
100
|
+
id: recent-commits
|
|
94
101
|
title: "📝 Recent Commits"
|
|
95
102
|
description: "View latest commits to Dexto"
|
|
96
103
|
prompt: "Show me the recent commits to the truffle-ai/dexto repository."
|
|
97
104
|
category: activity
|
|
98
105
|
priority: 7
|
|
106
|
+
showInStarters: true
|
|
99
107
|
|
|
@@ -49,29 +49,37 @@ storage:
|
|
|
49
49
|
maxTotalSize: 1073741824 # 1GB total storage
|
|
50
50
|
cleanupAfterDays: 30
|
|
51
51
|
|
|
52
|
-
#
|
|
53
|
-
|
|
54
|
-
-
|
|
52
|
+
# Prompts - music creation examples shown as clickable buttons in WebUI
|
|
53
|
+
prompts:
|
|
54
|
+
- type: inline
|
|
55
|
+
id: create-melody
|
|
55
56
|
title: "🎼 Create Melody"
|
|
56
57
|
description: "Generate a musical melody"
|
|
57
58
|
prompt: "Create a cheerful melody in G major at 140 BPM that lasts 15 seconds."
|
|
58
59
|
category: generation
|
|
59
60
|
priority: 10
|
|
60
|
-
|
|
61
|
+
showInStarters: true
|
|
62
|
+
- type: inline
|
|
63
|
+
id: create-chords
|
|
61
64
|
title: "🎹 Create Chord Progression"
|
|
62
65
|
description: "Generate chord progressions"
|
|
63
66
|
prompt: "Create a I-IV-V-I chord progression in D major."
|
|
64
67
|
category: generation
|
|
65
68
|
priority: 9
|
|
66
|
-
|
|
69
|
+
showInStarters: true
|
|
70
|
+
- type: inline
|
|
71
|
+
id: create-drums
|
|
67
72
|
title: "🥁 Create Drum Pattern"
|
|
68
73
|
description: "Generate drum patterns"
|
|
69
74
|
prompt: "Create a basic rock drum pattern at 120 BPM."
|
|
70
75
|
category: generation
|
|
71
76
|
priority: 8
|
|
72
|
-
|
|
77
|
+
showInStarters: true
|
|
78
|
+
- type: inline
|
|
79
|
+
id: list-effects
|
|
73
80
|
title: "🎚️ List Available Effects"
|
|
74
81
|
description: "See what audio effects are available"
|
|
75
82
|
prompt: "Show me all available audio effects and how to use them."
|
|
76
83
|
category: discovery
|
|
77
|
-
priority: 7
|
|
84
|
+
priority: 7
|
|
85
|
+
showInStarters: true
|
|
@@ -74,29 +74,37 @@ storage:
|
|
|
74
74
|
maxTotalSize: 1073741824 # 1GB total storage
|
|
75
75
|
cleanupAfterDays: 30
|
|
76
76
|
|
|
77
|
-
#
|
|
78
|
-
|
|
79
|
-
-
|
|
77
|
+
# Prompts - image generation and editing examples shown as clickable buttons in WebUI
|
|
78
|
+
prompts:
|
|
79
|
+
- type: inline
|
|
80
|
+
id: generate-landscape
|
|
80
81
|
title: "🎨 Generate Landscape"
|
|
81
82
|
description: "Create a scenic image from text"
|
|
82
83
|
prompt: "Generate a stunning image of a majestic mountain landscape at sunset with vibrant colors and dramatic clouds."
|
|
83
84
|
category: generation
|
|
84
85
|
priority: 10
|
|
85
|
-
|
|
86
|
+
showInStarters: true
|
|
87
|
+
- type: inline
|
|
88
|
+
id: generate-portrait
|
|
86
89
|
title: "👤 Generate Portrait"
|
|
87
90
|
description: "Create portrait images"
|
|
88
91
|
prompt: "Generate a professional portrait of a person in business attire with a clean studio background."
|
|
89
92
|
category: generation
|
|
90
93
|
priority: 9
|
|
91
|
-
|
|
94
|
+
showInStarters: true
|
|
95
|
+
- type: inline
|
|
96
|
+
id: generate-abstract
|
|
92
97
|
title: "🌀 Generate Abstract Art"
|
|
93
98
|
description: "Create abstract artistic images"
|
|
94
99
|
prompt: "Generate an abstract art piece with swirling colors and geometric patterns inspired by Kandinsky."
|
|
95
100
|
category: generation
|
|
96
101
|
priority: 8
|
|
97
|
-
|
|
102
|
+
showInStarters: true
|
|
103
|
+
- type: inline
|
|
104
|
+
id: generate-product
|
|
98
105
|
title: "📦 Generate Product Image"
|
|
99
106
|
description: "Create product photography"
|
|
100
107
|
prompt: "Generate a professional product photo of a sleek modern smartphone on a minimalist white background."
|
|
101
108
|
category: generation
|
|
102
|
-
priority: 7
|
|
109
|
+
priority: 7
|
|
110
|
+
showInStarters: true
|
|
@@ -173,29 +173,37 @@ toolConfirmation:
|
|
|
173
173
|
timeout: 30000
|
|
174
174
|
allowedToolsStorage: memory
|
|
175
175
|
|
|
176
|
-
#
|
|
177
|
-
|
|
178
|
-
-
|
|
176
|
+
# Prompts - podcast and audio generation examples shown as clickable buttons in WebUI
|
|
177
|
+
prompts:
|
|
178
|
+
- type: inline
|
|
179
|
+
id: create-intro
|
|
179
180
|
title: "🎙️ Create Podcast Intro"
|
|
180
181
|
description: "Generate a multi-speaker podcast introduction"
|
|
181
182
|
prompt: "Create a podcast intro with two hosts, Alex (voice: Achird) and Jamie (voice: Autonoe), welcoming listeners to a tech podcast."
|
|
182
183
|
category: podcasting
|
|
183
184
|
priority: 10
|
|
184
|
-
|
|
185
|
+
showInStarters: true
|
|
186
|
+
- type: inline
|
|
187
|
+
id: generate-conversation
|
|
185
188
|
title: "💬 Generate Conversation"
|
|
186
189
|
description: "Create multi-speaker dialogue"
|
|
187
190
|
prompt: "Generate a 2-minute conversation between Dr. Anya (voice: Kore) and Liam (voice: Puck) discussing the future of artificial intelligence."
|
|
188
191
|
category: conversation
|
|
189
192
|
priority: 9
|
|
190
|
-
|
|
193
|
+
showInStarters: true
|
|
194
|
+
- type: inline
|
|
195
|
+
id: list-voices
|
|
191
196
|
title: "🔊 Explore Voices"
|
|
192
197
|
description: "Browse available voice options"
|
|
193
198
|
prompt: "Show me all available voices with their characteristics to help me choose the right ones for my podcast."
|
|
194
199
|
category: discovery
|
|
195
200
|
priority: 8
|
|
196
|
-
|
|
201
|
+
showInStarters: true
|
|
202
|
+
- type: inline
|
|
203
|
+
id: single-speaker
|
|
197
204
|
title: "🗣️ Generate Speech"
|
|
198
205
|
description: "Create single-speaker audio"
|
|
199
206
|
prompt: "Generate a cheerful welcome announcement using voice Puck saying 'Welcome to our amazing podcast! We're thrilled to have you here today.'"
|
|
200
207
|
category: speech
|
|
201
|
-
priority: 7
|
|
208
|
+
priority: 7
|
|
209
|
+
showInStarters: true
|
|
@@ -163,35 +163,45 @@ toolConfirmation:
|
|
|
163
163
|
mode: auto-approve
|
|
164
164
|
allowedToolsStorage: memory
|
|
165
165
|
|
|
166
|
-
#
|
|
167
|
-
|
|
168
|
-
-
|
|
166
|
+
# Prompts - product name research examples shown as clickable buttons in WebUI
|
|
167
|
+
prompts:
|
|
168
|
+
- type: inline
|
|
169
|
+
id: research-name
|
|
169
170
|
title: "🔍 Research Product Name"
|
|
170
171
|
description: "Comprehensive name validation"
|
|
171
172
|
prompt: "I want to research the name 'CloudSync' for my new file sync product. Check domain availability, trademark conflicts, and competitive landscape."
|
|
172
173
|
category: research
|
|
173
174
|
priority: 10
|
|
174
|
-
|
|
175
|
+
showInStarters: true
|
|
176
|
+
- type: inline
|
|
177
|
+
id: compare-names
|
|
175
178
|
title: "⚖️ Compare Multiple Names"
|
|
176
179
|
description: "Compare and score name options"
|
|
177
180
|
prompt: "Help me choose between 'DataFlow', 'InfoStream', and 'SyncHub' for my data management tool. Compare them across all criteria."
|
|
178
181
|
category: comparison
|
|
179
182
|
priority: 9
|
|
180
|
-
|
|
183
|
+
showInStarters: true
|
|
184
|
+
- type: inline
|
|
185
|
+
id: check-domains
|
|
181
186
|
title: "🌐 Check Domain Availability"
|
|
182
187
|
description: "Verify domain availability across TLDs"
|
|
183
188
|
prompt: "Check if 'myawesomeapp' is available across .com, .io, .app, and .dev domains."
|
|
184
189
|
category: domains
|
|
185
190
|
priority: 8
|
|
186
|
-
|
|
191
|
+
showInStarters: true
|
|
192
|
+
- type: inline
|
|
193
|
+
id: trademark-search
|
|
187
194
|
title: "™️ Search Trademarks"
|
|
188
195
|
description: "Find potential trademark conflicts"
|
|
189
196
|
prompt: "Search for existing trademarks similar to 'TechFlow' in the software industry."
|
|
190
197
|
category: legal
|
|
191
198
|
priority: 7
|
|
192
|
-
|
|
199
|
+
showInStarters: true
|
|
200
|
+
- type: inline
|
|
201
|
+
id: dev-collisions
|
|
193
202
|
title: "💻 Check Developer Platforms"
|
|
194
203
|
description: "Find conflicts on GitHub, npm, PyPI"
|
|
195
204
|
prompt: "Check if 'awesome-toolkit' is available on GitHub, npm, and PyPI."
|
|
196
205
|
category: development
|
|
197
|
-
priority: 6
|
|
206
|
+
priority: 6
|
|
207
|
+
showInStarters: true
|
|
@@ -70,29 +70,37 @@ storage:
|
|
|
70
70
|
maxTotalSize: 2147483648 # 2GB total storage
|
|
71
71
|
cleanupAfterDays: 30
|
|
72
72
|
|
|
73
|
-
#
|
|
74
|
-
|
|
75
|
-
-
|
|
73
|
+
# Prompts - video generation examples shown as clickable buttons in WebUI
|
|
74
|
+
prompts:
|
|
75
|
+
- type: inline
|
|
76
|
+
id: create-video
|
|
76
77
|
title: "🎬 Create Video"
|
|
77
78
|
description: "Generate video from text prompt"
|
|
78
79
|
prompt: "Create an 8-second video of a cat playing piano in a cozy living room with warm lighting."
|
|
79
80
|
category: generation
|
|
80
81
|
priority: 10
|
|
81
|
-
|
|
82
|
+
showInStarters: true
|
|
83
|
+
- type: inline
|
|
84
|
+
id: nature-video
|
|
82
85
|
title: "🌄 Nature Video"
|
|
83
86
|
description: "Generate scenic landscape video"
|
|
84
87
|
prompt: "Generate an 8-second video in 16:9 format showing a breathtaking sunset over mountains with clouds moving across the sky."
|
|
85
88
|
category: nature
|
|
86
89
|
priority: 9
|
|
87
|
-
|
|
90
|
+
showInStarters: true
|
|
91
|
+
- type: inline
|
|
92
|
+
id: social-video
|
|
88
93
|
title: "📱 Social Media Video"
|
|
89
94
|
description: "Create vertical video for social platforms"
|
|
90
95
|
prompt: "Create a 4-second vertical video (9:16) showing a product reveal with dramatic lighting."
|
|
91
96
|
category: social-media
|
|
92
97
|
priority: 8
|
|
93
|
-
|
|
98
|
+
showInStarters: true
|
|
99
|
+
- type: inline
|
|
100
|
+
id: futuristic-video
|
|
94
101
|
title: "🚀 Futuristic Scene"
|
|
95
102
|
description: "Generate sci-fi themed video"
|
|
96
103
|
prompt: "Create a 16-second video showing a futuristic cityscape with flying cars and neon lights at night."
|
|
97
104
|
category: sci-fi
|
|
98
|
-
priority: 7
|
|
105
|
+
priority: 7
|
|
106
|
+
showInStarters: true
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prompt-commands.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/interactive-commands/prompt-commands.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAGH,OAAO,EAAU,KAAK,UAAU,EAAE,MAAM,aAAa,CAAC;AAEtD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAK7D;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,iBAAiB,
|
|
1
|
+
{"version":3,"file":"prompt-commands.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/interactive-commands/prompt-commands.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAGH,OAAO,EAAU,KAAK,UAAU,EAAE,MAAM,aAAa,CAAC;AAEtD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAK7D;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,iBAAiB,EAiL7C,CAAC;AAqFF;;GAEG;AACH,wBAAsB,wBAAwB,CAAC,KAAK,EAAE,UAAU,GAAG,OAAO,CAAC,iBAAiB,EAAE,CAAC,CAU9F"}
|
|
@@ -59,18 +59,14 @@ export const promptCommands = [
|
|
|
59
59
|
const outputLines = ['\n📝 Available Prompts:\n'];
|
|
60
60
|
// Group by source
|
|
61
61
|
const mcpPrompts = [];
|
|
62
|
-
const
|
|
63
|
-
const starterPrompts = [];
|
|
62
|
+
const configPrompts = [];
|
|
64
63
|
const customPrompts = [];
|
|
65
64
|
for (const [name, info] of Object.entries(prompts)) {
|
|
66
65
|
if (info.source === 'mcp') {
|
|
67
66
|
mcpPrompts.push(name);
|
|
68
67
|
}
|
|
69
|
-
else if (info.source === '
|
|
70
|
-
|
|
71
|
-
}
|
|
72
|
-
else if (info.source === 'starter') {
|
|
73
|
-
starterPrompts.push(name);
|
|
68
|
+
else if (info.source === 'config') {
|
|
69
|
+
configPrompts.push(name);
|
|
74
70
|
}
|
|
75
71
|
else if (info.source === 'custom') {
|
|
76
72
|
customPrompts.push(name);
|
|
@@ -93,21 +89,9 @@ export const promptCommands = [
|
|
|
93
89
|
});
|
|
94
90
|
outputLines.push('');
|
|
95
91
|
}
|
|
96
|
-
if (
|
|
97
|
-
outputLines.push('
|
|
98
|
-
|
|
99
|
-
const info = prompts[name];
|
|
100
|
-
if (info) {
|
|
101
|
-
const title = info.title && info.title !== name ? ` (${info.title})` : '';
|
|
102
|
-
const desc = info.description ? ` - ${info.description}` : '';
|
|
103
|
-
outputLines.push(` ${name}${title}${desc}`);
|
|
104
|
-
}
|
|
105
|
-
});
|
|
106
|
-
outputLines.push('');
|
|
107
|
-
}
|
|
108
|
-
if (starterPrompts.length > 0) {
|
|
109
|
-
outputLines.push('⭐ Starter Prompts:');
|
|
110
|
-
starterPrompts.forEach((name) => {
|
|
92
|
+
if (configPrompts.length > 0) {
|
|
93
|
+
outputLines.push('📋 Config Prompts:');
|
|
94
|
+
configPrompts.forEach((name) => {
|
|
111
95
|
const info = prompts[name];
|
|
112
96
|
if (info) {
|
|
113
97
|
const title = info.title && info.title !== name ? ` (${info.title})` : '';
|
|
@@ -150,21 +134,9 @@ export const promptCommands = [
|
|
|
150
134
|
});
|
|
151
135
|
console.log();
|
|
152
136
|
}
|
|
153
|
-
if (
|
|
154
|
-
console.log(chalk.magenta('
|
|
155
|
-
|
|
156
|
-
const info = prompts[name];
|
|
157
|
-
if (info) {
|
|
158
|
-
const title = info.title && info.title !== name ? ` (${info.title})` : '';
|
|
159
|
-
const desc = info.description ? ` - ${info.description}` : '';
|
|
160
|
-
console.log(` ${chalk.blue(name)}${chalk.yellow(title)}${chalk.dim(desc)}`);
|
|
161
|
-
}
|
|
162
|
-
});
|
|
163
|
-
console.log();
|
|
164
|
-
}
|
|
165
|
-
if (starterPrompts.length > 0) {
|
|
166
|
-
console.log(chalk.green('⭐ Starter Prompts:'));
|
|
167
|
-
starterPrompts.forEach((name) => {
|
|
137
|
+
if (configPrompts.length > 0) {
|
|
138
|
+
console.log(chalk.magenta('📋 Config Prompts:'));
|
|
139
|
+
configPrompts.forEach((name) => {
|
|
168
140
|
const info = prompts[name];
|
|
169
141
|
if (info) {
|
|
170
142
|
const title = info.title && info.title !== name ? ` (${info.title})` : '';
|