mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
[codex] Use clawpdf for PDF extraction (#87670)
* feat: use clawpdf for PDF extraction * fix: align approval action prompt typing * chore: use clawpdf 0.2.0 * fix: lazily load clawpdf backend
This commit is contained in:
committed by
GitHub
parent
478e0ec3f8
commit
75c3b53038
@@ -54,6 +54,7 @@ minimumReleaseAgeExclude:
|
||||
- "sqlite-vec"
|
||||
- "sqlite-vec-*"
|
||||
- "rastermill"
|
||||
- "clawpdf"
|
||||
|
||||
nodeLinker: hoisted
|
||||
blockExoticSubdeps: true
|
||||
@@ -89,7 +90,6 @@ allowBuilds:
|
||||
"@google/genai": true
|
||||
"@lydell/node-pty": true
|
||||
"@matrix-org/matrix-sdk-crypto-nodejs": true
|
||||
"@napi-rs/canvas": true
|
||||
"@tloncorp/api": true
|
||||
"@tloncorp/tlon-skill": true
|
||||
baileys: true
|
||||
@@ -103,6 +103,7 @@ allowBuilds:
|
||||
tree-sitter-bash: false
|
||||
openclaw: true
|
||||
"@openclaw/proxyline": true
|
||||
clawpdf: true
|
||||
rastermill: true
|
||||
|
||||
packageExtensions:
|
||||
|
||||
Reference in New Issue
Block a user