refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -73,7 +73,7 @@ public enum CanvasShowStatus: String, Codable, Sendable {
|
||||
}
|
||||
|
||||
public struct CanvasShowResult: Codable, Sendable {
|
||||
/// Session directory on disk (e.g. `~/Library/Application Support/Clawdbot/canvas/<session>/`).
|
||||
/// Session directory on disk (e.g. `~/Library/Application Support/Moltbot/canvas/<session>/`).
|
||||
public var directory: String
|
||||
/// Target as provided by the caller (may be nil/empty).
|
||||
public var target: String?
|
||||
@@ -410,5 +410,5 @@ extension Request: Codable {
|
||||
// Shared transport settings
|
||||
public let controlSocketPath = FileManager()
|
||||
.homeDirectoryForCurrentUser
|
||||
.appendingPathComponent("Library/Application Support/clawdbot/control.sock")
|
||||
.appendingPathComponent("Library/Application Support/moltbot/control.sock")
|
||||
.path
|
||||
|
||||
Reference in New Issue
Block a user