CHANGELOG.md
LICENSE
MANIFEST.in
README.ko.md
README.md
USAGE.ko.md
USAGE.md
pyproject.toml
src/unified_cli/__init__.py
src/unified_cli/base.py
src/unified_cli/cli.py
src/unified_cli/conversation.py
src/unified_cli/core.py
src/unified_cli/dashboard_tpl.py
src/unified_cli/discovery.py
src/unified_cli/errors.py
src/unified_cli/factory.py
src/unified_cli/models.py
src/unified_cli/onboarding.py
src/unified_cli/py.typed
src/unified_cli/repl.py
src/unified_cli/server.py
src/unified_cli/state.py
src/unified_cli/ui.py
src/unified_cli/usage.py
src/unified_cli.egg-info/PKG-INFO
src/unified_cli.egg-info/SOURCES.txt
src/unified_cli.egg-info/dependency_links.txt
src/unified_cli.egg-info/entry_points.txt
src/unified_cli.egg-info/requires.txt
src/unified_cli.egg-info/top_level.txt
src/unified_cli/providers/__init__.py
src/unified_cli/providers/claude.py
src/unified_cli/providers/codex.py
src/unified_cli/providers/gemini.py
tests/test_attachments.py
tests/test_errors.py
tests/test_fixes.py
tests/test_models.py
tests/test_phase1.py
tests/test_state.py
tests/test_usage.py