Releases: YukiCodepth/yukishell
Releases · YukiCodepth/yukishell
YukiShell Desktop v1.0.2
Full Changelog: v1.0.1...v1.0.2
YukiShell Desktop v1.0.1
Full Changelog: v1.0.0...v1.0.1
YukiShell V26c
The Yukishell Update (V26c)
This major release marks the official stabilization of the Aegis-Edge Core, bringing a fully modularized C-architecture and deep integration with the Python-based AI and Hardware subsystems.
🚀 Major Features & Additions
- Modular Architecture: The entire C-core has been decoupled and cleanly routed through the
src/directory (builtins.c,parser.c,executor.c), improving linker efficiency and execution speed. - Ghostmode Container: Introduced
ghostmode, allowing root-level system overrides into an ephemeral, RAM-only/tmpnamespace where all data vanishes upon exit. - Sentinel Subsystem: Integrated
xnet, a lightning-fast asynchronous local port scanner (100ms timeout per port), alongside robustjobstracking for the Shadow Realm (background processes).
🧠 Neural Link & Hardware Hooks (ask engine)
- Yuki Oscilloscope (
--plot): Real-time, 60FPS ANSI terminal graphing for live serial telemetry streams (e.g., Arduino/STM32). - Silicon Scanner (
--chip): OpenCV-powered visual scanning to read IC/microchip topography and instantly pull ASCII pinouts and datasheet summaries. - Visual Tutor (
--live): Continuous video stream analysis agent for real-time ECE workspace assistance.
🛠️ Bug Fixes & Optimizations
- UART Sync: Resolved the critical
PySerialbaud rate mismatch bug. The plotter now flawlessly syncs to native 9600/115200 baud hardware streams without zero-data blanking. - Signal Handling: Fixed a cascade-kill bug where
Ctrl+C(SIGINT) inside the plotter would unintentionally terminate the parent shell. - Linker Resolution: Patched
gcccompilation flags to correctly includereadlineandyukishell.hheaders across all object files.
Installation Note: To run the Neural Link features, ensure you create a venv, install google-generativeai, opencv-python, and pyserial, and define your GEMINI_API_KEY in your .env file.