Revert "Add RTK integration for token-optimized command output"

This reverts commit d074cb2a8c.
This commit is contained in:
2026-04-14 01:35:16 +00:00
parent d074cb2a8c
commit 10a5004c02
14 changed files with 16 additions and 238 deletions
-14
View File
@@ -108,20 +108,6 @@ export function getConfigSchema(): AdapterConfigSchema {
label: "Memory Limit",
hint: "Memory limit for Job pods (e.g. 128Mi, 512Mi, 1Gi).",
},
// RTK (token optimization)
{
type: "toggle",
key: "enableRtk",
label: "Enable RTK",
hint: "Install and enable RTK (rtk-ai/rtk) to reduce token usage by filtering command output. Adds an init container to download the RTK binary.",
default: false,
},
{
type: "text",
key: "rtkVersion",
label: "RTK Version",
hint: "RTK version to install. Defaults to 'latest'.",
},
// Scheduling
{
type: "textarea",