.env.example
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/architecture.md
docs/commands.md
docs/configuration.md
docs/mcp.md
docs/memory-system.md
docs/project-awareness.md
docs/roadmap.md
docs/tool-system.md
haney/__init__.py
haney/banner.py
haney/chat.py
haney/cli.py
haney/config.py
haney/config_bootstrap.py
haney/file_context.py
haney/llm.py
haney/mode_manager.py
haney/paste_buffer.py
haney/permission_manager.py
haney/project_context.py
haney/providers.py
haney/search.py
haney/session_manager.py
haney/setup.py
haney/thinking_manager.py
haney.egg-info/PKG-INFO
haney.egg-info/SOURCES.txt
haney.egg-info/dependency_links.txt
haney.egg-info/entry_points.txt
haney.egg-info/requires.txt
haney.egg-info/top_level.txt
haney/commands/__init__.py
haney/commands/_base.py
haney/commands/_state.py
haney/commands/mcp_cmds.py
haney/commands/memory_cmds.py
haney/commands/mode_cmds.py
haney/commands/paste_cmds.py
haney/commands/project_cmds.py
haney/commands/provider.py
haney/commands/session_cmds.py
haney/commands/system.py
haney/commands/tool_cmds.py
haney/mcp/__init__.py
haney/mcp/client.py
haney/mcp/github_oauth.py
haney/mcp/server_configs.py
haney/mcp/server_manager.py
haney/mcp/tool_adapter.py
haney/mcp/transport.py
haney/tools/__init__.py
haney/tools/file_tools.py
haney/tools/shell_tools.py
haney/tools/tool_manager.py
haney/ui/__init__.py
haney/ui/bracketed_input.py
haney/ui/composer.py