-
Notifications
You must be signed in to change notification settings - Fork 0
release/1.0.1-alpha #343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
release/1.0.1-alpha #343
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Description This PR modifies the model capability validation to be more permissive with unregistered models. The changes allow users to use any model name, even if it's not explicitly listed in the provider's model registry, while still maintaining capability validation for known models. ## Breaking Changes No breaking changes. This is a non-breaking enhancement that makes the system more flexible. ## Testing Done - [x] Verified that unregistered models can be used successfully - [x] Confirmed that known models still validate capabilities correctly - [x] Tested with various model names and capability requirements - [x] Verified that validation messages are appropriate for different scenarios ## Checklist - [x] This PR is focused on a single feature or bug fix - [x] Version in Solution.props was updated, if necessary, and follows semantic versioning - [x] CHANGELOG.md has been updated - [x] PR title follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format - [x] PR description follows [Pull Request Description Template](#pull-request-description-template)
This PR updates the version badge in the README.md to match the current version in Solution.props. This is an automated PR created by the Update Version Badge workflow.
## Description Fixes model badge display issue where "invalid model" badge was not shown when provider has no capable model, instead showing "model replaced" badge incorrectly. ## Breaking Changes No breaking changes. ## Testing Done - Verified model badge display shows correct "invalid model" badge for providers without capable models - Ensured existing badge logic continues to work for valid models ## Checklist - [ ] This PR is focused on a single feature or bug fix - [ ] Version in Solution.props was updated, if necessary, and follows semantic versioning - [ ] CHANGELOG.md has been updated - [ ] PR title follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format - [ ] PR description follows [Pull Request Description Template](#pull-request-description-template)
…aggregation (#337) ## Description Error Handling: - Centralized error handling in AIReturn and tool calls for better consistency - Fixed provider errors (e.g., HTTP 400, token limit exceeded) not surfacing to WebChat UI by ensuring ConversationSession surfaces AIInteractionError from error AIReturn bodies to observers before calling OnError Metrics and Performance: - Improved metrics aggregation in ConversationSession to accurately calculate completion time per interaction for cases with multiple tool calls and interactions ## Breaking Changes No breaking changes introduced. ## Testing Done - Tested error handling in WebChat UI to ensure provider errors are properly surfaced - Confirmed metrics aggregation accuracy with multiple tool calls and interactions ## Checklist - [x] This PR is focused on a single feature or bug fix - [x] Version in Solution.props was updated, if necessary, and follows semantic versioning - [x] CHANGELOG.md has been updated - [x] PR title follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format - [x] PR description follows [Pull Request Description Template](#pull-request-description-template)
This PR updates the development version date in Solution.props to reflect the latest changes. This is an automated PR created by the Update Development Version Date workflow.
## Description Improved AI Tool descriptions with better guided instructions. Also added specialized wrappers for targeted tool calls (gh_get_selected, gh_get_errors, gh_get_locked, gh_get_hidden, gh_get_visible, gh_get_by_guid, gh_lock_selected, gh_unlock_selected, gh_hide_preview_selected, gh_show_preview_selected, gh_group_selected, gh_tidy_up_selected). ## Breaking Changes None. ## Testing Done AI chat. ## Checklist - [x] This PR is focused on a single feature or bug fix - [x] Version in Solution.props was updated, if necessary, and follows semantic versioning - [x] CHANGELOG.md has been updated - [x] PR title follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format - [x] PR description follows [Pull Request Description Template](#pull-request-description-template)
…lt indices (#340) ## Description - Enhanced `list_filter` tool prompts to explicitly distinguish between indices (positions/keys) and values (item content), and expanded capabilities to support filtering, sorting, reordering, selecting, and other list manipulation operations based on natural language criteria. - Fixed `list_filter` tool automatically sorting and deduplicating indices, which prevented reordering and expansion operations from working correctly. Now preserves both order and duplicates as returned by the AI. ## Breaking Changes None. ## Testing Done AI List Filter component. ## Checklist - [x] This PR is focused on a single feature or bug fix - [x] Version in Solution.props was updated, if necessary, and follows semantic versioning - [x] CHANGELOG.md has been updated - [x] PR title follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format - [x] PR description follows [Pull Request Description Template](#pull-request-description-template)
## Description Added more predefined models in the provider's database. ## Breaking Changes None. ## Testing Done None. ## Checklist - [x] This PR is focused on a single feature or bug fix - [x] Version in Solution.props was updated, if necessary, and follows semantic versioning - [x] CHANGELOG.md has been updated - [x] PR title follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format - [x] PR description follows [Pull Request Description Template](#pull-request-description-template)
… fixes (#342) # SmartHopper 1.0.1-alpha: Enhanced Model Support & Error Handling [Patch] This patch release introduces significant improvements to model handling, error reporting, and tool usability, along with some bug fixes. ## Detailed list of changes: - **Enhanced Model Support**: - Added support for any model name, even if not explicitly listed in the provider's registry - Expanded the provider's database with more predefined models - **Tooling Improvements**: - Enhanced AI Tool descriptions with better guided instructions - Added specialized wrappers for common Grasshopper operations (selection, visibility, grouping, etc.) - Improved `list_filter` tool with better natural language support for filtering, sorting, and reordering - **Bug Fixes**: - Fixed model badge display to correctly show "invalid model" status ([#332](#332), [#329](#329)) - Improved error message visibility in WebChat UI, especially for HTTP 400 and token limit errors ([#334](#334)) - Fixed `list_filter` tool's automatic sorting and deduplication issues ([#335](#335)) - **Technical Improvements**: - Centralized error handling in AIReturn and tool calls - Enhanced metric aggregation in Conversation Sessions - Improved error handling to ensure all error messages are properly surfaced to users
marc-romu
approved these changes
Oct 13, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR prepares the release for version 1.0.1-alpha with version update and code style fixes: