Releases: mlcyclops/lucidagentide
Release list
v1.12.0
v1.11.12
v1.11.12 - reliable offline voice (dictation fix) + bundled Whisper i…
v1.11.11
What's new
Instant Session Share Start/Stop (P-SHARE.4). Start and Stop no longer look frozen. Start disables its button and shows a two-line progress readout that narrates each handshake phase ("Authorizing this device…" → "Opening the room…", with the relay label) so you always see it working. Stop is optimistic — the room tears down and the UI updates instantly, with the backend close running in the background.
Readable Thinking on the phone (P-REMOTE.9b). Guests driving a LUCID Remote session now see why the agent is acting, not just the tool calls. The live reasoning block streams open with a one-line gist summary and stays open when tapped, surviving the per-event repaints. (Already live at lucid-agent.web.app/remote.)
Reliable preview screenshots/inspection for more models (P-PREVIEW.9). Tool-conservative models (Claude Fable 5 in particular) now verify their UI in the Preview panel instead of just writing the file. The preview tool descriptions state when to use them, and if a screenshot isn't available the agent self-corrects to preview_inspect (which reads the rendered DOM and works even when the panel isn't in front).
Linux air-gap sandbox fix. The sandbox now probes bwrap functionally, so Ubuntu 24.04's blocked user namespaces no longer break the model picker, and omp's native addon ships next to the compiled launcher.
Auto-update: existing installs pick this up in-app via the updater.
v1.11.10
What's new
Mobile-safe Share invites (P-SHARE.3). The Share dock now features the https phone link (secret in the URL fragment, opens in any browser) with the QR code, and demotes the wss LUCID-to-LUCID link to a labeled "desktop only" row. A wss link is never offered or QR-coded to a phone - texting one both failed to join and leaked the room secret into whatever server answered the host. Self-hosted links on a LAN/loopback host are flagged "same network only".
Government / CUI onboarding (P-GOVCUI.1). First run now asks once whether you handle Government CUI. A yes walks you into the CUI-safe posture: the AskSage CIV (government) routing endpoint prefilled, step-by-step API-token instructions, and AskSage-only lockdown turned on once a key is pasted (never without one - a keyless lockdown would fail closed). Orgs that already mandate gov routing skip the question automatically.
Role KG Packs storefront. Reconciled to the full 11-SKU catalog - the Senior Proposal Manager flagship replaces the retired capture pack, and six new role packs (BD, SBIR/STTR, Backend, Frontend/UIUX, ML, STE) join the lineup.
LUCID Remote. The hosted /r forwarder moves a mis-shared relay link into the PWA fragment client-side, and the Subscribe screen now auto-rechecks entitlement once per sign-in so a comped account connects immediately instead of waiting out a stale token.
Auto-update: existing installs pick this up in-app via the updater.
v1.11.9
v1.11.9 - LUCID Remote, performance overhaul, preview tabs + device v…
v1.11.6
v1.11.6: fix v1.11.5 rename regressions (rpm space + userData move)
v1.11.5
v1.11.5: Lucid Agent rename + air-gap-capable installer (ADR-0225)
v1.11.4 — Gov hardening · RAG for everyone · better session sharing
v1.11.4
AskSage / government
- Lockdown enforced server-side, fail-closed: every maker, checker, and built-agent turn routes through the accredited gov gateway (it was renderer-only, so it could silently fall back to a direct model on relaunch or an omp respawn).
- Per-chat-session CUI vs Search mode — a CUI session blocks all public web search/egress to prevent spillage; a Search session can search while still gov-routed.
- A violet CUI banner, a DoD/STIG Notice & Consent banner (gov-gated, per launch), and the AskSage Datasets picker restored to the titlebar.
- New GPT-5.6 gov models (luna / sol / terra); the RAG route defaults to
gpt-5.6-luna.
RAG for non-AskSage users
- A
knowledge_searchtool lets any model (Claude / GPT / local) ground on your own notes — an Obsidian vault, folders, or imported chat history — lexical today, and semantic via bring-your-own embeddings (a local Ollama for air-gap, or your OpenAI/Azure key; no bundled weights). New "Semantic search" settings card with a Test-endpoint probe + Re-index.
Everyday
- Settings → Clone a git repo now clones private repos headlessly (a host token, incl. a vault-stored PAT), like the agent does.
- The shared-session viewer now shows the host's thinking + tool calls (not just the final answer), and the watch window fills the app.
Installers (Windows .exe, macOS .zip/.pkg, Linux AppImage/.deb/.rpm) attach below once the build finishes; existing installs auto-update via electron-updater.
🤖 Release notes by Claude Code.
v1.11.3 — Bug fixes (auto-generated by Claude Code)
Auto-generated by Claude Code — bug-fix release, autonomously diagnosed and implemented on 2026-07-13.
🐛 Bug fixes
- AI-authored lines of code now appear in the metrics UI. They were recorded but never shown ("AI-authored code" read "none yet"): AI-LOC was written only into the DuckDB the security gate holds read-write all session, so the desktop's read-only query lock-failed. The desktop now mirrors each edit into a lock-free ledger it reads live.
- Provider config fields are usable. Fields like the Gemini "GCP project ID" were a tiny sliver; the label now stacks over a full-width input.
✨ Enhancement
- Reveal in file manager. A "Reveal" button on write/edit steps opens a file's folder (Finder/Explorer/Files) with it highlighted.
Install
macOS .zip/.pkg · Windows NSIS/portable .exe · Linux .AppImage/.deb/.rpm — attach below.
What's Changed
- v1.11.3 — bug fixes autonomously diagnosed and fixed by Claude Code (2026-07-13) by @mlcyclops in #305
Full Changelog: v1.11.2...v.1.11.3
v1.11.2 Enterprise providers, Gemini Enterprise OAuth & images in chat
LucidAgentIDE v1.11.2 brings first-party enterprise model providers, fixes Gemini Enterprise sign-in, renders generated images inline in the chat, and adds the KG Packs marketplace — plus security and packaging hardening.
✨ Highlights
Enterprise model providers (Settings → Providers)
Three omp-native providers the Settings UI didn't surface before are now first-class:
- Azure OpenAI — bring your Microsoft tenant's own deployments. Paste your
AZURE_OPENAI_API_KEY, set a Resource name (or a full base URL); optional API version + deployment-name map. - GitHub Copilot (OAuth) — the Business/Enterprise "easy button" many orgs already own. A device-code sign-in that also asks for a GitHub Enterprise domain (blank = github.com) and enables Copilot's model catalog (GPT, Claude, Gemini families).
- Google Cloud · Gemini Enterprise (formerly Vertex AI) — an API key, or Google Cloud ADC (
gcloud auth application-default login/ a service-account JSON) with project + location.
Gemini Enterprise / Workspace OAuth now works
The existing Google · Gemini OAuth card gained a GCP project ID field. Workspace / Enterprise Google accounts require it — without it the sign-in aborts. Personal accounts leave it blank and are unaffected.
Images in the chat
Images produced by a tool or agent now render inline in the reply (validated fail-closed). Each image gets:
- Download — save it locally with one click, and
- Send to preview — drop it onto the Preview panel's markup canvas to annotate, then Screenshot → chat to iterate (great for image generation).
Knowledge Graph Packs + marketplace
Named, swappable Knowledge Graphs and signed, sellable .lkgpack packs, with a gated marketplace and a headless make kg-pack builder for authoring role datasets repeatably.
🔒 Security & hardening
- Dev-server error responses now return a generic client message while the full error stays server-side (CWE-209 information-exposure hardening).
- CodeQL SAST config excludes non-shipped design mockups to cut false positives.
📦 Install
Grab the installer for your OS below:
- macOS —
.zip(auto-updatable app bundle) or.pkg(arm64 + x64) - Windows — NSIS installer (
*Setup*.exe) or the portable.exe(x64) - Linux —
.AppImage,.deb, or.rpm(x64)
Builds are unsigned; in-app auto-update reads the attached latest*.yml feed. Full change history lives in desktop/version.ts.
What's Changed
- docs(readme): add a Live collaboration section + screenshot placeholder by @mlcyclops in #295
- KG Packs + marketplace gating (ADR-0205 P-KGPACK.1-.6 · ADR-0206 P-KGMARKET.1/.3) by @mlcyclops in #297
- P-KGMARKET.4 (part 1): .lkgpack.zip + download → unzip → gated install by @mlcyclops in #298
- Build P-KGMARKET.4 part 2 (ADR-0206): marketplace sign-in flow, against stubs by @mlcyclops in #299
- Add headless KG-pack builder tools/build_kg_pack.ts (ADR-0207) by @mlcyclops in #300
- Enterprise providers (Azure OpenAI, GitHub Copilot OAuth, Gemini Enterprise/Vertex) + images in chat by @mlcyclops in #301
- release: cut v1.11.2 by @mlcyclops in #303
Full Changelog: v1.11.1...v1.11.2