Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fe6bc0c2d6 |
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "paperclip-adapter-opencode-k8s",
|
"name": "paperclip-adapter-opencode-k8s",
|
||||||
"version": "0.1.37",
|
"version": "0.1.38",
|
||||||
"description": "Paperclip adapter plugin that runs OpenCode agents as Kubernetes Jobs",
|
"description": "Paperclip adapter plugin that runs OpenCode agents as Kubernetes Jobs",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
@@ -11,13 +11,6 @@ export function getConfigSchema(): AdapterConfigSchema {
|
|||||||
hint: "Provider-specific reasoning/profile variant passed as --variant",
|
hint: "Provider-specific reasoning/profile variant passed as --variant",
|
||||||
group: "Core",
|
group: "Core",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
key: "instructionsFilePath",
|
|
||||||
label: "Instructions File Path",
|
|
||||||
type: "text",
|
|
||||||
hint: "Absolute path to a markdown file (e.g. AGENTS.md) prepended as system instructions before the task prompt",
|
|
||||||
group: "Core",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
key: "dangerouslySkipPermissions",
|
key: "dangerouslySkipPermissions",
|
||||||
label: "Skip Permission Checks",
|
label: "Skip Permission Checks",
|
||||||
|
|||||||
Reference in New Issue
Block a user