📋 Nhật Ký Phiên Bản
Tất cả thay đổi, tính năng mới, sửa lỗi, và cập nhật bảo mật của HiveMind.
✨ Tính năng mới
- Trinhduyet — Trình duyệt tự động (Node.js + Patchright), thay thế Extension cho VPS/server
- Launch Trinhduyet từ Admin Panel — nút 🌐 Launch Trinhduyet trên trang Accounts
- Multi-account đồng thời — mỗi tài khoản chạy trên 1 browser riêng, song song
- Auto-login flow — tự mở browser cho tài khoản chưa đăng nhập, lưu session tự động
- 1-click installer tích hợp trinhduyet —
install.ps1 / install.sh cài đặt sẵn
- Trang Roadmap (
/roadmap.html) và Changelog (/changelog.html)
🔄 Thay đổi
- Cập nhật
build.yml — trinhduyet được pre-build, không cần Node.js trong CI
- Install scripts bảo toàn
node_modules khi update
- Admin API: endpoint
/api/admin/trinhduyet/launch auto-sync accounts.json
🐛 Sửa lỗi
- Fix TypeScript type errors trong trinhduyet (
Buffer, fetch, import types)
- Fix unused variable warnings trong
TaskRunner.ts
✨ Tính năng mới
- Proxy API endpoints:
/v97 (Cursor), /v98 (Cline), /v99 (OpenCLAW)
- Profile-based tool filtering — giới hạn tool theo profile (core, filesystem, shell, search)
- OpenRouter-compatible route (
/openrouter/v1/chat/completions)
- HiveMind Prompt Config — preset, identity, constraints, injection suffix
- Chat interface trong Admin Panel — hỗ trợ multi-conversation, file attachment
- Tool alias tương thích IDE (
bash→exec, list_dir→list_files)
🔄 Thay đổi
- Cải thiện WebSocket reconnection logic
- Tối ưu load balancing algorithm — ưu tiên worker ít task nhất
✨ Tính năng mới
- Admin Panel — giao diện web quản lý tài khoản, workers, metrics
- License Key System — ED25519 signing, HWID binding, multi-machine support
- Launch Chrome từ Admin Panel — mở Chrome với anti-throttle flags
- Account management — CRUD tài khoản, rotate API key, Chrome profile
🔒 Bảo mật
- API key authentication cho tất cả endpoints
- Admin key protection cho admin panel
- License guard middleware — chặn request khi chưa kích hoạt license
🎉 Ra mắt
- Rust Backend (Axum + Tokio) — WebSocket real-time communication
- Chrome Extension — inject prompt & harvest response from ChatGPT
- OpenAI-compatible API —
/v1/chat/completions
- Multi-worker Swarm — load balancing nhiều tab ChatGPT
- SSE Streaming response — tương thích OpenAI stream format
- 1-click installer cho Windows (PowerShell) và macOS/Linux (Bash)