Skip to content

Commit 0f208c0

Browse files
Add CHANGELOG.md and export-options.plist files
1 parent c21fc8b commit 0f208c0

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7676
- Added support for tool selection in agent mode.
7777
- Added the ability to adjust the chat panel font size.
7878
- Added the ability to edit a previous chat message and resend it.
79-
- Introduced a new setting to disable the Copilot “Fix Error” button.
79+
- Introduced a new setting to disable the Copilot "Fix Error" button.
8080
- Added support for custom instructions in the Code Review feature.
8181

8282
### Changed
@@ -95,7 +95,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9595

9696
## 0.42.0 - September 3, 2025
9797
### Added
98-
- Support for Bring Your Own Keys (BYOK) with model providers including Azure, OpenAI, Anthropic, Gemini, Groq, and OpenRouter. See [BYOK.md](https://github.com/github/CopilotForXcode/blob/0.42.0/Docs/BYOK.md).
98+
- Support for Bring Your Own Keys (BYOK) with model providers including Azure, OpenAI, Anthropic, Gemini, Groq, and OpenRouter. See [BYOK.md](https://github.com/github/CopilotForXcode/blob/0.42.0/Docs/BYOK.md)
9999
- Use the current selection as chat context.
100100
- Add folders as chat context.
101101
- Shortcut to quickly fix errors in Xcode.
@@ -104,7 +104,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
104104
- Use ↑/↓ keys to reuse previous chat context in the chat view.
105105

106106
### Changed
107-
- Default chat mode is now set to “Agent”.
107+
- Default chat mode is now set to "Agent".
108108

109109
### Fixed
110110
- Cannot copy url from Safari browser to chat view.
@@ -160,8 +160,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
160160
- Enabled support for dragging-and-dropping files into the chat panel to provide context.
161161

162162
### Fixed
163-
- "Add Context" menu didn’t show files in workspaces organized with Xcode’s group feature.
164-
- Chat didn’t respond when the workspace was in a system folder (like Desktop, Downloads, or Documents) and access permission hadn’t been granted.
163+
- "Add Context" menu didn't show files in workspaces organized with Xcode's group feature.
164+
- Chat didn't respond when the workspace was in a system folder (like Desktop, Downloads, or Documents) and access permission hadn't been granted.
165165

166166
## 0.36.0 - June 4, 2025
167167
### Added
@@ -174,7 +174,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
174174
- Performance: Fixed lagging issue when pasting large text into the chat input.
175175
- Performance: Improved project indexing performance.
176176
- Don't trigger / (slash) commands when pasting a file path into the chat input.
177-
- Adjusted terminal text styling to align with Xcode’s theme.
177+
- Adjusted terminal text styling to align with Xcode's theme.
178178

179179
## 0.35.0 - May 19, 2025
180180
### Added
@@ -243,4 +243,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
243243
- Added GitHub Freeplan support
244244
- Implemented conversation and chat history management across multiple Xcode instances
245245
- Introduced multi-file context support for comprehensive code understanding
246-
- Added slash commands for specialized operations
246+
- Added slash commands for specialized operations

‎export-options.plist‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
<string>VEKTX9H2N7</string>
77
<key>method</key>
88
<string>developer-id</string>
9-
</dict>
10-
</plist>
9+
</dict>
10+
</plist>

0 commit comments

Comments
 (0)