We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea3b823 commit d6b59e3Copy full SHA for d6b59e3
2 files changed
Tool/Package.swift
@@ -77,7 +77,8 @@ let package = Package(
77
url: "https://github.com/intitni/generative-ai-swift",
78
branch: "support-setting-base-url"
79
),
80
- .package(url: "https://github.com/intitni/CopilotForXcodeKit", from: "0.7.1"),
+// .package(url: "https://github.com/intitni/CopilotForXcodeKit", from: "0.7.1"),
81
+ .package(path: "../../../CopilotForXcodeKit"),
82
83
// TreeSitter
84
.package(url: "https://github.com/intitni/SwiftTreeSitter.git", branch: "main"),
Tool/Sources/ChatTab/ChatTab.swift
@@ -148,6 +148,7 @@ open class BaseChatTab {
148
149
if let tab = self as? (any ChatTabType) {
150
tab.start()
151
+ chatTabStore.send(.tabContentUpdated)
152
}
153
154
0 commit comments