@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.
- package/dist/{chunk-SKMNL6C2.js → chunk-LZWCJHVN.js} +10 -1
- package/dist/cli.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
|
@@ -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
|
-
|
|
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
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rallycry/conveyor-agent",
|
|
3
|
-
"version": "11.0.
|
|
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",
|