build(macos): update peekaboo dependency

This commit is contained in:
Peter Steinberger
2026-05-10 13:50:18 +01:00
parent 9c3a86824e
commit a3a5a8052d
3 changed files with 5 additions and 4 deletions

View File

@@ -23,6 +23,7 @@ Docs: https://docs.openclaw.ai
- Agents/process: tell agents to inspect background sessions with `process log` before sending interactive input and to use `waitingForInput`/`stdinWritable` hints from `log`/`poll`.
- CLI/onboarding: improve setup, onboarding, configure, and channel command wayfinding so terminal flows explain the next useful command instead of relying on terse setup labels.
- Agents/Codex: remove the configurable Codex dynamic-tools profile so Codex app-server always owns workspace, edit, patch, exec, process, and plan tools while OpenClaw integration tools remain available.
- macOS app: update the Peekaboo bridge dependency to Peekaboo 3.0.0.
### Fixes

View File

@@ -1,5 +1,5 @@
{
"originHash" : "45e1ade868f67cf9cac4811c3b8c8b7dab7cef3f932ddebac6e292fdf9d6973c",
"originHash" : "284269c447b94311beae65318f1912f813261bfdc559185028fc1233ce288efa",
"pins" : [
{
"identity" : "axorcist",
@@ -42,8 +42,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/steipete/Peekaboo.git",
"state" : {
"revision" : "bb57c83935ebc27aae69a23042a9f9fe6ca8e404",
"version" : "3.0.0-beta4"
"revision" : "41180ca7e391c2a05e7cfa9eb6390812805d4f22",
"version" : "3.0.0"
}
},
{

View File

@@ -19,7 +19,7 @@ let package = Package(
.package(url: "https://github.com/swiftlang/swift-subprocess.git", from: "0.4.0"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.10.1"),
.package(url: "https://github.com/sparkle-project/Sparkle", from: "2.9.0"),
.package(url: "https://github.com/steipete/Peekaboo.git", exact: "3.0.0-beta4"),
.package(url: "https://github.com/steipete/Peekaboo.git", exact: "3.0.0"),
.package(path: "../shared/OpenClawKit"),
.package(path: "../swabble"),
],