release: v1.1.18 - #1216
Merged
Merged
Conversation
Bump every version surface to 1.1.18, move the accumulated Unreleased entries into the v1.1.18 sections of CHANGELOG.md and docs/ROADMAP.md, and complete the roadmap log for #1193-#1215. Verified before tagging: real end-to-end installs of the packed tarball in isolated HOMEs on Linux and macOS (registration, state bootstrap, shim, honest headless dashboard message), plus the full CI matrix on Windows. Signed-off-by: Felipe Marzochi <fmarzochi@gmail.com>
Contributor
There was a problem hiding this comment.
All reported issues were addressed across 12 files
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
…ents agree The roadmap's v1.1.18 section spans everything merged since v1.1.17, but the changelog entry only highlighted the hardening batch. The Added section now lists the feature groups that ship too: Guardian host expansion, the Crusher PATH shim, NLI coverage, scoped gain, compaction re-injection, and repo-root support. Signed-off-by: Felipe Marzochi <fmarzochi@gmail.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



What ships
Everything merged since v1.1.17 (2026-07-27), headlined by the production-hardening batch: the fork-bomb root cause in the Token Crusher PATH shim (#1191), honest installers end to end (#1193-#1197, #1206), Guardian read/write separation approved by two audits (#1205), nested-JSON compression measured at 637 KB to 31 KB (#1204), self-contained cross-platform MCP builds (#1211), Windows reliability fixes (#1203, #1209, #1212),
egc repairthat repairs (#1210), and no more auto-bundled third-party MCP servers for repo clones or Codex plugin installs (#1215).Version surface
Same 12 files as the v1.1.17 release commit:
package.json+ lock,.opencodepackage + lock + plugin version strings, both Gemini plugin manifests, the Codex plugin manifest, the Codex marketplace file,agent.yaml,CHANGELOG.mdanddocs/ROADMAP.md.Verification
tests/plugin-manifest.test.js39/39 (locks version parity across every manifest),tests/scripts/npm-publish-surface.test.js2/2,tests/scripts/codex-hooks.test.js13/13.npm packof this tree) in isolated HOMEs on Linux and macOS physical machines: global install,egc install, MCP registration into the sandbox's own.claude.json, state DB bootstrap (6 migrations), Token Crusher shim, honest headless dashboard message,egc doctorhonest bare-install report. Zero traces left on either machine afterwards.Tag
v1.1.18after merge triggers the OIDC trusted publish with provenance.Summary by cubic
Release v1.1.18 bumps versions to
1.1.18across@egchq/egc,.opencode, manifests, and env hooks, and updatesCHANGELOG.md/docs/ROADMAP.mdto enumerate the shipped features. It hardens Guardian and Token Crusher, fixes installers and MCP builds, and improves Windows reliability.New Features
egc gainadds scoped savings windows.doctor,repair,auto-updatesupport--repo-root.Bug Fixes
egc repair/egc doctorreport accurately; MCP builds are self-contained and cross-platform.Written for commit faba07b. Summary will update on new commits.