aba28293b7
cli.py — plugin_install() now asks "Configure now?" after a successful install, runs the plugin's setup wizard, and offers to enable inline. Failing to install short-circuits before the prompt is shown. wizard.py — _offer_telegram_setup_if_selected() runs install + wizard + enable automatically at the end of pyra setup when the user selected "Communication bots". Adds load_config import (was missing alongside save_config). Tests: test_plugin_install_decline_setup, test_plugin_install_error_does_not_prompt. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>