Commit f68db5f
authored
feat(responses): Add next-step runtime responses (#420)
Add next-step instructions to runtime responses while keeping the structured
output envelope intact. The runtime now decides between minimal and normal
response detail without directly owning CLI verbosity policy.
Expose CLI control so regular CLI output can default to normal detail while
agent-oriented CLI usage can request minimal output matching MCP.1 parent ba916f1 commit f68db5f
903 files changed
Lines changed: 14249 additions & 2218 deletions
File tree
- manifests/tools
- schemas/structured-output
- _defs
- xcodebuildmcp.output.app-path
- xcodebuildmcp.output.build-result
- xcodebuildmcp.output.build-run-result
- xcodebuildmcp.output.build-settings
- xcodebuildmcp.output.bundle-id
- xcodebuildmcp.output.capture-result
- xcodebuildmcp.output.coverage-result
- xcodebuildmcp.output.debug-breakpoint-result
- xcodebuildmcp.output.debug-command-result
- xcodebuildmcp.output.debug-session-action
- xcodebuildmcp.output.debug-stack-result
- xcodebuildmcp.output.debug-variables-result
- xcodebuildmcp.output.device-list
- xcodebuildmcp.output.doctor-report
- xcodebuildmcp.output.error
- xcodebuildmcp.output.install-result
- xcodebuildmcp.output.launch-result
- xcodebuildmcp.output.process-list
- xcodebuildmcp.output.project-list
- xcodebuildmcp.output.scaffold-result
- xcodebuildmcp.output.scheme-list
- xcodebuildmcp.output.session-defaults
- xcodebuildmcp.output.session-profile
- xcodebuildmcp.output.simulator-action-result
- xcodebuildmcp.output.simulator-list
- xcodebuildmcp.output.stop-result
- xcodebuildmcp.output.test-result
- xcodebuildmcp.output.ui-action-result
- xcodebuildmcp.output.workflow-selection
- xcodebuildmcp.output.xcode-bridge-call-result
- xcodebuildmcp.output.xcode-bridge-status
- xcodebuildmcp.output.xcode-bridge-sync
- xcodebuildmcp.output.xcode-bridge-tool-list
- src
- cli
- __tests__
- core/__tests__
- daemon
- __tests__
- mcp/tools
- coverage
- __tests__
- debugging
- __tests__
- device
- __tests__
- doctor
- macos/__tests__
- project-discovery
- __tests__
- project-scaffolding
- session-management
- __tests__
- simulator-management
- __tests__
- simulator
- __tests__
- swift-package
- __tests__
- ui-automation
- __tests__
- utilities
- __tests__
- workflow-discovery
- xcode-ide
- __tests__
- rendering
- __tests__
- runtime/__tests__
- snapshot-tests
- __fixtures__
- cli
- json
- coverage
- debugging
- device
- macos
- project-discovery
- project-scaffolding
- simulator-management
- simulator
- swift-package
- ui-automation
- utilities
- xcode-ide
- macos
- project-discovery
- swift-package
- text
- coverage
- debugging
- device
- macos
- project-discovery
- project-scaffolding
- simulator-management
- simulator
- swift-package
- ui-automation
- utilities
- xcode-ide
- json
- device
- project-discovery
- project-scaffolding
- simulator-management
- simulator
- mcp
- json
- coverage
- debugging
- device
- macos
- project-discovery
- project-scaffolding
- session-management
- simulator-management
- simulator
- swift-package
- ui-automation
- utilities
- xcode-ide
- swift-package
- text
- coverage
- debugging
- device
- macos
- project-discovery
- project-scaffolding
- resources
- session-management
- simulator-management
- simulator
- swift-package
- ui-automation
- utilities
- xcode-ide
- __tests__
- suites
- types
- utils
- __tests__
- renderers
- responses
- __tests__
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments