Skip to content

Commit ca47ad8

Browse files
committed
Merge branch 'release/0.37.0'
2 parents d239573 + 47e497b commit ca47ad8

File tree

90 files changed

+1724
-281
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+1724
-281
lines changed

AppIcon.png

-7.3 KB
Loading

ChatPlugins/Sources/TerminalChatPlugin/TerminalChatPlugin.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import XcodeInspector
55

66
public final class TerminalChatPlugin: ChatPlugin {
77
public static var id: String { "com.intii.terminal" }
8-
public static var command: String { "run" }
9-
public static var name: String { "Terminal" }
8+
public static var command: String { "shell" }
9+
public static var name: String { "Shell" }
1010
public static var description: String { """
11-
Run the command in the message from terminal.
11+
Run the command in the message from shell.
1212
1313
You can use environment variable `$FILE_PATH` and `$PROJECT_ROOT` to access the current file path and project root.
1414
""" }

Copilot for Xcode.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@
235235
C87B03AA293B262E00C77EAE /* PreviousSuggestionCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreviousSuggestionCommand.swift; sourceTree = "<group>"; };
236236
C887BC832965D96000931567 /* DEVELOPMENT.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = DEVELOPMENT.md; sourceTree = "<group>"; };
237237
C89E75C22A46FB32000DD64F /* AppDelegate+Menu.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AppDelegate+Menu.swift"; sourceTree = "<group>"; };
238+
C8BE64922EB9B42E00EDB2D7 /* OverlayWindow */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = OverlayWindow; sourceTree = "<group>"; };
238239
C8CD828229B88006008D044D /* TestPlan.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = TestPlan.xctestplan; sourceTree = "<group>"; };
239240
C8DCEFFF29CE11D500FDDDD7 /* OpenChat.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OpenChat.swift; sourceTree = "<group>"; };
240241
C8DD9CB02BC673F80036641C /* CloseIdleTabsCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CloseIdleTabsCommand.swift; sourceTree = "<group>"; };
@@ -342,6 +343,7 @@
342343
C81458AE293A009800135263 /* Config.debug.xcconfig */,
343344
C8CD828229B88006008D044D /* TestPlan.xctestplan */,
344345
C828B27D2B1F241500E7612A /* ExtensionPoint.appextensionpoint */,
346+
C8BE64922EB9B42E00EDB2D7 /* OverlayWindow */,
345347
C84FD9D72CC671C600BE5093 /* ChatPlugins */,
346348
C81D181E2A1B509B006C1B70 /* Tool */,
347349
C8189B282938979000C9DCDA /* Core */,
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)