.flake8
.gitignore
API_KEY_DIALOG_FEATURE.md
CONTRIBUTING.md
DEMO_SYSTEM_IMPLEMENTATION.md
DEMO_SYSTEM_NULL_OBJECT.md
DEMO_SYSTEM_QUICKSTART.md
MIGRATION_COMPLETE.md
Makefile
README.md
SPINNER_SUMMARY.md
check_config.py
demo_spinner_showcase.py
demo_two_phase_visual.py
install.sh
make.bat
penguin-tamer.code-workspace
pyproject.toml
pytest.ini
requirements.txt
test_command_metadata.py
test_command_playback.py
test_command_timing.py
test_llm_recording.py
test_metadata_playback.py
test_ping_playback.py
test_ping_timing.py
test_play_debug.py
test_play_first_input.py
test_play_first_input_final.py
test_play_first_simple.py
test_spinner.py
test_spinner_final.py
test_spinner_visual.py
test_two_phase_spinner.py
.github/workflows/build.yml
.github/workflows/tests.yml
demo_final_spinner/demo/test.json
docs/DEMO_MIGRATION_PLAY_FIRST_INPUT.md
docs/DEMO_SPINNER_QUICK.md
docs/DEMO_TWO_PHASE_SPINNER.md
docs/LLM_PARAMETERS_GUIDE.md
docs/LLM_PARAMS_QUICK.md
docs/MENU_LOCALIZATION.md
docs/USER_CONTENT_GUIDE.md
docs/USER_CONTENT_LOCALIZATION.md
docs/img/en_img1.gif
docs/img/en_img2.gif
docs/img/en_intro.gif
docs/img/logo.png
docs/img/palette
docs/img/ru_img1.gif
docs/img/ru_intro.gif
docs/img/art/100_prc_free_banner.png
docs/img/art/art_girl_1.png
docs/img/art/art_girl_2.png
docs/img/art/art_girl_3.png
docs/img/art/art_girl_4.png
docs/img/art/art_journal.jpeg
docs/img/art/penguin_1.png
docs/img/art/penguin_10.jpeg
docs/img/art/penguin_2.png
docs/img/art/penguin_3.png
docs/img/art/penguin_4.jpeg
docs/img/art/penguin_5.jpeg
docs/img/art/penguin_6.png
docs/img/art/penguin_7.png
docs/img/art/penguin_8.png
docs/img/art/penguin_9.png
docs/locales/README_ru.md
src/penguin_tamer/__init__.py
src/penguin_tamer/__main__.py
src/penguin_tamer/arguments.py
src/penguin_tamer/cli.py
src/penguin_tamer/command_executor.py
src/penguin_tamer/config_manager.py
src/penguin_tamer/debug.py
src/penguin_tamer/default_config.yaml
src/penguin_tamer/dialog_input.py
src/penguin_tamer/error_handlers.py
src/penguin_tamer/i18n.py
src/penguin_tamer/i18n_content.py
src/penguin_tamer/llm_client.py
src/penguin_tamer/logger.py
src/penguin_tamer/prompts.py
src/penguin_tamer/settings_overview.py
src/penguin_tamer/system_info.py
src/penguin_tamer/text_utils.py
src/penguin_tamer/themes.py
src/penguin_tamer.egg-info/PKG-INFO
src/penguin_tamer.egg-info/SOURCES.txt
src/penguin_tamer.egg-info/dependency_links.txt
src/penguin_tamer.egg-info/entry_points.txt
src/penguin_tamer.egg-info/requires.txt
src/penguin_tamer.egg-info/top_level.txt
src/penguin_tamer/demo_system/__init__.py
src/penguin_tamer/demo_system/config_demo.yaml
src/penguin_tamer/demo_system/manager.py
src/penguin_tamer/demo_system/models.py
src/penguin_tamer/demo_system/player.py
src/penguin_tamer/demo_system/recorder.py
src/penguin_tamer/locales/__init__.py
src/penguin_tamer/locales/ru.json
src/penguin_tamer/locales/template_locale.json
src/penguin_tamer/menu/__init__.py
src/penguin_tamer/menu/config_menu.py
src/penguin_tamer/menu/dialogs.py
src/penguin_tamer/menu/info_panel.py
src/penguin_tamer/menu/intro_screen.py
src/penguin_tamer/menu/styles.tcss
src/penguin_tamer/menu/widgets.py
src/penguin_tamer/menu/locales/__init__.py
src/penguin_tamer/menu/locales/help_content_en.py
src/penguin_tamer/menu/locales/help_content_ru.py
src/penguin_tamer/menu/locales/menu_i18n.py
src/penguin_tamer/menu/locales/ru.json
src/penguin_tamer/utils/__init__.py
src/penguin_tamer/utils/descriptors.py
src/penguin_tamer/utils/lazy_import.py
test_debug/demo/test.json
test_demo_metadata/demo/demo_session_001.json
test_demo_output/demo/demo_session_001.json
test_demo_output_ping/demo/demo_session_001.json
test_play_first/demo/test.json
test_play_first_final/demo/test.json
test_spinner_demo/demo/test.json
test_spinner_final/demo/test.json
test_two_phase/demo/test.json
tests/__init__.py
tests/conftest.py
tests/demo_error_output.py
tests/formatted_text.md
tests/run_tests.py
tests/test_all_themes.py
tests/test_command_executor.py
tests/test_config_language_switch.py
tests/test_debug_mode.py
tests/test_error_messages.py
tests/test_i18n_content.py
tests/test_llm_client.py
tests/test_menu_i18n.py
tests/test_text_utils.py