[console_scripts]
untether = untether.cli:main

[untether.command_backends]
browse = untether.telegram.commands.browse:BACKEND
claude_control = untether.telegram.commands.claude_control:BACKEND
export = untether.telegram.commands.export: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

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

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

