summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/js
diff options
context:
space:
mode:
authorSebastian <[email protected]>2026-02-25 23:53:09 +0100
committerGitHub <[email protected]>2026-02-25 23:53:09 +0100
commit9d29d692c6d93322f5894cca4232d80106e7c81a (patch)
tree65ac7313b158679e73722a90f7c813291a0ba03c /packages/sdk/js
parent1172fa418e9aa5e0fcfccea326c6c9d35e1d57fd (diff)
downloadopencode-9d29d692c6d93322f5894cca4232d80106e7c81a.tar.gz
opencode-9d29d692c6d93322f5894cca4232d80106e7c81a.zip
split tui/server config (#13968)
Diffstat (limited to 'packages/sdk/js')
-rw-r--r--packages/sdk/js/src/v2/gen/types.gen.ts409
1 files changed, 0 insertions, 409 deletions
diff --git a/packages/sdk/js/src/v2/gen/types.gen.ts b/packages/sdk/js/src/v2/gen/types.gen.ts
index 28d5caa02..be6c00cf4 100644
--- a/packages/sdk/js/src/v2/gen/types.gen.ts
+++ b/packages/sdk/js/src/v2/gen/types.gen.ts
@@ -992,388 +992,6 @@ export type GlobalEvent = {
}
/**
- * Custom keybind configurations
- */
-export type KeybindsConfig = {
- /**
- * Leader key for keybind combinations
- */
- leader?: string
- /**
- * Exit the application
- */
- app_exit?: string
- /**
- * Open external editor
- */
- editor_open?: string
- /**
- * List available themes
- */
- theme_list?: string
- /**
- * Toggle sidebar
- */
- sidebar_toggle?: string
- /**
- * Toggle session scrollbar
- */
- scrollbar_toggle?: string
- /**
- * Toggle username visibility
- */
- username_toggle?: string
- /**
- * View status
- */
- status_view?: string
- /**
- * Export session to editor
- */
- session_export?: string
- /**
- * Create a new session
- */
- session_new?: string
- /**
- * List all sessions
- */
- session_list?: string
- /**
- * Show session timeline
- */
- session_timeline?: string
- /**
- * Fork session from message
- */
- session_fork?: string
- /**
- * Rename session
- */
- session_rename?: string
- /**
- * Delete session
- */
- session_delete?: string
- /**
- * Delete stash entry
- */
- stash_delete?: string
- /**
- * Open provider list from model dialog
- */
- model_provider_list?: string
- /**
- * Toggle model favorite status
- */
- model_favorite_toggle?: string
- /**
- * Share current session
- */
- session_share?: string
- /**
- * Unshare current session
- */
- session_unshare?: string
- /**
- * Interrupt current session
- */
- session_interrupt?: string
- /**
- * Compact the session
- */
- session_compact?: string
- /**
- * Scroll messages up by one page
- */
- messages_page_up?: string
- /**
- * Scroll messages down by one page
- */
- messages_page_down?: string
- /**
- * Scroll messages up by one line
- */
- messages_line_up?: string
- /**
- * Scroll messages down by one line
- */
- messages_line_down?: string
- /**
- * Scroll messages up by half page
- */
- messages_half_page_up?: string
- /**
- * Scroll messages down by half page
- */
- messages_half_page_down?: string
- /**
- * Navigate to first message
- */
- messages_first?: string
- /**
- * Navigate to last message
- */
- messages_last?: string
- /**
- * Navigate to next message
- */
- messages_next?: string
- /**
- * Navigate to previous message
- */
- messages_previous?: string
- /**
- * Navigate to last user message
- */
- messages_last_user?: string
- /**
- * Copy message
- */
- messages_copy?: string
- /**
- * Undo message
- */
- messages_undo?: string
- /**
- * Redo message
- */
- messages_redo?: string
- /**
- * Toggle code block concealment in messages
- */
- messages_toggle_conceal?: string
- /**
- * Toggle tool details visibility
- */
- tool_details?: string
- /**
- * List available models
- */
- model_list?: string
- /**
- * Next recently used model
- */
- model_cycle_recent?: string
- /**
- * Previous recently used model
- */
- model_cycle_recent_reverse?: string
- /**
- * Next favorite model
- */
- model_cycle_favorite?: string
- /**
- * Previous favorite model
- */
- model_cycle_favorite_reverse?: string
- /**
- * List available commands
- */
- command_list?: string
- /**
- * List agents
- */
- agent_list?: string
- /**
- * Next agent
- */
- agent_cycle?: string
- /**
- * Previous agent
- */
- agent_cycle_reverse?: string
- /**
- * Cycle model variants
- */
- variant_cycle?: string
- /**
- * Clear input field
- */
- input_clear?: string
- /**
- * Paste from clipboard
- */
- input_paste?: string
- /**
- * Submit input
- */
- input_submit?: string
- /**
- * Insert newline in input
- */
- input_newline?: string
- /**
- * Move cursor left in input
- */
- input_move_left?: string
- /**
- * Move cursor right in input
- */
- input_move_right?: string
- /**
- * Move cursor up in input
- */
- input_move_up?: string
- /**
- * Move cursor down in input
- */
- input_move_down?: string
- /**
- * Select left in input
- */
- input_select_left?: string
- /**
- * Select right in input
- */
- input_select_right?: string
- /**
- * Select up in input
- */
- input_select_up?: string
- /**
- * Select down in input
- */
- input_select_down?: string
- /**
- * Move to start of line in input
- */
- input_line_home?: string
- /**
- * Move to end of line in input
- */
- input_line_end?: string
- /**
- * Select to start of line in input
- */
- input_select_line_home?: string
- /**
- * Select to end of line in input
- */
- input_select_line_end?: string
- /**
- * Move to start of visual line in input
- */
- input_visual_line_home?: string
- /**
- * Move to end of visual line in input
- */
- input_visual_line_end?: string
- /**
- * Select to start of visual line in input
- */
- input_select_visual_line_home?: string
- /**
- * Select to end of visual line in input
- */
- input_select_visual_line_end?: string
- /**
- * Move to start of buffer in input
- */
- input_buffer_home?: string
- /**
- * Move to end of buffer in input
- */
- input_buffer_end?: string
- /**
- * Select to start of buffer in input
- */
- input_select_buffer_home?: string
- /**
- * Select to end of buffer in input
- */
- input_select_buffer_end?: string
- /**
- * Delete line in input
- */
- input_delete_line?: string
- /**
- * Delete to end of line in input
- */
- input_delete_to_line_end?: string
- /**
- * Delete to start of line in input
- */
- input_delete_to_line_start?: string
- /**
- * Backspace in input
- */
- input_backspace?: string
- /**
- * Delete character in input
- */
- input_delete?: string
- /**
- * Undo in input
- */
- input_undo?: string
- /**
- * Redo in input
- */
- input_redo?: string
- /**
- * Move word forward in input
- */
- input_word_forward?: string
- /**
- * Move word backward in input
- */
- input_word_backward?: string
- /**
- * Select word forward in input
- */
- input_select_word_forward?: string
- /**
- * Select word backward in input
- */
- input_select_word_backward?: string
- /**
- * Delete word forward in input
- */
- input_delete_word_forward?: string
- /**
- * Delete word backward in input
- */
- input_delete_word_backward?: string
- /**
- * Previous history item
- */
- history_previous?: string
- /**
- * Next history item
- */
- history_next?: string
- /**
- * Next child session
- */
- session_child_cycle?: string
- /**
- * Previous child session
- */
- session_child_cycle_reverse?: string
- /**
- * Go to parent session
- */
- session_parent?: string
- /**
- * Suspend terminal
- */
- terminal_suspend?: string
- /**
- * Toggle terminal title
- */
- terminal_title_toggle?: string
- /**
- * Toggle tips on home screen
- */
- tips_toggle?: string
- /**
- * Toggle thinking blocks visibility
- */
- display_thinking?: string
-}
-
-/**
* Log level
*/
export type LogLevel = "DEBUG" | "INFO" | "WARN" | "ERROR"
@@ -1672,34 +1290,7 @@ export type Config = {
* JSON schema reference for configuration validation
*/
$schema?: string
- /**
- * Theme name to use for the interface
- */
- theme?: string
- keybinds?: KeybindsConfig
logLevel?: LogLevel
- /**
- * TUI specific settings
- */
- tui?: {
- /**
- * TUI scroll speed
- */
- scroll_speed?: number
- /**
- * Scroll acceleration settings
- */
- scroll_acceleration?: {
- /**
- * Enable scroll acceleration
- */
- enabled: boolean
- }
- /**
- * Control diff rendering style: 'auto' adapts to terminal width, 'stacked' always shows single column
- */
- diff_style?: "auto" | "stacked"
- }
server?: ServerConfig
/**
* Command configuration, see https://opencode.ai/docs/commands