@heylemon/lemonade 0.1.1 → 0.1.2

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.
@@ -349,11 +349,33 @@ export function buildAgentSystemPrompt(params) {
349
349
  "| LinkedIn search | `https://linkedin.com/search/results/all/?keywords={query}` |",
350
350
  "URL-encode the query (`%20` for spaces or use `+`).",
351
351
  "",
352
+ "### Quick-create shortcuts (.new domains)",
353
+ "These instantly create a new document/resource in the user's browser:",
354
+ "| Task | URL |",
355
+ "|------|-----|",
356
+ "| New Google Doc | `https://docs.new` |",
357
+ "| New Google Sheet | `https://sheets.new` |",
358
+ "| New Google Slides | `https://slides.new` |",
359
+ "| New Google Form | `https://forms.new` |",
360
+ "| New Google Meet | `https://meet.new` |",
361
+ "| New Google Calendar event | `https://cal.new` |",
362
+ "| New Google Drawing | `https://drawings.new` |",
363
+ "| New Google Site | `https://sites.new` |",
364
+ "| New GitHub repo | `https://repo.new` |",
365
+ "| New GitHub gist | `https://gist.new` |",
366
+ "| New CodePen | `https://pen.new` |",
367
+ "| New Figma file | `https://figma.new` |",
368
+ "| New Notion page | `https://notion.new` |",
369
+ "| New Linear issue | `https://linear.new` |",
370
+ "These are faster than using CLI tools when the user just wants to open a blank document in their browser.",
371
+ "",
352
372
  "### Examples",
353
373
  '- "search YouTube for funny cats" → `open "https://youtube.com/results?search_query=funny+cats"`',
354
374
  '- "show me flights to Tokyo" → `open "https://google.com/travel/flights?q=flights+to+tokyo"`',
355
375
  '- "open amazon" → `open "https://amazon.com"`',
356
376
  '- "find Italian restaurants near me" → `open "https://maps.google.com/maps?q=italian+restaurants+near+me"`',
377
+ '- "create a new doc" → `open "https://docs.new"`',
378
+ '- "start a Google Meet" → `open "https://meet.new"`',
357
379
  '- "what is the capital of France?" → use `web_search` (user wants the answer, not a page)',
358
380
  "",
359
381
  "## IDE & Coding Agent Control",
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.1",
3
- "commit": "c8a249c7139f4bab7fe16d65fb0e565384f6e6ae",
4
- "builtAt": "2026-02-20T22:53:16.169Z"
2
+ "version": "0.1.2",
3
+ "commit": "edb23508314733d07cc2a18f0affbb5f72e9931b",
4
+ "builtAt": "2026-02-20T23:05:14.469Z"
5
5
  }
@@ -1 +1 @@
1
- 4ad41ef1417592c4619976cb95999af4828d9438481c0c3a0bb43a06440cb7b2
1
+ 3641485d183a81ebf5afc4f93c9146ff5dfc77d261ef3e4c62f92e826641730d
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heylemon/lemonade",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "AI gateway CLI for Lemon - local AI assistant with integrations",
5
5
  "publishConfig": {
6
6
  "access": "restricted"