Release notes from active projects.
Pulled from real CHANGELOG.md files — NestyAI, Nesty Console, and CafeToolbox. Newest first.
- v1.6.3 2026-06-13 NestyAI CHANGELOG ↗
Tool Intent Router v2 & retrieval recovery
Split intent classification, argument extraction, and eligibility checks. Failed or ineligible tools fall back to web search via retrieval recovery — without duplicate search when context already exists.
- v1.6.2 2026-06-13 NestyAI CHANGELOG ↗
Pro orchestration role settings
Per-role provider chain, temperature, max tokens, and timeout for planner / researcher / critic / finalizer. Console APIs expose safe orchestration config only — no prompts or intermediate answers.
- v1.6.0 2026-06-13 NestyAI CHANGELOG ↗
Built-in providers & credential store
OpenAI, Mistral, Zhipu, Google Gemini, and Anthropic adapters with file-backed secrets under `.nesty/provider_secrets/`. Internal APIs for credential management and admin-token rotation.
- v0.10.3 Unreleased Nesty Console CHANGELOG ↗
Orchestration role editor in Console
Editable per-role provider chains and settings for Gateway v1.6.2. Dedicated BFF routes; orchestration PATCH bodies validated server-side and never logged.
- v0.10.0 Unreleased Nesty Console CHANGELOG ↗
Titanium Noir command deck UI
Full Console presentation rebuild — glass tiers, floating sidebar/topbar, page heroes, accessible modal/drawer overlays, and GSAP motion with reduced-motion support.
- v1.5.2 2026-06-12 NestyAI CHANGELOG ↗
Deterministic safety policy layer
Pre-provider refusals for jailbreak, secret exfiltration, and malicious cyber requests. Expanded ContextGuard patterns (EN/VI) and output guard for Nesty token patterns.
- v1.5.0 2026-06-12 NestyAI CHANGELOG ↗
Runtime OpenAI-compatible provider registration
Secure `/internal/console/runtime/*` APIs, provider capability registry, admin-token bootstrap modes, and routing-only provider disable — without exposing secrets in responses.
- v0.9.3 Unreleased Nesty Console CHANGELOG ↗
Gateway v1.5 runtime provider proxies
Server-proxied runtime provider CRUD under `/api/console/runtime/*`. Browser never hits Gateway runtime APIs directly; API keys stripped from all responses.
- v1.4.0 2026-06-11 NestyAI CHANGELOG ↗
Empty-answer retry & search query planner
Tolerant multipart content extraction, one safe retry when retrieval context existed but output was empty, dependency-free search query planner, and compact `lifecycle_events` metadata.
- v1.4.1 2026-06-11 NestyAI CHANGELOG ↗
Weak-answer quality retry
Detects generic low-substance replies when substantive search/tool context was available. Single unified quality retry; safety refusals never trigger retry.
- v1.2.4 2026-06-10 NestyAI CHANGELOG ↗
Pro orchestration context handoff metadata
Additive orchestration fields (`evidence_sources_used`, `quality_guard_applied`, context budget/truncation flags) and role-specific context sizing for planner, critic, researcher, and finalizer.
- v0.4.15-beta 2026-05-16 CafeToolbox CHANGELOG ↗
Convertube auth hardening & tool launch
POST handoff to `/auth/launch` replaces query-token redirects. Dashboard proxy routes use Bearer auth; production fail-fast for weak shared secrets and auto-install defaults.
- v0.4.13-beta 2026-04-15 CafeToolbox CHANGELOG ↗
Convertube dashboard integration split
In-dashboard Convertube UI plus signed server-side proxy routes. Backend moved to `apps/serveroutside/convertube` with yt-dlp/ffmpeg readiness checks and optional auto-install.
- v0.4.11-beta 2026-04-12 CafeToolbox CHANGELOG ↗
Monitoring observability phase 2
Daily uptime history charts, worker self-heartbeat, separate watchdog process for stale-worker alerts, and incident anti-flapping cooldown.