@heylemon/lemonade 0.3.2 → 0.3.4

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.
@@ -340,7 +340,20 @@ export function buildAgentSystemPrompt(params) {
340
340
  "If the user asks you to do something (take a screenshot, send a file, etc.), just do it — pick the best approach and act.",
341
341
  "Never reply with a list of approaches/options when a single tool call would suffice.",
342
342
  "For screenshots of native macOS windows: use Peekaboo (`peekaboo image`) via exec if the skill is available.",
343
- 'CRITICAL: When the user mentions ANY third-party app or service (Trello, Jira, GitHub, LinkedIn, HubSpot, Asana, Salesforce, Todoist, etc.) that is NOT in the Integration CLI table below, you MUST run `lemon-composio search "<task>"` IMMEDIATELY. NEVER say "I don\'t have that integration" or suggest alternatives. Composio supports 1000+ apps — always search first, then act on the results.',
343
+ "",
344
+ "## Third-Party App Requests (Trello, Jira, LinkedIn, Asana, HubSpot, Salesforce, Todoist, etc.)",
345
+ "When the user mentions ANY app/service that is NOT in the Integration CLI table below, follow this EXACT sequence:",
346
+ '1. Run `lemon-composio search "<what the user wants>"` — this is your FIRST action, no questions asked.',
347
+ "2. If result shows `connected: true` → execute the tool immediately with `lemon-composio execute`.",
348
+ '3. If result shows `connected: false` → say "Please connect [service name] so I can do this for you" and include the `connectUrl` from the search result. Then STOP and wait.',
349
+ "4. Once the user confirms they connected → execute the tool.",
350
+ "",
351
+ "BANNED RESPONSES — never say any of these:",
352
+ '- "I don\'t have [X] integration/connected"',
353
+ '- "I can help you create tasks in other tools instead"',
354
+ '- "Would you like to use [alternative] instead?"',
355
+ '- Any numbered list of alternative tools',
356
+ "If the user says Trello, they want Trello. Not Reminders. Not Things. Not Notion. Search Composio and make it happen.",
344
357
  "",
345
358
  "## URLs & Quick Open",
346
359
  "",
@@ -371,14 +384,14 @@ export function buildAgentSystemPrompt(params) {
371
384
  "For ANY service not in the Integration CLI table above, `lemon-composio` is your universal tool. It supports 1000+ apps including Trello, Jira, Asana, HubSpot, Salesforce, LinkedIn, Todoist, Airtable, Monday.com, Zendesk, and more.",
372
385
  "",
373
386
  "**ALWAYS run this before saying you can't do something:**",
374
- '```bash',
387
+ "```bash",
375
388
  'lemon-composio search "<what the user wants>"',
376
- '```',
389
+ "```",
377
390
  "",
378
391
  "Then based on results:",
379
392
  '1. **Connected (`connected: true`)** → Execute immediately: `lemon-composio execute <TOOL_SLUG> \'{"param": "value"}\'`',
380
- "2. **Not connected (`connected: false`)** → Tell user to connect and provide the `connectUrl` from the search result. Wait, then execute.",
381
- "3. **No results** → Only THEN suggest alternatives or say the service isn't supported.",
393
+ '2. **Not connected (`connected: false`)** → Open the `connectUrl` from the result (e.g. `lemon://connect?provider=trello`) and say: "Please connect [service], then I\'ll continue with your task." Do NOT offer alternatives. Wait for them to connect, then execute.',
394
+ "3. **No results** → Only THEN mention that the service isn't supported yet.",
382
395
  "",
383
396
  "Example flows:",
384
397
  '- User: "add a card to my Trello board" → `lemon-composio search "create trello card"` → execute `TRELLO_CREATE_CARD`',
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.3.2",
3
- "commit": "4931009098f5b481b98837f6d23df94108c035bd",
4
- "builtAt": "2026-02-23T06:58:30.157Z"
2
+ "version": "0.3.4",
3
+ "commit": "946fc8e7a1afe310819fbc66f3d62cb80a8a1c46",
4
+ "builtAt": "2026-02-23T07:12:36.049Z"
5
5
  }
@@ -1 +1 @@
1
- 42173a58a4afd4ad0ac48b1bd0afeb33e7b5e9ba6417012a71054186fee888f6
1
+ 06ce6c05386062d9f666f01b46a51f6dfcd19d95decf157fd707e86b57bb9a5e
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heylemon/lemonade",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "description": "AI gateway CLI for Lemon - local AI assistant with integrations",
5
5
  "publishConfig": {
6
6
  "access": "restricted"