.gitignore
.gitkeep
LICENSE
README.de.md
README.fr.md
README.ja.md
README.ko.md
README.md
README.nl.md
README.th.md
README.vi.md
README.zh-CN.md
README.zh-HK.md
README.zh-TW.md
install.sh
pyproject.toml
setup.py
startup.sh
.github/workflows/pull-request-checks.yml
.github/workflows/python-publish.yml
.github/workflows/testpypi-publish.yml
src/coding_agent_telegram/__init__.py
src/coding_agent_telegram/__main__.py
src/coding_agent_telegram/agent_runner.py
src/coding_agent_telegram/bot.py
src/coding_agent_telegram/cli.py
src/coding_agent_telegram/command_router.py
src/coding_agent_telegram/config.py
src/coding_agent_telegram/diff_utils.py
src/coding_agent_telegram/filters.py
src/coding_agent_telegram/git_utils.py
src/coding_agent_telegram/i18n.py
src/coding_agent_telegram/logging_utils.py
src/coding_agent_telegram/native_codex_sessions.py
src/coding_agent_telegram/native_copilot_sessions.py
src/coding_agent_telegram/native_session_types.py
src/coding_agent_telegram/native_session_utils.py
src/coding_agent_telegram/native_sessions.py
src/coding_agent_telegram/session_runtime.py
src/coding_agent_telegram/session_store.py
src/coding_agent_telegram/telegram_sender.py
src/coding_agent_telegram.egg-info/PKG-INFO
src/coding_agent_telegram.egg-info/SOURCES.txt
src/coding_agent_telegram.egg-info/dependency_links.txt
src/coding_agent_telegram.egg-info/entry_points.txt
src/coding_agent_telegram.egg-info/requires.txt
src/coding_agent_telegram.egg-info/top_level.txt
src/coding_agent_telegram/resources/.env.example
src/coding_agent_telegram/resources/secret_scrub_patterns.properties
src/coding_agent_telegram/resources/sensitive_path_globs.txt
src/coding_agent_telegram/resources/snapshot_excluded_dir_globs.txt
src/coding_agent_telegram/resources/snapshot_excluded_dir_names.txt
src/coding_agent_telegram/resources/snapshot_excluded_file_globs.txt
src/coding_agent_telegram/resources/locales/de.json
src/coding_agent_telegram/resources/locales/en.json
src/coding_agent_telegram/resources/locales/fr.json
src/coding_agent_telegram/resources/locales/ja.json
src/coding_agent_telegram/resources/locales/ko.json
src/coding_agent_telegram/resources/locales/nl.json
src/coding_agent_telegram/resources/locales/th.json
src/coding_agent_telegram/resources/locales/vi.json
src/coding_agent_telegram/resources/locales/zh-CN.json
src/coding_agent_telegram/resources/locales/zh-HK.json
src/coding_agent_telegram/resources/locales/zh-TW.json
src/coding_agent_telegram/router/__init__.py
src/coding_agent_telegram/router/base.py
src/coding_agent_telegram/router/git_commands.py
src/coding_agent_telegram/router/message_commands.py
src/coding_agent_telegram/router/project_commands.py
src/coding_agent_telegram/router/queue_processing.py
src/coding_agent_telegram/router/session_branch_resolution.py
src/coding_agent_telegram/router/session_commands.py
src/coding_agent_telegram/router/session_common.py
src/coding_agent_telegram/router/session_lifecycle_commands.py
src/coding_agent_telegram/router/session_provider_commands.py
src/coding_agent_telegram/router/session_status_commands.py
src/coding_agent_telegram/router/switch_commands.py
tests/conftest.py
tests/test_agent_runner.py
tests/test_agent_runner_stall.py
tests/test_bot.py
tests/test_command_router.py
tests/test_config.py
tests/test_diff_chunking.py
tests/test_filters.py
tests/test_git_utils.py
tests/test_logging_utils.py
tests/test_project_validation.py
tests/test_session_runtime_diff_merge.py
tests/test_session_runtime_security.py
tests/test_session_store.py
tests/test_telegram_sender.py