-
Notifications
You must be signed in to change notification settings - Fork 0
chore: save state 2026-07-01 #198
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,6 +1,6 @@ | ||||||
| { | ||||||
| "name": "@four-bytes/four-opencode-brain", | ||||||
| "version": "1.8.4", | ||||||
| "version": "1.8.5", | ||||||
| "description": "Unified brain plugin — single SQLite DB for RAG search, memory, and knowledge base", | ||||||
| "license": "Apache-2.0", | ||||||
| "type": "module", | ||||||
|
|
@@ -15,7 +15,7 @@ | |||||
| "four-bytes" | ||||||
| ], | ||||||
| "dependencies": { | ||||||
| "@four-bytes/opencode-plugin-lib": "github:four-bytes/four-opencode-plugin-lib#v0.8.4", | ||||||
| "@four-bytes/opencode-plugin-lib": "github:four-bytes/four-opencode-plugin-lib#v0.8.5", | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P2: The Prompt for AI agents
Suggested change
|
||||||
| "@opencode-ai/plugin": "1.16.2", | ||||||
| "@opentui/core": "0.3.2", | ||||||
| "@opentui/solid": "0.3.2", | ||||||
|
|
||||||
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.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: four-bytes/four-opencode-brain
Length of output: 4987
🏁 Script executed:
Repository: four-bytes/four-opencode-brain
Length of output: 1530
Align the plugin-lib pin with the release guidance and lockfile.
package.jsonstill points atv0.8.5whileAGENTS.mdsaysv0.8.6, andbun.lockis still on the older resolution. Bump the pin and regenerate the lockfile together so installs and docs stay in sync.🤖 Prompt for AI Agents
Source: Learnings