All Posts

QClaw Version 0.0.3 Released: Keep Awake, Badge Sharing & More

Guides 2026-04-21
QClaw version 0.0.3 is now available with Keep Awake mode, badge sharing, enhanced model configuration, and bug fixes. Learn about all the new features and improvements in this update.
In this article
AnnouncementWhat's New in 0.0.3New Feature: Keep Awake ModeNew Feature: Badge SharingEnhancement: Model ConfigurationBug Fixes and ImprovementsVersion HistoryHow to UpdateLooking AheadRelease Notes (Technical)[0.0.3] - 2026-04-21Community HighlightsInstallation ReminderRelated ArticlesContact & Support

Announcement

We're excited to announce the release of QClaw version 0.0.3! This update brings several requested features including Keep Awake mode, badge sharing, enhanced model configuration, and important bug fixes. Here's everything you need to know about this release.

Download the latest version: https://qclawsg.qq.com

What's New in 0.0.3

Feature Overview

Feature Category Description
Keep Awake Mode New Prevent your computer from sleeping
Badge Sharing New Share your achievements with friends
Model Configuration Enhancement More flexibility in AI model selection
Bug Fixes Fixes Multiple improvements to stability

New Feature: Keep Awake Mode

Overview

One of the most requested features has arrived! Keep Awake Mode ensures your computer stays awake and available, even when you're away.

When You'll Love This

Use Cases:

Scenario Without Keep Awake With Keep Awake
Long downloads Computer sleeps, download stops Download completes
Remote access Can't connect when asleep Always accessible
Background tasks Tasks fail when sleeping Tasks complete
Presentations Screen turns off Stays on
File transfers Connection drops Stable transfer

How It Works


┌─────────────────────────────────────────────────────────────┐
│                  Keep Awake Mode                           │
├─────────────────────────────────────────────────────────────┤
│                                                             │
│   User: "Keep my computer awake"                           │
│                                                             │
│   ┌─────────────────────────────────────────────────────┐   │
│   │  QClaw detects request                              │   │
│   │  ▼                                                  │   │
│   │  System Settings Modified                           │   │
│   │    • Energy Saver: Disabled                         │   │
│   │    • Display Sleep: Never                          │   │
│   │    • Computer Sleep: Never                         │   │
│   │  ▼                                                  │   │
│   │  Confirmation: "Computer will stay awake"         │   │
│   └─────────────────────────────────────────────────────┘   │
│                                                             │
└─────────────────────────────────────────────────────────────┘

Usage Instructions

Activate Keep Awake:


You: "Keep my computer awake while I run this backup"

QClaw: "I've enabled Keep Awake mode. Your computer will stay awake 
        until you tell me to stop or until the backup completes. 
        You can say 'stop keep awake' when you're done."

Deactivate:


You: "Stop keep awake"

QClaw: "Keep Awake mode is now disabled. Your computer will return 
        to its normal sleep settings."

Safety Features

New Feature: Badge Sharing

Overview

Your achievements deserve to be seen! Badge Sharing lets you create and share beautiful images of your QClaw achievements and milestones.

Available Badges

Badge How to Earn Description
Founding Lobster Join early Exclusive early adopter badge
Task Master Complete 100 tasks Automation expert
Memory Champion Use memory for 7 days QClaw knows you well
Security Aware Review operation logs daily Privacy-conscious user
Night Owl Use QClaw after midnight Dedicated user
Early Bird Use QClaw before 7 AM Morning productivity
First Task Complete first task Getting started
Week Warrior Use QClaw 7 days straight Consistent user

Sharing Options

Generate and Share:


You: "Share my Founding Lobster badge"

QClaw: "Here's your badge image! [Image generated]

You can share this on:
• Twitter/X
• Instagram
• LinkedIn
• WhatsApp
• Any social platform"

Badge Design

Badges feature:

Enhancement: Model Configuration

More Flexibility

Version 0.0.3 brings expanded model configuration options, giving you more control over your AI experience.

New Configuration Options

Setting Previous Now Available
Built-in Models Default selection Multiple choices
Custom Models Limited Full support
API Configuration Basic Advanced options
Temperature Control Fixed Adjustable
Context Length Auto Configurable

Supported Model Integrations

QClaw now supports:


# Supported Model Providers
class SupportedModels:
    # Built-in (via QClaw)
    qclaw_default = True
    
    # Major Providers
    openai = True          # GPT-4, GPT-4 Turbo, etc.
    anthropic = True       # Claude 3, Opus, etc.
    google = True          # Gemini Pro, Ultra
    moonshot = True        # Kimi (default for QClaw)
    
    # Open Source
    llama = True           # Local LLaMA models
    mistral = True         # Mistral AI
    open_source = True     # Ollama, LM Studio

Configuration Example


You: "Switch to using GPT-4 for coding tasks"

QClaw: "I've configured GPT-4 for coding tasks. 
        Your other tasks will continue using Kimi.
        
        Model Settings:
        • Coding: GPT-4
        • General: Kimi
        • Research: Claude 3
        
        You can change these anytime!"

Bug Fixes and Improvements

Resolved Issues

Issue Status Description
Network search failures ✅ Fixed Multiple search-related bugs resolved
Message delivery delays ✅ Fixed Improved message queue handling
Memory leaks ✅ Fixed Reduced memory usage over time
Startup crashes ✅ Fixed More stable initialization

Performance Improvements

Area Improvement
Startup time 15% faster
Memory usage 10% reduction
Response latency 20% faster
Task completion 12% more reliable

Version History

Quick Reference

Version Date Key Changes
0.0.3 April 21, 2026 Keep Awake, Badge Sharing, Model Config
0.0.2 April 19, 2026 Bug fixes
0.0.1 April 17, 2026 Initial launch with core features

From 0.0.1 to Now

Features Added:

How to Update

Automatic Update

QClaw automatically checks for updates. If an update is available:


QClaw will show a notification:
"Version 0.0.3 is available! [Update Now]"

Manual Update

Check for updates:


You: "Check for updates"

QClaw: "You're running version 0.0.3 (the latest). 
        Great job staying current!"

Manual Download

If auto-update fails:

  1. Visit https://qclawsg.qq.com
  2. Click "Download"
  3. Install over your current version
  4. Settings and data are preserved

Looking Ahead

What's Coming Next

We're already working on exciting features:

Feature Status ETA
Mobile companion app In development Q2 2026
Additional messengers Planning Ongoing
Enterprise features Planning Q3 2026
Advanced Playground agents Weekly additions Continuous

Your Input Matters

Founding Lobsters and community members shape our roadmap. Share your feedback:

Release Notes (Technical)

For Technical Users

Minimum Requirements:

Changelog Summary:


## [0.0.3] - 2026-04-21

### Added
- Keep Awake mode for preventing system sleep
- Badge generation and sharing functionality  
- Advanced model configuration panel
- Custom temperature and context settings

### Fixed
- Multiple network search reliability issues
- Memory leak in long-running sessions
- Race condition in message queue
- Crash on startup with certain configurations

### Changed
- Improved startup performance (15% faster)
- Reduced baseline memory usage (10% reduction)
- Enhanced error messaging for clearer debugging

Community Highlights

Top Feedback from This Cycle

Feedback Theme Response
"Need way to keep computer awake" ✅ Keep Awake mode
"Want to share my progress" ✅ Badge sharing
"Need more model options" ✅ Enhanced config
"Search keeps failing" ✅ Bug fixes

Thank You

Every piece of feedback helps shape QClaw. Keep it coming!

Installation Reminder

New to QClaw?

Get started in under 5 minutes:

Download QClaw: https://qclawsg.qq.com

Founding Lobsters: 40 million free daily tokens await!

Contact & Support

Need Help?

Channel Response Time
In-app Help Instant
Email 24-48 hours
Discord Community + Team

Report Issues: hi@sg.qclaw.qq.com

Get the latest QClaw: https://qclawsg.qq.com

Thank you for being part of the QClaw journey!