LICENSE
README.md
pyproject.toml
src/natshell/__init__.py
src/natshell/__main__.py
src/natshell/app.py
src/natshell/backup.py
src/natshell/commands.py
src/natshell/config.default.toml
src/natshell/config.py
src/natshell/gpu.py
src/natshell/headless.py
src/natshell/mcp_server.py
src/natshell/model_manager.py
src/natshell/platform.py
src/natshell/plugins.py
src/natshell/session.py
src/natshell.egg-info/PKG-INFO
src/natshell.egg-info/SOURCES.txt
src/natshell.egg-info/dependency_links.txt
src/natshell.egg-info/entry_points.txt
src/natshell.egg-info/requires.txt
src/natshell.egg-info/top_level.txt
src/natshell/agent/__init__.py
src/natshell/agent/context.py
src/natshell/agent/context_manager.py
src/natshell/agent/loop.py
src/natshell/agent/plan.py
src/natshell/agent/plan_executor.py
src/natshell/agent/system_prompt.py
src/natshell/inference/__init__.py
src/natshell/inference/engine.py
src/natshell/inference/local.py
src/natshell/inference/ollama.py
src/natshell/inference/remote.py
src/natshell/safety/__init__.py
src/natshell/safety/classifier.py
src/natshell/tools/__init__.py
src/natshell/tools/edit_file.py
src/natshell/tools/execute_shell.py
src/natshell/tools/file_tracker.py
src/natshell/tools/git_tool.py
src/natshell/tools/limits.py
src/natshell/tools/list_directory.py
src/natshell/tools/natshell_help.py
src/natshell/tools/read_file.py
src/natshell/tools/registry.py
src/natshell/tools/run_code.py
src/natshell/tools/search_files.py
src/natshell/tools/write_file.py
src/natshell/ui/__init__.py
src/natshell/ui/clipboard.py
src/natshell/ui/commands.py
src/natshell/ui/escape.py
src/natshell/ui/styles.tcss
src/natshell/ui/widgets.py
tests/test_agent.py
tests/test_backup.py
tests/test_clipboard.py
tests/test_coding_tools.py
tests/test_commands.py
tests/test_context.py
tests/test_context_manager.py
tests/test_engine_preference.py
tests/test_engine_swap.py
tests/test_file_tracker.py
tests/test_git_tool.py
tests/test_gpu.py
tests/test_headless.py
tests/test_history_input.py
tests/test_mcp_server.py
tests/test_natshell_help.py
tests/test_ollama.py
tests/test_ollama_config.py
tests/test_plan_execution.py
tests/test_plan_parser.py
tests/test_platform.py
tests/test_plugins.py
tests/test_prompt_cache.py
tests/test_safety.py
tests/test_sessions.py
tests/test_slash_commands.py
tests/test_tools.py
tests/test_widgets.py