LICENSE
README.rst
pyproject.toml
setup.cfg
herethere/__init__.py
herethere/version.py
herethere.egg-info/PKG-INFO
herethere.egg-info/SOURCES.txt
herethere.egg-info/dependency_links.txt
herethere.egg-info/requires.txt
herethere.egg-info/top_level.txt
herethere/everywhere/__init__.py
herethere/everywhere/code.py
herethere/everywhere/config.py
herethere/everywhere/logging.py
herethere/everywhere/loop.py
herethere/everywhere/magic.py
herethere/everywhere/redirected_output.py
herethere/everywhere/values.py
herethere/here/__init__.py
herethere/here/__main__.py
herethere/here/config.py
herethere/here/magic.py
herethere/here/server.py
herethere/magic/__init__.py
herethere/there/__init__.py
herethere/there/client.py
herethere/there/history.py
herethere/there/local_commands.py
herethere/there/magic.py
herethere/there/output.py
herethere/there/ai/__init__.py
herethere/there/ai/command.py
herethere/there/ai/config.py
herethere/there/ai/llm.py
herethere/there/ai/postprocess.py
herethere/there/ai/prompts.py
herethere/there/ai/prompts/default.md
herethere/there/ai/prompts/fix.md
herethere/there/commands/__init__.py
herethere/there/commands/core.py
herethere/there/commands/log.py
tests/test_everywhere.py
tests/test_loop.py
tests/test_magic.py
tests/test_magic_boundary.py
tests/test_output.py
tests/test_redirected_output.py