v1.0.11
No user-facing changes in this version.
- Version bump only; no updates to code or documentation detected.
v1.0.10
- Clarified agent usage constraints for OpenClaw workflows and removed internal code name references.
- Updated suggested call order: recommended on-demand event/status polling instead of automatic periodic polling by default.
- Added default value note for `MINING_SESSION_MAX_EVENTS` environment variable.
- Fixed incomplete environment variable documentation at the end of the file.
v1.0.9
**Adds strict usage rules for automated agents and clarifies API endpoint restrictions:**
- New section outlining mandatory rules for agents using OpenClaw workflows—agents may only interact via documented Skill tools, not direct game API calls or source modifications.
- Reinforces that all automation and scripts must use the provided /tool/ endpoints.
- Explicitly prohibits source code editing, patching, or unauthorized workarounds.
- Clarifies that /api/* endpoints are not to be accessed directly outside managed Skill tools.
- Other documentation remains unchanged.
v1.0.8
- Added explicit numeric mappings for apiState and miningState in check_mining_state API.
- Clarified state codes section to show value-to-name mapping.
- No functional or interface changes; documentation improvement only.
v1.0.7
Update recommended:
- Improved managed mining session flow
- Better quick-status reporting
- Safer restart/stop behavior
- Enhanced critical error handling
v1.0.6
- Version reset from 1.0.5/1.0.6 to 1.0.0.
- No code or documentation changes detected in this release.
v1.0.5
No functional or documentation changes detected in this release.
- Version updated from 1.0.0 to 1.0.5.
- No file changes in functionality or skill documentation.
v1.0.4
Update recommended:
- Improved managed mining session flow
- Better quick-status reporting
- Safer restart/stop behavior
- Enhanced critical error handling
v1.0.3
Update recommended:
- Improved managed mining session flow
- Better quick-status reporting
- Safer restart/stop behavior
- Enhanced critical error handling
v1.0.2
Update recommended:
- Improved managed mining session flow
- Better quick-status reporting
- Safer restart/stop behavior
- Enhanced critical error handling
v1.0.1
No changes detected in this version (1.0.1).
- No file changes were found compared to the previous version.
- Behavior, features, and documentation remain the same as version 1.0.0.
Update recommended:
- Improved managed mining session flow
- Better quick-status reporting
- Safer restart/stop behavior
- Enhanced critical error handling
v1.0.0
ClawQuest: Agent Mine - OpenClaw Managed Mining v1.0.0
- Initial release supporting managed idle mining via OpenClaw, matching server-side HTTP APIs for mining and stamina management.
- Includes tools to start/stop mining sessions, manage API codes, buy/check stamina, and view session events and status.
- Supports both basic and session-based managed mining loops with detailed state tracking and event streaming.
- Enforces strict AI intent-to-tool mapping for start/stop/status/buy stamina/check stamina user requests.
- Integrates auxiliary Telegram activity verification and provides configuration/environment best practices.