From 76b56898d186696be898b6f20c195a1dd81c22bd Mon Sep 17 00:00:00 2001 From: CyberSecurityUP Date: Mon, 3 Aug 2026 23:50:14 -0300 Subject: [PATCH] docs(RELEASE): add v3.6.6 section (llama.cpp local provider, clippy, CI) Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01QDses7zTSa9YF7pPRjphvh --- RELEASE.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index b412a78..0af6d45 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,24 @@ +# NeuroSploit v3.6.6 — Release Notes + +**Release Date:** August 2026 +**Codename:** Local & Uncensored +**License:** MIT +**Credits:** Joas A Santos & Red Team Leaders + +## Highlights + +- **Local, uncensored & CPU-only — new `llamacpp:` provider.** Drives a + `llama-server` OpenAI-compatible endpoint (`localhost:8080`), **no API key**, + no data off-host, CPU-only or GPU-offloaded. Override with `LLAMACPP_BASE_URL`; + `model` = the gguf you loaded (pass-through). **15 → 16 providers.** +- **clippy clean under `-D warnings`** across the workspace. +- **Rust CI template** — `examples/github-actions/ci.yml` (build / test / clippy) + for the `neurosploit-rs/` workspace. + +**Full changelog:** https://github.com/JoasASantos/NeuroSploit/compare/v3.6.5...v3.6.6 + +--- + # NeuroSploit v3.6.5 — Release Notes **Release Date:** July 2026