⚡ One-Shot Terminal
If you want to run a single command or prompt in the terminal shell without entering interactive mode, you can use the "one-shot" feature. This is useful for quick tasks or scripting.
To use one-shot mode, simply provide your prompt as a command-line argument:
Janito will process your request and exit after displaying the result.
Quick Permission Setup
For one-shot mode, you can quickly enable all tool permissions using the /rwx
prefix:
# Enable read, write, and execute permissions
janito /rwx "create a python script and run it"
# Or use individual flags
janito -r -w -x "create a python script and run it"
⚠️ Warning: Some models may not complete all required steps in a single-shot (one-off) run. If the model does not act as expected, try appending "; just do it" to your command-line prompt to encourage direct action.
generated by janito.dev