@heylemon/lemonade 0.3.0 → 0.3.1

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.
@@ -156,7 +156,7 @@ function buildDocsSection(params) {
156
156
  "Mirror: https://docs.lemonade.ai",
157
157
  "Source: https://github.com/lemonade/lemonade",
158
158
  "Community: https://discord.com/invite/clawd",
159
- "Find new skills: https://clawdhub.com",
159
+ "Find new skills in the Lemon app under Settings > Skills.",
160
160
  "For Lemonade behavior, commands, config, or architecture: consult local docs first.",
161
161
  "When diagnosing issues, run `lemonade status` yourself when possible; only ask the user if you lack access (e.g., sandboxed).",
162
162
  "",
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.3.0",
3
- "commit": "4f49b2640ae7f3fde2d49573462df3016e1a0144",
4
- "builtAt": "2026-02-23T05:27:42.438Z"
2
+ "version": "0.3.1",
3
+ "commit": "af6ec94e6b0e2f23c93fcb10bb1d5751486b9f59",
4
+ "builtAt": "2026-02-23T05:43:17.319Z"
5
5
  }
@@ -1 +1 @@
1
- 82f9b5532f4301693e11fdda8db2d4eb0004c945c68b5393f9dd6a4899c2ec47
1
+ ef15699c0ddea59aeb2bf0e7db7577c03be67f6d9133c8c20be18d178f22bcc2
@@ -10,7 +10,7 @@ import { formatCliCommand } from "./command-format.js";
10
10
  function appendClawdHubHint(output, json) {
11
11
  if (json)
12
12
  return output;
13
- return `${output}\n\nTip: use \`npx clawdhub\` to search, install, and sync skills.`;
13
+ return output;
14
14
  }
15
15
  function formatSkillStatus(skill) {
16
16
  if (skill.eligible)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heylemon/lemonade",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "AI gateway CLI for Lemon - local AI assistant with integrations",
5
5
  "publishConfig": {
6
6
  "access": "restricted"
File without changes
File without changes
File without changes
File without changes