content: audio_ducking now has SDK resources and a CLI command - #8
Merged
Conversation
The SDKs grew a dedicated audio-ducking resource (client.audio_ducking in Python 0.13.0, client.audioDucking in JS 0.14.0) and both CLIs grew 'sonilo audio-ducking' (CLI 0.12.0), closing the one generation-tool gap this repo had to document around. - audio-ducking/SKILL.md: replace the 'no dedicated SDK method / client.request() escape hatch' section with ordinary Python / JS / CLI quick starts, matching the other skills' structure. - tests/tool_surface.json: add the audio-ducking CLI command and the audio_ducking -> audio-ducking mapping; drop audio_ducking from the no_command whitelist so any future 'no CLI command' claim fails CI. - README: the 'not every tool has an SDK/CLI equivalent' caveat now only covers play_audio, which is local playback and MCP-only by nature.
Lightsage docs evalsWaiting for the staging docs URL before running evals. Lightsage will start the selected PR evals automatically when GitHub reports a successful docs deployment for this PR. This usually happens within 15 minutes. Commit: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The SDKs grew a dedicated audio-ducking resource (`client.audio_ducking` in Python 0.13.0 — sonilo-python#29, `client.audioDucking` in JS 0.14.0 — sonilo-js#51) and both CLIs grew `sonilo audio-ducking` (CLI 0.12.0), closing the one generation-tool gap this repo had to document around.
`python3 tests/validate.py` passes.
🤖 Generated with Claude Code