Bump RTK from v0.33.1 to v0.37.0
Key improvements in v0.34–v0.37: binary hook engine with native cmd exec and streaming (v0.37), subprocess memory leak / zombie process prevention, POSIX spawn resource exhaustion fix, streaming for long-running commands, git SSH signing preserved, and permission verdict system. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
78c5c3a78b
commit
a0e469b18a
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ const RTK_SKIP =
|
|||
process.env.SF_RTK_DISABLED === '1' ||
|
||||
process.env.SF_RTK_DISABLED === 'true'
|
||||
|
||||
const RTK_VERSION = '0.33.1'
|
||||
const RTK_VERSION = '0.37.0'
|
||||
const RTK_REPO = 'rtk-ai/rtk'
|
||||
const RTK_ENV = { ...process.env, RTK_TELEMETRY_DISABLED: '1' }
|
||||
const managedBinDir = join(process.env.SF_HOME || join(homedir(), '.sf'), 'agent', 'bin')
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import { Readable } from "node:stream";
|
|||
import { finished } from "node:stream/promises";
|
||||
import extractZip from "extract-zip";
|
||||
|
||||
export const RTK_VERSION = "0.33.1";
|
||||
export const RTK_VERSION = "0.37.0";
|
||||
export const SF_RTK_DISABLED_ENV = "SF_RTK_DISABLED";
|
||||
export const SF_SKIP_RTK_INSTALL_ENV = "SF_SKIP_RTK_INSTALL";
|
||||
export const SF_RTK_PATH_ENV = "SF_RTK_PATH";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue