@karpathy If anyone is interested to run "autoresearch" on an Nvidia Jetson Orin Nano (more for education purposes than speed) here is a PR: https://t.co/CjWbyytrz2
@NathanBLawrence@Baconbrix An issue I found: As Xcode uses its own MCP tools for list, read, write etc the permissions (allow/deny) set in .claude/settings.json are entirely ignored. Any workaround for this as there is no permission system for MCP yet?
@mikeyk Nice work! There seems to be an oversight though: Since Xcode uses its own MCP tools (mcp__xcode-tools) for ls, read, and write operations, the permissions set in settings.json aren't respected. Any workaround for this, given there's no MCP permissions system yet?
@ian_mcdowell@mgorbach on a further note in the extact.actionsdata file the AppIntents are correctly annotated regarding iOS version availably, but there is no such information for the AppShortCuts.
@ian_mcdowell@mgorbach Is there a way to make AppShortCuts that reference AppIntents that are only for iOS 17 not appear on iOS 16? Both are annotated with only avail. on iOS 17, but this seems to be ignored by the metadata extractor.
@mgorbach@ian_mcdowell I hope it was possible to reproduce the issue-
Something else: Is it possible to use the property of an AppEntity in the When clause for the ParameterSummary? I am however getting compile errors that the entity property does not conform to AnyIntentValue, though being annotated.
@jordibruin The native interface often runs into timeouts, when the expected answer is long (e.g. write a python program…). Suggestion: Increase the timeout for the http request or make use of the stream feature of the API and on the client side use something like https://t.co/qHuDDgGvQu
@timroesner Thanks for the quick reply. Did a quick test in a custom app and the default behaviour seems to be that all selected cells are used for the UIContextMenuContentPreviewProvider as stacked imaged preview. I am also getting the slow performance when many items are selected.
@gregheo Simple use case: Backup my personal library photos to a cloud service, NAS, but not my shared library (or backup them up to separate folders/destinations). The photos app allows filtering between personal and shared library. So why not also provide it to apps?