René's URL Explorer Experiment


Title: Move simulatorPlatform out of sessionDefaults into an internal cache · Issue #366 · getsentry/XcodeBuildMCP · GitHub

Open Graph Title: Move simulatorPlatform out of sessionDefaults into an internal cache · Issue #366 · getsentry/XcodeBuildMCP

X Title: Move simulatorPlatform out of sessionDefaults into an internal cache · Issue #366 · getsentry/XcodeBuildMCP

Description: Problem sessionDefaults.simulatorPlatform is declared as a session default (see src/utils/session-defaults-schema.ts:35-38, described as "Cached inferred simulator platform"), but it does not behave like one. Session defaults are meant t...

Open Graph Description: Problem sessionDefaults.simulatorPlatform is declared as a session default (see src/utils/session-defaults-schema.ts:35-38, described as "Cached inferred simulator platform"), but it does not behav...

X Description: Problem sessionDefaults.simulatorPlatform is declared as a session default (see src/utils/session-defaults-schema.ts:35-38, described as "Cached inferred simulator platform"), but it does...

Opengraph URL: https://github.com/getsentry/XcodeBuildMCP/issues/366

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Move simulatorPlatform out of sessionDefaults into an internal cache","articleBody":"## Problem\n\n`sessionDefaults.simulatorPlatform` is declared as a session default (see `src/utils/session-defaults-schema.ts:35-38`, described as \"Cached inferred simulator platform\"), but it does not behave like one.\n\nSession defaults are meant to be values an agent sets to influence tool calls. `simulatorPlatform` violates that contract:\n\n- It is written automatically by `src/utils/simulator-defaults-refresh.ts` (lines 80, 87) as a side effect of resolving a simulator — not by an agent.\n- It is keyed to another default (`simulatorId` / `simulatorName`) and only trusted when those still match (`src/utils/infer-platform.ts:113-139`, `resolveCachedPlatform`).\n- Its sole consumer is `infer-platform.ts`, which uses it to skip a `simctl list` round-trip.\n\nIn other words, it is internal cache state surfaced through the agent-facing session-defaults schema. Agents that read or write `sessionDefaults` see a field they should not be touching, and any code that legitimately wants to set a project's \"platform\" preference (e.g. the setup wizard in #365) gets pulled into caching semantics it does not want.\n\n## Proposed direction\n\nTwo reasonable options:\n\n1. **Move it to a separate internal cache** that is not part of `sessionDefaults` and is not exposed via `session_set_defaults` / `session_show_defaults` / `session_clear_defaults`. `infer-platform.ts` and `simulator-defaults-refresh.ts` become the only readers/writers.\n2. **Drop the cache entirely** and re-derive the simulator platform on demand from `simulatorId` via `simctl list`. Costs one extra lookup per fresh session; removes a whole class of staleness bugs.\n\nOption 1 preserves the perf optimisation; option 2 is simpler. Either is fine — the key constraint is that `simulatorPlatform` should not be in `sessionDefaults`.\n\n## Out of scope\n\n- `sessionDefaults.platform` — that one is a legitimate agent-controllable default for device tools and should stay.\n- The setup-wizard layering issue surfaced in #365 — that PR should stop writing to either field; this issue is the follow-up cleanup.\n\n## Affected files (current state)\n\n- `src/utils/session-defaults-schema.ts` — declares the field\n- `src/utils/simulator-defaults-refresh.ts` — writer\n- `src/utils/infer-platform.ts` — reader\n- `src/mcp/tools/session-management/session_*.ts` — surfaces it to agents\n- `src/utils/renderers/domain-result-text.ts`, `src/types/domain-results.ts` — render/type plumbing","author":{"url":"https://github.com/cameroncooke","@type":"Person","name":"cameroncooke"},"datePublished":"2026-04-26T20:08:38.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/366/XcodeBuildMCP/issues/366"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:489ef412-3a77-21b4-e3a8-32e6f92e9c62
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC0DC:1D6E0:4B6756:6B69C2:6A4E7054
html-safe-noncecd5c708059b7a228b80ae145650641ebabb7700c32072e9a182bf425d0e84887
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDMERDOjFENkUwOjRCNjc1Njo2QjY5QzI6NkE0RTcwNTQiLCJ2aXNpdG9yX2lkIjoiMTA4MjE1NzMxMTY4ODg2MzgyOCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacbb6c0d11f6702f5dd4c016de7535a440c9bde0ff8f8d792d90c6f5a4a528bac4
hovercard-subject-tagissue:4331861529
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/getsentry/XcodeBuildMCP/366/issue_layout
twitter:imagehttps://opengraph.githubassets.com/be4ec925156b07cdd174b3692b4c4f8dd6652042b367b6d93b9f4bbf888d2682/getsentry/XcodeBuildMCP/issues/366
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/be4ec925156b07cdd174b3692b4c4f8dd6652042b367b6d93b9f4bbf888d2682/getsentry/XcodeBuildMCP/issues/366
og:image:altProblem sessionDefaults.simulatorPlatform is declared as a session default (see src/utils/session-defaults-schema.ts:35-38, described as "Cached inferred simulator platform"), but it does not behav...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamecameroncooke
hostnamegithub.com
expected-hostnamegithub.com
None41b6ab3ba6d20a71766ac245b5a4a94c6fc672a9cd4da7d44c1b33ab8bf6a21c
turbo-cache-controlno-preview
go-importgithub.com/getsentry/XcodeBuildMCP git https://github.com/getsentry/XcodeBuildMCP.git
octolytics-dimension-user_id1396951
octolytics-dimension-user_logingetsentry
octolytics-dimension-repository_id945551361
octolytics-dimension-repository_nwogetsentry/XcodeBuildMCP
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id945551361
octolytics-dimension-repository_network_root_nwogetsentry/XcodeBuildMCP
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasee6a744804e8e70f97b4d5a18a94dcc63db22f97a
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/getsentry/XcodeBuildMCP/issues/366#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgetsentry%2FXcodeBuildMCP%2Fissues%2F366
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgetsentry%2FXcodeBuildMCP%2Fissues%2F366
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=getsentry%2FXcodeBuildMCP
Reloadhttps://github.com/getsentry/XcodeBuildMCP/issues/366
Reloadhttps://github.com/getsentry/XcodeBuildMCP/issues/366
Reloadhttps://github.com/getsentry/XcodeBuildMCP/issues/366
Please reload this pagehttps://github.com/getsentry/XcodeBuildMCP/issues/366
getsentry https://github.com/getsentry
XcodeBuildMCPhttps://github.com/getsentry/XcodeBuildMCP
Please reload this pagehttps://github.com/getsentry/XcodeBuildMCP/issues/366
Notifications https://github.com/login?return_to=%2Fgetsentry%2FXcodeBuildMCP
Fork 300 https://github.com/login?return_to=%2Fgetsentry%2FXcodeBuildMCP
Star 6k https://github.com/login?return_to=%2Fgetsentry%2FXcodeBuildMCP
Code https://github.com/getsentry/XcodeBuildMCP
Issues 13 https://github.com/getsentry/XcodeBuildMCP/issues
Pull requests 7 https://github.com/getsentry/XcodeBuildMCP/pulls
Discussions https://github.com/getsentry/XcodeBuildMCP/discussions
Actions https://github.com/getsentry/XcodeBuildMCP/actions
Projects https://github.com/getsentry/XcodeBuildMCP/projects
Security and quality 0 https://github.com/getsentry/XcodeBuildMCP/security
Insights https://github.com/getsentry/XcodeBuildMCP/pulse
Code https://github.com/getsentry/XcodeBuildMCP
Issues https://github.com/getsentry/XcodeBuildMCP/issues
Pull requests https://github.com/getsentry/XcodeBuildMCP/pulls
Discussions https://github.com/getsentry/XcodeBuildMCP/discussions
Actions https://github.com/getsentry/XcodeBuildMCP/actions
Projects https://github.com/getsentry/XcodeBuildMCP/projects
Security and quality https://github.com/getsentry/XcodeBuildMCP/security
Insights https://github.com/getsentry/XcodeBuildMCP/pulse
Move simulatorPlatform out of sessionDefaults into an internal cachehttps://github.com/getsentry/XcodeBuildMCP/issues/366#top
bugSomething isn't workinghttps://github.com/getsentry/XcodeBuildMCP/issues?q=state%3Aopen%20label%3A%22bug%22
stalehttps://github.com/getsentry/XcodeBuildMCP/issues?q=state%3Aopen%20label%3A%22stale%22
https://github.com/cameroncooke
cameroncookehttps://github.com/cameroncooke
on Apr 26, 2026https://github.com/getsentry/XcodeBuildMCP/issues/366#issue-4331861529
#365https://github.com/getsentry/XcodeBuildMCP/pull/365
feat(setup): platform-aware wizard with manifest-driven workflow recommendations #365https://github.com/getsentry/XcodeBuildMCP/pull/365
bugSomething isn't workinghttps://github.com/getsentry/XcodeBuildMCP/issues?q=state%3Aopen%20label%3A%22bug%22
stalehttps://github.com/getsentry/XcodeBuildMCP/issues?q=state%3Aopen%20label%3A%22stale%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.