diff options
| author | adamdotdevin <[email protected]> | 2025-07-16 12:42:52 -0500 |
|---|---|---|
| committer | adamdotdevin <[email protected]> | 2025-07-16 12:43:02 -0500 |
| commit | cdc1d8a94d12a31d5d162cb37744305738177ac2 (patch) | |
| tree | a9a9494ddc5b4a1a30c28e9ef19c99541292e630 /stainless.yml | |
| parent | fdd6d6600f090ad4f15b2bbfc0bb75c36a722f4e (diff) | |
| download | opencode-cdc1d8a94d12a31d5d162cb37744305738177ac2.tar.gz opencode-cdc1d8a94d12a31d5d162cb37744305738177ac2.zip | |
feat(tui): layout config to render full width
Diffstat (limited to 'stainless.yml')
| -rw-r--r-- | stainless.yml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/stainless.yml b/stainless.yml index 12a44dcda..ba36156b8 100644 --- a/stainless.yml +++ b/stainless.yml @@ -49,12 +49,15 @@ resources: models: app: App logLevel: LogLevel + provider: Provider + model: Model mode: Mode methods: get: get /app init: post /app/init log: post /log modes: get /mode + providers: get /config/providers find: models: @@ -75,15 +78,13 @@ resources: config: models: config: Config - keybinds: KeybindsConfig - mcpLocal: McpLocalConfig - mcpRemote: McpRemoteConfig - mode: ModeConfig - provider: Provider - model: Model + keybindsConfig: KeybindsConfig + mcpLocalConfig: McpLocalConfig + mcpRemoteConfig: McpRemoteConfig + modeConfig: ModeConfig + layoutConfig: LayoutConfig methods: get: get /config - providers: get /config/providers session: models: |
