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.7
to
0.7.8
+13
-7
package.json
{
"name": "@witness-ai/opencode",
"mcpName": "io.github.IngTian/witness",
"version": "0.7.7",
"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.",
"version": "0.7.8",
"description": "Distills your Claude Code / OpenCode sessions — or any text corpus you ingest — into a dated history of how its subject changed, queryable by your agent over MCP.",
"type": "module",

@@ -24,6 +24,6 @@ "main": "./witness.js",

"optionalDependencies": {
"@witness-ai/opencode-darwin-arm64": "0.7.7",
"@witness-ai/opencode-linux-x64": "0.7.7",
"@witness-ai/opencode-win32-x64": "0.7.7",
"@witness-ai/opencode-win32-arm64": "0.7.7"
"@witness-ai/opencode-darwin-arm64": "0.7.8",
"@witness-ai/opencode-linux-x64": "0.7.8",
"@witness-ai/opencode-win32-x64": "0.7.8",
"@witness-ai/opencode-win32-arm64": "0.7.8"
},

@@ -47,3 +47,9 @@ "keywords": [

"llm",
"coding-agent"
"coding-agent",
"bitemporal",
"change-tracking",
"corpus-analysis",
"text-mining",
"distillation",
"agent-memory"
],

@@ -50,0 +56,0 @@ "license": "MIT",