chore(pi): bump gentle-engram to 0.1.8#488
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (6)
📝 WalkthroughWalkthroughUpdates the Changesgentle-engram Version Bump (0.1.7 → 0.1.8)
🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Pull request overview
This PR bumps the Pi package gentle-engram from 0.1.7 to 0.1.8 and updates all Pi setup entrypoints (CLI, Go setup command, docs, and tests) to consistently install/pin npm:gentle-engram@0.1.8.
Changes:
- Bumped
plugin/pi/package.jsonversion to0.1.8. - Updated Pi self-install pins in
plugin/pi/cli.jsandinternal/setup/setup.go. - Updated docs and Go unit tests to expect/install
npm:gentle-engram@0.1.8.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| plugin/pi/README.md | Updates user-facing install and troubleshooting examples to 0.1.8. |
| plugin/pi/package.json | Bumps the published npm package version to 0.1.8. |
| plugin/pi/cli.js | Updates the CLI’s pinned self-install package string to 0.1.8. |
| internal/setup/setup.go | Updates engram setup pi package pin to 0.1.8. |
| internal/setup/setup_test.go | Updates unit test expectations for the new pin/version. |
| docs/AGENT-SETUP.md | Updates setup documentation and manual install commands to 0.1.8. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| Creates Pi's Engram MCP config in the Pi agent dir and ensures pi-mcp-adapter | ||
| is declared in settings.json. The Pi extension itself is loaded by installing | ||
| the package with: pi install npm:gentle-engram@0.1.7 | ||
| the package with: pi install npm:gentle-engram@0.1.8 |
🔗 Linked Issue
Closes #487
🏷️ PR Type
type:bug— Bug fixtype:feature— New featuretype:docs— Documentation onlytype:refactor— Code refactoring (no behavior change)type:chore— Maintenance, dependencies, toolingtype:breaking-change— Breaking change📝 Summary
gentle-engrampackage metadata from0.1.7to0.1.8.npm:gentle-engram@0.1.8.📂 Changes
plugin/pi/package.json0.1.8.plugin/pi/cli.jsinternal/setup/setup.goengram setup pipackage pin.internal/setup/setup_test.goplugin/pi/README.md,docs/AGENT-SETUP.md🧪 Test Plan
go test ./internal/setup ./pluginAdditional validation:
npm testinplugin/pigit diff --check🤖 Automated Checks
These run automatically and all must pass before merge:
Closes #N/Fixes #N/Resolves #Nstatus:approvedlabeltype:*labelgo test ./...passesgo test -tags e2e ./internal/server/...passes✅ Contributor Checklist
Closes #N)type:*label to this PRgo test ./internal/setup ./pluginCo-Authored-Bytrailers in commits💬 Notes for Reviewers
This prepares
pi-v0.1.8/ npmgentle-engram@0.1.8after Pi-nativemem_reviewsupport landed.Summary by CodeRabbit
0.1.7to0.1.8across all setup, configuration, and documentation files.