| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| PC_Workman_HCK_1.7.7_patched.zip | 2026-06-03 | 48.4 MB | |
| LICENSE | 2026-06-03 | 1.1 kB | |
| CHANGELOG.md | 2026-06-03 | 83.9 kB | |
| SECURITY.md | 2026-06-03 | 14.1 kB | |
| README.md | 2026-06-02 | 4.4 kB | |
| Stable 1.7.7 patched after Feedback - .exe! source code.tar.gz | 2026-06-02 | 72.7 MB | |
| Stable 1.7.7 patched after Feedback - .exe! source code.zip | 2026-06-02 | 72.8 MB | |
| Totals: 7 Items | 194.0 MB | 14 | |
Release date: 2026-06-03, Base: v1.7.7
Bug fixes
hck_GPT engine
Removed 3 duplicate intent handlers in builder.py (github.com) (lines 568, 1082, 1122) later definitions were silently overwriting earlier ones
17 intents in vocabulary.py (github.com) had no handler -> fan_speed and session_digest matched at confidence 1.00 and returned silence, added fallback routing
- snapshot() was calling psutil 19x per message - now cached per tick, single read
- user_knowledge database was opening a new SQLite connection per call - switched to thread-local reuse
- chat_handler could double-parse a single message in edge cases - added guard
- session_memory._session_data had no size cap - added limit to prevent unbounded growth
- builder.build() was silently swallowing exceptions - now logs intent name and traceback
- hybrid_engine._default_response had wrong fallback intent name - fixed
Startup Manager Disable was deleting the registry entry with no record kept - now saves full entry to startup_prefs.json (disabled_by, disabled_at, value, hive) so the entry survives in the Disabled tab and can be restored Disabled tab counter not updating after changes - fixed, now refreshes immediately Renamed "Needs Attention" > "Startup Menu"; removed non-functional "All entries" split panel Admin notice style: subtle green -> amber prominent banner (matches Services Manager) Fixed geometry manager conflict (pack and grid on same parent) that broke layout for non-admin users
Services Manager
- Services already disabled at system level were showing Stop/Start buttons — now shows grey DISABLED badge with no action buttons
- Action history (USER: ACTION · timestamp) now saved to service_prefs.json and shown on row Both Stop and Start buttons now always rendered for non-essential services - active direction full color, inactive muted
- Previously only one button showed, making the page appear read-only
First Setup & Drivers
- _read_all_class_drivers(): was returning only first device per class — now collects all unique devices
- GHOST badge visible on card header immediately — no expand required
- Expand panel passes ghost_names set so ghost devices are highlighted bordeaux inside the expanded list
- Subcategory text and expand button contrast improved (was barely readable)
MAP OF COMPONENTS 2.5D (build [#1], little fix)
- case_front panel (drawn last, full 7.5×15 box) was covering GPU, CPU, RAM, heatsink in screen-space — replaced with 4 thin corner rails UI
Page sub-headers
(_build_page_header): height 60px to 26px, removed large title/subtitle duplication - back button only Services Manager expand banner: Show N more → Rozwiń więcej (N), more compact hck_GPT panel
HOT strip (critical RAM alert) was being triggered by two independent monitors at different thresholds
(85% panel-side vs 93% proactive_monitor) causing double-triggers and broken Polish strings.
- panel-side monitor removed
- HOT now driven exclusively by proactive_monitor
- ram_flush alias was routing to ram_why_high (diagnostic) instead of optimization (actionable)