opencode-kilocode-auth 1.0.11 → 1.0.12
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/package.json +1 -1
- package/src/plugin.ts +1 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-kilocode-auth",
|
|
3
3
|
"module": "index.ts",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.12",
|
|
5
5
|
"author": "ported from Kilo Code",
|
|
6
6
|
"description": "OpenCode plugin for Kilo Code authentication with support for various models including Giga Potato",
|
|
7
7
|
"files": [
|
package/src/plugin.ts
CHANGED
|
@@ -261,9 +261,7 @@ RULES
|
|
|
261
261
|
- Output text to communicate with the user; all text you output outside of tool use is displayed to the user.
|
|
262
262
|
- Only use emojis if the user explicitly requests it.
|
|
263
263
|
- When making changes to files, first understand the file's code conventions. Mimic code style, use existing libraries and utilities, and follow existing patterns.
|
|
264
|
-
- NEVER assume that a given library is available, even if it is well known. Whenever you write code that uses a library or framework, first check that this codebase already uses the given library
|
|
265
|
-
- Always follow security best practices. Never introduce code that exposes or logs secrets and keys.
|
|
266
|
-
- NEVER commit changes unless the user explicitly asks you to.`
|
|
264
|
+
- NEVER assume that a given library is available, even if it is well known. Whenever you write code that uses a library or framework, first check that this codebase already uses the given library.`
|
|
267
265
|
|
|
268
266
|
if (systemIdx >= 0) {
|
|
269
267
|
// Prepend Kilo Code prompt to existing system message
|