Skip to content

chore: release v0.9.1 — viewer endpoints, CLI hardening, version sync#175

Merged
rohitg00 merged 1 commit intomainfrom
release/v0.9.1
Apr 20, 2026
Merged

chore: release v0.9.1 — viewer endpoints, CLI hardening, version sync#175
rohitg00 merged 1 commit intomainfrom
release/v0.9.1

Conversation

@rohitg00
Copy link
Copy Markdown
Owner

@rohitg00 rohitg00 commented Apr 20, 2026

Summary

Patch release rolling up the three fixes that went into main post-v0.9.0:

Bumped

  • package.json → 0.9.1
  • package-lock.json (root + packages."")
  • plugin/.claude-plugin/plugin.json
  • src/version.ts
  • src/types.ts (ExportData.version union)
  • src/functions/export-import.ts (supportedVersions)
  • test/export-import.test.ts (assertion)
  • CHANGELOG.md (new [0.9.1] section)

Test plan

  • npm run build — clean
  • npm test — 777 pass
  • After merge: tag v0.9.1, GitHub release, npm publish

Summary by CodeRabbit

  • Bug Fixes
    • Fixed dashboard viewer list endpoints to display correctly
    • Corrected version display in CLI and viewer
    • Improved import-jsonl command error handling and validation
    • Fixed upgrade command to gracefully handle installation failures

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agentmemory Ready Ready Preview, Comment Apr 20, 2026 11:30pm

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 20, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: e9c5ced0-a3c0-4458-b23a-6a410785314c

📥 Commits

Reviewing files that changed from the base of the PR and between ea01290 and 21a34aa.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (7)
  • CHANGELOG.md
  • package.json
  • plugin/.claude-plugin/plugin.json
  • src/functions/export-import.ts
  • src/types.ts
  • src/version.ts
  • test/export-import.test.ts

📝 Walkthrough

Walkthrough

This is a version bump release from 0.9.0 to 0.9.1, updating package manifests, version constants, type definitions, supported export versions, and test expectations to reflect the new release.

Changes

Cohort / File(s) Summary
Version Manifests
package.json, plugin/.claude-plugin/plugin.json, src/version.ts
Bumped version from 0.9.0 to 0.9.1 across package metadata and exported version constant.
Export/Import Support
src/types.ts, src/functions/export-import.ts
Extended ExportData version union type to include "0.9.1" and added 0.9.1 to supportedVersions whitelist for import validation.
Release Documentation
CHANGELOG.md, test/export-import.test.ts
Added 0.9.1 release notes documenting fixes for dashboard list endpoints, version presentation, and CLI import/upgrade behaviors; updated test assertion for exported version.

Possibly related PRs

Poem

🐰✨ A version bump, so clean and neat,
From point-nine-oh to point-nine-one sweet!
Types and versions aligned in grace,
Each file in its proper place.
The changelog sings of bugs now gone—
A release hop! binky We march on! 🐇

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v0.9.1

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.

@rohitg00 rohitg00 merged commit 66b153a into main Apr 20, 2026
4 of 5 checks passed
@rohitg00 rohitg00 deleted the release/v0.9.1 branch April 20, 2026 23:31
@coderabbitai coderabbitai Bot mentioned this pull request Apr 22, 2026
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