Skip to content

Releases: jamesrossdev/luckyclaw

LuckyClaw v0.2.1

21 Mar 14:53
Immutable release. Only release title and notes can be modified.
aeba461

Choose a tag to compare

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:free for improved reasoning and response speed.
  • Discord Moderation Suite: The new discord-mod skill 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 status and the SSH banner to clearly display Available / Total memory, eliminating confusion around system utilization.
  • OOM Protection: Enhanced GOMEMLIMIT and GOGC tuning to prevent premature process kills on 64MB hardware.
  • Binary-Only Workspaces: The workspace/ directory is now delivered entirely via go:embed within 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 restart

LuckyClaw v0.2.0

15 Mar 20:27
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's New

  • Cron max_runs — Set a limit on recurring reminders (e.g. "remind me every 5 min for 30 min")
  • Larger context windowmax_tokens increased to 16384, max_tool_iterations to 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.