DorkOS Teamrelease
DorkOS 0.26.0
Network resilience and operator onboarding — faster SSE streams with custom headers and a welcoming first-time experience.
releasessestreamingonboarding
Network resilience and operator onboarding — this release replaces the browser's built-in EventSource with a fetch-based SSE transport, consolidates streaming into a single endpoint, and introduces a splash screen for new users.
Highlights
- Fetch-based SSE transport — Custom headers, HTTP/2 multiplexing, and spec-compliant retry backoff replace the limited EventSource API. Connections are more reliable and observable.
- Unified /api/events stream — Three separate SSE endpoints collapse into one, reducing client complexity and improving sync reliability across sessions.
- Splash screen and command palette — New users see a welcoming onboarding flow, and the command palette provides a quick-launch entry point for agent discovery.
All Changes
Added
- Upgrade to fetch-based SSE transport with custom headers, HTTP/2 multiplexing, and retry backoff for more reliable streaming
- Consolidate all SSE connections into a unified /api/events stream for simpler client integration and improved sync reliability
- Add splash screen with onboarding flow and command palette quick-launch entry for faster agent discovery
Changed
- Update architecture guide to reflect fetch-based SSE transport implementation
Install / Update
npm install -g dorkos@0.26.0