-
Notifications
You must be signed in to change notification settings - Fork 0
release/0.5.0-alpha #288
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/0.5.0-alpha #288
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
…true parameter in Deserialize should be the same
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.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…thub.com/architects-toolkit/SmartHopper into feature/0.5.0-image-support-ai-providers
#280) ## Description This PR introduces AI image generation support to SmartHopper using OpenAI DALL-E models and enhances the provider infrastructure for greater extensibility and robustness. Key highlights include: - Added new `img_generate` AI tool and `AIImgGenerateComponent` UI component for image generation. - Implemented provider-agnostic image generation and new `DefaultImgModel` property in `IAIProvider`. - Improved settings management for AI providers, including new methods for setting and refreshing provider settings. - Added component existence and connection type validation to `GHJsonLocal`. - Various bug fixes and refactors, including automatic GhJSON fixing in `gh_put`, improved tool filtering, and compatibility fixes for preview toggling and metrics output. ## Breaking Changes No breaking changes. ## Testing Done - Manual testing of image generation via UI and AI tool. - Verified provider selection, settings management, and error handling. - Confirmed changelog and versioning updates. ## 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.
…-specific enhancements (#282) ## Description This PR introduces a comprehensive, centralized model capability management system across all AI providers and refactors provider-specific model handling for extensibility and maintainability. Closes #273. ## Breaking Changes Providers need to be updated to this version. ## Testing Done RH8.21 on windows. ## 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 This PR moves default model configuration to AIProviderModels. It allows providers to define multiple default models for Chat, Image Generation, JSON Output... This provides more flexibility. This PR also includes a feature for components. Now, AI powered components will automatically try to find a suitable default model if the provided one is not capable for the requested tool. ## Breaking Changes AI providers must be up to date to 0.5.0. ## Testing Done Checked cases where model should pass, should be replaced with the default model, and should not find any suitable model. All tests passed. ## 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)
…he temperature properly
…itrary delimiters (#285) ## Description This PR resolves [#276](#276) by making the parsing of AI-generated lists robust to any coordinate or value formatting, regardless of delimiters (e.g., `{}`, [()], `[]`, `;`, etc.). It ensures that lists like `{1,0,0}, (2,1,0), [3,2,0]` or quoted/semicolon-delimited values are always correctly parsed as single items. Fixes #276 ## Breaking Changes None ## Testing Done RH8.21 on windows ## 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)
…AI-generated images (#286) ## Description Introduces a new `ImageViewerComponent` in the `SmartHopper.Components.Img` namespace for visualizing and saving AI-generated bitmap images: - Displays scaled bitmaps on a 200×200 px canvas with aspect‐ratio preservation. - Inputs: - **Image** (bitmap) - **File Path** (optional) - **Save** (button/toggle) - Outputs: - **Status** - **Saved Path** - Thread‐safe bitmap handling via locking. - Asynchronous file I/O to keep the UI responsive. - Cross‐platform support using `System.Drawing.Common`. - Custom `ImageViewerAttributes`. ## Breaking Changes None ## Testing Done - Verified image rendering in Grasshopper for PNG, JPEG, BMP, GIF, and TIFF. - Confirmed save functionality via both button and persistent toggle. - Ensured UI responsiveness and thread safety under concurrent operations. ## Checklist - [x] This PR is focused on a single feature. - [ ] Version in `Solution.props` was updated, if necessary. - [x] [CHANGELOG.md](cci:7://file:///c:/Users/Marc%20Roca/source/repos/architects-toolkit/SmartHopper/CHANGELOG.md:0:0-0:0) has been updated under **Unreleased**. - [x] PR title follows Conventional Commits format. - [x] PR description follows the Pull Request Description Template.
… fixes (#287) This PR prepares the release for version 0.5.0-alpha with version update and code style fixes: - Updated version in Solution.props - Updated changelog with closed-solved issues - Updated README badges
marc-romu
approved these changes
Jul 29, 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.
SmartHopper 0.5.0-alpha: AI Image Generation & Dynamic Model Fallback
This alpha release introduces AI-driven image generation with an integrated viewer, smarter model selection, special-value parsing fixes, and a host of internal enhancements.
🎨 Image Generation & Viewer
AI Image Generate Componentpowered by OpenAI DALL·E models for batch or single-image generation.Image Viewerto display and save generated bitmaps directly on the Grasshopper canvas.🤖 Dynamic Model Fallback
🐞 Special-Value Parsing Fix
{}), eliminating unexpected parsing failures.✨ Other Improvements
🛠️ Technical Requirements
🤝 We Value Your Feedback!
Happy designing! 🎨