@ours.network/fleet 1.1.2 → 1.1.3

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.
@@ -1,9 +1,9 @@
1
1
  {
2
- "version": "1.1.2",
3
- "buildId": "2713c17e322c",
4
- "commit": "2fe00e32e6115359694fc1f79484d6b12ffbb49c",
2
+ "version": "1.1.3",
3
+ "buildId": "9bc6c69e96b7",
4
+ "commit": "e5f5f9cfcdbcebc9314af235ebd64654caa05017",
5
5
  "dirty": false,
6
- "builtAt": "2026-09-05T21:51:48.223Z",
6
+ "builtAt": "2026-09-10T07:07:12.783Z",
7
7
  "capabilities": [
8
8
  "monitor.interrupt.after_tool"
9
9
  ]
@@ -9,7 +9,7 @@ import { homedir } from 'node:os';
9
9
  import { join, resolve } from 'node:path';
10
10
  import { createConnection } from 'node:net';
11
11
  const RPC_VERSION = 1;
12
- const DEFAULT_TIMEOUT_MS = 10_000;
12
+ const DEFAULT_TIMEOUT_MS = 30_000;
13
13
  const MAX_RESPONSE_BYTES = 4 * 1024 * 1024;
14
14
  export class CoworkUnavailableError extends Error {
15
15
  constructor(message = 'Cowork management socket is not reachable', options) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ours.network/fleet",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Harness-agnostic fleet of persistent, identity-bound AI agents. Declarative fleet.yaml, managed native/ACP sessions, supervision, and ours.network messaging.",
5
5
  "type": "module",
6
6
  "license": "FSL-1.1-Apache-2.0",