Skip to content

v0.14.2 release notes and onboarding#3039

Merged
sawka merged 2 commits intomainfrom
sawka/rl-142
Mar 12, 2026
Merged

v0.14.2 release notes and onboarding#3039
sawka merged 2 commits intomainfrom
sawka/rl-142

Conversation

@sawka
Copy link
Member

@sawka sawka commented Mar 11, 2026

No description provided.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 11, 2026

Walkthrough

This PR introduces v0.14.2 release notes and onboarding infrastructure. It adds release notes documentation detailing new features (block/tab badge system, bell indicator, wsh badge command) and bugfixes (directory preview improvements, search bar enhancements). The onboarding system is updated with a new v0.14.2 upgrade modal component and registered in the version sequence. Supporting changes include incrementing the version constant from v0.14.1 to v0.14.2, updating Vite configuration to exclude MDX files from dev server watch, and removing an unused import.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

🚥 Pre-merge checks | ✅ 1 | ❌ 2

❌ Failed checks (1 warning, 1 inconclusive)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
Description check ❓ Inconclusive No pull request description was provided, making it impossible to assess whether the description relates to the changeset. Add a pull request description that explains the changes, even if brief, to provide context for reviewers.
✅ Passed checks (1 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely summarizes the main changes: adding v0.14.2 release notes and onboarding content across multiple files.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
  • 📝 Generate docstrings (stacked PR)
  • 📝 Generate docstrings (commit on current branch)
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch sawka/rl-142

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@kilo-code-bot
Copy link
Contributor

kilo-code-bot bot commented Mar 11, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (6 files)
  • docs/docs/releasenotes.mdx - Release notes for v0.14.2
  • electron.vite.config.ts - Added mdx to watch ignore list
  • frontend/app/onboarding/onboarding-common.tsx - Version bump to v0.14.2
  • frontend/app/onboarding/onboarding-upgrade-patch.tsx - Added v0.14.2 upgrade version
  • frontend/app/onboarding/onboarding-upgrade-v0142.tsx - New onboarding content
  • frontend/app/onboarding/onboarding-upgrade.tsx - Removed unused import

This PR contains standard release preparation changes:

  • Release notes documenting new features (block/tab badges, directory preview improvements, bug fixes)
  • Version bump for onboarding
  • New onboarding modal content for v0.14.2
  • Build configuration update to exclude .mdx files from watch
  • Import cleanup (removed unused atoms import)

All changes appear correct and well-structured.

@cloudflare-workers-and-pages
Copy link

Deploying waveterm with  Cloudflare Pages  Cloudflare Pages

Latest commit: ca06fb2
Status: ✅  Deploy successful!
Preview URL: https://5d48f5f8.waveterm.pages.dev
Branch Preview URL: https://sawka-rl-142.waveterm.pages.dev

View logs

Copy link
Contributor

@coderabbitai coderabbitai bot left a 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

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@docs/docs/releasenotes.mdx`:
- Line 29: Replace the misspelled bullet text "Documention updates" with
"Documentation updates" in the release notes entry (search for the exact string
"Documention updates" in docs/docs/releasenotes.mdx and update it to
"Documentation updates") to correct the typo.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 21e07f79-28c4-4e2b-a308-5d1b493b5c9a

📥 Commits

Reviewing files that changed from the base of the PR and between 9ee654d and ca06fb2.

📒 Files selected for processing (6)
  • docs/docs/releasenotes.mdx
  • electron.vite.config.ts
  • frontend/app/onboarding/onboarding-common.tsx
  • frontend/app/onboarding/onboarding-upgrade-patch.tsx
  • frontend/app/onboarding/onboarding-upgrade-v0142.tsx
  • frontend/app/onboarding/onboarding-upgrade.tsx

- Added a Release Notes link in the settings menu
- Working on anthropic-messages Wave AI backend (for native Claude integration)
- Lots of internal work on testing/mock infrastructure to enable quicker async AI edits
- Documention updates
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix the typo in this release-notes bullet.

Documention updates should be Documentation updates.

✏️ Suggested fix
-- Documention updates
+- Documentation updates
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- Documention updates
- Documentation updates
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/docs/releasenotes.mdx` at line 29, Replace the misspelled bullet text
"Documention updates" with "Documentation updates" in the release notes entry
(search for the exact string "Documention updates" in docs/docs/releasenotes.mdx
and update it to "Documentation updates") to correct the typo.

@sawka sawka merged commit 8164ffc into main Mar 12, 2026
10 checks passed
@sawka sawka deleted the sawka/rl-142 branch March 12, 2026 00:23
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.

1 participant