diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-03-08 06:45:51 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-03-08 06:45:51 +0300 |
| commit | 23cb8f2578540e698f590bed35f973a22a8c2f90 (patch) | |
| tree | 9ed8a70b28f433aa74172297960ccd9fb6b9ed4f /props_table.go | |
| parent | 4f0bce50c53267a9f53938ad1b264d5094a08ce4 (diff) | |
Chore: remove AutoCleanToolCallsFromCtx, atomic model color
Diffstat (limited to 'props_table.go')
| -rw-r--r-- | props_table.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/props_table.go b/props_table.go index 5c3d8d7..d1d3680 100644 --- a/props_table.go +++ b/props_table.go @@ -121,9 +121,6 @@ func makePropsTable(props map[string]float32) *tview.Table { addCheckboxRow("TTS Enabled", cfg.TTS_ENABLED, func(checked bool) { cfg.TTS_ENABLED = checked }) - addCheckboxRow("Auto clean tool calls from context", cfg.AutoCleanToolCallsFromCtx, func(checked bool) { - cfg.AutoCleanToolCallsFromCtx = checked - }) addCheckboxRow("Enable Mouse", cfg.EnableMouse, func(checked bool) { cfg.EnableMouse = checked // Reconfigure the app's mouse setting |
