Changelog
20 releases shipped — every feature, fix, and security improvement on the record. Latest: v0.11.7 on 2026-04-27.
All
Added51
Changed31
Fixed9
Security22
Showing 21 releases matching any change
Unreleased
in development
0 changes
v0.11.7
2026-04-27
Latest3 changes
- changedMCP tool descriptions overhauled for Glama TDQS — every one of the 44 MCP tools now ships a 3-sentence description hitting all six Tool Definition Quality Score dimensions (purpose, when-to-use vs. siblings, side-effects/audit/network, parameter semantics, conciseness, returns), and shared parameter schemas (`scope`, `projectPath`, `env`, `teamId`, `orgId`) plus per-tool Zod `.describe()` strings now include formats, defaults, and concrete examples to lift the per-tool minimum score that dominates the server-level grade
- changedProject rules updated for the moved-out marketing site — `feature-docs-sync.mdc` drops stale `web/components/...` globs (the site was extracted in 0.11.5) and replaces them with an explicit `quantum_ring` ↔ `qring.i4c.studio` cross-repo file map; `release-process.mdc`'s downstream-sync table now lists the marketing site, Cursor / Kiro / Claude Code plugins, and Glama with explicit commands
- changedDocumentation-only release — no runtime, MCP wire-format, or CLI behavior changes; existing agents and integrations will simply see longer, clearer tool descriptions on the next `tools/list` refresh
v0.11.5
2026-04-27
6 changes
- addedKiro Power pack (`kiro-plugin/`) — steering files, hook templates, and `mcp.json` for Kiro; `pnpm run plugin:sync:kiro` copies into `~/.kiro` or a project `.kiro` path
- addedClaude Code plugin (`claude-code-plugin/`) — `CLAUDE.md`, project `.mcp.json`, agents, slash commands, skills, and hooks; `pnpm run plugin:sync:claude` for project install or `--user` for `~/.claude`
- changedMarketing site extracted to its own repo — the embedded Next.js app under `web/` was removed from the main `quantum_ring` repository and now lives at https://github.com/I4cTime/qring.i4c.studio (deployed at https://qring.i4c.studio); the GitHub Pages workflows (`deploy-pages.yml`, `nextjs.yml`) and the `web:extract-repo` script were removed
- changedREADME — new “Editor plugins” section for Cursor, Kiro, and Claude Code, including sync commands and contributor notes; `package.json` `homepage` now points at https://qring.i4c.studio; Cursor plugin / marketplace metadata logo URL repointed at repo-root `assets/logo.png` on GitHub raw (replacing deleted `web/public/` paths)
- changedMCP tool descriptions — clearer operator guidance for `detect_anomalies`, `health_check`, `remove_hook`, `set_secret`, `delete_secret`, `entangle_secrets`, `disentangle_secrets`, and `agent_scan` (read-only versus mutating behavior and related tools)
- changed`.gitignore` ignores `marketing/` and `local/` for local-only drafts
v0.11.0
2026-04-25
8 changes
- changedPublish workflow — release job runs on Node 24 so npm 11.5+ satisfies OIDC provenance requirements for npm publish (#48)
- changedMarketing site overhauled — the `web/` landing, docs, and changelog were rebuilt on HeroUI v3 + HeroUI Pro with Tailwind v4 and `lucide-react`. New surfaces include a hero with the social-card art and install picker, locale-stable TrustStrip KPIs, the WhyQRing comparison, IntegrationsCarousel, LiveDemo terminal, a global ⌘K command palette, AgentMode, the CursorPlugin showcase, FAQ, FreeCallout, and FinalCta
- changedDocs page gains a pinned floating table of contents with manual scroll-spy and a copy-to-clipboard MCP prompt cookbook; navbar contrast was lifted and same-page hash navigation + home-link scroll-to-top now work correctly under the App Router
- changedStatus dashboard rebuilt — `qring status` now serves a denser page with a KPI strip (secrets, env, protected, approvals, hooks, 24h reads/writes, denied actions, anomalies), a sortable + searchable secrets table, and dedicated panels for manifest gaps, governance policy, active approvals (with tamper / expiry state), registered hooks, and agent memory
- changedAudit feed gained action chips (read/write/delete/export), source chips (cli/mcp/hook/agent), and a free-text filter; top bar adds pause / refresh / JSON controls plus a relative `updated Ns ago` timestamp that keeps ticking while paused
- changedSnapshot payload (`/api/status` + SSE) now also includes version, projectPath, scopes, protectedCount, manifest, policy, approvals, hooks, memoryKeys, and auditMetrics (action / source counts, top read keys, total events in the last 24h)
- addedKeyboard shortcuts on the dashboard — `/` focuses the secrets search, `P` pauses SSE, `R` forces refresh, `Esc` blurs the focused input
- fixedDashboard search no longer loses focus on the 5-second SSE tick — DOM swaps now preserve caret position, selection, and scroll offset
v0.10.1
2026-04-24
3 changes
- fixedPublish workflow — removed the broken `npm install -g npm@latest` bootstrap step that had silently blocked v0.9.9 and v0.10.0 from reaching npm (Cannot find module 'promise-retry' on Node 22 runner)
- addedpublish.yml gained a workflow_dispatch trigger with optional `ref` input so a stuck release can be re-published manually from the Actions tab
- changedFunctional code unchanged from 0.10.0 — patch exists solely to ship a new artifact through the now-fixed pipeline