Skip to content

Commit 72b2a6e

Browse files
1Git2Cloneclaude
andcommitted
chore(deploy): ship util-download in the production feature set
The deployed build only enabled `opentelemetry ai-openrouter`, so the feature-gated `/util download` subcommand was compiled out in production. Add `util-download` so redeploys include it. The host must have `yt-dlp` and `ffmpeg` (with `ffprobe`) on PATH at runtime. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 441bcc9 commit 72b2a6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/deploy-features.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# bg-deploy.sh sources this for its default; the CI build/clippy matrix
44
# mirrors the same string with a comment pointing here.
55
# shellcheck disable=SC2034
6-
DEPLOY_FEATURES="opentelemetry ai-openrouter"
6+
DEPLOY_FEATURES="opentelemetry ai-openrouter util-download"

0 commit comments

Comments
 (0)