@pulsemcp/air-core 0.5.1 → 0.6.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulsemcp/air-core",
3
- "version": "0.5.1",
3
+ "version": "0.6.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -81,6 +81,19 @@
81
81
  },
82
82
  "description": "IDs of other roots that this root depends on as subagents. The default CLI behavior merges subagent roots' skills and MCP servers into the parent session and appends subagent metadata to the system prompt. Orchestrators that manage subagent composition externally (e.g., via an MCP server) can opt out with --no-subagent-merge."
83
83
  },
84
+ "default_runtime": {
85
+ "type": "string",
86
+ "examples": [
87
+ "claude_code",
88
+ "codex",
89
+ "pi",
90
+ "opencode",
91
+ "amp",
92
+ "gemini",
93
+ "github_copilot"
94
+ ],
95
+ "description": "Agent runtime to use for sessions and subagents spawned under this root. When omitted, resolves to the default runtime 'claude_code'. The listed values are common runtimes, but this is an open string field — any runtime identifier a downstream consumer recognizes is accepted, so new agents do not require a schema change."
96
+ },
84
97
  "user_invocable": {
85
98
  "type": "boolean",
86
99
  "description": "Whether this root can be directly invoked by users to start a session.",
@@ -81,6 +81,19 @@
81
81
  },
82
82
  "description": "IDs of other roots that this root depends on as subagents. The default CLI behavior merges subagent roots' skills and MCP servers into the parent session and appends subagent metadata to the system prompt. Orchestrators that manage subagent composition externally (e.g., via an MCP server) can opt out with --no-subagent-merge."
83
83
  },
84
+ "default_runtime": {
85
+ "type": "string",
86
+ "examples": [
87
+ "claude_code",
88
+ "codex",
89
+ "pi",
90
+ "opencode",
91
+ "amp",
92
+ "gemini",
93
+ "github_copilot"
94
+ ],
95
+ "description": "Agent runtime to use for sessions and subagents spawned under this root. When omitted, resolves to the default runtime 'claude_code'. The listed values are common runtimes, but this is an open string field — any runtime identifier a downstream consumer recognizes is accepted, so new agents do not require a schema change."
96
+ },
84
97
  "user_invocable": {
85
98
  "type": "boolean",
86
99
  "description": "Whether this root can be directly invoked by users to start a session.",