Release v0.3.1-legacy
·
97 commits
to main
since this release
Shannon v0.3.1-legacy
🖥️ Desktop Apps
Download the desktop application for your platform:
macOS (Universal Binary - Intel & Apple Silicon)
.dmginstaller (recommended).app.tar.gzfor manual installation
Windows
.msiinstaller (recommended).exeNSIS installer (alternative)
Linux
.AppImage(portable, no installation required).debpackage (Debian/Ubuntu)
🐳 Docker Images
docker pull waylandzhang/gateway:v0.3.1-legacy
docker pull waylandzhang/orchestrator:v0.3.1-legacy
docker pull waylandzhang/agent-core:v0.3.1-legacy
docker pull waylandzhang/llm-service:v0.3.1-legacy🚀 Quick Start
Recommended: One-command install
curl -fsSL https://raw.githubusercontent.com/Kocoro-lab/Shannon/v0.3.1-legacy/scripts/install.sh | bashThis downloads all required files (config, migrations, WASM interpreter) and starts services.
Manual setup: Clone the repo and use deploy/compose/docker-compose.release.yml with the full directory structure.
📚 Documentation
📝 What's Changed
See CHANGELOG.md for detailed changes.
What's Changed
- fix: sandbox, gateway, and lead hardening (15 confirmed issues) by @Awakehsh in #155
- Fix DeepSeek model aliases for official API IDs by @dyingcowboy in #156
- feat: add MiniMax M2.7/M2.7-highspeed as first-class LLM provider by @octo-patch in #157
New Contributors
- @dyingcowboy made their first contribution in #156
- @octo-patch made their first contribution in #157
Full Changelog: v0.3.1...v0.3.1-legacy