repoburg 1.3.131 → 1.3.133
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/.claude/settings.local.json +7 -0
- package/.playwright-mcp/console-2026-05-12T09-54-31-560Z.log +13 -0
- package/.playwright-mcp/console-2026-05-12T10-04-14-892Z.log +13 -0
- package/.playwright-mcp/console-2026-05-12T10-50-32-398Z.log +14 -0
- package/.playwright-mcp/console-2026-05-12T12-50-09-889Z.log +13 -0
- package/.playwright-mcp/console-2026-05-12T12-58-49-817Z.log +14 -0
- package/.playwright-mcp/page-2026-05-12T09-54-32-920Z.yml +223 -0
- package/.playwright-mcp/page-2026-05-12T09-54-42-067Z.yml +190 -0
- package/.playwright-mcp/page-2026-05-12T09-55-12-019Z.yml +389 -0
- package/.playwright-mcp/page-2026-05-12T09-55-49-065Z.yml +428 -0
- package/.playwright-mcp/page-2026-05-12T09-56-06-607Z.yml +389 -0
- package/.playwright-mcp/page-2026-05-12T09-56-23-371Z.yml +196 -0
- package/.playwright-mcp/page-2026-05-12T09-56-55-792Z.yml +389 -0
- package/.playwright-mcp/page-2026-05-12T10-04-15-716Z.yml +164 -0
- package/.playwright-mcp/page-2026-05-12T10-04-43-994Z.yml +190 -0
- package/.playwright-mcp/page-2026-05-12T10-05-04-616Z.yml +389 -0
- package/.playwright-mcp/page-2026-05-12T10-05-27-643Z.yml +428 -0
- package/.playwright-mcp/page-2026-05-12T10-05-47-851Z.yml +389 -0
- package/.playwright-mcp/page-2026-05-12T10-06-13-429Z.yml +196 -0
- package/.playwright-mcp/page-2026-05-12T10-06-58-147Z.yml +389 -0
- package/.playwright-mcp/page-2026-05-12T10-08-20-216Z.yml +428 -0
- package/.playwright-mcp/page-2026-05-12T10-08-38-177Z.yml +389 -0
- package/.playwright-mcp/page-2026-05-12T10-09-01-851Z.yml +196 -0
- package/.playwright-mcp/page-2026-05-12T10-09-24-888Z.yml +389 -0
- package/.playwright-mcp/page-2026-05-12T10-50-33-049Z.yml +212 -0
- package/.playwright-mcp/page-2026-05-12T10-50-48-496Z.yml +196 -0
- package/.playwright-mcp/page-2026-05-12T10-51-51-308Z.yml +196 -0
- package/.playwright-mcp/page-2026-05-12T10-52-07-379Z.yml +196 -0
- package/.playwright-mcp/page-2026-05-12T12-50-10-589Z.yml +143 -0
- package/.playwright-mcp/page-2026-05-12T12-50-25-461Z.yml +196 -0
- package/.playwright-mcp/page-2026-05-12T12-51-11-190Z.yml +394 -0
- package/.playwright-mcp/page-2026-05-12T12-52-21-138Z.yml +524 -0
- package/.playwright-mcp/page-2026-05-12T12-53-42-423Z.yml +431 -0
- package/.playwright-mcp/page-2026-05-12T12-54-18-549Z.yml +196 -0
- package/.playwright-mcp/page-2026-05-12T12-54-26-818Z.yml +390 -0
- package/.playwright-mcp/page-2026-05-12T12-55-32-697Z.yml +520 -0
- package/.playwright-mcp/page-2026-05-12T12-58-50-450Z.yml +164 -0
- package/.playwright-mcp/page-2026-05-12T12-59-12-954Z.yml +196 -0
- package/.playwright-mcp/page-2026-05-12T12-59-38-479Z.yml +394 -0
- package/.playwright-mcp/page-2026-05-12T13-01-17-580Z.yml +524 -0
- package/.playwright-mcp/page-2026-05-12T13-01-58-447Z.yml +271 -0
- package/.playwright-mcp/page-2026-05-12T13-03-12-109Z.yml +394 -0
- package/backend/.env +3 -2
- package/backend/dist/src/core-entities/enums.d.ts +2 -1
- package/backend/dist/src/core-entities/enums.js +1 -0
- package/backend/dist/src/core-entities/enums.js.map +1 -1
- package/backend/dist/src/llm-orchestration/action-handlers/dto/html-final.args.dto.d.ts +4 -0
- package/backend/dist/src/llm-orchestration/action-handlers/dto/html-final.args.dto.js +26 -0
- package/backend/dist/src/llm-orchestration/action-handlers/dto/html-final.args.dto.js.map +1 -0
- package/backend/dist/src/llm-orchestration/action-handlers/html-final.handler.d.ts +11 -0
- package/backend/dist/src/llm-orchestration/action-handlers/html-final.handler.js +110 -0
- package/backend/dist/src/llm-orchestration/action-handlers/html-final.handler.js.map +1 -0
- package/backend/dist/src/llm-orchestration/llm-orchestration.module.js +5 -1
- package/backend/dist/src/llm-orchestration/llm-orchestration.module.js.map +1 -1
- package/backend/dist/src/llm-orchestration/llm-turn-processor.service.js +1 -0
- package/backend/dist/src/llm-orchestration/llm-turn-processor.service.js.map +1 -1
- package/backend/dist/src/seeding/data/context-snippets/compress.d.ts +1 -1
- package/backend/dist/src/seeding/data/context-snippets/compress.js +1 -0
- package/backend/dist/src/seeding/data/context-snippets/compress.js.map +1 -1
- package/backend/dist/src/seeding/data/context-templates/default-followup_ad-hoc-focused-context.d.ts +1 -1
- package/backend/dist/src/seeding/data/context-templates/default-followup_ad-hoc-focused-context.js +1 -1
- package/backend/dist/src/seeding/data/context-templates/default-initial_full-project-context.d.ts +1 -1
- package/backend/dist/src/seeding/data/context-templates/default-initial_full-project-context.js +1 -1
- package/backend/dist/src/seeding/data/system-prompts/default_native_tool_agent.d.ts +1 -1
- package/backend/dist/src/seeding/data/system-prompts/default_native_tool_agent.js +3 -1
- package/backend/dist/src/seeding/data/system-prompts/default_native_tool_agent.js.map +1 -1
- package/backend/dist/src/seeding/data/system-prompts/master-agent.js +1 -0
- package/backend/dist/src/seeding/data/system-prompts/master-agent.js.map +1 -1
- package/backend/dist/src/sub-agents/dto/create-sub-agent.dto.d.ts +3 -3
- package/backend/dist/src/sub-agents/dto/create-sub-agent.dto.js.map +1 -1
- package/backend/dist/src/sub-agents/dto/update-sub-agent.dto.d.ts +4 -4
- package/backend/dist/src/sub-agents/dto/update-sub-agent.dto.js.map +1 -1
- package/backend/dist/src/sub-agents/sub-agents.service.js +13 -4
- package/backend/dist/src/sub-agents/sub-agents.service.js.map +1 -1
- package/backend/dist/src/system-prompts/system-prompts.service.js +1 -0
- package/backend/dist/src/system-prompts/system-prompts.service.js.map +1 -1
- package/backend/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,428 @@
|
|
|
1
|
+
- generic:
|
|
2
|
+
- generic:
|
|
3
|
+
- generic:
|
|
4
|
+
- generic:
|
|
5
|
+
- generic:
|
|
6
|
+
- main:
|
|
7
|
+
- generic:
|
|
8
|
+
- generic:
|
|
9
|
+
- button:
|
|
10
|
+
- img
|
|
11
|
+
- heading [level=2]: Edit Sub-Agent
|
|
12
|
+
- generic:
|
|
13
|
+
- generic:
|
|
14
|
+
- generic: Basic Information
|
|
15
|
+
- generic:
|
|
16
|
+
- generic:
|
|
17
|
+
- generic: Name *
|
|
18
|
+
- textbox:
|
|
19
|
+
- /placeholder: e.g., code-reviewer, test-generator, docs-writer
|
|
20
|
+
- text: explore-codebase (Copy)
|
|
21
|
+
- generic:
|
|
22
|
+
- generic: Description
|
|
23
|
+
- textbox:
|
|
24
|
+
- /placeholder: What does this sub-agent specialize in?
|
|
25
|
+
- text: Specialized agent for exploring and understanding codebase structure
|
|
26
|
+
- generic:
|
|
27
|
+
- switch [checked]
|
|
28
|
+
- generic: Active
|
|
29
|
+
- generic:
|
|
30
|
+
- generic:
|
|
31
|
+
- generic: Configuration
|
|
32
|
+
- generic:
|
|
33
|
+
- generic:
|
|
34
|
+
- generic: System Prompt
|
|
35
|
+
- combobox:
|
|
36
|
+
- generic: Explore Codebase Agent
|
|
37
|
+
- img
|
|
38
|
+
- paragraph: Defines the behavior and personality of this sub-agent
|
|
39
|
+
- generic:
|
|
40
|
+
- generic: Context Template
|
|
41
|
+
- combobox [expanded]:
|
|
42
|
+
- generic: Default Initial
|
|
43
|
+
- img
|
|
44
|
+
- paragraph: Default context template for this sub-agent
|
|
45
|
+
- generic:
|
|
46
|
+
- generic: Followup Context Template
|
|
47
|
+
- combobox:
|
|
48
|
+
- generic: Default Follow-up Context
|
|
49
|
+
- img
|
|
50
|
+
- paragraph: Default context template for follow-up prompts to this sub-agent
|
|
51
|
+
- generic:
|
|
52
|
+
- generic: Model ID (Optional)
|
|
53
|
+
- textbox:
|
|
54
|
+
- /placeholder: e.g., openai/gpt-4o, anthropic/claude-3-opus
|
|
55
|
+
- paragraph: Override default model for this sub-agent
|
|
56
|
+
- generic:
|
|
57
|
+
- generic:
|
|
58
|
+
- generic: Built-in Tool Access
|
|
59
|
+
- generic:
|
|
60
|
+
- generic:
|
|
61
|
+
- generic:
|
|
62
|
+
- generic: Use All Tools
|
|
63
|
+
- paragraph: Allow this sub-agent to use all available built-in tools
|
|
64
|
+
- switch
|
|
65
|
+
- generic:
|
|
66
|
+
- generic:
|
|
67
|
+
- generic:
|
|
68
|
+
- text: "Selected:"
|
|
69
|
+
- generic: 6 / 21
|
|
70
|
+
- button: Select All
|
|
71
|
+
- generic:
|
|
72
|
+
- generic:
|
|
73
|
+
- heading [level=3]: File Operations
|
|
74
|
+
- generic:
|
|
75
|
+
- generic:
|
|
76
|
+
- checkbox
|
|
77
|
+
- generic:
|
|
78
|
+
- text: create_file
|
|
79
|
+
- paragraph: Create new files
|
|
80
|
+
- generic:
|
|
81
|
+
- checkbox
|
|
82
|
+
- generic:
|
|
83
|
+
- text: overwrite_file
|
|
84
|
+
- paragraph: Overwrite file contents
|
|
85
|
+
- generic:
|
|
86
|
+
- checkbox
|
|
87
|
+
- generic:
|
|
88
|
+
- text: delete_file
|
|
89
|
+
- paragraph: Delete files
|
|
90
|
+
- generic:
|
|
91
|
+
- checkbox
|
|
92
|
+
- generic:
|
|
93
|
+
- text: patch
|
|
94
|
+
- paragraph: Apply patches to files
|
|
95
|
+
- generic:
|
|
96
|
+
- checkbox
|
|
97
|
+
- generic:
|
|
98
|
+
- text: quick_edit
|
|
99
|
+
- paragraph: Quick text replacement
|
|
100
|
+
- generic:
|
|
101
|
+
- checkbox
|
|
102
|
+
- generic:
|
|
103
|
+
- text: apply_diff
|
|
104
|
+
- paragraph: Apply git-style diffs
|
|
105
|
+
- generic:
|
|
106
|
+
- heading [level=3]: Code Execution
|
|
107
|
+
- generic:
|
|
108
|
+
- generic:
|
|
109
|
+
- checkbox [checked]
|
|
110
|
+
- generic:
|
|
111
|
+
- text: execute_code
|
|
112
|
+
- paragraph: Execute TypeScript/JavaScript code
|
|
113
|
+
- generic:
|
|
114
|
+
- checkbox [checked]
|
|
115
|
+
- generic:
|
|
116
|
+
- text: run_command
|
|
117
|
+
- paragraph: Run shell commands
|
|
118
|
+
- generic:
|
|
119
|
+
- heading [level=3]: Context & History
|
|
120
|
+
- generic:
|
|
121
|
+
- generic:
|
|
122
|
+
- checkbox [checked]
|
|
123
|
+
- generic:
|
|
124
|
+
- text: request_context
|
|
125
|
+
- paragraph: Request file/folder context
|
|
126
|
+
- generic:
|
|
127
|
+
- checkbox
|
|
128
|
+
- generic:
|
|
129
|
+
- text: howto
|
|
130
|
+
- paragraph: Display help information
|
|
131
|
+
- generic:
|
|
132
|
+
- checkbox
|
|
133
|
+
- generic:
|
|
134
|
+
- text: get_session_history
|
|
135
|
+
- paragraph: Retrieve session conversation history
|
|
136
|
+
- generic:
|
|
137
|
+
- checkbox
|
|
138
|
+
- generic:
|
|
139
|
+
- text: get_messages
|
|
140
|
+
- paragraph: View session messages summary (id, role, preview, discard status)
|
|
141
|
+
- generic:
|
|
142
|
+
- checkbox
|
|
143
|
+
- generic:
|
|
144
|
+
- text: discard_messages
|
|
145
|
+
- paragraph: Discard or restore messages from LLM context
|
|
146
|
+
- generic:
|
|
147
|
+
- heading [level=3]: Session Management
|
|
148
|
+
- generic:
|
|
149
|
+
- generic:
|
|
150
|
+
- checkbox [checked]
|
|
151
|
+
- generic:
|
|
152
|
+
- text: final
|
|
153
|
+
- paragraph: Mark task as complete
|
|
154
|
+
- generic:
|
|
155
|
+
- checkbox
|
|
156
|
+
- generic:
|
|
157
|
+
- text: html_final
|
|
158
|
+
- paragraph: Final response with rich HTML content (tables, charts, interactive)
|
|
159
|
+
- generic:
|
|
160
|
+
- checkbox
|
|
161
|
+
- generic:
|
|
162
|
+
- text: new_session
|
|
163
|
+
- paragraph: Create a new session
|
|
164
|
+
- generic:
|
|
165
|
+
- checkbox [checked]
|
|
166
|
+
- generic:
|
|
167
|
+
- text: write_todo
|
|
168
|
+
- paragraph: Manage TODO lists
|
|
169
|
+
- generic:
|
|
170
|
+
- checkbox [checked]
|
|
171
|
+
- generic:
|
|
172
|
+
- text: generate_title
|
|
173
|
+
- paragraph: Update session title
|
|
174
|
+
- generic:
|
|
175
|
+
- heading [level=3]: Sub-Agents
|
|
176
|
+
- generic:
|
|
177
|
+
- generic:
|
|
178
|
+
- checkbox
|
|
179
|
+
- generic:
|
|
180
|
+
- text: invoke_subagent
|
|
181
|
+
- paragraph: Delegate tasks to specialized sub-agents
|
|
182
|
+
- generic:
|
|
183
|
+
- checkbox
|
|
184
|
+
- generic:
|
|
185
|
+
- text: list_sub_agents
|
|
186
|
+
- paragraph: List all available sub-agents
|
|
187
|
+
- generic:
|
|
188
|
+
- generic:
|
|
189
|
+
- generic:
|
|
190
|
+
- generic: MCP Tool Access
|
|
191
|
+
- generic:
|
|
192
|
+
- generic: No MCP tools
|
|
193
|
+
- button: Select All
|
|
194
|
+
- button [disabled]: Deselect All
|
|
195
|
+
- paragraph: Enable MCP tools for this sub-agent. MCP tools come from connected servers (e.g., Playwright for browser automation).
|
|
196
|
+
- generic:
|
|
197
|
+
- generic:
|
|
198
|
+
- generic:
|
|
199
|
+
- heading [level=3]: playwright
|
|
200
|
+
- generic:
|
|
201
|
+
- generic:
|
|
202
|
+
- checkbox
|
|
203
|
+
- generic: browser_click
|
|
204
|
+
- generic:
|
|
205
|
+
- checkbox
|
|
206
|
+
- generic: browser_close
|
|
207
|
+
- generic:
|
|
208
|
+
- checkbox
|
|
209
|
+
- generic: browser_console_messages
|
|
210
|
+
- generic:
|
|
211
|
+
- checkbox
|
|
212
|
+
- generic: browser_drag
|
|
213
|
+
- generic:
|
|
214
|
+
- checkbox
|
|
215
|
+
- generic: browser_drop
|
|
216
|
+
- generic:
|
|
217
|
+
- checkbox
|
|
218
|
+
- generic: browser_evaluate
|
|
219
|
+
- generic:
|
|
220
|
+
- checkbox
|
|
221
|
+
- generic: browser_file_upload
|
|
222
|
+
- generic:
|
|
223
|
+
- checkbox
|
|
224
|
+
- generic: browser_fill_form
|
|
225
|
+
- generic:
|
|
226
|
+
- checkbox
|
|
227
|
+
- generic: browser_handle_dialog
|
|
228
|
+
- generic:
|
|
229
|
+
- checkbox
|
|
230
|
+
- generic: browser_hover
|
|
231
|
+
- generic:
|
|
232
|
+
- checkbox
|
|
233
|
+
- generic: browser_navigate
|
|
234
|
+
- generic:
|
|
235
|
+
- checkbox
|
|
236
|
+
- generic: browser_navigate_back
|
|
237
|
+
- generic:
|
|
238
|
+
- checkbox
|
|
239
|
+
- generic: browser_network_request
|
|
240
|
+
- generic:
|
|
241
|
+
- checkbox
|
|
242
|
+
- generic: browser_network_requests
|
|
243
|
+
- generic:
|
|
244
|
+
- checkbox
|
|
245
|
+
- generic: browser_press_key
|
|
246
|
+
- generic:
|
|
247
|
+
- checkbox
|
|
248
|
+
- generic: browser_resize
|
|
249
|
+
- generic:
|
|
250
|
+
- checkbox
|
|
251
|
+
- generic: browser_run_code_unsafe
|
|
252
|
+
- generic:
|
|
253
|
+
- checkbox
|
|
254
|
+
- generic: browser_select_option
|
|
255
|
+
- generic:
|
|
256
|
+
- checkbox
|
|
257
|
+
- generic: browser_snapshot
|
|
258
|
+
- generic:
|
|
259
|
+
- checkbox
|
|
260
|
+
- generic: browser_tabs
|
|
261
|
+
- generic:
|
|
262
|
+
- checkbox
|
|
263
|
+
- generic: browser_take_screenshot
|
|
264
|
+
- generic:
|
|
265
|
+
- checkbox
|
|
266
|
+
- generic: browser_type
|
|
267
|
+
- generic:
|
|
268
|
+
- checkbox
|
|
269
|
+
- generic: browser_wait_for
|
|
270
|
+
- generic:
|
|
271
|
+
- button: Cancel
|
|
272
|
+
- button:
|
|
273
|
+
- img
|
|
274
|
+
- text: Save Changes
|
|
275
|
+
- separator:
|
|
276
|
+
- generic:
|
|
277
|
+
- img
|
|
278
|
+
- generic:
|
|
279
|
+
- generic:
|
|
280
|
+
- generic:
|
|
281
|
+
- heading [level=2]: Command Palette
|
|
282
|
+
- paragraph: Search for a command to run...
|
|
283
|
+
- generic:
|
|
284
|
+
- generic:
|
|
285
|
+
- generic:
|
|
286
|
+
- generic:
|
|
287
|
+
- generic:
|
|
288
|
+
- button: New Session
|
|
289
|
+
- button: Follow-up
|
|
290
|
+
- button:
|
|
291
|
+
- img
|
|
292
|
+
- generic:
|
|
293
|
+
- generic:
|
|
294
|
+
- paragraph: "Project: /Users/celalertug/repoburg-projects/isgorusmetakip"
|
|
295
|
+
- generic:
|
|
296
|
+
- generic:
|
|
297
|
+
- paragraph: "Session Name:"
|
|
298
|
+
- paragraph: Explain project structure
|
|
299
|
+
- img
|
|
300
|
+
- button:
|
|
301
|
+
- img
|
|
302
|
+
- generic: Copy session info
|
|
303
|
+
- button:
|
|
304
|
+
- img
|
|
305
|
+
- generic: Clone session
|
|
306
|
+
- button:
|
|
307
|
+
- img
|
|
308
|
+
- generic: Toggle theme
|
|
309
|
+
- generic:
|
|
310
|
+
- generic:
|
|
311
|
+
- generic:
|
|
312
|
+
- generic: Model
|
|
313
|
+
- combobox:
|
|
314
|
+
- text: glm-5.1:cloud
|
|
315
|
+
- img
|
|
316
|
+
- generic:
|
|
317
|
+
- generic: Reasoning Effort
|
|
318
|
+
- combobox:
|
|
319
|
+
- generic: Default
|
|
320
|
+
- img
|
|
321
|
+
- generic:
|
|
322
|
+
- generic: System Prompt
|
|
323
|
+
- generic:
|
|
324
|
+
- generic:
|
|
325
|
+
- combobox:
|
|
326
|
+
- generic: Native Tool Agent (Default)
|
|
327
|
+
- img
|
|
328
|
+
- button:
|
|
329
|
+
- img
|
|
330
|
+
- generic: Push to AI Studio
|
|
331
|
+
- generic:
|
|
332
|
+
- generic: Initial Prompt Template
|
|
333
|
+
- combobox:
|
|
334
|
+
- generic: Default Initial (Copy)
|
|
335
|
+
- img
|
|
336
|
+
- generic:
|
|
337
|
+
- generic: Follow-up Prompt Template
|
|
338
|
+
- combobox:
|
|
339
|
+
- generic: Default Follow-up Context (Copy)
|
|
340
|
+
- img
|
|
341
|
+
- generic:
|
|
342
|
+
- generic:
|
|
343
|
+
- generic:
|
|
344
|
+
- combobox:
|
|
345
|
+
- generic: In context only
|
|
346
|
+
- img
|
|
347
|
+
- button:
|
|
348
|
+
- img
|
|
349
|
+
- text: Select
|
|
350
|
+
- generic:
|
|
351
|
+
- generic:
|
|
352
|
+
- img
|
|
353
|
+
- generic: USER
|
|
354
|
+
- generic:
|
|
355
|
+
- generic: 6 msgs
|
|
356
|
+
- generic: 5 tools
|
|
357
|
+
- generic:
|
|
358
|
+
- img
|
|
359
|
+
- text: 48,288
|
|
360
|
+
- generic:
|
|
361
|
+
- generic:
|
|
362
|
+
- generic:
|
|
363
|
+
- img
|
|
364
|
+
- generic: explain this project
|
|
365
|
+
- generic:
|
|
366
|
+
- generic:
|
|
367
|
+
- img
|
|
368
|
+
- generic: generate_title
|
|
369
|
+
- generic:
|
|
370
|
+
- img
|
|
371
|
+
- generic: 8,089
|
|
372
|
+
- generic:
|
|
373
|
+
- generic:
|
|
374
|
+
- img
|
|
375
|
+
- generic: "request_context: src/services/agentLoop.ts, src/services/tools/index.ts, server/index.ts"
|
|
376
|
+
- generic:
|
|
377
|
+
- img
|
|
378
|
+
- generic: 8,208
|
|
379
|
+
- generic:
|
|
380
|
+
- generic:
|
|
381
|
+
- img
|
|
382
|
+
- generic: "request_context: src/types/application.ts, src/types/chat.ts, src/types/ai.ts, src/pages/DashboardPage.tsx, src/pages/ApplicationsPage.tsx, src/pages/ChatPage.tsx, src/pages/JobPostingsPage.tsx, src/pages/EmailsPage.tsx, src/pages/InsightsPage.tsx"
|
|
383
|
+
- generic:
|
|
384
|
+
- img
|
|
385
|
+
- generic: 12,542
|
|
386
|
+
- generic:
|
|
387
|
+
- generic:
|
|
388
|
+
- img
|
|
389
|
+
- generic: "request_context: db/schema.sql, src/services/ollamaClient.ts, src/stores/useChatStore.ts, src/services/tools/application.ts, src/services/tools/email.ts"
|
|
390
|
+
- generic:
|
|
391
|
+
- img
|
|
392
|
+
- generic: 32,262
|
|
393
|
+
- generic:
|
|
394
|
+
- generic:
|
|
395
|
+
- img
|
|
396
|
+
- generic: html_final
|
|
397
|
+
- generic:
|
|
398
|
+
- img
|
|
399
|
+
- generic: 47,999
|
|
400
|
+
- generic [ref=e211]:
|
|
401
|
+
- textbox [ref=e617]:
|
|
402
|
+
- /placeholder: "Type your prompt here... (use @ for files, # for folders)"
|
|
403
|
+
- generic [ref=e213]:
|
|
404
|
+
- button [ref=e318]:
|
|
405
|
+
- img
|
|
406
|
+
- button [disabled]:
|
|
407
|
+
- img
|
|
408
|
+
- generic:
|
|
409
|
+
- heading [level=2]: Command Palette
|
|
410
|
+
- paragraph: Search for a command to run...
|
|
411
|
+
- region "Notifications alt+T"
|
|
412
|
+
- listbox [ref=e618]:
|
|
413
|
+
- option "None" [ref=e619]:
|
|
414
|
+
- generic [ref=e621]: None
|
|
415
|
+
- option "Default Follow-up Context" [ref=e622]:
|
|
416
|
+
- generic [ref=e624]: Default Follow-up Context
|
|
417
|
+
- option "Default Follow-up Context (Copy)" [ref=e625]:
|
|
418
|
+
- generic [ref=e627]: Default Follow-up Context (Copy)
|
|
419
|
+
- option "Default Initial" [active] [selected] [ref=e628]:
|
|
420
|
+
- generic [ref=e630]:
|
|
421
|
+
- img
|
|
422
|
+
- generic [ref=e631]: Default Initial
|
|
423
|
+
- option "Default Initial (Copy)" [ref=e632]:
|
|
424
|
+
- generic [ref=e634]: Default Initial (Copy)
|
|
425
|
+
- option "Default Initial Condensed" [ref=e635]:
|
|
426
|
+
- generic [ref=e637]: Default Initial Condensed
|
|
427
|
+
- option "Open PR" [ref=e638]:
|
|
428
|
+
- generic [ref=e640]: Open PR
|