@heylemon/lemonade 0.0.7 → 0.0.8

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.
@@ -109,8 +109,9 @@ function buildConfirmationSection(isMinimal) {
109
109
  "",
110
110
  "## Email Rules (MANDATORY)",
111
111
  "1. NEVER fabricate email addresses. When user says a name (e.g. 'masood from my team'), resolve it via: Slack search-users (returns email), Gmail find-contact, or Gmail sent-to. If all fail, ASK the user.",
112
- "2. ALWAYS attach files when the task involves creating AND sending a file. Use: `lemon-gmail send <to> <subject> <body> <file_path>`",
113
- "3. ALWAYS confirm the recipient email and attachment list BEFORE sending.",
112
+ "2. ALWAYS attach files when the task involves creating AND sending a file.",
113
+ '3. To attach a file to an email: first read the file as base64 (`base64 -i <path>`), then call GMAIL_SEND_EMAIL with the `attachment` parameter: `{"name": "file.docx", "content": "<base64>", "mimetype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document"}`.',
114
+ "4. ALWAYS confirm the recipient email and attachment list BEFORE sending.",
114
115
  "",
115
116
  ];
116
117
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.7",
3
- "commit": "7f0b46cd788721fa1e258a2542070bdb178f32a7",
4
- "builtAt": "2026-02-20T06:05:51.160Z"
2
+ "version": "0.0.8",
3
+ "commit": "a1fb85deb3c07e445dd89291230ae7c4d9480042",
4
+ "builtAt": "2026-02-20T07:05:21.593Z"
5
5
  }
@@ -1 +1 @@
1
- 3b89844316612a865be1e4c2c9302a4043b8e428920fc2948219aa7e67113aa3
1
+ 924abd5547396c0e3e1642d40a19a47b8437dc16ed9d2aa7cccdd5f28bba3d73
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heylemon/lemonade",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "AI gateway CLI for Lemon - local AI assistant with integrations",
5
5
  "publishConfig": {
6
6
  "access": "restricted"