@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
|
|
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
|
-
|
|
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`)** →
|
|
381
|
-
"3. **No results** → Only THEN
|
|
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`',
|
package/dist/build-info.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
be3e35f97ef94b003e9eecc6b58775a994ebd3badd32dd366681243b869e1a0b
|