replicas-engine 0.1.759 → 0.1.760

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.
@@ -5,11 +5,11 @@ import {
5
5
  getCodexAspHost,
6
6
  restartCodexAspHost,
7
7
  restartCodexAspHostIfRunning
8
- } from "./chunk-JQHGDJE4.js";
9
- import "./chunk-WTNFZX53.js";
10
- import "./chunk-52SXO2DU.js";
8
+ } from "./chunk-S5H5RGAL.js";
9
+ import "./chunk-FGZCLLLD.js";
10
+ import "./chunk-2BNS77J3.js";
11
11
  import "./chunk-UZSNFLDQ.js";
12
- import "./chunk-24FE3TDH.js";
12
+ import "./chunk-WPHJ2E72.js";
13
13
  import "./chunk-VEQXQN22.js";
14
14
  export {
15
15
  getCodexAspHost,
@@ -4,7 +4,7 @@ const require = __createRequire(import.meta.url);
4
4
  import {
5
5
  HOOK_EXEC_MAX_BUFFER_BYTES,
6
6
  isVersionBelow
7
- } from "./chunk-24FE3TDH.js";
7
+ } from "./chunk-WPHJ2E72.js";
8
8
 
9
9
  // src/utils/codex-agent-env.ts
10
10
  function buildCodexAgentEnv(source = process.env) {
@@ -241,7 +241,7 @@ var DEFAULT_CODEX_ARGS = [
241
241
  var MIN_CODEX_CLI_VERSION = "0.153.3";
242
242
  var CODEX_UPGRADE_TIMEOUT_MS = 12e4;
243
243
  var codexCliVersionEnsured = null;
244
- var ENGINE_PACKAGE_VERSION = "0.1.759";
244
+ var ENGINE_PACKAGE_VERSION = "0.1.760";
245
245
  var INITIALIZE_METHOD = "initialize";
246
246
  var INITIALIZED_NOTIFICATION = "initialized";
247
247
  var ACCOUNT_LOGIN_START_METHOD = "account/login/start";
@@ -4,7 +4,7 @@ const require = __createRequire(import.meta.url);
4
4
  import {
5
5
  findCodeHostPullRequestUrls,
6
6
  mayCreatePullRequest
7
- } from "./chunk-24FE3TDH.js";
7
+ } from "./chunk-WPHJ2E72.js";
8
8
 
9
9
  // src/services/post-tool-pr-notifier.ts
10
10
  async function notifyPostToolUse(toolName, toolInput, toolResult) {
@@ -15,7 +15,7 @@ import {
15
15
  isValidRelayBaseProvider,
16
16
  parsePosixEnvFile,
17
17
  readReplicasRuntimeEnv
18
- } from "./chunk-24FE3TDH.js";
18
+ } from "./chunk-WPHJ2E72.js";
19
19
 
20
20
  // src/engine-env.ts
21
21
  import { readFileSync as readFileSync2 } from "fs";
@@ -5,18 +5,18 @@ import {
5
5
  ENGINE_ENV,
6
6
  monolithRequest,
7
7
  setAgentCredentialSnapshot
8
- } from "./chunk-WTNFZX53.js";
8
+ } from "./chunk-FGZCLLLD.js";
9
9
  import {
10
10
  AppServerProcess,
11
11
  buildCodexAgentEnv
12
- } from "./chunk-52SXO2DU.js";
12
+ } from "./chunk-2BNS77J3.js";
13
13
  import {
14
14
  CODEX_AUTH_ENV_KEYS,
15
15
  CODEX_AUTH_ENV_KEYS_BY_METHOD,
16
16
  codexAuthEnvFromResponse,
17
17
  createErrorResult,
18
18
  createSuccessResult
19
- } from "./chunk-24FE3TDH.js";
19
+ } from "./chunk-WPHJ2E72.js";
20
20
 
21
21
  // src/managers/codex-token-manager.ts
22
22
  import { promises as fs } from "fs";
@@ -232,7 +232,7 @@ var CodexTokenManager = class extends BaseRefreshManager {
232
232
  const data = await response.json();
233
233
  await this.applyCredentialsResponse(data);
234
234
  if (restartOnChange && CODEX_AUTH_ENV_KEYS.some((key, index) => process.env[key] !== previousEnv[index])) {
235
- const { restartCodexAspHostIfRunning: restartCodexAspHostIfRunning2 } = await import("./asp-host-XMTAWU7K.js");
235
+ const { restartCodexAspHostIfRunning: restartCodexAspHostIfRunning2 } = await import("./asp-host-VTRJ5WMJ.js");
236
236
  await restartCodexAspHostIfRunning2();
237
237
  }
238
238
  if (data.scope) {
@@ -2242,7 +2242,7 @@ var REFERENCE5 = `# Linear Integration
2242
2242
 
2243
2243
  Use \`@replicas/sdk\`; never request or handle a Linear OAuth token. Replicas refreshes the organization credential behind the gateway.
2244
2244
 
2245
- In gateway-enabled workspaces, Linear credentials stay on the Replicas server and the workspace receives only connection metadata. Older workspaces can still carry a legacy token snapshot, but should use the gateway when the SDK is available. A missing Linear MCP server does not prevent SDK access.
2245
+ In all new workspaces, Linear credentials stay on the Replicas server and the workspace receives only connection metadata. Older workspaces can still carry a legacy token snapshot, but should use the gateway when the SDK is available. A missing Linear MCP server does not prevent SDK access.
2246
2246
 
2247
2247
  Download protected attachments with \`await replicas.linear.download(url)\`; this returns a \`Response\` without exposing the provider token.
2248
2248
 
@@ -2312,9 +2312,9 @@ Search with \`containsIgnoreCase: $query\` filters, for example on both \`title\
2312
2312
  If \`@replicas/sdk\` cannot be imported, use the same refresh-capable gateway with workspace authentication. Send the GraphQL JSON request on stdin:
2313
2313
 
2314
2314
  \`\`\`bash
2315
- curl -sS --fail-with-body -X POST "$REPLICAS_MONOLITH_URL/v1/engine/linear/graphql" \\
2315
+ curl -sS --fail-with-body -X POST "\${REPLICAS_MONOLITH_URL:-$MONOLITH_URL}/v1/engine/linear/graphql" \\
2316
2316
  -H "Authorization: Bearer $REPLICAS_ENGINE_SECRET" \\
2317
- -H "X-Workspace-Id: $REPLICAS_WORKSPACE_ID" \\
2317
+ -H "X-Workspace-Id: \${REPLICAS_WORKSPACE_ID:-$WORKSPACE_ID}" \\
2318
2318
  -H "Content-Type: application/json" \\
2319
2319
  --data-binary @-
2320
2320
  \`\`\`
@@ -3341,11 +3341,23 @@ const [messages, users] = await Promise.all([
3341
3341
  \`\`\`
3342
3342
 
3343
3343
  Supported methods cover conversations, messages, search, users, reactions, and Slack's external file-upload flow. An unsupported method is rejected by Replicas before Slack is called.
3344
+
3345
+ ## Older workspaces without the SDK
3346
+
3347
+ If \`@replicas/sdk\` cannot be imported, use the gateway with workspace authentication. Send JSON containing \`method\` and \`arguments\` on stdin, for example \`{"method":"conversations.list","arguments":{"limit":3,"types":"public_channel"}}\`:
3348
+
3349
+ \`\`\`bash
3350
+ curl -sS --fail-with-body -X POST "\${REPLICAS_MONOLITH_URL:-$MONOLITH_URL}/v1/engine/slack/api" \\
3351
+ -H "Authorization: Bearer $REPLICAS_ENGINE_SECRET" \\
3352
+ -H "X-Workspace-Id: \${REPLICAS_WORKSPACE_ID:-$WORKSPACE_ID}" \\
3353
+ -H "Content-Type: application/json" \\
3354
+ --data-binary @-
3355
+ \`\`\`
3344
3356
  `;
3345
3357
  var SLACK_ABILITY = {
3346
3358
  label: "Slack",
3347
3359
  description: "Send messages, read threads, search, and transfer files through @replicas/sdk.",
3348
- bullet: "- Interacting with Slack (sending messages, reading threads, etc.)",
3360
+ bullet: "- Interacting with Slack (listing channels, sending messages, reading threads, or searching): use replicas.slack.call from @replicas/sdk. Read references/SLACK.md; no Slack MCP server or provider token in the VM is required.",
3349
3361
  section: SECTION12,
3350
3362
  referenceFile: { name: "SLACK.md", content: REFERENCE12 }
3351
3363
  };
@@ -3,12 +3,12 @@ import { createRequire as __createRequire } from 'node:module';
3
3
  const require = __createRequire(import.meta.url);
4
4
  import {
5
5
  monolithRequest
6
- } from "./chunk-WTNFZX53.js";
6
+ } from "./chunk-FGZCLLLD.js";
7
7
  import {
8
8
  extractCommandProtectionCommandText,
9
9
  findGitCommitSignals,
10
10
  findPrMergeSignals
11
- } from "./chunk-24FE3TDH.js";
11
+ } from "./chunk-WPHJ2E72.js";
12
12
 
13
13
  // src/services/command-protection-service.ts
14
14
  var DEFAULT_COMMAND_PROTECTION_BLOCK_MESSAGE = "Blocked by Replicas command protection.";
@@ -3,12 +3,12 @@ import { createRequire as __createRequire } from 'node:module';
3
3
  const require = __createRequire(import.meta.url);
4
4
  import {
5
5
  evaluateCommandProtection
6
- } from "./chunk-2N4HGHFZ.js";
7
- import "./chunk-WTNFZX53.js";
6
+ } from "./chunk-ZXT4NTVZ.js";
7
+ import "./chunk-FGZCLLLD.js";
8
8
  import {
9
9
  isRecord
10
10
  } from "./chunk-UZSNFLDQ.js";
11
- import "./chunk-24FE3TDH.js";
11
+ import "./chunk-WPHJ2E72.js";
12
12
  import "./chunk-VEQXQN22.js";
13
13
 
14
14
  // src/command-protection-hook.ts
@@ -3,13 +3,13 @@ import { createRequire as __createRequire } from 'node:module';
3
3
  const require = __createRequire(import.meta.url);
4
4
  import {
5
5
  evaluateCommandProtection
6
- } from "./chunk-2N4HGHFZ.js";
6
+ } from "./chunk-ZXT4NTVZ.js";
7
7
  import {
8
8
  notifyPostToolUse
9
- } from "./chunk-FTXE5FES.js";
10
- import "./chunk-WTNFZX53.js";
9
+ } from "./chunk-B6Q4DLZL.js";
10
+ import "./chunk-FGZCLLLD.js";
11
11
  import "./chunk-UZSNFLDQ.js";
12
- import "./chunk-24FE3TDH.js";
12
+ import "./chunk-WPHJ2E72.js";
13
13
  import "./chunk-VEQXQN22.js";
14
14
 
15
15
  // src/deepseek-command-protection-plugin.ts
@@ -8,12 +8,12 @@ import {
8
8
  import {
9
9
  AppServerProcess,
10
10
  buildCodexAgentEnv
11
- } from "./chunk-52SXO2DU.js";
11
+ } from "./chunk-2BNS77J3.js";
12
12
  import {
13
13
  AGENT,
14
14
  getMemoryOutputSafetyViolation,
15
15
  headlessAgentRequestSchema
16
- } from "./chunk-24FE3TDH.js";
16
+ } from "./chunk-WPHJ2E72.js";
17
17
  import "./chunk-VEQXQN22.js";
18
18
 
19
19
  // src/headless-agent.ts
package/dist/src/index.js CHANGED
@@ -91,7 +91,7 @@ import {
91
91
  evaluateCommandProtection,
92
92
  extractToolCommand,
93
93
  reportCommandProtectionBlock
94
- } from "./chunk-2N4HGHFZ.js";
94
+ } from "./chunk-ZXT4NTVZ.js";
95
95
  import {
96
96
  ACCOUNT_RATE_LIMITS_UPDATED_METHOD,
97
97
  AGENT_MESSAGE_DELTA_METHOD,
@@ -124,20 +124,20 @@ import {
124
124
  recordCredentialFallback,
125
125
  recordExhaustedCredential,
126
126
  restartCodexAspHost
127
- } from "./chunk-JQHGDJE4.js";
127
+ } from "./chunk-S5H5RGAL.js";
128
128
  import {
129
129
  ENGINE_ENV,
130
130
  IS_WARMING_MODE,
131
131
  monolithRequest,
132
132
  monolithService,
133
133
  setAgentCredentialSnapshot
134
- } from "./chunk-WTNFZX53.js";
134
+ } from "./chunk-FGZCLLLD.js";
135
135
  import {
136
136
  AspClient,
137
137
  SUBPROCESS_MAX_BUFFER,
138
138
  execAsync,
139
139
  execFileAsync
140
- } from "./chunk-52SXO2DU.js";
140
+ } from "./chunk-2BNS77J3.js";
141
141
  import {
142
142
  isRecord as isRecord2
143
143
  } from "./chunk-UZSNFLDQ.js";
@@ -331,7 +331,7 @@ import {
331
331
  spawnRelaySubagentRequestSchema,
332
332
  stripAgentDiagnosticErrors,
333
333
  withTimeout
334
- } from "./chunk-24FE3TDH.js";
334
+ } from "./chunk-WPHJ2E72.js";
335
335
  import {
336
336
  __commonJS,
337
337
  __export,
@@ -3,11 +3,11 @@ import { createRequire as __createRequire } from 'node:module';
3
3
  const require = __createRequire(import.meta.url);
4
4
  import {
5
5
  notifyPostToolUse
6
- } from "./chunk-FTXE5FES.js";
6
+ } from "./chunk-B6Q4DLZL.js";
7
7
  import {
8
8
  isRecord
9
9
  } from "./chunk-UZSNFLDQ.js";
10
- import "./chunk-24FE3TDH.js";
10
+ import "./chunk-WPHJ2E72.js";
11
11
  import "./chunk-VEQXQN22.js";
12
12
 
13
13
  // src/post-tool-pr-hook.ts
@@ -4,7 +4,7 @@ const require = __createRequire(import.meta.url);
4
4
  import {
5
5
  messageRelaySubagentRequestSchema,
6
6
  spawnRelaySubagentRequestSchema
7
- } from "./chunk-24FE3TDH.js";
7
+ } from "./chunk-WPHJ2E72.js";
8
8
  import "./chunk-VEQXQN22.js";
9
9
 
10
10
  // src/relay-mcp.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-engine",
3
- "version": "0.1.759",
3
+ "version": "0.1.760",
4
4
  "description": "Lightweight API server for Replicas workspaces",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",