set_tab_title for other than the active tab
I'm trying to use Claude Code hooks to write a status emoji in the tab title. I can find the current tab title, but set_tab_title seems to always use the currently selected tab. Are there a way to change the title for a tab by UUID or title?
are you using remotinator to set the tab title?
Yes, this is the command I'm running:
remotinator --uuid "$TERMINATOR_UUID" set_tab_title -t "SOME TITLE"
The process (Claude Code) is running inside the tab I want to change, but it's still renaming the title for the active tab.
Well, damn. You're right. There's code in there to get the terminal UUID, but not code in that method to map the terminal to a tab, and it just sets the title for the current tab.
I'll take a look at this.