pyproject.toml
setup.py
src/abyss/__init__.py
src/abyss/ansi_menu.py
src/abyss/api_client.py
src/abyss/config.py
src/abyss/custom_input.py
src/abyss/logger.py
src/abyss/main.py
src/abyss/session.py
src/abyss/commands/__init__.py
src/abyss/commands/slash.py
src/abyss/extensions/__init__.py
src/abyss/extensions/cli.py
src/abyss/extensions/installer.py
src/abyss/extensions/registry.py
src/abyss/extensions/url_parser.py
src/abyss/hooks/__init__.py
src/abyss/hooks/runner.py
src/abyss/mcp/__init__.py
src/abyss/mcp/manager.py
src/abyss/prompts/__init__.py
src/abyss/skills/__init__.py
src/abyss/skills/loader.py
src/abyss/tools/__init__.py
src/abyss/tools/base.py
src/abyss/tools/file_edit.py
src/abyss/tools/file_read.py
src/abyss/tools/file_write.py
src/abyss/tools/registry.py
src/abyss/tools/shell_exec.py
src/abyss/tools/web_search.py
src/abyss_cli.egg-info/PKG-INFO
src/abyss_cli.egg-info/SOURCES.txt
src/abyss_cli.egg-info/dependency_links.txt
src/abyss_cli.egg-info/entry_points.txt
src/abyss_cli.egg-info/requires.txt
src/abyss_cli.egg-info/top_level.txt
test/test_abyss_interactive.py
test/test_ansi.py
test/test_ansi2.py
test/test_ansi3.py
test/test_ansi_menu_max_visible.py
test/test_ansi_prompt_clear_line.py
test/test_ansi_prompt_history.py
test/test_ansi_prompt_line_clear.py
test/test_ansi_prompt_menu.py
test/test_ansi_select.py
test/test_api.py
test/test_batch_execution_rule.py
test/test_config_delete.py
test/test_custom_input.py
test/test_debug.py
test/test_debug_position.py
test/test_edge_cases.py
test/test_execute_tool_arg_validation.py
test/test_extension_cli.py
test/test_extension_registry.py
test/test_help_command.py
test/test_hook_runner.py
test/test_input_edge_cases.py
test/test_mcp_manager.py
test/test_misc.py
test/test_multi_round_ui.py
test/test_no_tight_polling.py
test/test_package_installer.py
test/test_rich_completer.py
test/test_session_compress.py
test/test_shell.py
test/test_shell_retry_encoding.py
test/test_shell_safety.py
test/test_shell_timeout_fix.py
test/test_show_reasoning_persist.py
test/test_skill_loader.py
test/test_slash_commands.py
test/test_tool_registry.py
test/test_unbounded_rounds.py
test/test_url_parser.py
test/test_web_search_rules.py