@stdiobus/workers-registry 1.4.7 → 1.4.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -114,7 +114,7 @@ export declare class MessageRouter {
114
114
  *
115
115
  * Intercepts initialize responses to trigger automatic authentication.
116
116
  * Tracks sessionId mapping for proper notification routing.
117
- * Forwards all responses to stdout with proper sessionId for stdio Bus routing.
117
+ * Forwards all responses to stdout.
118
118
  *
119
119
  * @param agentId - The agent that sent the response
120
120
  * @param response - The response object from the agent
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdiobus/workers-registry",
3
- "version": "1.4.7",
3
+ "version": "1.4.9",
4
4
  "description": "Worker implementations for stdio Bus kernel - ACP, MCP, and protocol bridges",
5
5
  "type": "module",
6
6
  "main": "./out/dist/workers-registry/acp-registry/index.js",