File size: 1,204 Bytes
d41fe21
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Changelog

All notable changes to this project will be documented in this file.

## [1.0.0] - 2026-03-30

### πŸŽ‰ Initial Release

#### Features
- **Any LLM provider** β€” Anthropic (Claude), OpenAI (GPT-4), Google (Gemini)
- **Telegram integration** β€” connect via @BotFather, supports multiple users
- **Built-in keep-alive** β€” self-pings to prevent HF Spaces 48h sleep
- **Auto-sync workspace** β€” commits + pushes to HF Dataset every 10 min
- **Auto-create backup** β€” creates HF Dataset automatically on first run
- **Graceful shutdown** β€” saves workspace before container stops
- **Health endpoint** β€” `/health` on port 7861 for monitoring
- **DNS fix** β€” bypasses HF Spaces internal DNS restrictions
- **Version pinning** β€” lock OpenClaw to a specific version
- **Startup banner** β€” clean summary of all running services
- **Zero-config defaults** β€” just 2 secrets to get started

#### Architecture
- `start.sh` β€” config generator + validation + orchestrator
- `keep-alive.sh` β€” self-ping background service
- `workspace-sync.sh` β€” periodic workspace backup
- `health-server.js` β€” lightweight health endpoint
- `dns-fix.js` β€” DNS override for HF network restrictions