Releases: so898/XcodePaI
v1.0.5(99)
Overview
Version 1.0.5 of XcodePaI introduces powerful new features designed to streamline your development workflow directly within Xcode. Below are the key enhancements in this release.
Record Window
A new record window has been added, enabling you to easily review the request and response of the model for better debugging and analysis.
Xcode Code Suggestion Quick Window
Similar to other AI tools, the Xcode Code Suggestion quick window now allows you to dynamically change the model and MCPs during conversations—all without leaving Xcode.
Git Integration
Seamlessly generate git commit messages using the model, enhancing your version control process with AI-assisted efficiency.
What's Changed
- New Record List Window: For reviewing model requests and responses.
- New Quick Window: Enables on-the-fly model and MCP adjustments in Xcode.
- New Git Integration: Generate commit messages with AI assistance.
- Bug Fixes: General stability and performance improvements.
Full Changelog: 1.0.4(88)...1.0.5(99)
v1.0.4(88)
Overview
1.0.4 Version enhances the user experience for XcodePaI.
With local MCP support, you could access local resources and process local data with MCP services.
The model list now can be refresh when XcodePaI startup, no need to refresh manually.
What's Changed
Add local MCP service support.
Auto refresh model list on startup.
Allow disable inline code suggestion.
Bug fixs.
v1.0.3(75)
Overview
1.0.3 Version brings more features for XcodePaI.
The new Usage section in configuration window let you know your data such as token usage or code completion acceptation rate.
The better tool call extractor could help you call remote tools without API support. XcodePaI will accept the Hermes style tool call in LLM's responses.
What's Changed
Add Usage section in configuration window.
Improve tool call extractor for LLM's responses.
Language display fixed.
Auto update check.
v1.0.2(66)
Overview
1.0.2 Version brings more features for XcodePaI.
What's Changed
- Loading animation could be shown in status bar icon when communicating with LLM provider server.
- Code completion with Qwen3-Coder style chat completion request supported.
- The new source code analysis and source code cutter for swift and objective-c source code can be used for Xcode search results. This will significant reduce the token usage after code search by keeping the code related to the search keyword (and regex), and remove the codes unrelated.
v1.0.0(50)
First release.
/Docs/Images/settings-general-record-window.png)
/Docs/Images/settings-chat-proxy-quick-window.png)
/Docs/Images/xcode-code-suggestion-quick-window.png)
/Docs/Images/git-commit-window.png)