- Conversation context recency gates (GAP_MS/MAX_AGE_MS): drop stale messages before silence gaps; cold_start anchor + flow descriptor tells LLM whether conversation is ongoing or restarted - [location] block: channel name, thread name, nsfw/age flags from captured metadata (thread names instead of bare IDs) - Link media -> multimodal: text-batch URL fetches that resolve to images now run vision analysis (bounded 15s) and switch prompt to mixed mode; <web_content> gains og:title for page context - pnpm-workspace.yaml: approve sharp build script (unblocks install)
20 lines
686 B
YAML
20 lines
686 B
YAML
allowBuilds:
|
|
"@discordjs/opus": true
|
|
"@lng2004/node-datachannel": true
|
|
esbuild: true
|
|
node-av: true
|
|
sharp: true
|
|
zeromq: true
|
|
# pnpm 11 requires build-script approvals here (the legacy `pnpm` field in
|
|
# package.json is ignored). Native voice deps need their postinstall build.
|
|
# NOTE: sharp sengaja TIDAK ada — binary-nya dari @img/sharp-linux-x64
|
|
# (prebuilt), install script-nya cuma validasi dan gagal di Nix sandbox.
|
|
# Kalau script sharp dijalankan pnpm rebuild abort sebelum opus/datachannel
|
|
# kebangun. node-crc dihapus dari deps (tidak pernah di-import).
|
|
onlyBuiltDependencies:
|
|
- "@discordjs/opus"
|
|
- "@lng2004/node-datachannel"
|
|
- esbuild
|
|
- node-av
|
|
- zeromq
|