Skip to content

Commit d6b59e3

Browse files
committed
WIP
1 parent ea3b823 commit d6b59e3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Tool/Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ let package = Package(
7777
url: "https://github.com/intitni/generative-ai-swift",
7878
branch: "support-setting-base-url"
7979
),
80-
.package(url: "https://github.com/intitni/CopilotForXcodeKit", from: "0.7.1"),
80+
// .package(url: "https://github.com/intitni/CopilotForXcodeKit", from: "0.7.1"),
81+
.package(path: "../../../CopilotForXcodeKit"),
8182

8283
// TreeSitter
8384
.package(url: "https://github.com/intitni/SwiftTreeSitter.git", branch: "main"),

Tool/Sources/ChatTab/ChatTab.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ open class BaseChatTab {
148148

149149
if let tab = self as? (any ChatTabType) {
150150
tab.start()
151+
chatTabStore.send(.tabContentUpdated)
151152
}
152153
}
153154
}

0 commit comments

Comments
 (0)