-
Notifications
You must be signed in to change notification settings - Fork 7
Bump version to 0.1.0 #14
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the version format in the TARGET-VERSION file, correcting formatting issues and standardizing the version string representation.
Key changes:
- Corrected the version string format from an improperly formatted entry to a properly quoted and structured version identifier
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| @@ -1 +1 @@ | |||
| 0.1.0. | |||
| 0.1.0 No newline at end of file | |||
Copilot
AI
Nov 4, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The TARGET-VERSION file format appears incorrect. Based on the diff showing - |0.1.0. being replaced with + 1 |0.1.0, there seems to be a leading '1 ' (number one followed by space) in the new version. The version should contain only the semver string '0.1.0' without any leading numbers or pipes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 14 out of 14 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (4)
libraries/microsoft-agents-a365-tooling/pyproject.toml:11
- The keyword 'Kairo' should be removed or replaced with appropriate terminology. This appears to be a legacy reference that needs updating to align with the current 'Agent365' branding.
description = "Cross-framework utilities and shared components for Kairo AI agent tooling"
libraries/microsoft-agents-a365-tooling-extensions-semantickernel/pyproject.toml:11
- The keyword 'Kairo' should be removed or replaced with appropriate terminology. Consider using 'Agent365' instead to match the current branding.
description = "Microsoft Semantic Kernel integration tools for Kairo AI agent tooling"
libraries/microsoft-agents-a365-tooling-extensions-openai/pyproject.toml:11
- The keyword 'Kairo' should be removed or replaced with appropriate terminology. Consider using 'Agent365' instead to maintain consistency with the project naming.
description = "OpenAI Agents SDK integration tools for Kairo AI agent tooling"
libraries/microsoft-agents-a365-tooling-extensions-azureaifoundry/pyproject.toml:11
- The keyword 'Kairo' should be removed or replaced with appropriate terminology. Consider using 'Agent365' instead to align with the repository branding.
description = "Azure AI Foundry integration tools for Kairo AI agent tooling"
No description provided.