Command the smartest models to edit and run your code directly
Cmd/Ctrl .
(e.g. cmd + period) to toggle between the modes quickly.@
mentions@
in the chat box or by hitting the Add context
button.
FIREBENDER_TERMINAL=true
environment variable that is automatically set in all Firebender terminals.
For example, in your ~/.zprofile
or ~/.bashrc
:
~/.zshrc
or ~/.zprofile
that interfere with Firebender being able to read stdin and stdout properly. You can guard around those by checking if it’s NOT a Firebender terminal:
NONINTERACTIVE=1
CI=1
DEBIAN_FRONTEND=noninteractive
TERM=dumb
PAGER=cat
LESS=FRX
MANPAGER=cat
GIT_TERMINAL_PROMPT=0
GIT_PAGER=cat
npm_config_yes=true
npm_config_fund=false
npm_config_audit=false
TF_IN_AUTOMATION=1
TF_INPUT=0
EDITOR=true
VISUAL=true