--exclude-dynamic-system-prompt-sections Move per-machine sections (cwd, env info, memory paths,
git status) from the system prompt into the first user
message. Improves cross-user prompt-cache reuse. Only
applies with the default system prompt (ignored with
--system-prompt). (default: false)
All other flags unchanged.
Three CLI tools have been updated in
pkg/constants/version_constants.goand workflows recompiled.Summary
Update: Claude Code 2.1.98 → 2.1.101
All three patch releases shipped on the same day. No public GitHub repository for Claude Code; changes are inferred from npm metadata and CLI help diff.
View CLI Help Changes (2.1.98 → 2.1.101)
New flag added in 2.1.101:
All other flags unchanged.
Impact Assessment
--exclude-dynamic-system-prompt-sectionsis opt-inPackage Links
Update: Copilot CLI 1.0.21 → 1.0.24
View Full Changelog (v1.0.22 → v1.0.24)
v1.0.22 — 2026-04-09
skillsfield to eagerly load skill content into agent context at startup.vscode/mcp.jsonand.devcontainer/devcontainer.jsonas MCP server config sources; CLI now only reads.mcp.json. Migration hint appears when.vscode/mcp.jsonis detected without.mcp.jsonsessionStartandsessionEndhooks fire once per session in interactive mode instead of once per promptv1.0.23 — 2026-04-10
--mode,--autopilot, and--planflags to start the CLI directly in a specific agent mode//package:target) no longer misidentified as file pathsCtrl+Lclears the terminal screen without clearing the conversation session/diff,/agent,/feedback,/ide, and/tuikitwork while the agent is running.vscode/mcp.jsonnow includes a jq command to migrate config to.mcp.jsonv1.0.24 — 2026-04-10
preToolUsehooks now respectmodifiedArgs/updatedInput, andadditionalContextfields"Claude Sonnet 4.5","GPT-5.4 (copilot)")--remoteflag is respected when the session sync prompt appears on first run in a GitHub repoBreaking Changes
.vscode/mcp.jsonno longer used as MCP config source (1.0.22). Only.mcp.jsonis read.Impact Assessment
/modelsworks,preToolUsehooks withmodifiedArgsPackage Links
Update: Codex 0.118.0 → 0.120.0
View Full Changelog (0.119.0 → 0.120.0)
0.119.0 — 2026-04-10 (large feature release)
New Features:
--cdforwarding, and experimentalcodex exec-serversubcommand (app-server: Add egress websocket transport openai/codex#15951, [codex] Support remote exec cwd in TUI startup openai/codex#17142)Ctrl+O(feat(tui): Ctrl+O copy hotkey and harden copy-as-markdown behavior openai/codex#16966)/resumecan jump directly to a session by ID or name from the TUI (feat: /resume per ID/name openai/codex#17222)Bug Fixes:
/fast offin app-server-backed TUI sessions (Fix TUI fast mode toggle regression openai/codex#16833)Architecture:
codex-coreslimmed down through major crate extractions for MCP, tools, config, model management, auth, feedback, and protocolFull changelog: openai/codex@rust-v0.118.0...rust-v0.119.0
0.120.0 — 2026-04-11
New Features:
outputSchemadetails (Add output_schema to code mode render openai/codex#17210)SessionStarthooks can distinguish sessions created by/clearfrom fresh startup or resume sessions (Support clear SessionStart source openai/codex#17073)Bug Fixes:
codex --remote wss://...panics by installing Rustls crypto provider before TLS websocket connections (Install rustls provider for remote websocket client openai/codex#17288)Full changelog: openai/codex@rust-v0.119.0...rust-v0.120.0
Impact Assessment
SessionStarthook gains newsourcefield distinguishing/clearfrom startup/resumePackage Links
References: