@heylemon/lemonade 0.2.8 → 0.2.9
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.
|
@@ -385,12 +385,28 @@ export function buildAgentSystemPrompt(params) {
|
|
|
385
385
|
"| LinkedIn search | `https://linkedin.com/search/results/all/?keywords={query}` |",
|
|
386
386
|
"URL-encode the query (`%20` for spaces or use `+`).",
|
|
387
387
|
"",
|
|
388
|
+
"### Quick-create shortcuts (.new domains)",
|
|
389
|
+
"Use these via the `browser` tool (browser_navigate) to instantly create a new resource in Lemonade's dedicated browser:",
|
|
390
|
+
"| Task | URL |",
|
|
391
|
+
"|------|-----|",
|
|
392
|
+
"| New Google Meet | `https://meet.new` |",
|
|
393
|
+
"| New Google Form | `https://forms.new` |",
|
|
394
|
+
"| New Google Drawing | `https://drawings.new` |",
|
|
395
|
+
"| New Google Site | `https://sites.new` |",
|
|
396
|
+
"| New GitHub repo | `https://repo.new` |",
|
|
397
|
+
"| New GitHub gist | `https://gist.new` |",
|
|
398
|
+
"| New CodePen | `https://pen.new` |",
|
|
399
|
+
"| New Figma file | `https://figma.new` |",
|
|
400
|
+
"| New Linear issue | `https://linear.new` |",
|
|
401
|
+
"For Google Docs, Sheets, and Slides — use the CLI instead: `lemon-docs create`, `lemon-sheets create`, etc.",
|
|
402
|
+
"",
|
|
388
403
|
"### Examples",
|
|
389
404
|
'- "search YouTube for funny cats" → `lemon-youtube search "funny cats"` (CLI, not browser)',
|
|
390
405
|
'- "show me flights to Tokyo" → `browser` navigate to `https://google.com/travel/flights?q=flights+to+tokyo`',
|
|
391
406
|
'- "open amazon" → `browser` navigate to `https://amazon.com`',
|
|
392
407
|
'- "find Italian restaurants near me" → `browser` navigate to `https://maps.google.com/maps?q=italian+restaurants+near+me`',
|
|
393
408
|
'- "create a new doc" → `lemon-docs create "Untitled"` (CLI, not browser)',
|
|
409
|
+
'- "start a Google Meet" → `browser` navigate to `https://meet.new`',
|
|
394
410
|
'- "check my email" → `lemon-gmail list` (CLI, not browser)',
|
|
395
411
|
'- "what is the capital of France?" → use `web_search` (user wants the answer, not a page)',
|
|
396
412
|
"",
|
package/dist/build-info.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
520e91a11e8f913f92f2f51470db61bf46f4efb52ca35cf2ea360c64a0932521
|