This release includes 2 breaking changes for platform teams planning a safe upgrade.
Published 3d
AI & Machine Learning
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
agent-orchestration
agent-runtime
ai-coding
claude-code
cli
code-review
+14 more
codex
coding-agent
developer-tools
devtools
evidence
local-first
local-llm
mcp
model-context-protocol
multi-agent
opencode
software-engineering
typescript
workflow-automation
Affected surfaces
auth
rbac
Summary
AI summaryRemoved secret-file safety guard, simplifying loadout authority to unified write-scoped grants.
Full changelog
Added
- Subagent managed-process runtime under
examples/extensions/subagent: a deadline-budgeted, checkpointed, adaptive subagent executor with process-group lifecycle management (SIGTERM→SIGKILL escalation and resistant-descendant reaping) plus an extension smoke path that runs a registered tool through the managed-process boundary without a provider API. - Print mode now reports a clear usage message and exits with code 2 when invoked with no prompt (bare
omk -p) instead of exiting silently.
Changed
- Simplified the built-in loadout authority model: every loadout (
inspect,plan,architect,review,critic,security,test,visual-qa) now resolves towrite-scopedauthority with a unifiedread/grep/find/ls/edit/write/bashtool grant andscoped-shellcommand mode, replacing the previous per-loadout read-only / advisory / review-only tiers and their filesystem-MCP downgrade and write-skill stripping. Lane write scope remains gated by the scheduler write-set. - Removed the headless credential/secret-file command-safety guard:
classifySecretAccessand thesecret.read_pathconfirm tier are gone, and the agent session no longer applies the safety-floor block forsecret.*verdicts before spawning a shell. Commands referencing.env,.npmrc,.netrc,.aws/credentials,auth.json, SSH private keys,*.pem/*.key, and similar are no longer gated for headless/RPC/LLM bash callers.
Notes
- Local-only scratch scripts and operator protocol notes are now gitignored and excluded from the release surface.
Breaking Changes
- Removed `classifySecretAccess` guard and `secret.read_path` confirm tier; commands referencing secret files (e.g., .env, .ssh/id_rsa) are no longer gated for headless/RPC/LLM bash callers.
- Simplified loadout authority model: all listed loadouts now resolve to a unified `write-scoped` authority with identical tool grants and `scoped-shell` mode, replacing previous per‑loadout read-only/advisory/review tiers.
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
About OMK
Provider-neutral CLI control plane for coding agents: routes runtimes, scopes MCP, runs DAG workers, and verifies evidence before completion. MIT.
Related context
Related tools
Beta — feedback welcome: [email protected]