-
Notifications
You must be signed in to change notification settings - Fork 16
📖 adding v0.8.0 release blog #67
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
base: main
Are you sure you want to change the base?
📖 adding v0.8.0 release blog #67
Conversation
Signed-off-by: Savitha Raghunathan <[email protected]>
WalkthroughAdds a new Markdown blog post at Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
✅ Deploy Preview for konveyor-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for glowing-cassata-a7b83f ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Actionable comments posted: 0
🧹 Nitpick comments (1)
content/blog/2025/konveyor-0.8.0-release-announcement/index.md (1)
34-35
: Use descriptive link text for accessibility.Replace the “here” anchor with meaningful text so screen reader users know the destination without context, e.g., link the phrase “demo scenario” itself.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
content/blog/2025/konveyor-0.8.0-release-announcement/header.png
is excluded by!**/*.png
📒 Files selected for processing (1)
content/blog/2025/konveyor-0.8.0-release-announcement/index.md
(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.18.1)
content/blog/2025/konveyor-0.8.0-release-announcement/index.md
34-34: Link text should be descriptive
(MD059, descriptive-link-text)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
- GitHub Check: Redirect rules - glowing-cassata-a7b83f
- GitHub Check: Header rules - glowing-cassata-a7b83f
- GitHub Check: Pages changed - glowing-cassata-a7b83f
Signed-off-by: Savitha Raghunathan <[email protected]>
#### Agentic Workflow | ||
This release introduces early support for agent-driven workflows. Instead of a single suggestion at a time, Kai can now coordinate multiple steps to help resolve complex migration issues. This paves the way for richer, more automated modernization flows that still keep developers in the loop. | ||
|
||
#### IDE Extension Marketplace Release |
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.
@jwmatthews wdyt? does it need more details?
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.
Actionable comments posted: 0
🧹 Nitpick comments (1)
content/blog/2025/konveyor-0.8.0-release-announcement/index.md (1)
34-34
: Use descriptive link text for accessibilityMarkdownlint flags the “here” link text (MD059). Swap it for wording that describes the destination so screen readers provide meaningful context.
-Check out our demo scenario for a hands-on example [here](https://github.com/konveyor/kai/blob/main/docs/scenarios/migrating_custom_library_apps_using_solution_server_short_edition/Partially_Migrated_Apps_Scenario.md). +Check out our hands-on demo scenario in the [Partially Migrated Apps guide](https://github.com/konveyor/kai/blob/main/docs/scenarios/migrating_custom_library_apps_using_solution_server_short_edition/Partially_Migrated_Apps_Scenario.md).
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
content/blog/2025/konveyor-0.8.0-release-announcement/index.md
(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.18.1)
content/blog/2025/konveyor-0.8.0-release-announcement/index.md
34-34: Link text should be descriptive
(MD059, descriptive-link-text)
Signed-off-by: Savitha Raghunathan <[email protected]>
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.
Actionable comments posted: 1
🧹 Nitpick comments (1)
content/blog/2025/konveyor-0.8.0-release-announcement/index.md (1)
34-34
: Use descriptive link text for accessibility.Replace the bare “here” anchor with descriptive wording (e.g., “demo scenario”) so screen reader users know the link’s destination without extra context.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
content/blog/2025/konveyor-0.8.0-release-announcement/index.md
(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.18.1)
content/blog/2025/konveyor-0.8.0-release-announcement/index.md
34-34: Link text should be descriptive
(MD059, descriptive-link-text)
We've refined the user experience across the extension. The focus is on making Kai feel lightweight and natural in the developer workflow. | ||
|
||
#### Agentic Workflow | ||
This release introduces early support for agent-driven workflows. Instead of a single suggestion at a time, Kai can now coordinate multiple steps to help resolve complex migration issues. After an issue has been fixed, the agentic workflow communicates with Vscode to gather diagnostics information and determine if its changes caused any new issues such as linter errors, compilation errors, etc. In the process, it makes changes across multiple files such as configuration files, build files, dependencies. It iterates on issues until either they are completely resolved or maximum iterations are reached.This paves the way for richer, more automated modernization flows that still keep developers in the loop. |
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.
Fix spacing typo in Agentic Workflow paragraph.
“reached.This” is missing a space after the period. Please insert the space so the sentence reads smoothly.
🤖 Prompt for AI Agents
In content/blog/2025/konveyor-0.8.0-release-announcement/index.md around line
40, there is a missing space between sentences ("reached.This"); add a space
after the period so the text reads "...maximum iterations are reached. This
paves the way..." and ensure spacing is consistent with surrounding sentences.
Summary by CodeRabbit