This release includes 1 breaking change for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
Affected surfaces
ReleasePort's take
Light signalThe `--universal` flag has been removed from the `ctx7 setup` command, and a mode‑selection prompt now appears when only `--api-key` is supplied.
Why it matters: Removal of the ignored `--universal` flag eliminates silent misconfigurations; the new prompt ensures users explicitly choose CLI or Skills mode before proceeding.
Summary
AI summaryRemoved unused --universal flag from ctx7 setup and restored CLI + Skills mode selection when only --api-key is provided.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds prompt for mode selection when using `ctx7 setup --api-key` without other flags. Adds prompt for mode selection when using `ctx7 setup --api-key` without other flags. Source: llm_adapter@2026-06-02 Confidence: high |
— |
| Deprecation | Low |
Adds deprecation warning to skill commands. Adds deprecation warning to skill commands. Source: llm_adapter@2026-06-02 Confidence: high |
— |
| Bugfix | Medium |
Removes silently ignored `--universal` flag from `ctx7 setup`. Removes silently ignored `--universal` flag from `ctx7 setup`. Source: llm_adapter@2026-06-02 Confidence: high |
— |
Full changelog
Patch Changes
- 2affada:
ctx7 setupnow properly supports--antigravity, installing skills to.agent/skills, aGEMINI.mdrule section (Antigravity reads Gemini-family config), and MCP config to Antigravity 2.0's documented global path~/.gemini/config/mcp_config.json(withhttpUrlfor HTTP, matching the Gemini convention). Antigravity has no documented project-level MCP file, sosetup --antigravity --project --mcpwrites to the global location. Also removes the--universalflag fromsetup, which was advertised but silently ignored — it never propagated through agent selection, so passing it (e.g.setup --cli --universal --project) caused setup to fall back to auto-detection and write to the wrong directory. - 268f52f:
ctx7 setup --api-key <KEY>(without--cli,--mcp, or-y) now prompts to choose between MCP server and CLI + Skills modes. Previously, passing--api-keyshort-circuited to MCP, locking users out of the CLI + Skills option even though that mode also accepts an API key. Explicit--mcp/--cli/--stdio/--oauth/-ystill skip the prompt as before. - 2e97dae: Add deprecation warning to skill commands
Breaking Changes
- Removed `--universal` flag from `ctx7 setup`; it was advertised but silently ignored and could cause incorrect directory writes.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Beta — feedback welcome: [email protected]