Weekly Update #10
TL;DR
We added modular @import rules and fixed PDF handling in readFile. Behind the scenes, we’re preparing two big improvements: smart task notifications and a refreshed, faster tab-completion experience.
✨ Enhancements
- Modular Rules with
@importSyntax: You can now split and organize large rule files by importing other markdown files using the@prefix (e.g.@./rules/api-guidelines.md). Pochi will stitch them together, managing complex configurations for your multi-agent or multi-project setups. #540
🐛 Bug fixes
- PDF Handling in
readFile: Resolved a bug that causedreadFileto return PDF files as plain text. #591
🔥 Preview
- Smart Task Notifications: Pochi will now show real-time notifications when a task needs your input, completes, or fails. Notifications will include a “View Details” button to jump directly into the task, and will be automatically suppressed when the task panel is already open to avoid duplicates.
- We’re also preparing an upgrade to our tab completion system to make suggestions feel faster and more intuitive. More details coming soon!