@skaile/workspaces 1.12.0 → 1.12.1
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/CHANGELOG.md +6 -0
- package/dist/{chunk-EN42DDM6.js → chunk-OZGZREH4.js} +2 -2
- package/dist/{chunk-EN42DDM6.js.map → chunk-OZGZREH4.js.map} +1 -1
- package/dist/{chunk-SORYPIC3.js → chunk-ZA465CPE.js} +28 -6
- package/dist/chunk-ZA465CPE.js.map +1 -0
- package/dist/cli/index.js +2 -2
- package/dist/factory-assets/connectors/flow/run-flow.js +1 -1
- package/dist/runner/index.js +1 -1
- package/dist/runner/src/serve.d.ts +56 -3
- package/dist/runner/src/serve.d.ts.map +1 -1
- package/dist/sdk/index.js +1 -1
- package/dist/sdk/runner.js +1 -1
- package/dist/tui/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-SORYPIC3.js.map +0 -1
package/dist/cli/index.js
CHANGED
|
@@ -6,10 +6,10 @@ import { getStoreConfig, storeFetch, deviceLogin, loadStoreAuthConfig, logout, h
|
|
|
6
6
|
import { openCatalogSource, openLibraryManager, createFullRegistry, openLibrary } from '../chunk-XZ2ZXULF.js';
|
|
7
7
|
import { logErr, S, logOk, logInfo, kindColorPad, kindColor, colorRef, formatSoftDepSection, bareSoftDepName, logWarn, formatSoftDepHint, formatRelativeTime, formatSoftDepRemovePreview, formatSoftDepAddPreview, fitWidth } from '../chunk-AT3DUOZD.js';
|
|
8
8
|
import { LocalSecretsProvider } from '../chunk-6BEGKO2Q.js';
|
|
9
|
-
import { runFlow, resumeFlow } from '../chunk-
|
|
9
|
+
import { runFlow, resumeFlow } from '../chunk-OZGZREH4.js';
|
|
10
10
|
import '../chunk-4R6DROGN.js';
|
|
11
11
|
import { validateFlowVersions, parseSkillFrontmatter } from '../chunk-GXC3TYMQ.js';
|
|
12
|
-
import { runAgentChat, loadSessionById, loadSession, listSessions, setCurrentSession, deleteSession, clearSession, loadAgentManifest, compileComposition, MarkdownStreamer, resolveMixin } from '../chunk-
|
|
12
|
+
import { runAgentChat, loadSessionById, loadSession, listSessions, setCurrentSession, deleteSession, clearSession, loadAgentManifest, compileComposition, MarkdownStreamer, resolveMixin } from '../chunk-ZA465CPE.js';
|
|
13
13
|
import { buildClaudePluginFiles } from '../chunk-SPC3TJPZ.js';
|
|
14
14
|
import '../chunk-X5YPJV4N.js';
|
|
15
15
|
import '../chunk-O7SG5PC2.js';
|
package/dist/runner/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { CLAUDE_CODE_CREDENTIALS_KEY, COMPILE_MANIFEST_FILENAME, CapabilityRegistry, DEFAULT_CAPABILITY_CALL_TIMEOUT_MS, DEFAULT_COALESCE_MS, MarkdownStreamer, PreInitRingSink, agentDefinitionExists, bootstrapCapabilityRegistry, bootstrapRunnerLogStore, buildAgentResources, buildClientCapabilityHandler, buildConnectorTokenMediator, buildContextSection, buildEnvironmentSection, buildResourcesAvailablePayload, buildStoreSnapshotReplay, builtinCapabilities, capabilityLogInstance, clearPreInitRingSink, clearSession, compileComposition, computeCapabilitySignature, connectorRefreshKind, createAgentSession, createSessionStimulusBus, defineCapability, deleteSession, dispatchRunnerCapabilityInvocation, emitSystemPromptComposed, ensureGitConfigInclude, extractClaudeAiOauthExpiresAt, getPreInitRingSink, handleMountResourceRequest, handleResourceRequest, hostOpResumeStimulus, installPreInitRingSink, listSessions, loadAgentManifest, loadCompileManifest, loadCompileManifestFromDir, loadSession, loadSessionById, mcpAuthSecretKey, newSession, pickRepointedManager, planFlowMutate, registerCompositionCapabilities, rejectCapabilityOnApprovalDeny, resetRunnerLogStore, resolveAgentComposition, resolveAgentMixins, resolveBinding, resolveCapabilityCallTimeoutMs, resolveCapabilityResult, resolveComposition, resolveMixin, runAgentChat, saveSession, setCurrentSession, startAgentServer, stimulusFromMetas, touchSession, writeClaudeCodeCredentialsFile } from '../chunk-
|
|
1
|
+
export { CLAUDE_CODE_CREDENTIALS_KEY, COMPILE_MANIFEST_FILENAME, CapabilityRegistry, DEFAULT_CAPABILITY_CALL_TIMEOUT_MS, DEFAULT_COALESCE_MS, MarkdownStreamer, PreInitRingSink, agentDefinitionExists, bootstrapCapabilityRegistry, bootstrapRunnerLogStore, buildAgentResources, buildClientCapabilityHandler, buildConnectorTokenMediator, buildContextSection, buildEnvironmentSection, buildResourcesAvailablePayload, buildStoreSnapshotReplay, builtinCapabilities, capabilityLogInstance, clearPreInitRingSink, clearSession, compileComposition, computeCapabilitySignature, connectorRefreshKind, createAgentSession, createSessionStimulusBus, defineCapability, deleteSession, dispatchRunnerCapabilityInvocation, emitSystemPromptComposed, ensureGitConfigInclude, extractClaudeAiOauthExpiresAt, getPreInitRingSink, handleMountResourceRequest, handleResourceRequest, hasNonTerminalFlow, hostOpResumeStimulus, installPreInitRingSink, isTerminalFlowStatus, listSessions, loadAgentManifest, loadCompileManifest, loadCompileManifestFromDir, loadSession, loadSessionById, mcpAuthSecretKey, newSession, pickRepointedManager, planFlowMutate, registerActiveFlow, registerCompositionCapabilities, rejectCapabilityOnApprovalDeny, resetRunnerLogStore, resolveAgentComposition, resolveAgentMixins, resolveBinding, resolveCapabilityCallTimeoutMs, resolveCapabilityResult, resolveComposition, resolveMixin, runAgentChat, saveSession, setCurrentSession, startAgentServer, stimulusFromMetas, touchSession, writeClaudeCodeCredentialsFile } from '../chunk-ZA465CPE.js';
|
|
2
2
|
import '../chunk-SPC3TJPZ.js';
|
|
3
3
|
import '../chunk-X5YPJV4N.js';
|
|
4
4
|
import '../chunk-O7SG5PC2.js';
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
import { type ConnectorHandle, ConnectorManager, type FlowAdapter, type TokenMediator } from "@skaile/workspaces/connectors";
|
|
34
34
|
import type { FlowDefinition } from "@skaile/workspaces/factory-assets/connectors/flow/engine";
|
|
35
35
|
import { type TurnStimulus } from "@skaile/workspaces/factory-assets/connectors/flow/prompt-fragments";
|
|
36
|
-
import type { AgentEvent, ConnectorsAvailableEvent, FlowExecution, ServerTransport, StateChangedEvent } from "@skaile/workspaces/types";
|
|
36
|
+
import type { AgentEvent, ConnectorsAvailableEvent, FlowExecution, FlowExecutionStatus, ServerTransport, StateChangedEvent } from "@skaile/workspaces/types";
|
|
37
37
|
import { CLAUDE_CODE_CREDENTIALS_KEY, extractClaudeAiOauthExpiresAt, writeClaudeCodeCredentialsFile } from "./serve-credentials.js";
|
|
38
38
|
import { type AgentSession } from "./session-builder.js";
|
|
39
39
|
/**
|
|
@@ -82,6 +82,42 @@ export declare function pickRepointedManager<T>(next: T | null, current: T | nul
|
|
|
82
82
|
* Exported for unit testing.
|
|
83
83
|
*/
|
|
84
84
|
export declare function buildResourcesAvailablePayload(manager: ConnectorManager | null, mcpManager: McpServerLister | null, driverLive: boolean, bakedServerIds?: ReadonlySet<string>): ConnectorsAvailableEvent;
|
|
85
|
+
/**
|
|
86
|
+
* Whether a flow run has reached a status it can never leave.
|
|
87
|
+
*
|
|
88
|
+
* `failed` is deliberately NOT terminal: `retryNode` walks a recoverable
|
|
89
|
+
* failure back to `available` and the adapter's recompute rolls the flow back
|
|
90
|
+
* to `running`. `paused` resumes the same way. Only `complete` and `cancelled`
|
|
91
|
+
* are one-way.
|
|
92
|
+
*
|
|
93
|
+
* Exported for unit testing.
|
|
94
|
+
*/
|
|
95
|
+
export declare function isTerminalFlowStatus(status: FlowExecutionStatus): boolean;
|
|
96
|
+
/** The slice of a registered run the terminal-status readers need. */
|
|
97
|
+
type FlowStatusProbe = {
|
|
98
|
+
adapter: Pick<FlowAdapter, "getExecution">;
|
|
99
|
+
handle: ConnectorHandle;
|
|
100
|
+
};
|
|
101
|
+
/**
|
|
102
|
+
* Whether any registered run is still live. Gates `flow.start` — a finished
|
|
103
|
+
* run must not block the next one.
|
|
104
|
+
*
|
|
105
|
+
* Exported for unit testing.
|
|
106
|
+
*/
|
|
107
|
+
export declare function hasNonTerminalFlow(flows: Iterable<FlowStatusProbe>): boolean;
|
|
108
|
+
/**
|
|
109
|
+
* Register a run, dropping any finished ones it supersedes. Returns the keys
|
|
110
|
+
* removed (for logging).
|
|
111
|
+
*
|
|
112
|
+
* Registration is the ONLY point that ages the map out, and deliberately so: a
|
|
113
|
+
* finished run must stay addressable (the bare-`"flow"` id rewrite, and the
|
|
114
|
+
* replay that delivers its terminal snapshot to a host that was detached when
|
|
115
|
+
* it settled) right up until a new run actually replaces it. Deleting on the
|
|
116
|
+
* terminal transition instead would drop both.
|
|
117
|
+
*
|
|
118
|
+
* Exported for unit testing.
|
|
119
|
+
*/
|
|
120
|
+
export declare function registerActiveFlow<T extends FlowStatusProbe>(flows: Map<string, T>, runId: string, entry: T): string[];
|
|
85
121
|
/**
|
|
86
122
|
* Build the `state_changed` events that replay the current snapshot of every
|
|
87
123
|
* live state-bearing store, for delivery when a subscriber (re)attaches.
|
|
@@ -96,6 +132,14 @@ export declare function buildResourcesAvailablePayload(manager: ConnectorManager
|
|
|
96
132
|
* Shared-state stores are identified by the xstate-store `onStoreChange` hook
|
|
97
133
|
* and read via `get`; git/mount/MCP connectors have no state op and are skipped.
|
|
98
134
|
*
|
|
135
|
+
* A run that already reached a terminal status is replayed too, deliberately
|
|
136
|
+
* (workspaces#413): the turn loop keeps running with no host attached, so
|
|
137
|
+
* `complete`/`cancelled` can be reached mid-detach — and this replay is then
|
|
138
|
+
* the ONLY path by which the host ever learns. Filtering it would leave the
|
|
139
|
+
* platform's persisted row stuck non-terminal and later re-hydrate a finished
|
|
140
|
+
* run. Registration prunes the settled entry instead, so the re-emit is
|
|
141
|
+
* bounded, not forever.
|
|
142
|
+
*
|
|
99
143
|
* Exported for unit testing.
|
|
100
144
|
*/
|
|
101
145
|
export declare function buildStoreSnapshotReplay(manager: ConnectorManager | null, activeFlows: Iterable<{
|
|
@@ -237,7 +281,7 @@ export type FlowMutatePlan = {
|
|
|
237
281
|
* Resolve a `connector_mutate` into a {@link FlowMutatePlan}.
|
|
238
282
|
*
|
|
239
283
|
* Hosts address the flow connector by its bare driver id `"flow"`; the runner
|
|
240
|
-
* registers the per-run connector at `flow:<runId>` and enforces one
|
|
284
|
+
* registers the per-run connector at `flow:<runId>` and enforces one *running*
|
|
241
285
|
* flow per session. `start` and (on a cold container) `hydrate` auto-create
|
|
242
286
|
* that connector; every other op dispatches to the existing run.
|
|
243
287
|
*/
|
|
@@ -250,8 +294,17 @@ export declare function planFlowMutate(cmd: {
|
|
|
250
294
|
targetExists: boolean;
|
|
251
295
|
/** The registered target is a `flow` connector. */
|
|
252
296
|
isExistingFlow: boolean;
|
|
253
|
-
/**
|
|
297
|
+
/**
|
|
298
|
+
* `activeFlows.size > 0` — any run is registered, terminal or not. Gates
|
|
299
|
+
* the cold-bootstrap `hydrate` branch: re-creating a connector at an id
|
|
300
|
+
* that already exists silently overwrites the live handle.
|
|
301
|
+
*/
|
|
254
302
|
hasActiveFlow: boolean;
|
|
303
|
+
/**
|
|
304
|
+
* A registered run is still in a non-terminal status. Gates `start` — a
|
|
305
|
+
* finished run must not block the next one.
|
|
306
|
+
*/
|
|
307
|
+
hasRunningFlow: boolean;
|
|
255
308
|
/** Connector id of the singleton active run, or null when none. */
|
|
256
309
|
onlyActiveConnectorId: string | null;
|
|
257
310
|
}): FlowMutatePlan;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"serve.d.ts","sourceRoot":"","sources":["../../../runner/src/serve.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AAsBH,OAAO,EAIL,KAAK,eAAe,EACpB,gBAAgB,EAChB,KAAK,WAAW,EAKhB,KAAK,aAAa,EAEnB,MAAM,+BAA+B,CAAC;AAcvC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0DAA0D,CAAC;AAC/F,OAAO,EAGL,KAAK,YAAY,EAClB,MAAM,oEAAoE,CAAC;AAE5E,OAAO,KAAK,EAEV,UAAU,EAEV,wBAAwB,EACxB,aAAa,
|
|
1
|
+
{"version":3,"file":"serve.d.ts","sourceRoot":"","sources":["../../../runner/src/serve.ts"],"names":[],"mappings":"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"}
|
package/dist/sdk/index.js
CHANGED
package/dist/sdk/runner.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { CLAUDE_CODE_CREDENTIALS_KEY, COMPILE_MANIFEST_FILENAME, CapabilityRegistry, DEFAULT_CAPABILITY_CALL_TIMEOUT_MS, DEFAULT_COALESCE_MS, MarkdownStreamer, PreInitRingSink, agentDefinitionExists, bootstrapCapabilityRegistry, bootstrapRunnerLogStore, buildAgentResources, buildClientCapabilityHandler, buildConnectorTokenMediator, buildContextSection, buildEnvironmentSection, buildResourcesAvailablePayload, buildStoreSnapshotReplay, builtinCapabilities, capabilityLogInstance, clearPreInitRingSink, clearSession, compileComposition, computeCapabilitySignature, connectorRefreshKind, createAgentSession, createSessionStimulusBus, defineCapability, deleteSession, dispatchRunnerCapabilityInvocation, emitSystemPromptComposed, ensureGitConfigInclude, extractClaudeAiOauthExpiresAt, getPreInitRingSink, handleMountResourceRequest, handleResourceRequest, hostOpResumeStimulus, installPreInitRingSink, listSessions, loadAgentManifest, loadCompileManifest, loadCompileManifestFromDir, loadSession, loadSessionById, mcpAuthSecretKey, newSession, pickRepointedManager, planFlowMutate, registerCompositionCapabilities, rejectCapabilityOnApprovalDeny, resetRunnerLogStore, resolveAgentComposition, resolveAgentMixins, resolveBinding, resolveCapabilityCallTimeoutMs, resolveCapabilityResult, resolveComposition, resolveMixin, runAgentChat, saveSession, setCurrentSession, startAgentServer, stimulusFromMetas, touchSession, writeClaudeCodeCredentialsFile } from '../chunk-
|
|
1
|
+
export { CLAUDE_CODE_CREDENTIALS_KEY, COMPILE_MANIFEST_FILENAME, CapabilityRegistry, DEFAULT_CAPABILITY_CALL_TIMEOUT_MS, DEFAULT_COALESCE_MS, MarkdownStreamer, PreInitRingSink, agentDefinitionExists, bootstrapCapabilityRegistry, bootstrapRunnerLogStore, buildAgentResources, buildClientCapabilityHandler, buildConnectorTokenMediator, buildContextSection, buildEnvironmentSection, buildResourcesAvailablePayload, buildStoreSnapshotReplay, builtinCapabilities, capabilityLogInstance, clearPreInitRingSink, clearSession, compileComposition, computeCapabilitySignature, connectorRefreshKind, createAgentSession, createSessionStimulusBus, defineCapability, deleteSession, dispatchRunnerCapabilityInvocation, emitSystemPromptComposed, ensureGitConfigInclude, extractClaudeAiOauthExpiresAt, getPreInitRingSink, handleMountResourceRequest, handleResourceRequest, hasNonTerminalFlow, hostOpResumeStimulus, installPreInitRingSink, isTerminalFlowStatus, listSessions, loadAgentManifest, loadCompileManifest, loadCompileManifestFromDir, loadSession, loadSessionById, mcpAuthSecretKey, newSession, pickRepointedManager, planFlowMutate, registerActiveFlow, registerCompositionCapabilities, rejectCapabilityOnApprovalDeny, resetRunnerLogStore, resolveAgentComposition, resolveAgentMixins, resolveBinding, resolveCapabilityCallTimeoutMs, resolveCapabilityResult, resolveComposition, resolveMixin, runAgentChat, saveSession, setCurrentSession, startAgentServer, stimulusFromMetas, touchSession, writeClaudeCodeCredentialsFile } from '../chunk-ZA465CPE.js';
|
|
2
2
|
import '../chunk-SPC3TJPZ.js';
|
|
3
3
|
import '../chunk-X5YPJV4N.js';
|
|
4
4
|
import '../chunk-O7SG5PC2.js';
|
package/dist/tui/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skaile/workspaces",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.1",
|
|
4
4
|
"description": "Skaile workspaces runtime — types, core, bridge, runner, store, connectors, and supporting layers as one publishable package",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"packageManager": "bun@1.3.9",
|