Sign In

@witness-ai/opencode

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@witness-ai/opencode - npm Package Compare versions

Comparing version
0.7.3
to
0.7.4
+3
-3
package.json
{
"name": "@witness-ai/opencode",
"mcpName": "io.github.IngTian/witness",
"version": "0.7.3",
"version": "0.7.4",
"description": "MCP memory / second brain for Claude Code & OpenCode — captures your coding sessions and distills how your knowledge and habits evolve over time, queryable by your agent.",

@@ -24,4 +24,4 @@ "type": "module",

"optionalDependencies": {
"@witness-ai/opencode-darwin-arm64": "0.7.3",
"@witness-ai/opencode-linux-x64": "0.7.3"
"@witness-ai/opencode-darwin-arm64": "0.7.4",
"@witness-ai/opencode-linux-x64": "0.7.4"
},

@@ -28,0 +28,0 @@ "keywords": [

@@ -25,11 +25,6 @@ # @witness-ai/opencode

To test a prerelease, pin the plugin entry to the beta version instead of the unversioned package name:
To test a prerelease, pin an explicit version instead of the unversioned package name — e.g.
`"plugin": ["@witness-ai/opencode@0.8.0-beta.1"]`. Use a real published version; the `beta` dist-tag
is not kept current, so pinning it can silently install something several releases old.
```json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["@witness-ai/opencode@beta"]
}
```
Optional: install it globally if you also want a `witness` CLI on your shell `PATH`:

@@ -52,4 +47,4 @@

```sh
npm exec --yes --package=@witness-ai/opencode@beta -- witness doctor
npm exec --yes --package=@witness-ai/opencode@beta -- witness distill status
npm exec --yes --package=@witness-ai/opencode -- witness doctor
npm exec --yes --package=@witness-ai/opencode -- witness status
```

@@ -56,0 +51,0 @@