Skip to content

Commit 163fc26

Browse files
committed
Update CHANGELOG
1 parent 5c35ca8 commit 163fc26

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [1.12.0] - 2025-08-17
44
### Added
5-
- **Selective Workflow Loading**: New `XCODEBUILDMCP_ENABLED_WORKFLOWS` environment variable allows loading only specific workflow groups in static mode, reducing context window usage for clients that don't support MCP sampling
5+
- Unify project/workspace and sim id/name tools into a single tools reducing the number of tools from 81 to 59, this helps reduce the client agent's context window size by 27%!
6+
- **Selective Workflow Loading**: New `XCODEBUILDMCP_ENABLED_WORKFLOWS` environment variable allows loading only specific workflow groups in static mode, reducing context window usage for clients that don't support MCP sampling (Thanks to @codeman9 for their first contribution!)
7+
- Rename `diagnosics` tool and cli to `doctor`
8+
- Add Sentry instrumentation to track MCP usage statistics (can be disabled by setting `XCODEBUILDMCP_SENTRY_DISABLED=true`)
9+
- Add support for MCP setLevel handler to allow clients to control the log level of the MCP server
610

711
## [v1.11.2] - 2025-08-08
812
- Fixed "registerTools is not a function" errors during package upgrades
@@ -86,7 +90,7 @@
8690

8791
## [v1.4.0-beta.3] - 2025-05-07
8892
- Fixed issue where incremental builds would only work for "Debug" build configurations
89-
-
93+
-
9094
## [v1.4.0-beta.2] - 2025-05-07
9195
- Same as beta 1 but has the latest features from the main release channel
9296

0 commit comments

Comments
 (0)