LICENSE
MANIFEST.in
README.md
pyproject.toml
patchpal/__init__.py
patchpal/config.py
patchpal/context.py
patchpal/permissions.py
patchpal/skills.py
patchpal.egg-info/PKG-INFO
patchpal.egg-info/SOURCES.txt
patchpal.egg-info/dependency_links.txt
patchpal.egg-info/entry_points.txt
patchpal.egg-info/requires.txt
patchpal.egg-info/top_level.txt
patchpal/agent/__init__.py
patchpal/agent/function_calling.py
patchpal/agent/react.py
patchpal/cli/__init__.py
patchpal/cli/autopilot.py
patchpal/cli/interactive.py
patchpal/cli/mcp.py
patchpal/cli/sandbox.py
patchpal/cli/streaming.py
patchpal/prompts/react_prompt.md
patchpal/prompts/system_prompt.md
patchpal/tools/__init__.py
patchpal/tools/audit.py
patchpal/tools/code_analysis.py
patchpal/tools/common.py
patchpal/tools/definitions.py
patchpal/tools/file_reading.py
patchpal/tools/file_writing.py
patchpal/tools/find_tool.py
patchpal/tools/grep_tool.py
patchpal/tools/image_handler.py
patchpal/tools/mcp.py
patchpal/tools/repo_map.py
patchpal/tools/shell_tools.py
patchpal/tools/todo_tools.py
patchpal/tools/tool_schema.py
patchpal/tools/user_interaction.py
patchpal/tools/web_tools.py
tests/test_agent.py
tests/test_cli.py
tests/test_config_dynamic.py
tests/test_context.py
tests/test_custom_tools.py
tests/test_enabled_tools.py
tests/test_find_tool.py
tests/test_guardrails.py
tests/test_image_blocking.py
tests/test_maximum_security.py
tests/test_mcp_config.py
tests/test_memory.py
tests/test_operational_safety.py
tests/test_optional_tools.py
tests/test_permissions.py
tests/test_react.py
tests/test_reasoning_content.py
tests/test_repo_map.py
tests/test_simplified_prompt.py
tests/test_skills.py
tests/test_streaming.py
tests/test_tools.py