@witness-ai/opencode
Advanced tools
+13
-7
| { | ||
| "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", |
75659
0.15%