#!/usr/bin/env bash
# BookTrans with the defaults of the "codex" agent.
#
# Загружает настройки из файла profiles/codex.conf.
#
# Переопределить любую настройку можно флагами командной строки:
#   ./bt_codex book.epub --to de --translator gpt-5.6-sol-high
exec "$(dirname "$(readlink -f "$0")")/booktrans" --profile codex "$@"
