Skip to content

Commit e08c519

Browse files
grokifyclaude
andcommitted
build(desktop): pin SwiftTerm to fixed revision b6ce28a
Track a specific SwiftTerm revision instead of branch main, so its performance characteristics don't shift under us between builds. Refs: RMI-PLEXUSONEAPP-004 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent e5cacdc commit e08c519

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/desktop/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
.executable(name: "PlexusOneDesktop", targets: ["PlexusOneDesktop"])
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/migueldeicaza/SwiftTerm.git", branch: "main"),
15+
.package(url: "https://github.com/migueldeicaza/SwiftTerm.git", revision: "b6ce28a4b222b06d76a3fd44e904e00a95044d53"),
1616
.package(url: "https://github.com/plexusone/assistantkit-swift.git", from: "0.1.0")
1717
],
1818
targets: [

0 commit comments

Comments
 (0)