Releases: jamesrossdev/luckyclaw
Releases · jamesrossdev/luckyclaw
LuckyClaw v0.2.1
Immutable
release. Only release title and notes can be modified.
This release focuses on improving system transparency and expanding our communication channel capabilities with professional-grade Discord moderation tools.
What's New
- New Default Model: Switched the default free-tier model to
stepfun/step-3.5-flash:freefor improved reasoning and response speed. - Discord Moderation Suite: The new
discord-modskill allows administrators to manage their communities directly through the assistant (requires appropriate permissions).delete_message: Clean up unwanted content.timeout_user: Temporarily restrict disruptive users (7s to 4w).
- Discord DM Sandbox Bypass: Tools now have full system access when interacting via Direct Messages, while remaining securely sandboxed in public server channels.
- Memory Reporting Clarity: Refactored
luckyclaw statusand the SSH banner to clearly displayAvailable / Totalmemory, eliminating confusion around system utilization. - OOM Protection: Enhanced
GOMEMLIMITandGOGCtuning to prevent premature process kills on 64MB hardware. - Binary-Only Workspaces: The
workspace/directory is now delivered entirely viago:embedwithin the binary, removing the need for/root/.luckyclaw/in the firmware image. - Roadmap Alignment: Updated documentation to reflect our Conservative by Design philosophy—focusing on stability and "just works" features for everyday users.
Supported Boards
| Board | Image |
|---|---|
| Luckfox Pico Plus | luckyclaw-luckfox_pico_plus_rv1103-v0.2.1.img |
| Luckfox Pico Pro | luckyclaw-luckfox_pico_pro_rv1106-v0.2.1.img |
| Luckfox Pico Max | luckyclaw-luckfox_pico_max_rv1106-v0.2.1.img |
Downloads
All files needed to flash are attached below. For a fresh install, flash the latest update.img or simply replace the binary on your existing board:
# Quick upgrade (on device)
killall -9 luckyclaw
# [Upload new binary to /usr/bin/luckyclaw]
/etc/init.d/S99luckyclaw restartLuckyClaw v0.2.0
Immutable
release. Only release title and notes can be modified.
What's New
- Cron
max_runs— Set a limit on recurring reminders (e.g. "remind me every 5 min for 30 min") - Larger context window —
max_tokensincreased to 16384,max_tool_iterationsto 25 - Silent memory optimization — No more "Memory threshold reached" interruptions
- NTP boot guard — Discord bot no longer dies on cold boot (no battery RTC)
- Optional channel setup — Onboarding now asks if you want Telegram and/or Discord
- Flashing guide — Step-by-step guide with screenshots for Windows
Supported Boards
| Board | Image |
|---|---|
| Luckfox Pico Plus | luckyclaw-luckfox_pico_plus_rv1103-v0.2.0.img |
| Luckfox Pico Pro Max | luckyclaw-luckfox_pico_pro_max_rv1106-v0.2.0.img |
Downloads
All files needed to flash are attached below.