Releases: JordanCoin/XCodeLLMToolchain
Releases · JordanCoin/XCodeLLMToolchain
v0.1.1
Changed
crash_explainnow uses LLM by default - just type the command, get the explanation- Removed
--explainflag (it's now the default) - Added
--no-llmflag for when you just want the raw summary
Upgrade
LLDB users: Re-run the install script:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/JordanCoin/XcodeLLMToolchain/main/lldb/install.sh)"SPM users: Update your dependency to 0.1.1
v0.1.0 - Initial Public Release
XcodeLLMToolchain v0.1.0
First public release of the on-device LLM crash debugging toolkit for macOS 26+.
Features
- Crash Analysis - Instant AI-powered explanations using Apple Foundation Models
- LLDB Commands -
crash_explain,explain_here,memory_explain - Swift Library -
XcodeLLMCorewith@Generablestructured output - CLI Tool -
xcode-llmwith battle mode (LLM vs LLM testing) - Tool Calling - Model can query codemap and read source files
- Privacy First - Everything runs on-device via Neural Engine
Installation
LLDB Commands (one-liner):
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/JordanCoin/XcodeLLMToolchain/main/lldb/install.sh)"Swift Package:
dependencies: [
.package(url: "https://github.com/JordanCoin/XcodeLLMToolchain.git", from: "0.1.0")
]Requirements
- macOS 26 (Tahoe) or later
- Apple Silicon Mac
- Xcode 26+
What's Next
- More crash type detection
- Better prompts and instructions
- Additional LLDB commands