downcity 1.1.269 → 1.1.271

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.
@@ -265,7 +265,7 @@ export default {
265
265
  if (request.method === "GET" && url.pathname === "/health") {
266
266
  return Response.json(await federation.health());
267
267
  }
268
- return federation.handleRequest(request);
268
+ return federation.fetch(request);
269
269
  },
270
270
  };
271
271
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "downcity",
3
- "version": "1.1.269",
3
+ "version": "1.1.271",
4
4
  "type": "module",
5
5
  "description": "Downcity CLI — unified City and Agent host management",
6
6
  "bin": {
@@ -23,12 +23,12 @@
23
23
  "@ai-sdk/openai": "^3.0.67",
24
24
  "@ai-sdk/openai-compatible": "^2.0.48",
25
25
  "@ai-sdk/xai": "^3.0.93",
26
- "@downcity/agent": "^1.1.178",
27
- "@downcity/city": "^0.2.127",
28
- "@downcity/plugins": "^1.0.126",
29
- "@downcity/server": "^0.1.33",
30
- "@downcity/shell": "^0.1.50",
31
- "@downcity/type": "0.1.84",
26
+ "@downcity/agent": "^1.1.180",
27
+ "@downcity/city": "^0.2.129",
28
+ "@downcity/plugins": "^1.0.128",
29
+ "@downcity/server": "^0.1.35",
30
+ "@downcity/shell": "^0.1.52",
31
+ "@downcity/type": "0.1.86",
32
32
  "@earendil-works/pi-tui": "^0.74.2",
33
33
  "@larksuiteoapi/node-sdk": "^1.66.0",
34
34
  "@openrouter/ai-sdk-provider": "^2.9.0",