Release v1.0.6
Release v1.0.6
Highlights
A new read_file copyable tool that reads any file type and returns raw extracted content straight to your agent — text, code, Markdown, CSV, JSON, LaTeX source, images, PDF, PowerPoint, Word, audio, and video — all through one co copy read_file.
What's Changed
✨ Features
-
read_filemulti-format tool (#170) — one tool that dispatches by extension:- Text / code /
.md/.csv/.json/.tex→ returned as-is, with encoding auto-detected (UTF-8 or GB18030 for Chinese — no mojibake) - Images (
.png/.jpg/.gif/.webp) →data:image/...;base64URL for the vision model - PDF → per-page text (pypdf)
- PowerPoint (
.pptx) → slide text (python-pptx) - Word (
.docx) → document text (python-docx) - Audio → transcript via
transcribe() - Video → ffmpeg pulls the audio track, then
transcribe()
Content is returned raw with no truncation. Registered in the
co copytools registry (not re-exported fromuseful_tools, so it doesn't collide with the built-in textread_file). - Text / code /
📚 Documentation
- Document
co email nameandco email upgrade - Fix
co email upgradedocs —--domainis required for plus/pro
Installation
pip install connectonion==1.0.6Breaking Changes
None.
Full Changelog: v1.0.5...v1.0.6