@heylemon/lemonade 0.2.5 → 0.2.6

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.
@@ -54,7 +54,12 @@ function buildUserIdentitySection(ownerLine, isMinimal) {
54
54
  function buildTimeSection(params) {
55
55
  if (!params.userTimezone)
56
56
  return [];
57
- return ["## Current Date & Time", `Time zone: ${params.userTimezone}`, ""];
57
+ return [
58
+ "## Current Date & Time",
59
+ `Time zone: ${params.userTimezone}`,
60
+ `When the user mentions a time (e.g. "8pm", "tomorrow at 3") always interpret it in their timezone (${params.userTimezone}) and pass the correct absolute time to any tool or API (calendar events, reminders, alarms, etc.).`,
61
+ "",
62
+ ];
58
63
  }
59
64
  function buildReplyTagsSection(isMinimal) {
60
65
  if (isMinimal)
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.5",
2
+ "version": "0.2.6",
3
3
  "commit": "80887609891b389ba300be9cfe0a533a54f2d4a9",
4
- "builtAt": "2026-02-22T15:54:27.492Z"
4
+ "builtAt": "2026-02-22T16:28:19.422Z"
5
5
  }
@@ -1 +1 @@
1
- f7aff81ae06daba57524cebf957881ed76d554113073508696e255d618aa3b03
1
+ 6a2102ad373b5c2a8630cff043867bfb4dea9f4c9d5e6b87ac2817e328058b0f
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heylemon/lemonade",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "AI gateway CLI for Lemon - local AI assistant with integrations",
5
5
  "publishConfig": {
6
6
  "access": "restricted"