v0.1.7
potpie-ai/potpiev0.1.7Jun 13, 2025by dhirenmathur
AI Summary
Minor release focused on bug fixes, agent improvements, and adding new tools including web search and file fetching capabilities.
Key Highlights
- Reduced verbose logging in custom agents service
- Added Slack Integration to README
- Stop scripts for server
- Usage limits on conversation and API routers
- Web Search Tool added to tool helpers
- Fetch files tool added
- Retry mechanism with openrouter support
- Parse with commit id capability
New Features
- Web Search Tool
- Fetch files tool
- Retry mechanism with OpenRouter support
- Parse with commit id
- Email validation for share chat recipients
- Improved error handling for api_key_service
- Token removal from update branch tool
- UTF-8 and other format encoding support
Full Release Notes
## What's Changed * Reduce verbose logging in custom agents service by @sankalpchandra in https://github.com/potpie-ai/potpie/pull/383 * Added the Slack Integration in README file by @ayush2390 in https://github.com/potpie-ai/potpie/pull/387 * Add stop scripts for server by @prajaktad18 in https://github.com/potpie-ai/potpie/pull/390 * fix: logger propogation by @nndn in https://github.com/potpie-ai/potpie/pull/391 * fix: Improved Error handling for api_key_service by @harshit078 in https://github.com/potpie-ai/potpie/pull/385 * Setting usage limits on conversation and API routers by @kinshuksinghbist in https://github.com/potpie-ai/potpie/pull/343 * fix: remove token from update branch tool by @nndn in https://github.com/potpie-ai/potpie/pull/395 * Added Web Search Tool to tool helpers by @kinshuksinghbist in https://github.com/potpie-ai/potpie/pull/401 * fix: catch decoding errors and support utf-8 and other format encoded… by @nndn in https://github.com/potpie-ai/potpie/pull/400 * Add Email Validation for Share Chat Recipients by @mirzauu in https://github.com/potpie-ai/potpie/pull/397 * feat: fetch files tool by @nndn in https://github.com/potpie-ai/potpie/pull/399 * Update UI to latest by @dhirenmathur in https://github.com/potpie-ai/potpie/pull/404 * Fix local file structure fetch by @dhirenmathur in https://github.com/potpie-ai/potpie/pull/405 * changes to avoid .gitignore parsing on every recursion by @kinshuksinghbist in https://github.com/potpie-ai/potpie/pull/406 * feat: add retry mechanism, update model list and support openrouter m… by @nndn in https://github.com/potpie-ai/potpie/pull/413 * feat: prompt improvements, new tools and pydantic agent update by @nndn in https://github.com/potpie-ai/potpie/pull/412 * feat: parse with commit id by @nndn in https://github.com/potpie-ai/potpie/pull/414 * fix: commit_id merge by @nndn in https://github.com/potpie-ai/potpie/pull/415 ## New Contributors * @sankalpchandra made their first contribution in https://github.com/potpie-ai/potpie/pull/383 * @ayush2390 made their first contribution in https://github.com/potpie-ai/potpie/pull/387 * @prajaktad18 made their first contribution in https://github.com/potpie-ai/potpie/pull/390 * @mirzauu made their first contribution in https://github.com/potpie-ai/potpie/pull/397 **Full Changelog**: https://github.com/potpie-ai/potpie/compare/v0.1.6...v0.1.7