Skip to content

Releases: so898/XcodePaI

v1.0.5(99)

28 Dec 09:17

Choose a tag to compare

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.

Screenshot of the settings general record window

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.

Screenshot of the settings chat proxy quick window

Screenshot of the Xcode code suggestion quick window

Git Integration

Seamlessly generate git commit messages using the model, enhancing your version control process with AI-assisted efficiency.

Screenshot of the git commit window

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)

14 Dec 15:42

Choose a tag to compare

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)

28 Oct 15:55

Choose a tag to compare

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)

15 Oct 14:05

Choose a tag to compare

Overview

1.0.2 Version brings more features for XcodePaI.

What's Changed

  1. Loading animation could be shown in status bar icon when communicating with LLM provider server.
  2. Code completion with Qwen3-Coder style chat completion request supported.
  3. 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)

16 Sep 18:19

Choose a tag to compare

First release.