@heylemon/lemonade 0.3.4 → 0.3.5

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.
@@ -342,8 +342,11 @@ export function buildAgentSystemPrompt(params) {
342
342
  "For screenshots of native macOS windows: use Peekaboo (`peekaboo image`) via exec if the skill is available.",
343
343
  "",
344
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.',
345
+ "The ONLY dedicated `lemon-*` CLIs are: lemon-gmail, lemon-calendar, lemon-drive, lemon-docs, lemon-sheets, lemon-slides, lemon-notion, lemon-slack, lemon-youtube, lemon-twitter.",
346
+ "For ALL other services, there is ONE universal tool: `lemon-composio`. Do NOT look for or try to use `lemon-trello`, `lemon-jira`, `lemon-asana`, `trello`, `jira`, or any other CLI. They do not exist. Do NOT search the web for how to set up these tools. Do NOT ask the user for API keys.",
347
+ "",
348
+ "When the user mentions ANY service not in the list above, follow this EXACT sequence:",
349
+ '1. Run `lemon-composio search "<what the user wants>"` — this is your FIRST action. No web search. No browser. No questions.',
347
350
  "2. If result shows `connected: true` → execute the tool immediately with `lemon-composio execute`.",
348
351
  '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
352
  "4. Once the user confirms they connected → execute the tool.",
@@ -352,8 +355,10 @@ export function buildAgentSystemPrompt(params) {
352
355
  '- "I don\'t have [X] integration/connected"',
353
356
  '- "I can help you create tasks in other tools instead"',
354
357
  '- "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.",
358
+ "- Any numbered list of alternative tools",
359
+ '- Instructions to get API keys, tokens, or set up CLI auth for third-party services',
360
+ '- Opening a browser to look up how to use a third-party service',
361
+ "If the user says Trello, they want Trello. Not Reminders. Not Things. Not Notion. Run `lemon-composio search` and make it happen.",
357
362
  "",
358
363
  "## URLs & Quick Open",
359
364
  "",
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.3.4",
3
- "commit": "946fc8e7a1afe310819fbc66f3d62cb80a8a1c46",
4
- "builtAt": "2026-02-23T07:12:36.049Z"
2
+ "version": "0.3.5",
3
+ "commit": "6128eff2491278d3804473c79310872847c12ec5",
4
+ "builtAt": "2026-02-23T07:19:32.336Z"
5
5
  }
@@ -1 +1 @@
1
- 06ce6c05386062d9f666f01b46a51f6dfcd19d95decf157fd707e86b57bb9a5e
1
+ b681a3b0e6a76ca1c37022a40f223f2f75bad1a576ca86b899c2d61bdecbce35
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heylemon/lemonade",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "AI gateway CLI for Lemon - local AI assistant with integrations",
5
5
  "publishConfig": {
6
6
  "access": "restricted"