We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7bbe6d commit 0a5260bCopy full SHA for 0a5260b
Core/Package.swift
@@ -93,6 +93,7 @@ let package = Package(
93
.product(name: "OpenAIService", package: "Tool"),
94
.product(name: "Preferences", package: "Tool"),
95
.product(name: "AsyncAlgorithms", package: "swift-async-algorithms"),
96
+ .product(name: "ComposableArchitecture", package: "swift-composable-architecture"),
97
// .product(name: "PythonKit", package: "PythonKit"),
98
]
99
),
@@ -224,6 +225,7 @@ let package = Package(
224
225
name: "ChatTab",
226
dependencies: [
227
"SharedUIComponents",
228
+ "ChatService",
229
230
.product(name: "Logger", package: "Tool"),
231
.product(name: "MarkdownUI", package: "swift-markdown-ui"),
@@ -240,6 +242,7 @@ let package = Package(
240
242
241
243
244
245
+ .testTarget(name: "SharedUIComponentsTests", dependencies: ["SharedUIComponents"]),
246
247
.target(
248
name: "SuggestionWidget",
0 commit comments