@howaboua/opencode-chat 0.1.5 → 0.1.6

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.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,7 +1,9 @@
1
- # OpenCode Chatifier
1
+ # OpenCode Chat
2
2
 
3
3
  A conversational coding assistant plugin for OpenCode with semantic code search.
4
4
 
5
+ **This project is not led by Opencode Developers. If you encounter any problems, file an issue here.**
6
+
5
7
  ## What It Does
6
8
 
7
9
  **Chatifier** transforms OpenCode into a more conversational experience with two specialized agents and local semantic search.
@@ -39,7 +41,7 @@ OpenCode automatically installs the plugin on next launch.
39
41
 
40
42
  ```json
41
43
  {
42
- "plugin": ["@howaboua/opencode-chat@0.1.5"]
44
+ "plugin": ["@howaboua/opencode-chat@0.1.6"]
43
45
  }
44
46
  ```
45
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@howaboua/opencode-chat",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Chatifier plugin for OpenCode - Adds chat-optimized tools and semantic search",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -9,7 +9,7 @@
9
9
  "opencode-chat-download-model": "dist/script/download-model.js",
10
10
  "opencode-chat-semantic-index": "dist/script/semantic-index.js"
11
11
  },
12
- "author": "Igor Wiedler <igor@wiedler.ch>",
12
+ "author": "Igor Warzocha",
13
13
  "license": "MIT",
14
14
  "scripts": {
15
15
  "clean": "rm -rf dist",