starstorm-ai/dsh-embedded-codex0

dsh-embedded-codex

Preset-selected Codex App Server Agent Runtime for DeepSeek Harness

AI Analysis

核心用途是在 DSH 中嵌入并运行 Codex 运行时环境。适合需要使用 Codex 模型、并对其执行环境(如只读、工作区写入、完全访问)和审批策略有精细化控制要求的开发者。

Package
dsh-embedded-codex
Version
0.1.0
License
MIT
Last updated
Sep 9, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:starstorm-ai/dsh-embedded-codex

配置

可以在更晚的 Profile patch 中覆盖 embedded-codex 条目:

- id: embedded-codex
  config:
    requireChatgptLogin: true
    approvalPolicy: on-request
    sandbox: workspace-write
字段默认值用途
providerNamecodexDSH 模型选择器中的 provider id
providerDisplayNameCodexProvider 显示名称
defaultModelAliasdefault使用 Codex 原生默认模型选择
requireChatgptLogintrue拒绝未登录或 API Key 登录
env{}显式传给 App Server 的环境变量
processCwd当前进程目录App Server 工作目录
approvalPolicyon-requestCodex 原生审批策略
sandboxworkspace-writeread-onlyworkspace-writedanger-full-access
disposeGraceMs3000子进程关闭宽限时间
stderrMaxBytes65536保留的 stderr 诊断上限