LICENSE
README.md
pyproject.toml
agent_cli/__init__.py
agent_cli/agent.py
agent_cli/attachments.py
agent_cli/config.py
agent_cli/llm.py
agent_cli/main.py
agent_cli/memory.py
agent_cli/models_catalog.py
agent_cli/modes.py
agent_cli/tools/__init__.py
agent_cli/tools/base.py
agent_cli/tools/browser.py
agent_cli/tools/debugger.py
agent_cli/tools/fs.py
agent_cli/tools/git_push.py
agent_cli/tools/git_tools.py
agent_cli/tools/refactor_scanner.py
agent_cli/tools/shell.py
agent_cli/tools/skills.py
agent_cli/tools/subagent.py
agent_cli/tools/todo.py
agent_cli/tools/web_search.py
agent_cli/tui/__init__.py
agent_cli/tui/app.py
agent_cli/tui/clipboard.py
agent_cli/tui/file_picker.py
agent_cli/tui/model_picker.py
agent_cli/tui/session_picker.py
agent_cli/tui/skill_name_prompt.py
agent_cli/tui/skill_picker.py
agent_cli/tui/styles.tcss
agent_cli/tui/widgets.py
linus_cli.egg-info/PKG-INFO
linus_cli.egg-info/SOURCES.txt
linus_cli.egg-info/dependency_links.txt
linus_cli.egg-info/entry_points.txt
linus_cli.egg-info/requires.txt
linus_cli.egg-info/top_level.txt
tests/test_attachments.py
tests/test_browser.py
tests/test_config.py
tests/test_context_features.py
tests/test_debugger.py
tests/test_fs_tools.py
tests/test_git_tools.py
tests/test_leaked_tool_call.py
tests/test_llm.py
tests/test_loop_guard.py
tests/test_models_catalog.py
tests/test_modes.py
tests/test_permissions.py
tests/test_refactor_scanner.py
tests/test_skill_recording.py
tests/test_skills.py
tests/test_todo.py
tests/test_tools.py