TmuxAI: AI-Powered, Non-Intrusive Terminal Assistant
1–10 of 67 posts
Re: TmuxAI: AI-Powered, Non-Intrusive Terminal Assistant
#2A WIP but evolving, it watches your active tmux panes and allows you to work with AI agents who can interact with those panes. For command line folk, this could feel like a pretty good way to bring AI in to your working life.
Re: TmuxAI: AI-Powered, Non-Intrusive Terminal Assistant
#3Thanks iaresee! Yes, the non-intrusive observation of panes is the central idea, trying to integrate AI help without breaking the command-line workflow.
Appreciate the feedback as it evolves.
Re: TmuxAI: AI-Powered, Non-Intrusive Terminal Assistant
#4> TmuxAI » I'll help you find large files taking up space in this directory.
Get rid of this bit, so the user asks question, gets command.
Make it so the user can ask a follow up question if they want, but this is just noise, taking up valuable terminal space
Re: TmuxAI: AI-Powered, Non-Intrusive Terminal Assistant
#5> TmuxAI » I'll help you find large files taking up space in this directory. Get rid of this bit, so the user asks question, gets command. Make it so the user can ask a follow up question if they want, but this is just noise, taking up valuable terminal space
tokens also cost money unless running locally
Re: TmuxAI: AI-Powered, Non-Intrusive Terminal Assistant
#6Is it a locally running model?
Re: TmuxAI: AI-Powered, Non-Intrusive Terminal Assistant
#7it sees the visible contents of panes or the previous lines too?
Re: TmuxAI: AI-Powered, Non-Intrusive Terminal Assistant
#8Is it a locally running model?
It seems like a model is not included; you need to set an API endpoint in a configuration https://tmuxai.dev/getting-started#environment-variables
Re: TmuxAI: AI-Powered, Non-Intrusive Terminal Assistant
#9TIL that `head -5` is equivalent to `head -n 5`, and that's not in the manual
Re: TmuxAI: AI-Powered, Non-Intrusive Terminal Assistant
#10Just got this running. It took a minute to figure out "where the config file is" but once I got it set up with openrouter keys... wow! This plus speech to text = Look ma no hands!