Releases: realekansh/HyperCore
Releases · realekansh/HyperCore
HyperCore v0.3.0
HyperCore v0.3.0 - is the first runtime-validated release of the core. This version focuses on proving that the engine works correctly in a real Telegram environment without adding extra scope beyond the defined V0.3.0 target.
Included in this release:
- Telegram userbot runtime with Telethon
- Telegram bot runtime with python-telegram-bot
- Shared core command engine for bot and userbot flows
- Core-level Python config separated from user .env config
- Supported built-in commands: ping, uptime, stats, addsudo, rmsudo, vsudos, update -core, restart, shutdown
- SQLite or memory-backed state handling for sudo management
- Full restart flow and Git-based core update flow
- Clean formatted Telegram responses with edit-in-place behavior where supported
Bot /start support and platform-aware command prefix handling - Core hardening with authorization service, command metadata, plugin manifests, lifecycle hooks, status service, event recording, and single-instance protection
- Automated test coverage for core services, loader flow, command dispatch, storage, lifecycle, and kernel integration
Verification:
Runtime tested in real Telegram bot and userbot sessions
python -m hypercore - works
python -m hypercore --runtime bot - works
python -m compileall hypercore tests - passed
python -m unittest discover -s tests -v - passed
Scope note:
V0.3.0 is intentionally minimal and focused on core reliability. It does not introduce extra platforms, dashboards, hot reload, inline mode, AI features, or non-core configuration systems.