Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions apps/continue/app.json

This file was deleted.

Binary file removed apps/continue/logo.png
Binary file not shown.
10 changes: 10 additions & 0 deletions apps/lemonade-mobile/app.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
Binary file added apps/lemonade-mobile/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions apps/pi/app.json
Original file line number Diff line number Diff line change
@@ -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/"
}
}
Binary file added apps/pi/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions pinned.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"infinity-arcade",
"Claude Code",
"github-copilot",
"openhands",
"pi",
"dify",
"fx-chatbot",
"iterate-ai",
"lemonade-mobile",
"morphik"
]
}
1 change: 0 additions & 1 deletion scripts/copy_logos.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading