geehexx

Results 10 comments of geehexx

Agree. Tangeants make this less of an issue, but this is needs to be configurable or less aggressive as compacting the session renders it useless for me.

Why hasn't anyone responded to this?

Created PR #1304 to add the plugin to the directory.

Hey! 👋 Really excited to contribute this Bedrock integration! The auto-discovery feature means zen will automatically pick up new Bedrock models as AWS releases them - no manual updates needed....

## 🔧 Critical Fix: boto3 Dependency ### Issue MCP server was failing to load with: ``` ModuleNotFoundError: No module named 'boto3' ``` ### Root Cause `boto3` was listed in `requirements.txt`...

## ✅ Comprehensive Testing & Fixes Complete ### Issues Fixed 1. **Missing boto3 dependency** - Added to pyproject.toml 2. **ModelResponse field names** - Corrected to use model_name and usage dict...

## ✅ All Fixes Complete - Ready for Review ### Summary Native AWS Bedrock support with auto-discovery, comprehensive testing, and full code quality compliance. --- ### Issues Fixed 1. **Missing...

## 🔧 Critical Fix: Provider Registration ### Issue Identified Bedrock provider was failing to register properly, causing models not to appear in zen's model list. **Root Cause**: Provider was registered...

## 🔧 Fix: Bedrock Models Now Visible in listmodels ### Issue Bedrock provider was registered but models weren't appearing in `listmodels` tool output. ### Root Cause The `listmodels` tool had...