build: fix hardcoded dependency path for ElevenLabsKit#68
build: fix hardcoded dependency path for ElevenLabsKit#68steipete merged 1 commit intoopenclaw:mainfrom
Conversation
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. 🤖 Generated with Claude Code |
|
Ha you are operating on bleeding main! Need to check if I already tagged this, the talk feature is still a bit WIP. |
I was just following the instruction, or at least this is what I thought I did :-). I have not really gotten started yet, need to get pre-paid SIM for WhatsApp. |
|
You can use your own whatsapp for a start, not as UI-nice but works, just send messages to yourself :) |
|
@petter-b hit me up on Discord. I'm looking for contributors if you are interested, and your PRs so far have been great! |
- Add Extended Cognitive State endpoint (openclaw#66) - Add Create Cognitive Event endpoint (openclaw#67) - Add Create Affect Signal endpoint (openclaw#68) - Add Patch Current Intent endpoint (openclaw#69) - Add Get Explanation Hooks endpoint (openclaw#70) - Update ToC with AERITH Runtime Wiring section Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
only allow a single instance of handy to run
Implements RF-001/RF-002/RF-004 foundations: LOC guardrail warn mode in CI, typed UI host boundaries without as-unknown-as in target files, and extracted handshake phase-1 validators with tests. Refs openclaw#68 Refs openclaw#71
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
Hey @slayoffer — this PR has already been merged. If you have feedback or found issues with the OAuth docs, feel free to open a new issue! |
Fixes a build error where ElevenLabsKit was referenced via a local relative path (../../../../) that assumed a specific folder structure on the host machine.
Updated apps/shared/ClawdisKit/Package.swift to use the remote GitHub URL instead.