@sellable/install 0.1.270 → 0.1.271

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.
@@ -2580,7 +2580,7 @@ function generateCodexAgentToml(agent) {
2580
2580
  return `name = ${quoteToml(agent.name)}
2581
2581
  description = ${quoteToml(codex.description)}
2582
2582
  model = ${quoteToml(codex.model || "gpt-5.5")}
2583
- model_reasoning_effort = ${quoteToml(codex.modelReasoningEffort || "high")}
2583
+ model_reasoning_effort = ${quoteToml(codex.modelReasoningEffort || "xhigh")}
2584
2584
  sandbox_mode = ${quoteToml(codex.sandboxMode || "read-only")}
2585
2585
  nickname_candidates = ${tomlArray(codex.nicknameCandidates || [agent.displayName])}
2586
2586
  developer_instructions = ${tomlMultilineString(agent.prompt)}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/install",
3
- "version": "0.1.270",
3
+ "version": "0.1.271",
4
4
  "type": "module",
5
5
  "description": "One-command installer for Sellable MCP in Claude Code and Codex",
6
6
  "bin": {