u/myeleventhreddit

29 Drive In?

Last year I remember reading about a drive-in theater that’d be open on Wards just past the airport, but I haven’t seen anything about it this year. Does anyone know if it’s still running?

reddit.com
u/myeleventhreddit — 1 day ago
▲ 6 r/ZaiGLM+2 crossposts

Route Xcode Agent to GLM, DeepSeek & more with ProxyPilot

It's been a few months since the original Xcode 26.3 release that introduced agentic coding inside Xcode, but the original issues (especially massive context bloat and opaque tool calling) persist into v26.5. And we are still officially locked into using Claude or Codex within Xcode's agentic harness.

ProxyPilot is a free and open-source utility for macOS that gives devs the ability to change what upstream model the Xcode Agent talks to, preserving tool-calling and chained requests across dozens of providers. It sits between Xcode and the upstream API. Xcode thinks it's talking to a supported provider, but your requests actually go to whichever model you pick.

It also supports local inference via LM Studio and Ollama.

The latest version enables (optional) full prompt logging, session history, and more support for additional providers. Since Xcode does not show the actual inputs/outputs of your agent chats, ProxyPilot can show the full content of what the LLM providers actually see, allowing you more control over how to design effective prompts and save on quota and tokens.

ProxyPilot v1.8.9 for macOS Tahoe

reddit.com
u/myeleventhreddit — 2 days ago
▲ 28 r/iosdev+1 crossposts

Back in February or March, the new Xcode's agentic features completely changed how I used Apple's coding intelligence features. But obviously they limited the agent mode to work with Claude or Codex only. I have a GLM Code subscription and really like using GLM-5.1 in Cursor, but you couldn't in Xcode at first.

On GH there's an open-source tool that let me add my Z API key and now I can use GLM-5.1 in Xcode Agent Mode directly. I've used 10 million tokens today and it seriously works just as well as Opus 4.5, imo. Just a PSA.

edit: I should add that while you CAN use any LLM, not all of them are great at tool use, so larger models tend to work better

u/myeleventhreddit — 9 days ago
▲ 5 r/ZaiGLM

A few months ago, I built an open-source tool for Apple developers using Xcode called ProxyPilot. It lets you use any LLM in Xcode's Agent Mode--useful given that Apple limits only to Claude or Codex.

GLM-5.1 has been a stunning performer. I'd say it is doing at *least* as well as Opus 4.5 did. Takes perfect advantage of the tools within the IDE, too. Very happy with it.

reddit.com
u/myeleventhreddit — 21 days ago
▲ 5 r/Xcode

The new agentic features released in Xcode 26.3 only natively support Codex and Claude Agent. Use GLM-5.1, Gemini 3.1, Grok, and dozens of others directly in Xcode Agent Mode with ProxyPilot, a free, open-source program for macOS.

ProxyPilot runs a local proxy on 127.0.0.1 and translates requests so Xcode Agent Mode (using the Claude Agent) works with any OpenAI-compatible provider. It sits between Xcode and the upstream API. Xcode thinks it's talking to a supported provider, but your requests go to whichever model you pick.

It supports twelve providers out of the box with the ability to add custom endpoints, plus local models via LM Studio and Ollama. ProxyPilot includes telemetry reporting so you can see how many requests and tokens the agent is using while you're working.

There's also a headless CLI with 9 MCP tools if you want agents to control the proxy programmatically.

If you want to skip the linked website, just download from Terminal using this cURL: curl -fsSL https://micah.chat/downloads/proxypilot-install.sh | bash

reddit.com
u/myeleventhreddit — 28 days ago