chore: pin ElevenLabsKit + wizard note
This commit is contained in:
@@ -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.
|
||||
|
||||
```
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/steipete/ElevenLabsKit",
|
||||
"state" : {
|
||||
"branch" : "main",
|
||||
"revision" : "9f2d700a546543391c65da4f79165384dc2e7e3d"
|
||||
"revision" : "c8679fbd37416a8780fe43be88a497ff16209e2d",
|
||||
"version" : "0.1.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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(
|
||||
|
||||
@@ -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>&-
|
||||
|
||||
Reference in New Issue
Block a user