Developer Updates
Welcome to the Pochi Developer Updates — a weekly digest of what's new in the codebase.
Here you will find highlights on features, enhancements, and bug fixes, plus insights into how we're improving the developer experience. Come back often! 👋
Aug 29, 2025
TL;DR
This week we polished the VS Code extension with some UX upgrades, open-sourced the Pochi CLI, and did a few rounds of codebase cleanup to make contributing easier and friendlier for newcomers. We look forward to your first visit to the repo!
Enhancements ✨
- Drag & drop images: Share visuals with Pochi in the VS Code chat just by dragging them in. #64
- Improved docs: Updated structure and added guidance on model settings for easier use. #60, #63 , 900d162
- Model pricing at your fingertips: Check model costs directly in settings before choosing one. #74
Bug Fixes 🐛
- File search now correctly surfaces matching files: Queries that used to return empty results will now behave as expected. #79