Skip to content

Commit 6b89abe

Browse files
committed
remove optional type from run_terminal_command
1 parent 6182dc0 commit 6b89abe

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

common/src/tools/params/tool/run-terminal-command.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ export const runTerminalCommandParams = {
4545
process_type: z
4646
.enum(['SYNC', 'BACKGROUND'])
4747
.default('SYNC')
48-
.optional()
4948
.describe(
5049
`Either SYNC (waits, returns output) or BACKGROUND (runs in background). Default SYNC`,
5150
),

sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@codebuff/sdk",
33
"private": false,
4-
"version": "0.3.3",
4+
"version": "0.3.4",
55
"description": "Official SDK for Codebuff — AI coding agent & framework",
66
"license": "Apache-2.0",
77
"type": "module",

0 commit comments

Comments
 (0)