.dockerignore
.flake8
.gitignore
.pre-commit-config.yaml
CNAME
CONTRIBUTING.md
HISTORY.md
LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
pytest.ini
requirements.txt
.github/ISSUE_TEMPLATE/issue.yml
.github/workflows/check_pypi_version.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
.github/workflows/windows_check_pypi_version.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
codecraft/__init__.py
codecraft/__main__.py
codecraft/_version.py
codecraft/analytics.py
codecraft/args.py
codecraft/args_formatter.py
codecraft/cli.py
codecraft/commands.py
codecraft/copypaste.py
codecraft/deprecated.py
codecraft/diffs.py
codecraft/dump.py
codecraft/editor.py
codecraft/exceptions.py
codecraft/format_settings.py
codecraft/gui.py
codecraft/help.py
codecraft/help_pats.py
codecraft/history.py
codecraft/io.py
codecraft/linter.py
codecraft/llm.py
codecraft/main.py
codecraft/mdstream.py
codecraft/models.py
codecraft/onboarding.py
codecraft/prompts.py
codecraft/reasoning_tags.py
codecraft/repo.py
codecraft/repomap.py
codecraft/report.py
codecraft/run_cmd.py
codecraft/scrape.py
codecraft/sendchat.py
codecraft/special.py
codecraft/urls.py
codecraft/utils.py
codecraft/versioncheck.py
codecraft/voice.py
codecraft/watch.py
codecraft/watch_prompts.py
codecraft/coders/__init__.py
codecraft/coders/architect_coder.py
codecraft/coders/architect_prompts.py
codecraft/coders/ask_coder.py
codecraft/coders/ask_prompts.py
codecraft/coders/base_coder.py
codecraft/coders/base_prompts.py
codecraft/coders/chat_chunks.py
codecraft/coders/context_coder.py
codecraft/coders/context_prompts.py
codecraft/coders/editblock_coder.py
codecraft/coders/editblock_fenced_coder.py
codecraft/coders/editblock_fenced_prompts.py
codecraft/coders/editblock_func_coder.py
codecraft/coders/editblock_func_prompts.py
codecraft/coders/editblock_prompts.py
codecraft/coders/editor_diff_fenced_coder.py
codecraft/coders/editor_diff_fenced_prompts.py
codecraft/coders/editor_editblock_coder.py
codecraft/coders/editor_editblock_prompts.py
codecraft/coders/editor_whole_coder.py
codecraft/coders/editor_whole_prompts.py
codecraft/coders/help_coder.py
codecraft/coders/help_prompts.py
codecraft/coders/patch_coder.py
codecraft/coders/patch_prompts.py
codecraft/coders/search_replace.py
codecraft/coders/single_wholefile_func_coder.py
codecraft/coders/single_wholefile_func_prompts.py
codecraft/coders/udiff_coder.py
codecraft/coders/udiff_prompts.py
codecraft/coders/udiff_simple.py
codecraft/coders/udiff_simple_prompts.py
codecraft/coders/wholefile_coder.py
codecraft/coders/wholefile_func_coder.py
codecraft/coders/wholefile_func_prompts.py
codecraft/coders/wholefile_prompts.py
codecraft/resources/__init__.py
codecraft/resources/model-metadata.json
codecraft/resources/model-settings.yml
codecraft_chat.egg-info/PKG-INFO
codecraft_chat.egg-info/SOURCES.txt
codecraft_chat.egg-info/dependency_links.txt
codecraft_chat.egg-info/entry_points.txt
codecraft_chat.egg-info/requires.txt
codecraft_chat.egg-info/top_level.txt
docker/Dockerfile
requirements/common-constraints.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
requirements/tree-sitter.in
scripts/30k-image.py
scripts/Dockerfile.jekyll
scripts/__init__.py
scripts/blame.py
scripts/clean_metadata.py
scripts/dl_icons.py
scripts/history_prompts.py
scripts/homepage.py
scripts/issues.py
scripts/jekyll_build.sh
scripts/jekyll_run.sh
scripts/logo_svg.py
scripts/my_models.py
scripts/pip-compile.sh
scripts/recording_audio.py
scripts/redact-cast.py
scripts/tmux_record.sh
scripts/tsl_pack_langs.py
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/__init__.py
tests/basic/test_analytics.py
tests/basic/test_aws_credentials.py
tests/basic/test_coder.py
tests/basic/test_commands.py
tests/basic/test_deprecated.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_model_info_manager.py
tests/basic/test_models.py
tests/basic/test_onboarding.py
tests/basic/test_reasoning.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_ssl_verification.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.lisp
tests/fixtures/watch.py
tests/fixtures/watch_question.js
tests/fixtures/languages/arduino/test.ino
tests/fixtures/languages/c/test.c
tests/fixtures/languages/chatito/test.chatito
tests/fixtures/languages/commonlisp/test.lisp
tests/fixtures/languages/cpp/test.cpp
tests/fixtures/languages/csharp/test.cs
tests/fixtures/languages/d/test.d
tests/fixtures/languages/dart/test.dart
tests/fixtures/languages/elisp/test.el
tests/fixtures/languages/elixir/test.ex
tests/fixtures/languages/elm/test.elm
tests/fixtures/languages/gleam/test.gleam
tests/fixtures/languages/go/test.go
tests/fixtures/languages/hcl/test.tf
tests/fixtures/languages/java/test.java
tests/fixtures/languages/javascript/test.js
tests/fixtures/languages/kotlin/test.kt
tests/fixtures/languages/lua/test.lua
tests/fixtures/languages/ocaml/test.ml
tests/fixtures/languages/php/test.php
tests/fixtures/languages/pony/test.pony
tests/fixtures/languages/properties/test.properties
tests/fixtures/languages/python/test.py
tests/fixtures/languages/ql/test.ql
tests/fixtures/languages/r/test.r
tests/fixtures/languages/racket/test.rkt
tests/fixtures/languages/ruby/test.rb
tests/fixtures/languages/rust/test.rs
tests/fixtures/languages/scala/test.scala
tests/fixtures/languages/solidity/test.sol
tests/fixtures/languages/swift/test.swift
tests/fixtures/languages/tsx/test.tsx
tests/fixtures/languages/typescript/test.ts
tests/fixtures/languages/udev/test.rules
tests/fixtures/sample-code-base/sample.js
tests/fixtures/sample-code-base/sample.py
tests/help/test_help.py
tests/scrape/test_scrape.py