diff --git a/apps/continue/app.json b/apps/continue/app.json deleted file mode 100644 index 2414169..0000000 --- a/apps/continue/app.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "id": "continue", - "name": "Continue", - "description": "Open-source AI code assistant for VS Code and JetBrains", - "category": ["code"], - "date_added": "2025-02-05", - "links": { - "app": "https://www.continue.dev/", - "guide": "https://lemonade-server.ai/docs/integrations/continue/", - "video": "https://youtu.be/bP_MZnDpbUc?si=hRhLbLEV6V_OGlUt" - } -} diff --git a/apps/continue/logo.png b/apps/continue/logo.png deleted file mode 100644 index 018d1a6..0000000 Binary files a/apps/continue/logo.png and /dev/null differ diff --git a/apps/lemonade-mobile/app.json b/apps/lemonade-mobile/app.json new file mode 100644 index 0000000..252afb0 --- /dev/null +++ b/apps/lemonade-mobile/app.json @@ -0,0 +1,10 @@ +{ + "id": "lemonade-mobile", + "name": "Lemonade Mobile", + "description": "iOS and Android chat app for your self-hosted Lemonade server", + "category": ["chat"], + "date_added": "2026-06-22", + "links": { + "app": "https://github.com/lemonade-sdk/lemonade-mobile" + } +} diff --git a/apps/lemonade-mobile/logo.png b/apps/lemonade-mobile/logo.png new file mode 100644 index 0000000..90ed8a7 Binary files /dev/null and b/apps/lemonade-mobile/logo.png differ diff --git a/apps/pi/app.json b/apps/pi/app.json new file mode 100644 index 0000000..b6d8e05 --- /dev/null +++ b/apps/pi/app.json @@ -0,0 +1,11 @@ +{ + "id": "pi", + "name": "Pi", + "description": "Minimal terminal-based coding agent using local models via Lemonade", + "category": ["code"], + "date_added": "2026-06-22", + "links": { + "app": "https://pi.dev/", + "guide": "https://lemonade-server.ai/docs/integrations/pi/" + } +} diff --git a/apps/pi/logo.png b/apps/pi/logo.png new file mode 100644 index 0000000..c1a477d Binary files /dev/null and b/apps/pi/logo.png differ diff --git a/pinned.json b/pinned.json index 4ecdbfd..c705f34 100644 --- a/pinned.json +++ b/pinned.json @@ -7,10 +7,10 @@ "infinity-arcade", "Claude Code", "github-copilot", - "openhands", + "pi", "dify", "fx-chatbot", - "iterate-ai", + "lemonade-mobile", "morphik" ] } diff --git a/scripts/copy_logos.py b/scripts/copy_logos.py index 4559391..68abef4 100644 --- a/scripts/copy_logos.py +++ b/scripts/copy_logos.py @@ -21,7 +21,6 @@ "n8n": ASSETS_MARKETPLACE / "n8n.png", "gaia": ASSETS_MARKETPLACE / "gaia.png", "infinity-arcade": ASSETS_MARKETPLACE / "infinity_arcade.png", - "continue": ASSETS_MARKETPLACE / "continue.png", "github-copilot": ASSETS_MARKETPLACE / "github_copilot.png", "openhands": ASSETS_MARKETPLACE / "openhands.png", "dify": ASSETS_MARKETPLACE / "dify.png",