chore: pin ElevenLabsKit + wizard note

This commit is contained in:
Peter Steinberger
2026-01-01 20:19:00 +01:00
parent bd7cd33b02
commit 6e3cb34024
4 changed files with 16 additions and 4 deletions

View File

@@ -19,6 +19,8 @@ It answers you on the surfaces you already use (WhatsApp, Telegram, Discord, Web
If you want a private, single-user assistant that feels local, fast, and always-on, this is it.
Preferred setup: run the onboarding wizard (`clawdis onboard`). It walks through gateway, workspace, providers, and skills. The CLI wizard is the recommended path and works on **macOS, Windows, and Linux** (see `docs/wizard.md`).
Using Claude Pro/Max subscription? See `docs/onboarding.md` for the Anthropic OAuth setup.
```

View File

@@ -6,8 +6,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/steipete/ElevenLabsKit",
"state" : {
"branch" : "main",
"revision" : "9f2d700a546543391c65da4f79165384dc2e7e3d"
"revision" : "c8679fbd37416a8780fe43be88a497ff16209e2d",
"version" : "0.1.0"
}
},
{

View File

@@ -13,7 +13,7 @@ let package = Package(
.library(name: "ClawdisChatUI", targets: ["ClawdisChatUI"]),
],
dependencies: [
.package(url: "https://github.com/steipete/ElevenLabsKit", branch: "main"),
.package(url: "https://github.com/steipete/ElevenLabsKit", exact: "0.1.0"),
],
targets: [
.target(

View File

@@ -25,15 +25,25 @@ docker run --rm -t "$IMAGE_NAME" bash -lc '
printf "%b" "$payload" >&3
}
# Mode: Local
send $'"'"'\r'"'"' 0.8
# Workspace dir: default
send $'"'"'\r'"'"' 0.6
send $'"'"'\e[B\e[B\e[B\r'"'"' 0.6
# Auth choice: move to "Skip for now"
send $'"'"'\e[B'"'"' 0.3
send $'"'"'\e[B'"'"' 0.3
send $'"'"'\e[B'"'"' 0.3
send $'"'"'\r'"'"' 0.4
# Gateway port/bind/auth/tailscale: defaults
send $'"'"'\r'"'"' 0.4
send $'"'"'\r'"'"' 0.4
send $'"'"'\r'"'"' 0.4
send $'"'"'\r'"'"' 0.4
# Providers: skip
send $'"'"'n\r'"'"' 0.4
# Skills: skip
send $'"'"'n\r'"'"' 0.4
# Daemon install: skip (no systemd in container)
send $'"'"'n\r'"'"' 0.4
exec 3>&-