[console_scripts]
untether = untether.cli:main

[untether.command_backends]
aq = untether.telegram.commands.ask_question:BACKEND
browse = untether.telegram.commands.browse:BACKEND
claude_control = untether.telegram.commands.claude_control:BACKEND
config = untether.telegram.commands.config:BACKEND
export = untether.telegram.commands.export:BACKEND
hello = untether.telegram.commands.hello:BACKEND
ping = untether.telegram.commands.ping:BACKEND
planmode = untether.telegram.commands.planmode:BACKEND
restart = untether.telegram.commands.restart:BACKEND
usage = untether.telegram.commands.usage:BACKEND
verbose = untether.telegram.commands.verbose:BACKEND

[untether.engine_backends]
amp = untether.runners.amp:BACKEND
claude = untether.runners.claude:BACKEND
codex = untether.runners.codex:BACKEND
gemini = untether.runners.gemini:BACKEND
opencode = untether.runners.opencode:BACKEND
pi = untether.runners.pi:BACKEND

[untether.transport_backends]
telegram = untether.telegram.backend:BACKEND

