@rallycry/conveyor-agent 11.0.13 → 11.0.14

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.
@@ -6956,7 +6956,16 @@ var CodexTuiAdapter = class {
6956
6956
  cli_auth_credentials_store: "file",
6957
6957
  sqlite_home: codexSqliteHome(this.env),
6958
6958
  approval_policy: "never",
6959
- sandbox_mode: input.options.permissionMode === "plan" ? "read-only" : "danger-full-access",
6959
+ // Always full access, plan mode included. Codex's own read-only mode is
6960
+ // bubblewrap on Linux, which needs user namespaces the GKE pod spec
6961
+ // forbids (seccomp RuntimeDefault, no unprivileged userns): every shell
6962
+ // command died with "bwrap: No permissions to create a new namespace"
6963
+ // before it started. A non-full-access sandbox under approval_policy
6964
+ // "never" also rejects every mutating MCP call ("MCP tool call requires
6965
+ // approval"), so the agent could not even report the blocker. Plan
6966
+ // sessions stay read-only the way Claude and OpenCode plan sessions do:
6967
+ // reader GitHub token, mode prompt, disposable pod.
6968
+ sandbox_mode: "danger-full-access",
6960
6969
  developer_instructions: [
6961
6970
  input.options.appendSystemPrompt,
6962
6971
  "Conveyor workflow skills are stored in .claude/skills in the workspace. When instructed to run a /skill-name skill, read .claude/skills/skill-name/SKILL.md and follow its instructions. This is a file-based workflow, not a native slash command."
package/dist/cli.js CHANGED
@@ -27,7 +27,7 @@ import {
27
27
  resolveTuiKindFromEnv,
28
28
  runUsageProbe,
29
29
  sampleKeyUsage
30
- } from "./chunk-SKMNL6C2.js";
30
+ } from "./chunk-LZWCJHVN.js";
31
31
  import "./chunk-SR66HQKB.js";
32
32
  import {
33
33
  inheritedEnv,
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  SessionRunner,
3
3
  unshallowRepo
4
- } from "./chunk-SKMNL6C2.js";
4
+ } from "./chunk-LZWCJHVN.js";
5
5
  import "./chunk-SR66HQKB.js";
6
6
  import "./chunk-JG3VMWRQ.js";
7
7
  import {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rallycry/conveyor-agent",
3
- "version": "11.0.13",
3
+ "version": "11.0.14",
4
4
  "description": "Conveyor Agent Runner v10 - PTY harness for the task chat (SDK harness for audit/project-chat). Agent-as-User architecture with BaseService patterns. Works locally too.",
5
5
  "keywords": [
6
6
  "agent",