The 1-click to commit is nice, but limited.
It generates simple commit messages, but this becomes a bit of a blocker when you are committing into a codebase that has rules as to how your commit messages should be structured.
Currently, I've got the commit messages rules described in my AGENTS.md, and this is the workflow I use directly in the chat interface of the other tools (Codex, OpenCode, etc.). Pretty much typing in a message like "OK, commit these changes" and it picks up the rules.
Of course, this approach of loading up the entire AGENTS.md wouldn't work for T3Code, but perhaps we could have a global (or project) level setting, where commit formatting rules can be described, and in-turn this'd be sent over (in-addition to whatever T3Code instructions are there) to the model doing the actual commit message generation.