Add BRAIN_DISABLED flag and fix Ollama tool call formatting
Features: - Add BRAIN_DISABLED feature flag to hide all Brain functionality - When enabled, hides Brain banner, status indicator, menu, and commands - Flag location: src/constants/brain.ts Fixes: - Fix Ollama 400 error by properly formatting tool_calls in messages - Update OllamaMessage type to include tool_calls field - Fix Brain menu keyboard not working (add missing modes to isMenuOpen) UI Changes: - Remove "^Tab toggle mode" hint from status bar - Remove "ctrl+t to hide todos" hint from status bar Files modified: - src/constants/brain.ts (add BRAIN_DISABLED flag) - src/types/ollama.ts (add tool_calls to OllamaMessage) - src/providers/ollama/chat.ts (format tool_calls in messages) - src/tui-solid/components/header.tsx (hide Brain UI when disabled) - src/tui-solid/components/status-bar.tsx (remove hints) - src/tui-solid/components/command-menu.tsx (filter brain command) - src/tui-solid/components/input-area.tsx (fix isMenuOpen modes) - src/tui-solid/routes/session.tsx (skip brain menu when disabled) - src/services/brain.ts (early return when disabled) - src/services/chat-tui/initialize.ts (skip brain init when disabled)
This commit is contained in:
BIN
assets/Codetyper_logo.png
Normal file
BIN
assets/Codetyper_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 478 KiB |
55
assets/ascii-art.txt
Normal file
55
assets/ascii-art.txt
Normal file
@@ -0,0 +1,55 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
######### #########
|
||||
%%%%%%%%%%%%% %%%%%%%%%%%%%
|
||||
%%%##++++*%%%%%######=######=#%####%%%%%*+++=*#%%%
|
||||
%%%*=+++++*%%%#######=######=#######%%%++++++=*%%%
|
||||
%%%*=++++*#%%%%#++##%=#%###%=%##++#%%%%#*++++=*%%%
|
||||
@%%%#*+*#%%%%%%##+*%%=++##++=%%#=##%%%%%%#*+*#%%%@
|
||||
@%%%%%%%%%%%%%%#*+#=#+##*#=#*+#%%%%%%%%%%%%%%@
|
||||
%%%%%%###%%%###+=#*##*#=+#####%#######%%%
|
||||
%%%%%%%*=*#####**##+##*##**######+*###%%%%
|
||||
%%%%%%%%%#%%%%%%%#+*+##**+##%%%%%%%%%##%%%%%
|
||||
%%%%%%%%##%%%%%%#%%+=##+=#%%%%%%%%%%%%%%%%%%
|
||||
%%%###%%%%#%%@%%%%%%#%%%#%%%%%%%%%@%%%%###%%%%%%
|
||||
%%%##%%%%##%%%%##%%%%*+++++#%%%%*%%%%###%%%%%%%%
|
||||
%%%%%%%%%%%%#%%%%%%*=------=+#%%%%%%%%%%%%%%%%%%
|
||||
%%%%%%%%%%####%%%#+=---------=#%%%%%%%##%%#%%%%%
|
||||
%%%%%%%%########=-----------*##%#%%%%###%%%%
|
||||
%%%%%%%#####%%*=---++++++----=%%%%%%####%%%%
|
||||
%%%%%%%####%%*--+*%%%%%%#*--=%%%%#%%##%%%%
|
||||
@%%%%%####%%*--+%%@@%%%%#--=%%#%%%#%%%%%
|
||||
%#%% %%%%%####%%*-===#%%%%%+====%%#%%%%%%%% %%%%
|
||||
%##%%% %%%%%%%%%#====+*%%#+====+%%%%%%%%%@%%%%%%
|
||||
%%%##%@@%%%%%%%%%#+==*%%%##+==##%%%%%%%%@@%%%%%%
|
||||
%%%%%%%%@@@@%%@@@@%%#******##%%@@@@%%@@@%%%%%%%%
|
||||
%%%%###%%%%@@@@@@@@@%++++++%@@@@@@@@@@%%####%#%%
|
||||
%#%%####%%%@@@@@@@@@@%%@@@@@@@@@@%%%##%%%##%
|
||||
%%%%###%%#%%%%@@@@@@@@@@@@@@@@%%%%%%%%%%%%%%
|
||||
%#%##%%##%%%%@@@@@@@@@@@@%%%%%%%%%%%%%
|
||||
%%%#########%%%@@@@@@@@%%%###%%%###%%%
|
||||
%###########%@#*****%%#####%%###%%
|
||||
%%%%%####%%#+==++==+*%%%%###%%%%
|
||||
%%%####%%*======+=+%%%%###%%
|
||||
%%##%%*=+==-=#=+%%##%#%
|
||||
%%%%%+=++===*==%%#%%@
|
||||
%#%========== %%@
|
||||
======
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user