DorkOS 0.8.0
Agent-centric control surfaces, a redesigned command palette, and critical reliability hardening across the relay and mesh pipelines.
Correction, 26 July 2026. This post described per-agent tool filtering as controlling which tools an agent can access. That was wrong when we wrote it, not just out of date. The switches change what an agent is told about in its instructions, so it stops reaching for those tools, but they never took a tool out of an agent's reach: the feature was built on a misreading of an SDK option that auto-approves tools rather than restricting them. If you turned a group off expecting a lock, you did not have one. The wording below is left as published; this note is the correction. Details in Action Approvals and the Threat Model.
DorkOS 0.8.0 brings meaningful control back to you: define exactly which tools each agent can access, discover and navigate agents faster with a rebuilt command palette, and rely on a hardened relay pipeline that just works.
Highlights
ποΈ Per-agent tool filtering β Configure which capabilities each agent can access, with cascade disable when an agent is unregistered. No more one-size-fits-all tool exposure.
π Command palette redesign β Fuzzy search, live preview panels, and sub-menu navigation make finding and launching agents intuitive. The sidebar gets an agent-centric layout to match.
π Critical routing fix β Resolved a CWD mismatch bug in agent-to-agent messaging and hardened the entire CCA pipeline for production reliability.
All Changes
Added
- Per-agent tool filtering and cascade disable β configure which tools each agent can access
- Add relay_send_and_wait blocking MCP tool for inter-agent communication
- Rebuild command palette with preview panel, fuzzy search, and sub-menu navigation for agent discovery
- Migrate sidebar to Shadcn Sidebar component with agent-centric layout
- Add tool context injection with configurable toggles throughout the interface
- Enable Mesh always-on mode for continuous agent discovery and visibility
- Enhance UI primitives with responsive touch targets and sizing variants
Changed
- Improve developer guides documenting domain-grouped services and agent tool elevation patterns
- Update README and CLI documentation to reflect complete DorkOS feature set
Fixed
- Fix critical agent-to-agent routing bug causing CWD mismatches and harden CCA pipeline
- Improve Mesh agent health detection with auto-stamping and widened thresholds
- Fix mobile sidebar sheet close behavior, transparency issues, and remove stale cookie code
- Improve command palette search with keyword inclusion for better path/ID matching
- Clean up command palette cmdk prop usage and @ filtering logic
- Enforce file-first write-through storage pattern for agent identity (ADR-0043)
- Improve onboarding step completion logic to handle rapid user interactions
- Register relay_send_and_wait in tool filter and add test coverage