opencode-knowledge 0.1.0 → 0.2.0-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -52,7 +52,7 @@ function updateSessionState(sessionId, updates) {
|
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
// src/index.ts
|
|
55
|
-
var __dirname = "/
|
|
55
|
+
var __dirname = "/home/runner/work/opencode-knowledge/opencode-knowledge/src";
|
|
56
56
|
var logToFile = async (message) => {
|
|
57
57
|
try {
|
|
58
58
|
const logEntry = `${new Date().toISOString()}: ${message}
|
package/package.json
CHANGED
package/dist/command/hello.md
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: Display current configured personality and debug plugin state
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
## description: Display the current configured personality
|
|
6
|
-
|
|
7
|
-
This command displays your current personality configuration and asks the AI to introduce itself according to that role.
|
|
8
|
-
|
|
9
|
-
The personality context should be automatically injected above this message if the plugin is working correctly.
|