Skip to content

Conversation

@github-actions
Copy link
Contributor

This PR prepares the release for version 1.0.1-alpha with version update and code style fixes:

  • Updated version in Solution.props
  • Updated changelog with closed-solved issues
  • Updated README badges

marc-romu and others added 30 commits October 12, 2025 09:56
## 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)
marc-romu and others added 8 commits October 13, 2025 09:19
…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
@github-actions github-actions bot requested a review from marc-romu as a code owner October 13, 2025 08:16
@marc-romu marc-romu enabled auto-merge October 13, 2025 08:17
@marc-romu marc-romu merged commit 76ee13a into main Oct 13, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants