.bumpversion.cfg
.gitignore
.pre-commit-config.yaml
.windsurfrules
AGENTS.md
CHANGELOG.md
CLAUDE.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
build_macos.sh
build_windows.ps1
build_windows_embed.ps1
build_windows_installer.ps1
cliff.toml
config.example.yml
convert_to_ico.py
deploy.py
installer.iss
launcher.py
main.py
patch_pyinstaller_importers.py
patch_qtasyncio_events.patch
pyproject.toml
requirements.txt
setup.py
telegram-download-chat.icns
.claude-plugin/marketplace.json
.claude-plugin/plugin.json
.codex/prompts/telegram-download-chat.md
.cursor/rules/telegram-download-chat.mdc
.github/release.yml
.github/workflows/build.yml
.github/workflows/test.yml
.windsurf/rules/talk-results.md
.windsurf/workflows/release.md
.windsurf/workflows/test-and-fix.md
assets/icon.ico
assets/icon.png
data/.gitkeep
docs/TODO.md
docs/plans/completed/2026-03-22-add-proxy-support.md
docs/plans/completed/2026-04-09-media-placeholders-txt.md
docs/plans/completed/2026-05-24-media-expired-file-reference.md
docs/plans/completed/2026-05-27-telegram-download-chat-skill.md
docs/plans/completed/20260530-docs-export-gui-enhancements.md
docs/plans/completed/20260602-download-channel-with-comments.md
docs/plans/completed/20260603-tdc-backlog-comments-citations-reactions-gui.md
docs/superpowers/specs/2026-06-04-reactions-txt-comment-filters-design.md
docs/superpowers/specs/2026-06-04-windows-two-part-embed-build-design.md
scripts/gen_agent_plugins.py
scripts/package_embed.py
skills/telegram-download-chat/SKILL.md
src/telegram_download_chat/__init__.py
src/telegram_download_chat/__main__.py
src/telegram_download_chat/core.py
src/telegram_download_chat/partial.py
src/telegram_download_chat/paths.py
src/telegram_download_chat.egg-info/PKG-INFO
src/telegram_download_chat.egg-info/SOURCES.txt
src/telegram_download_chat.egg-info/dependency_links.txt
src/telegram_download_chat.egg-info/entry_points.txt
src/telegram_download_chat.egg-info/requires.txt
src/telegram_download_chat.egg-info/top_level.txt
src/telegram_download_chat/cli/__init__.py
src/telegram_download_chat/cli/arguments.py
src/telegram_download_chat/cli/commands.py
src/telegram_download_chat/core/__init__.py
src/telegram_download_chat/core/app_updater.py
src/telegram_download_chat/core/auth.py
src/telegram_download_chat/core/auth_utils.py
src/telegram_download_chat/core/citations.py
src/telegram_download_chat/core/comments.py
src/telegram_download_chat/core/config.py
src/telegram_download_chat/core/context.py
src/telegram_download_chat/core/download.py
src/telegram_download_chat/core/downloader.py
src/telegram_download_chat/core/entities.py
src/telegram_download_chat/core/fast_download.py
src/telegram_download_chat/core/media.py
src/telegram_download_chat/core/messages.py
src/telegram_download_chat/core/presets.py
src/telegram_download_chat/core/progress.py
src/telegram_download_chat/core/reactions.py
src/telegram_download_chat/core/render.py
src/telegram_download_chat/core/topics.py
src/telegram_download_chat/core/update_checker.py
src/telegram_download_chat/gui/TODO.md
src/telegram_download_chat/gui/__init__.py
src/telegram_download_chat/gui/main.py
src/telegram_download_chat/gui/worker.py
src/telegram_download_chat/gui/auth/__init__.py
src/telegram_download_chat/gui/auth/session_manager.py
src/telegram_download_chat/gui/tabs/__init__.py
src/telegram_download_chat/gui/tabs/convert_tab.py
src/telegram_download_chat/gui/tabs/download_tab.py
src/telegram_download_chat/gui/tabs/settings_tab.py
src/telegram_download_chat/gui/utils/__init__.py
src/telegram_download_chat/gui/utils/config.py
src/telegram_download_chat/gui/utils/file_utils.py
src/telegram_download_chat/gui/utils/styles.py
src/telegram_download_chat/gui/widgets/__init__.py
src/telegram_download_chat/gui/widgets/file_list.py
src/telegram_download_chat/gui/widgets/log_viewer.py
src/telegram_download_chat/gui/windows/__init__.py
src/telegram_download_chat/gui/windows/main_window.py
src/telegram_download_chat/mcp/AGENTS.md
src/telegram_download_chat/mcp/CLAUDE.md
src/telegram_download_chat/mcp/__init__.py
src/telegram_download_chat/mcp/connection_manager.py
src/telegram_download_chat/mcp/server.py
src/telegram_download_chat/web/__init__.py
src/telegram_download_chat/web/main.py
tests/__init__.py
tests/test_agent_plugins.py
tests/test_app_updater.py
tests/test_channel_author_name.py
tests/test_citations.py
tests/test_comment_citation_suppression.py
tests/test_comment_media.py
tests/test_comments.py
tests/test_comments_command.py
tests/test_comments_resume.py
tests/test_console_utf8.py
tests/test_download_entity.py
tests/test_e2e_export.py
tests/test_fast_download_cancellation.py
tests/test_gui_chat_hint.py
tests/test_gui_checkbox_style.py
tests/test_gui_comments.py
tests/test_gui_progress_style.py
tests/test_gui_update.py
tests/test_gui_window_title.py
tests/test_icon.py
tests/test_installer_inno.py
tests/test_media_refetch.py
tests/test_media_spoiler.py
tests/test_media_summary.py
tests/test_package_embed.py
tests/test_progress.py
tests/test_proxy.py
tests/test_reactions.py
tests/test_render_spoiler.py
tests/test_session_version_error.py
tests/test_telegram_download_chat.py
tests/test_update_checker.py
tests/fixtures/replies.json