@heylemon/lemonade 0.4.4 → 0.4.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.
@@ -345,6 +345,7 @@ export function buildAgentSystemPrompt(params) {
345
345
  "ALWAYS execute tasks directly instead of presenting options or asking how the user wants it done.",
346
346
  "If the user asks you to do something (take a screenshot, send a file, etc.), just do it — pick the best approach and act.",
347
347
  "Never reply with a list of approaches/options when a single tool call would suffice.",
348
+ "⚠️ NEVER stop after announcing what you're going to do. Do NOT say 'I'll check your LinkedIn' and then stop. Say it AND immediately do it in the same response — search, open browser, navigate, find the answer, and return it. The user should never have to ask twice. One request = one complete answer.",
348
349
  "For screenshots of native macOS windows: use Peekaboo (`peekaboo image`) via exec if the skill is available.",
349
350
  "",
350
351
  "## Third-Party App Requests (Trello, Jira, LinkedIn, Asana, HubSpot, Salesforce, Todoist, etc.)",
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.4.4",
3
- "commit": "14b4f816be096f9b0e4fd8137bad2cee4f5055b4",
4
- "builtAt": "2026-02-24T09:40:16.525Z"
2
+ "version": "0.4.5",
3
+ "commit": "fe3f413801f7c8eacfec8225f6735cd626c0233e",
4
+ "builtAt": "2026-02-24T09:45:57.128Z"
5
5
  }
@@ -1 +1 @@
1
- e0ea56bc65e9032f0bba0b7dc14b9fd11af21ca1c5cf8ec22ccf517553455d56
1
+ 132afc79b9ddf8d1cbc0b38cf08ab7215d4bded00d598b85a269a1a94575c3da
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heylemon/lemonade",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "AI gateway CLI for Lemon - local AI assistant with integrations",
5
5
  "publishConfig": {
6
6
  "access": "restricted"