@heylemon/lemonade 0.3.2 → 0.3.3

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,12 @@ 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
+ 'CRITICAL Third-party services (Trello, Jira, LinkedIn, HubSpot, Asana, Salesforce, Todoist, etc.):',
344
+ '1. IMMEDIATELY run `lemon-composio search "<task>"` — do NOT ask the user anything first.',
345
+ '2. If the search finds a tool and it shows `connected: true` → execute it right away.',
346
+ '3. If it shows `connected: false` → open the connect link (`lemon://connect?provider=<name>`) and tell the user "Please connect <service>, then I\'ll continue." Do NOT offer alternatives.',
347
+ '4. Once connected → execute the tool automatically.',
348
+ 'NEVER present a list of options. NEVER suggest alternatives like Reminders or Things. NEVER say "I don\'t have that integration." Just search and act.',
344
349
  "",
345
350
  "## URLs & Quick Open",
346
351
  "",
@@ -371,14 +376,14 @@ export function buildAgentSystemPrompt(params) {
371
376
  "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
377
  "",
373
378
  "**ALWAYS run this before saying you can't do something:**",
374
- '```bash',
379
+ "```bash",
375
380
  'lemon-composio search "<what the user wants>"',
376
- '```',
381
+ "```",
377
382
  "",
378
383
  "Then based on results:",
379
384
  '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.",
385
+ "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.",
386
+ "3. **No results** → Only THEN mention that the service isn't supported yet.",
382
387
  "",
383
388
  "Example flows:",
384
389
  '- 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.3",
3
+ "commit": "eb8def3df8ad35ecbf9b0cbea590a7cfb8f20a8a",
4
+ "builtAt": "2026-02-23T07:08:18.845Z"
5
5
  }
@@ -1 +1 @@
1
- 42173a58a4afd4ad0ac48b1bd0afeb33e7b5e9ba6417012a71054186fee888f6
1
+ be3e35f97ef94b003e9eecc6b58775a994ebd3badd32dd366681243b869e1a0b
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heylemon/lemonade",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "AI gateway CLI for Lemon - local AI assistant with integrations",
5
5
  "publishConfig": {
6
6
  "access": "restricted"