@jmanuelcorral/openteam 0.25.0 → 0.27.0
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.
- package/README.es.md +39 -13
- package/README.md +39 -14
- package/dist/certificates/graph-release-certificate.json +2 -2
- package/dist/certificates/graph-shadow-certificate.json +2 -2
- package/dist/certificates/opencode-2.0.5/graph-release-certificate.json +45 -0
- package/dist/certificates/opencode-2.0.5/graph-shadow-certificate.json +39 -0
- package/dist/cli/consoleRuntimeState.d.ts.map +1 -1
- package/dist/cli/consoleServe.d.ts +2 -1
- package/dist/cli/consoleServe.d.ts.map +1 -1
- package/dist/cli/setupAdapters.d.ts.map +1 -1
- package/dist/cli.js +24534 -14551
- package/dist/commands/agents.d.ts.map +1 -1
- package/dist/commands/dispatch.d.ts.map +1 -1
- package/dist/commands/doctor.d.ts.map +1 -1
- package/dist/commands/setup.d.ts +22 -15
- package/dist/commands/setup.d.ts.map +1 -1
- package/dist/commands/upgrade.d.ts +1 -1
- package/dist/commands/upgrade.d.ts.map +1 -1
- package/dist/config/fieldProjection.d.ts +3 -0
- package/dist/config/fieldProjection.d.ts.map +1 -0
- package/dist/config/nativeOpencode.d.ts +5 -0
- package/dist/config/nativeOpencode.d.ts.map +1 -0
- package/dist/config/schema.d.ts +101 -7
- package/dist/config/schema.d.ts.map +1 -1
- package/dist/console/auth.d.ts +5 -0
- package/dist/console/auth.d.ts.map +1 -0
- package/dist/console/conversation.d.ts +8 -1
- package/dist/console/conversation.d.ts.map +1 -1
- package/dist/console/historyBoundary.d.ts +1 -1
- package/dist/console/historyBoundary.d.ts.map +1 -1
- package/dist/console/nativeConversation.d.ts +7 -0
- package/dist/console/nativeConversation.d.ts.map +1 -0
- package/dist/console/opencodeClient.d.ts +3 -0
- package/dist/console/opencodeClient.d.ts.map +1 -1
- package/dist/console/pty.d.ts +4 -0
- package/dist/console/pty.d.ts.map +1 -1
- package/dist/contract/opencode.d.ts +13 -7
- package/dist/contract/opencode.d.ts.map +1 -1
- package/dist/index.d.ts +10 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1796 -327
- package/dist/local/lemonadeResidency.d.ts +2 -14
- package/dist/local/lemonadeResidency.d.ts.map +1 -1
- package/dist/local/llamaSwap.d.ts +5 -0
- package/dist/local/llamaSwap.d.ts.map +1 -0
- package/dist/local/llamaSwapRequestGuard.d.ts +11 -0
- package/dist/local/llamaSwapRequestGuard.d.ts.map +1 -0
- package/dist/local/llamaSwapResidency.d.ts +9 -0
- package/dist/local/llamaSwapResidency.d.ts.map +1 -0
- package/dist/local/modelResidency.d.ts +1 -0
- package/dist/local/modelResidency.d.ts.map +1 -1
- package/dist/local/registry.d.ts.map +1 -1
- package/dist/local/residency.d.ts +16 -0
- package/dist/local/residency.d.ts.map +1 -0
- package/dist/local/types.d.ts +10 -2
- package/dist/local/types.d.ts.map +1 -1
- package/dist/messages/consoleDetail.d.ts +3 -0
- package/dist/messages/consoleDetail.d.ts.map +1 -1
- package/dist/messages/executionSetup.d.ts +22 -3
- package/dist/messages/executionSetup.d.ts.map +1 -1
- package/dist/messages/memoryRuntime.d.ts +6 -0
- package/dist/messages/memoryRuntime.d.ts.map +1 -0
- package/dist/messages/memoryTool.d.ts +1 -1
- package/dist/messages/memoryTool.d.ts.map +1 -1
- package/dist/messages/modelResidency.d.ts +20 -2
- package/dist/messages/modelResidency.d.ts.map +1 -1
- package/dist/messages/nativeHost.d.ts +21 -0
- package/dist/messages/nativeHost.d.ts.map +1 -0
- package/dist/plugin/availability.d.ts +1 -0
- package/dist/plugin/availability.d.ts.map +1 -1
- package/dist/plugin/consoleTool.d.ts +1 -0
- package/dist/plugin/consoleTool.d.ts.map +1 -1
- package/dist/plugin/hooks.d.ts +3 -3
- package/dist/plugin/hooks.d.ts.map +1 -1
- package/dist/plugin/memoryTool.d.ts.map +1 -1
- package/dist/plugin/modelResidency.d.ts +1 -0
- package/dist/plugin/modelResidency.d.ts.map +1 -1
- package/dist/plugin/nativeHost.d.ts +5 -0
- package/dist/plugin/nativeHost.d.ts.map +1 -0
- package/dist/plugin/nativeHostContext.d.ts +228 -0
- package/dist/plugin/nativeHostContext.d.ts.map +1 -0
- package/dist/plugin/nativeInventory.d.ts +5 -0
- package/dist/plugin/nativeInventory.d.ts.map +1 -0
- package/dist/plugin/nativeResidency.d.ts +30 -0
- package/dist/plugin/nativeResidency.d.ts.map +1 -0
- package/dist/plugin/nativeSessions.d.ts +131 -0
- package/dist/plugin/nativeSessions.d.ts.map +1 -0
- package/dist/plugin/orchestrateTool.d.ts.map +1 -1
- package/dist/plugin/reloadTool.d.ts +3 -2
- package/dist/plugin/reloadTool.d.ts.map +1 -1
- package/dist/plugin/runtimeContext.d.ts +42 -0
- package/dist/plugin/runtimeContext.d.ts.map +1 -0
- package/dist/storage/index/memoryRuntime.d.ts.map +1 -1
- package/dist/web/console.d.ts +1 -1
- package/dist/web/console.d.ts.map +1 -1
- package/dist/web/server.d.ts +1 -1
- package/dist/web/server.d.ts.map +1 -1
- package/dist/web/start.d.ts +1 -1
- package/dist/web/start.d.ts.map +1 -1
- package/package.json +6 -3
|
@@ -15,6 +15,9 @@
|
|
|
15
15
|
*/
|
|
16
16
|
export declare const OPENCODE_PACKAGES: readonly ["@opencode-ai/plugin", "@opencode-ai/sdk"];
|
|
17
17
|
export type OpencodePackage = (typeof OPENCODE_PACKAGES)[number];
|
|
18
|
+
export type LiveOpencodeVersion = string & {
|
|
19
|
+
readonly __brand: "LiveOpencodeVersion";
|
|
20
|
+
};
|
|
18
21
|
/**
|
|
19
22
|
* Minimum version of the `@opencode-ai/*` packages verified against the
|
|
20
23
|
* surface used by openteam.
|
|
@@ -38,7 +41,7 @@ export declare const MIN_SUPPORTED_OPENCODE_VERSION = "1.17.13";
|
|
|
38
41
|
export declare const SUPPORTED_OPENCODE_VERSIONS: readonly ["1.17.13", "1.18.18", "1.18.19"];
|
|
39
42
|
export type SupportedOpencodeVersion = (typeof SUPPORTED_OPENCODE_VERSIONS)[number];
|
|
40
43
|
/**
|
|
41
|
-
* The opencode version this repo currently develops against. Equals the newest
|
|
44
|
+
* The legacy opencode version this repo currently develops against. Equals the newest
|
|
42
45
|
* entry in `SUPPORTED_OPENCODE_VERSIONS` and the version pinned in
|
|
43
46
|
* `package.json` for `@opencode-ai/plugin`.
|
|
44
47
|
*
|
|
@@ -57,6 +60,9 @@ export type SupportedOpencodeVersion = (typeof SUPPORTED_OPENCODE_VERSIONS)[numb
|
|
|
57
60
|
* `bun run certify:shadow` afterwards to emit fresh v2 artifacts.
|
|
58
61
|
*/
|
|
59
62
|
export declare const CURRENT_OPENCODE_VERSION: SupportedOpencodeVersion;
|
|
63
|
+
/** Separately certified native host; does not broaden the legacy soak policy. */
|
|
64
|
+
export declare const NATIVE_OPENCODE_VERSION = "2.0.5";
|
|
65
|
+
export declare const NATIVE_CERTIFICATE_DIRECTORY = "opencode-2.0.5";
|
|
60
66
|
/**
|
|
61
67
|
* Concrete integration points that openteam assumes are stable. Serves as an
|
|
62
68
|
* executable/documentary checklist when verifying a new version.
|
|
@@ -94,9 +100,8 @@ export declare function isSupportedOpencodeVersion(version: string): version is
|
|
|
94
100
|
* - **Backwards is rejected.** Running an *older* opencode than the one the
|
|
95
101
|
* evidence was gathered under is unverified: the older build may lack a
|
|
96
102
|
* surface the evidence relied on. This preserves the pre-existing guarantee.
|
|
97
|
-
* - **Forwards within the same minor line is accepted.**
|
|
98
|
-
*
|
|
99
|
-
* to. Verified for the whole `1.18.19 → 1.18.27` window by comparing blob
|
|
103
|
+
* - **Forwards within the same 1.x minor line is accepted.** Verified for
|
|
104
|
+
* the `1.18.19 → 1.18.27` window by comparing blob
|
|
100
105
|
* SHAs of the upstream files that define the surfaces: both
|
|
101
106
|
* `packages/plugin/src/index.ts` (`edfa0139…`, surfaces 1, 2, 4, 6, 7) and
|
|
102
107
|
* `packages/plugin/src/tool.ts` (`9c6daa34…`, surface 3) are byte-identical
|
|
@@ -105,9 +110,10 @@ export declare function isSupportedOpencodeVersion(version: string): version is
|
|
|
105
110
|
* For surface 5 the only SDK type change across the window is
|
|
106
111
|
* `GlobalUpgradeData.body.target` becoming required — an endpoint openteam
|
|
107
112
|
* never calls — plus `chunkTimeout` additionally accepting `false`.
|
|
108
|
-
* - **
|
|
109
|
-
*
|
|
110
|
-
*
|
|
113
|
+
* - **Native hosts require exact equality.** Their separately issued evidence
|
|
114
|
+
* does not broaden the legacy soak tuple or inherit its patch exception.
|
|
115
|
+
* - **A new minor or major is rejected.** Reverify the appropriate adapter and
|
|
116
|
+
* issue matching evidence rather than assuming its contract stayed stable.
|
|
111
117
|
*
|
|
112
118
|
* Unparseable input is treated as incompatible (fail-closed).
|
|
113
119
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"opencode.d.ts","sourceRoot":"","sources":["../../src/contract/opencode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH;;GAEG;AACH,eAAO,MAAM,iBAAiB,YAC5B,qBAAqB,EACrB,kBAAkB,CACV,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC;AAEjE;;;GAGG;AACH,eAAO,MAAM,8BAA8B,YAAY,CAAC;AAExD;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,2BAA2B,YACtC,SAAS,EACT,SAAS,EACT,SAAS,CACD,CAAC;AAEX,MAAM,MAAM,wBAAwB,GAClC,CAAC,OAAO,2BAA2B,CAAC,CAAC,MAAM,CAAC,CAAC;AAE/C;;;;;;;;;;;;;;;;;;GAkBG;AACH,eAAO,MAAM,wBAAwB,EAAE,wBAAoC,CAAC;
|
|
1
|
+
{"version":3,"file":"opencode.d.ts","sourceRoot":"","sources":["../../src/contract/opencode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH;;GAEG;AACH,eAAO,MAAM,iBAAiB,YAC5B,qBAAqB,EACrB,kBAAkB,CACV,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC;AAEjE,MAAM,MAAM,mBAAmB,GAAG,MAAM,GAAG;IACzC,QAAQ,CAAC,OAAO,EAAE,qBAAqB,CAAC;CACzC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,8BAA8B,YAAY,CAAC;AAExD;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,2BAA2B,YACtC,SAAS,EACT,SAAS,EACT,SAAS,CACD,CAAC;AAEX,MAAM,MAAM,wBAAwB,GAClC,CAAC,OAAO,2BAA2B,CAAC,CAAC,MAAM,CAAC,CAAC;AAE/C;;;;;;;;;;;;;;;;;;GAkBG;AACH,eAAO,MAAM,wBAAwB,EAAE,wBAAoC,CAAC;AAC5E,iFAAiF;AACjF,eAAO,MAAM,uBAAuB,UAAU,CAAC;AAC/C,eAAO,MAAM,4BAA4B,mBAAwC,CAAC;AAElF;;;GAGG;AACH,eAAO,MAAM,0BAA0B,YACrC,4DAA4D,EAC5D,+EAA+E,EAC/E,6CAA6C,EAC7C,iFAAiF,EACjF,wGAAwG,EACxG,gGAAgG,EAChG,iLAAiL,EACjL,4LAA4L,CACpL,CAAC;AAEX,MAAM,MAAM,MAAM,GAAG;IACnB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;CACxB,CAAC;AAIF;;;GAGG;AACH,wBAAgB,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,CAanD;AAED;;GAEG;AACH,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAc9D;AAED;;GAEG;AACH,wBAAgB,0BAA0B,CACxC,OAAO,EAAE,MAAM,GACd,OAAO,IAAI,wBAAwB,CAErC;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,wBAAgB,8BAA8B,CAC5C,gBAAgB,EAAE,MAAM,EACxB,WAAW,EAAE,MAAM,GAClB,OAAO,CA4BT;AAED;;GAEG;AACH,wBAAgB,2BAA2B,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAOpE"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import type { Plugin
|
|
1
|
+
import type { Plugin } from "@opencode-ai/plugin";
|
|
2
2
|
import type { CliDeps, CutoverGateEvaluation } from "./commands/dispatch";
|
|
3
3
|
import { type GraphGateInput } from "./config/graphFeatureGate";
|
|
4
4
|
import { type ConfigSource } from "./config/resolve";
|
|
5
5
|
import { type OpenTeamConfig } from "./config/schema";
|
|
6
|
+
import { type LiveOpencodeVersion } from "./contract/opencode";
|
|
6
7
|
import { RuntimeRegistry } from "./local/registry";
|
|
8
|
+
import type { PluginRuntimeContext, PluginRuntimeHooks } from "./plugin/runtimeContext";
|
|
7
9
|
import { type ReadAllChainsResult, type RecorderPorts } from "./storage/graph/soakRecorder";
|
|
8
10
|
import type { StorageProvider } from "./storage/provider";
|
|
9
11
|
import { type EventSink } from "./telemetry/eventLog";
|
|
@@ -69,9 +71,7 @@ export declare function readPackagedCertificate(path: string): Promise<string |
|
|
|
69
71
|
*
|
|
70
72
|
* See ADR section 8 (seam protection) and the GE-057 wiring tests.
|
|
71
73
|
*/
|
|
72
|
-
export type LiveOpencodeVersion
|
|
73
|
-
readonly __brand: "LiveOpencodeVersion";
|
|
74
|
-
};
|
|
74
|
+
export type { LiveOpencodeVersion } from "./contract/opencode";
|
|
75
75
|
type FetchLike = (input: RequestInfo | URL) => Promise<Response>;
|
|
76
76
|
type OpencodeVersionReadOptions = {
|
|
77
77
|
readonly fetch?: FetchLike;
|
|
@@ -129,8 +129,13 @@ export declare function createEventSink(rawOptions: unknown, storage?: StoragePr
|
|
|
129
129
|
}): EventSink;
|
|
130
130
|
export declare function isMissingFile(error: unknown): boolean;
|
|
131
131
|
export declare function createCliDeps(config: OpenTeamConfig, registry: RuntimeRegistry, telemetryPath: string, sessionsDir?: string, storage?: StorageProvider, fallbackSource?: ConfigSource, rawOptions?: unknown, resolveOpencodeVersion?: () => Promise<string | undefined>, workspaceRoot?: string): CliDeps;
|
|
132
|
+
export declare function createPluginRuntime(ctx: PluginRuntimeContext, rawOptions?: Record<string, unknown>): Promise<PluginRuntimeHooks>;
|
|
132
133
|
export declare const server: Plugin;
|
|
133
|
-
declare const plugin:
|
|
134
|
+
declare const plugin: {
|
|
135
|
+
id: string;
|
|
136
|
+
server: Plugin;
|
|
137
|
+
effect: (ctx: import("./plugin/nativeHostContext").NativeHostContext) => import("effect/Effect").Effect<undefined, never, import("effect/Scope").Scope>;
|
|
138
|
+
};
|
|
134
139
|
export { PACKAGE_VERSION } from "./version";
|
|
135
140
|
export default plugin;
|
|
136
141
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|