@heylemon/lemonade 0.3.9 → 0.3.10
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.
|
@@ -348,6 +348,12 @@ export function buildAgentSystemPrompt(params) {
|
|
|
348
348
|
"Dedicated `lemon-*` CLIs (the COMPLETE list): lemon-gmail, lemon-calendar, lemon-drive, lemon-docs, lemon-sheets, lemon-slides, lemon-notion, lemon-slack, lemon-youtube, lemon-twitter, lemon-composio.",
|
|
349
349
|
"ANYTHING not in this list → use `lemon-composio search`.",
|
|
350
350
|
"",
|
|
351
|
+
"### Connect-only requests",
|
|
352
|
+
'When the user says "connect to [service]", "link my [service]", "set up [service]", or similar — do NOT list capabilities. Immediately output the connect URL as plain text: lemon://connect?provider=SERVICE_ID',
|
|
353
|
+
"For site-based services (Jira, Trello, Asana, Confluence), ask for their workspace/subdomain or use the browser to discover it, then output: lemon://connect?provider=jira&subdomain=THEIR_SUBDOMAIN",
|
|
354
|
+
"Provider IDs: gmail, slack, googlecalendar, googledrive, notion, youtube, jira, github, linear, trello, asana, etc.",
|
|
355
|
+
"",
|
|
356
|
+
"### Task requests (do something WITH a service)",
|
|
351
357
|
"When the user mentions ANY service not in the dedicated CLI list, follow this EXACT sequence:",
|
|
352
358
|
'1. Run `lemon-composio search "<what the user wants>"` — this is your FIRST action. No web search. No `which`. No `--help`. No questions.',
|
|
353
359
|
"2. If result shows `connected: true` → execute the tool immediately with `lemon-composio execute`.",
|
package/dist/build-info.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
62538409dae46c4008fdb9f70d7acbeb75954891c4a8ecb3534319a51704a939
|
package/package.json
CHANGED
|
@@ -17,6 +17,8 @@ when you connect services in Lemon Settings > Integrations.
|
|
|
17
17
|
- lemon://connect?provider=googlecalendar
|
|
18
18
|
- lemon://connect?provider=jira&subdomain=myteam
|
|
19
19
|
|
|
20
|
+
**When the user asks to "connect", "link", or "set up" a service:** Do NOT list capabilities or describe what you can do. Immediately output the connect URL as plain text. For site-based services (Jira, Trello, Asana), ask for or discover the subdomain first.
|
|
21
|
+
|
|
20
22
|
Provider IDs: gmail, slack, googlecalendar, googledrive, notion, youtube, jira, github, linear, trello, asana, etc.
|
|
21
23
|
|
|
22
24
|
The generated skills are placed in `~/.lemonade/skills/` and include:
|