.dockerignore
.flake8
.gitignore
.pre-commit-config.yaml
CNAME
CONTRIBUTING.md
HISTORY.md
LICENSE.txt
MANIFEST.in
Makefile
README.md
pyproject.toml
pytest.ini
requirements.txt
.github/FUNDING.yml
.github/dependabot.yml
.github/ISSUE_TEMPLATE/issue.yml
.github/workflows/docker-build-test.yml
.github/workflows/docker-release.yml
.github/workflows/issues.yml
.github/workflows/pages.yml
.github/workflows/release.yml
.github/workflows/ubuntu-tests.yml
.github/workflows/windows-tests.yml
benchmark/Dockerfile
benchmark/README.md
benchmark/__init__.py
benchmark/benchmark.py
benchmark/clone-exercism.sh
benchmark/cpp-test.sh
benchmark/docker.sh
benchmark/docker_build.sh
benchmark/install-docker-ubuntu.sh
benchmark/npm-test.sh
benchmark/over_time.py
benchmark/plot.sh
benchmark/plots.py
benchmark/problem_stats.py
benchmark/prompts.py
benchmark/refactor_tools.py
benchmark/rsync.sh
benchmark/rungrid.py
benchmark/swe-bench-lite.txt
benchmark/swe-bench.txt
benchmark/swe_bench.py
benchmark/test_benchmark.py
benchmark/tmp.benchmarks.zip
docker/Dockerfile
llmcode/__init__.py
llmcode/__main__.py
llmcode/_version.py
llmcode/analytics.py
llmcode/args.py
llmcode/args_formatter.py
llmcode/commands.py
llmcode/copypaste.py
llmcode/diffs.py
llmcode/dump.py
llmcode/editor.py
llmcode/exceptions.py
llmcode/format_settings.py
llmcode/gui.py
llmcode/help.py
llmcode/help_pats.py
llmcode/history.py
llmcode/io.py
llmcode/linter.py
llmcode/llm.py
llmcode/main.py
llmcode/mdstream.py
llmcode/models.py
llmcode/prompts.py
llmcode/repo.py
llmcode/repomap.py
llmcode/report.py
llmcode/run_cmd.py
llmcode/scrape.py
llmcode/sendchat.py
llmcode/special.py
llmcode/urls.py
llmcode/utils.py
llmcode/versioncheck.py
llmcode/voice.py
llmcode/watch.py
llmcode/watch_prompts.py
llmcode/coders/__init__.py
llmcode/coders/architect_coder.py
llmcode/coders/architect_prompts.py
llmcode/coders/ask_coder.py
llmcode/coders/ask_prompts.py
llmcode/coders/base_coder.py
llmcode/coders/base_prompts.py
llmcode/coders/chat_chunks.py
llmcode/coders/editblock_coder.py
llmcode/coders/editblock_fenced_coder.py
llmcode/coders/editblock_fenced_prompts.py
llmcode/coders/editblock_func_coder.py
llmcode/coders/editblock_func_prompts.py
llmcode/coders/editblock_prompts.py
llmcode/coders/editor_editblock_coder.py
llmcode/coders/editor_editblock_prompts.py
llmcode/coders/editor_whole_coder.py
llmcode/coders/editor_whole_prompts.py
llmcode/coders/help_coder.py
llmcode/coders/help_prompts.py
llmcode/coders/search_replace.py
llmcode/coders/single_wholefile_func_coder.py
llmcode/coders/single_wholefile_func_prompts.py
llmcode/coders/udiff_coder.py
llmcode/coders/udiff_prompts.py
llmcode/coders/wholefile_coder.py
llmcode/coders/wholefile_func_coder.py
llmcode/coders/wholefile_func_prompts.py
llmcode/coders/wholefile_prompts.py
llmcode/queries/README.md
llmcode/queries/tree-sitter-c-tags.scm
llmcode/queries/tree-sitter-c_sharp-tags.scm
llmcode/queries/tree-sitter-cpp-tags.scm
llmcode/queries/tree-sitter-dart-tags.scm
llmcode/queries/tree-sitter-elisp-tags.scm
llmcode/queries/tree-sitter-elixir-tags.scm
llmcode/queries/tree-sitter-elm-tags.scm
llmcode/queries/tree-sitter-go-tags.scm
llmcode/queries/tree-sitter-java-tags.scm
llmcode/queries/tree-sitter-javascript-tags.scm
llmcode/queries/tree-sitter-kotlin-tags.scm
llmcode/queries/tree-sitter-ocaml-tags.scm
llmcode/queries/tree-sitter-php-tags.scm
llmcode/queries/tree-sitter-python-tags.scm
llmcode/queries/tree-sitter-ql-tags.scm
llmcode/queries/tree-sitter-ruby-tags.scm
llmcode/queries/tree-sitter-rust-tags.scm
llmcode/queries/tree-sitter-typescript-tags.scm
llmcode/resources/__init__.py
llmcode/resources/model-metadata.json
llmcode/website/Gemfile
llmcode/website/index.md
llmcode/website/_includes/blame.md
llmcode/website/_includes/get-started.md
llmcode/website/_includes/help-tip.md
llmcode/website/_includes/help.md
llmcode/website/_includes/keys.md
llmcode/website/_includes/model-warnings.md
llmcode/website/_includes/multi-line.md
llmcode/website/_includes/python-m-llmcode.md
llmcode/website/_includes/replit-pipx.md
llmcode/website/_includes/works-best.md
llmcode/website/_sass/custom/custom.scss
llmcode/website/docs/config.md
llmcode/website/docs/faq.md
llmcode/website/docs/git.md
llmcode/website/docs/install.md
llmcode/website/docs/languages.md
llmcode/website/docs/llms.md
llmcode/website/docs/more-info.md
llmcode/website/docs/repomap.md
llmcode/website/docs/scripting.md
llmcode/website/docs/troubleshooting.md
llmcode/website/docs/usage.md
llmcode/website/docs/config/adv-model-settings.md
llmcode/website/docs/config/api-keys.md
llmcode/website/docs/config/dotenv.md
llmcode/website/docs/config/editor.md
llmcode/website/docs/config/llmcode_conf.md
llmcode/website/docs/config/model-aliases.md
llmcode/website/docs/config/options.md
llmcode/website/docs/install/codespaces.md
llmcode/website/docs/install/docker.md
llmcode/website/docs/install/optional.md
llmcode/website/docs/install/replit.md
llmcode/website/docs/legal/contributor-agreement.md
llmcode/website/docs/legal/privacy.md
llmcode/website/docs/llms/anthropic.md
llmcode/website/docs/llms/azure.md
llmcode/website/docs/llms/bedrock.md
llmcode/website/docs/llms/cohere.md
llmcode/website/docs/llms/deepseek.md
llmcode/website/docs/llms/gemini.md
llmcode/website/docs/llms/groq.md
llmcode/website/docs/llms/lm-studio.md
llmcode/website/docs/llms/ollama.md
llmcode/website/docs/llms/openai-compat.md
llmcode/website/docs/llms/openai.md
llmcode/website/docs/llms/openrouter.md
llmcode/website/docs/llms/other.md
llmcode/website/docs/llms/vertex.md
llmcode/website/docs/llms/warnings.md
llmcode/website/docs/llms/xai.md
llmcode/website/docs/more/analytics.md
llmcode/website/docs/more/edit-formats.md
llmcode/website/docs/more/infinite-output.md
llmcode/website/docs/troubleshooting/edit-errors.md
llmcode/website/docs/troubleshooting/imports.md
llmcode/website/docs/troubleshooting/llmcode-not-found.md
llmcode/website/docs/troubleshooting/support.md
llmcode/website/docs/troubleshooting/token-limits.md
llmcode/website/docs/troubleshooting/warnings.md
llmcode/website/docs/usage/browser.md
llmcode/website/docs/usage/caching.md
llmcode/website/docs/usage/commands.md
llmcode/website/docs/usage/conventions.md
llmcode/website/docs/usage/copypaste.md
llmcode/website/docs/usage/images-urls.md
llmcode/website/docs/usage/lint-test.md
llmcode/website/docs/usage/modes.md
llmcode/website/docs/usage/not-code.md
llmcode/website/docs/usage/tips.md
llmcode/website/docs/usage/tutorials.md
llmcode/website/docs/usage/voice.md
llmcode/website/docs/usage/watch.md
llmcode/website/share/index.md
llmcode_chat.egg-info/PKG-INFO
llmcode_chat.egg-info/SOURCES.txt
llmcode_chat.egg-info/dependency_links.txt
llmcode_chat.egg-info/entry_points.txt
llmcode_chat.egg-info/requires.txt
llmcode_chat.egg-info/top_level.txt
llmcode_install/LICENSE.txt
llmcode_install/README.md
llmcode_install/release.sh
llmcode_install/setup.py
llmcode_install/llmcode_install/__init__.py
llmcode_install/llmcode_install/main.py
llmcode_install/llmcode_install.egg-info/PKG-INFO
llmcode_install/llmcode_install.egg-info/SOURCES.txt
llmcode_install/llmcode_install.egg-info/dependency_links.txt
llmcode_install/llmcode_install.egg-info/entry_points.txt
llmcode_install/llmcode_install.egg-info/requires.txt
llmcode_install/llmcode_install.egg-info/top_level.txt
requirements/requirements-browser.in
requirements/requirements-browser.txt
requirements/requirements-dev.in
requirements/requirements-dev.txt
requirements/requirements-help.in
requirements/requirements-help.txt
requirements/requirements-playwright.in
requirements/requirements-playwright.txt
requirements/requirements.in
scripts/Dockerfile.jekyll
scripts/__init__.py
scripts/blame.py
scripts/history_prompts.py
scripts/issues.py
scripts/jekyll_build.sh
scripts/jekyll_run.sh
scripts/my_models.py
scripts/pip-compile.sh
scripts/update-blame.sh
scripts/update-docs.sh
scripts/update-history.py
scripts/versionbump.py
scripts/yank-old-versions.py
tests/__init__.py
tests/basic/test_analytics.py
tests/basic/test_coder.py
tests/basic/test_commands.py
tests/basic/test_editblock.py
tests/basic/test_editor.py
tests/basic/test_exceptions.py
tests/basic/test_find_or_blocks.py
tests/basic/test_history.py
tests/basic/test_io.py
tests/basic/test_linter.py
tests/basic/test_main.py
tests/basic/test_models.py
tests/basic/test_repo.py
tests/basic/test_repomap.py
tests/basic/test_run_cmd.py
tests/basic/test_sanity_check_repo.py
tests/basic/test_scripting.py
tests/basic/test_sendchat.py
tests/basic/test_special.py
tests/basic/test_udiff.py
tests/basic/test_urls.py
tests/basic/test_voice.py
tests/basic/test_watch.py
tests/basic/test_wholefile.py
tests/browser/test_browser.py
tests/fixtures/chat-history-search-replace-gold.txt
tests/fixtures/chat-history.md
tests/fixtures/sample-code-base-repo-map.txt
tests/fixtures/watch.js
tests/fixtures/watch.py
tests/fixtures/watch_question.js
tests/fixtures/languages/c/test.c
tests/fixtures/languages/cpp/test.cpp
tests/fixtures/languages/csharp/test.cs
tests/fixtures/languages/elisp/test.el
tests/fixtures/languages/elixir/test.ex
tests/fixtures/languages/elm/test.elm
tests/fixtures/languages/go/test.go
tests/fixtures/languages/java/test.java
tests/fixtures/languages/javascript/test.js
tests/fixtures/languages/kotlin/test.kt
tests/fixtures/languages/ocaml/test.ml
tests/fixtures/languages/php/test.php
tests/fixtures/languages/python/test.py
tests/fixtures/languages/ql/test.ql
tests/fixtures/languages/ruby/test.rb
tests/fixtures/languages/rust/test.rs
tests/fixtures/languages/tsx/test.tsx
tests/fixtures/languages/typescript/test.ts
tests/fixtures/sample-code-base/sample.js
tests/fixtures/sample-code-base/sample.py
tests/help/test_help.py
tests/scrape/test_scrape.py