Releases: NeuroSkill-com/neuroloop
Releases · NeuroSkill-com/neuroloop
v0.0.15
NeuroLoop v0.0.15
Fixed
- Moved synced skills cache to ~/.neuroloop/skills-cache to avoid Pi skill conflict warnings.
- Added migration from legacy ~/.neuroloop/skills and safe sidelining when both locations exist.
- Kept protocol skill resolution compatible with both old and new cache paths during transition.
v0.0.14
v0.0.13
NeuroLoop v0.0.13
- Added live TUI skills sync progress indicator (spinner + progress bar).
- Moved startup skills sync into TUI session start so progress is visible.
- Skills now prefer cache in ~/.neuroloop/skills with bundled fallback.
- Improved cross-platform path handling (Windows/macOS/Linux).
v0.0.12
Full Changelog: v0.0.11...v0.0.12
v0.0.11
Changelog
All notable changes to NeuroLoop are documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[0.0.11] — 2026-04-02
Added
- Auto-sync of
skills/submodule on startup, plus/skills-updateto force refresh from GitHub. - Startup/runtime version intelligence:
- local vs npm-latest checks for
neuroloopandneuroskill - GitHub latest commit and latest release tag lookup
- header version/status line in TUI
/version [refresh]command
- local vs npm-latest checks for
- Changelog UX in TUI:
- automatic "what changed" card shown once per version
/changelog,/changelog all,/changelog reset
- Skill LLM connection orchestration:
/llm connect [remote|local|auto]/llm routefor active route + fallback visibility- optional startup boot via
NEUROLOOP_SKILL_LLM_BOOT
- Model configuration management in TUI:
/model-config addinteractive creator for~/.neuroloop/models.json/model-config opento open the file in system editor (open/start/xdg-open)/model-config showand/model-config path
Changed
- Updated pi dependencies to the 0.64 line (
@mariozechner/pi-coding-agent,@mariozechner/pi-tui,@mariozechner/pi-ai). - Updated TypeScript compatibility for latest pi SDK types:
ModelRegistry.create(...)usage- skill
sourceInfometadata construction
runNeuroSkill()now prefers locally installed runtimeneuroskillbinary under~/.neuroloop/runtimebefore falling back tonpx.- README updated to reflect all new commands and flows.
[0.0.10] — 2026-03-24
Changed
- Renamed
/sessionconvenience command to/exg-sessionto avoid ambiguity
with other session concepts; header hint updated accordingly.
[0.0.9] — 2026-03-24
Added
- 16 convenience slash commands for direct neuroskill queries — no more
remembering/neuro session 0when/sessionwill do:/session [index]— current or Nth session metrics (0 = latest)/sessions— list all recorded EXG sessions/sleep [index]— sleep staging summary/compare— compare last two sessions (warns about ~60 s cost)/health [sub]— HealthKit data (sleep,workouts,hr,steps,summary,metrics)/label <text>— create a timestamped EXG annotation (--contextsupported)/labels <query>— semantic search over EXG annotations (--ksupported)/hooks [sub]— proactive hook rules (list,add,remove,enable,disable,log)/dnd [on|off]— Do Not Disturb status / toggle/say <text>— speak text aloud via on-device TTS (--voicesupported)/notify <title> [body]— send an OS notification/calibrate— start EXG calibration sequence/llm [sub]— on-device LLM management (status,start,stop,catalog,select,chat)/screenshots [query]— search screenshots (OCR / CLIP) or get EEG-session screenshots/timer— start focus timer/umap— 3D UMAP projection of EXG data/listen [--seconds n]— stream live EXG broadcast events
- Internal
neuroCmdhelper to reduce boilerplate across all convenience commands. - Header hints now show
/sessionand/sleepfor discoverability. CHANGELOG.md— this file.
Changed
- Updated
README.mdwith the full convenience command table and updated citation version. - Updated
NEUROLOOP.mdskill index with all new slash commands.
[0.0.8] — 2026-03-23
Added
/neuro <cmd> [args…]— generic slash command to run any neuroskill subcommand./exg— EXG panel control (on,off, poll interval, port override)./key— in-app API key management (add, list, remove).ctrl+shift+ekeyboard shortcut for quick EXG snapshot.- Live WebSocket footer with real-time EXG scores and EEG band bars.
- Custom TUI header with brand logo and keybinding hints.
- Daily calibration nudge (at most once per 24 hours).
neuroskill-evidenceskill for scientific references.neuroskill-screenshotsskill for visual memory / OCR / CLIP search.neuroskill-hooksskill for proactive hook rules.neuroskill-dndskill for Do Not Disturb automation.neuroskill-llmskill for on-device LLM management.- HealthKit integration (
healthcommand family).
[0.0.7] — 2026-03-22
Added
- Initial public release.
- Live EXG context injection on every LLM turn.
- 30+ domain signal detectors (stress, sleep, focus, grief, awe, philosophy, HRV, etc.).
- Guided protocol engine with 100+ mind-body practices.
- Auto-labelling of notable mental, emotional, and philosophical moments.
- Persistent agent memory (
~/.neuroskill/memory.md). - Prewarm cache for expensive
neuroskill compareruns. web_fetchandweb_searchtools.- Multi-provider model support (Anthropic, OpenAI, Gemini, Ollama).