.gitignore
.pre-commit-config.yaml
AGENTS.md
README.md
aicheat-demo.mp4
pyproject.toml
.github/actionlint.yaml
.github/workflows/pre-commit.yml
.github/workflows/release.yml
docs/providers/README.md
docs/providers/llamacpp.md
docs/providers/openai.md
docs/providers/vllm.md
skills/README.md
skills/aicheat/SKILL.md
skills/aicheat/references/dynamic-tools.md
skills/aicheat/references/release-process.md
skills/aicheat/references/tmux-aicheat.md
skills/forgejo_cli/SKILL.md
skills/sessions-cli/SKILL.md
src/aicheat/__init__.py
src/aicheat/_version.py
src/aicheat/chat.py
src/aicheat/chat_utils.py
src/aicheat/cli.py
src/aicheat/completions.py
src/aicheat/config.py
src/aicheat/exceptions.py
src/aicheat/keybindings.py
src/aicheat/logger.py
src/aicheat/model_utils.py
src/aicheat/py.typed
src/aicheat/skills.py
src/aicheat/types.py
src/aicheat/utils.py
src/aicheat.egg-info/PKG-INFO
src/aicheat.egg-info/SOURCES.txt
src/aicheat.egg-info/dependency_links.txt
src/aicheat.egg-info/entry_points.txt
src/aicheat.egg-info/requires.txt
src/aicheat.egg-info/top_level.txt
src/aicheat/commands/__init__.py
src/aicheat/commands/config.py
src/aicheat/commands/core.py
src/aicheat/commands/debug.py
src/aicheat/commands/fragment.py
src/aicheat/commands/help.py
src/aicheat/commands/keybindings.py
src/aicheat/commands/memory.py
src/aicheat/commands/messages.py
src/aicheat/commands/model.py
src/aicheat/commands/multiline.py
src/aicheat/commands/navigation.py
src/aicheat/commands/prompt.py
src/aicheat/commands/reasoning.py
src/aicheat/commands/session.py
src/aicheat/commands/shell.py
src/aicheat/commands/skills.py
src/aicheat/commands/theme.py
src/aicheat/commands/tools.py
src/aicheat/commands/yolo.py
src/aicheat/prompts/__init__.py
src/aicheat/prompts/default_system_prompt.md
src/aicheat/prompts/save_command_prompt.md
src/aicheat/prompts/session_summarize_prompt.md
src/aicheat/sessions/__init__.py
src/aicheat/sessions/database.py
src/aicheat/sessions/manager.py
src/aicheat/sessions_cli/__init__.py
src/aicheat/sessions_cli/__main__.py
src/aicheat/sessions_cli/cli.py
src/aicheat/tools/__init__.py
src/aicheat/tools/core.py
src/aicheat/tools/git.py
src/aicheat/tools/shell.py
src/aicheat/tools/skills.py
src/aicheat/tools/tmux.py
src/aicheat/tools/web.py
src/aicheat/tools/code/__init__.py
src/aicheat/tools/code/python.py
tests/conftest.py
tests/test_sessions.py
tests/test_skills.py
tests/test_token_usage.py
tests/test_utils.py