Skip to content

Commit af58d1a

Browse files
committed
Update CHANGELOG
1 parent 8b9f001 commit af58d1a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,21 @@ XcodeBuildMCP can now proxy tools from Xcode 26.3's built-in MCP bridge, giving
4444
- **Agent skills**: Optional skill files that prime your agent with usage instructions for the MCP server or CLI. Install via the provided shell script or manually. See [docs/SKILLS.md](docs/SKILLS.md).
4545
- **MCP tool annotations**: All tools now include MCP-standard annotations (read-only vs. destructive, idempotent, etc.) for clients that support them.
4646
- **Simulator name resolution**: Session defaults now accept a simulator name and automatically resolve it to a device ID.
47+
- **Launch environment variables**: Launch tools now accept an optional `env` object so you can pass runtime environment variables when starting apps on simulator or device.
4748

4849
### Changed
4950

5051
- Simulator tools are now the default workflow. Previously all workflows loaded by default, increasing context usage.
5152
- Bundled AXe updated to 1.3.0.
5253
- Landscape screenshots now orient correctly.
54+
- Simulator platform detection and default refresh behavior are more reliable, so simulator commands stay aligned with your current defaults as they change.
5355

5456
### Fixed
5557

5658
- Fixed incremental builds corrupting arguments when strings contained substrings matching build flags.
59+
- Fixed build path handling so relative project, workspace, and derived data paths resolve correctly even when commands run from different working directories.
60+
- Fixed working-directory leakage in incremental build setup that could affect concurrent requests.
61+
- Fixed simulator screenshot matching for similarly named devices (for example, `iPhone 15` and `iPhone 15 Pro`).
5762

5863
## [1.15.1] - 2025-12-20
5964

0 commit comments

Comments
 (0)