Skip to content

Fix: provision poppler-utils for PDF support in devcontainers/scripts (#23704) - #82059

Open
newchannelid432-code wants to merge 1 commit into
anthropics:mainfrom
newchannelid432-code:fix/document-and-provision-poppler-23704
Open

Fix: provision poppler-utils for PDF support in devcontainers/scripts (#23704)#82059
newchannelid432-code wants to merge 1 commit into
anthropics:mainfrom
newchannelid432-code:fix/document-and-provision-poppler-23704

Conversation

@newchannelid432-code

Copy link
Copy Markdown

Fixes #23704. The Read tool's PDF rendering silently fails without poppler-utils, which is currently undocumented and missing from default container setups.

While the core CLI caching bug requires internal Anthropic fixes, this PR addresses the open-source provisioning side by ensuring poppler-utils is pre-installed in .devcontainer and setup scripts, preventing silent failures for users in Docker/WSL environments.

The Read tool silently fails on PDFs without poppler-utils, which is
currently undocumented and missing from default container setups.
This PR adds poppler-utils to the .devcontainer provisioning to
ensure PDF rendering works out-of-the-box in containerized environments.

Closes anthropics#23704
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Read tool's PDF support requires poppler-utils but it's undocumented, usually absent, and not detected after install

1 participant