LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
.github/FUNDING.yml
.github/dependabot.yml
.github/labeler.yml
.github/release-drafter.yml
.github/workflows/ci.yml
.github/workflows/commitlint.yml
.github/workflows/coverage.yml
.github/workflows/docker-ci.yml
.github/workflows/docs.yml
.github/workflows/labeler.yml
.github/workflows/markdown-lint.yml
.github/workflows/performance.yml
.github/workflows/pr-checks.yml
.github/workflows/release-drafter.yml
.github/workflows/release.yml
.github/workflows/security.yml
.github/workflows/spellcheck.yml
.github/workflows/stale.yml
.github/workflows/tui.yml
.github/workflows/website.yml
apex/__init__.py
apex/__main__.py
apex/advanced.py
apex/agent.py
apex/agents.py
apex/api_key.py
apex/billing.py
apex/codegen.py
apex/commands.py
apex/config.py
apex/config_tools.py
apex/context.py
apex/context_manager.py
apex/context_tracking.py
apex/cost_local.py
apex/extras.py
apex/git_undo.py
apex/github_integration.py
apex/http_api.py
apex/i18n.py
apex/lsp.py
apex/lsp_diagnostics.py
apex/main.py
apex/mcp.py
apex/memory.py
apex/mentions.py
apex/permission.py
apex/plugins.py
apex/project.py
apex/py.typed
apex/rate_limiter.py
apex/refactored_commands.py
apex/refactored_config_tools.py
apex/refactored_context.py
apex/refactored_extras.py
apex/refactored_main.py
apex/refactored_mcp.py
apex/refactored_mentions.py
apex/refactored_plugins.py
apex/refactored_sandbox.py
apex/refactored_session.py
apex/refactored_slash.py
apex/refactored_telemetry.py
apex/refactored_tools.py
apex/refactored_ui.py
apex/refactored_workspace.py
apex/rlm.py
apex/sandbox.py
apex/server.py
apex/session.py
apex/shell_security.py
apex/skills.py
apex/skills_system.py
apex/slash.py
apex/snapshot.py
apex/structured_message.py
apex/task_queue.py
apex/telemetry.py
apex/tools.py
apex/ui.py
apex/workspace.py
apex/workspace_rollback.py
apex_ai.egg-info/PKG-INFO
apex_ai.egg-info/SOURCES.txt
apex_ai.egg-info/dependency_links.txt
apex_ai.egg-info/entry_points.txt
apex_ai.egg-info/requires.txt
apex_ai.egg-info/top_level.txt
docs/advanced.md
docs/agents.md
docs/api.md
docs/changelog.md
docs/commands.md
docs/configuration.md
docs/contributing.md
docs/examples.md
docs/index.md
docs/installation.md
docs/models.md
docs/plugins.md
docs/quickstart.md
docs/tools.md
docs/troubleshooting.md
docs/getting-started/configuration.md
docs/getting-started/installation.md
docs/getting-started/quickstart.md
docs/guides/models.md
docs/guides/tips.md
docs/guides/tools.md
docs/guides/tui.md
docs/reference/api.md
docs/reference/cli.md
docs/reference/config.md
tests/test_advanced.py
tests/test_agent.py
tests/test_agent_full.py
tests/test_agent_more.py
tests/test_agents.py
tests/test_api_key.py
tests/test_billing.py
tests/test_codegen.py
tests/test_codegen_full.py
tests/test_commands.py
tests/test_config.py
tests/test_config_tools.py
tests/test_context.py
tests/test_context_manager.py
tests/test_context_tracking.py
tests/test_cost_local.py
tests/test_extras.py
tests/test_extras_full.py
tests/test_git_undo.py
tests/test_github_integration.py
tests/test_http_api.py
tests/test_http_api_security.py
tests/test_i18n.py
tests/test_lsp_diagnostics.py
tests/test_main.py
tests/test_main_full.py
tests/test_main_more.py
tests/test_mcp.py
tests/test_mcp_full.py
tests/test_memory.py
tests/test_modular_tools.py
tests/test_new_tools.py
tests/test_permission.py
tests/test_plugins_full.py
tests/test_project.py
tests/test_rate_limiter.py
tests/test_refactored_commands.py
tests/test_refactored_config_tools.py
tests/test_refactored_context.py
tests/test_refactored_extras.py
tests/test_refactored_main.py
tests/test_refactored_mcp.py
tests/test_refactored_mentions.py
tests/test_refactored_plugins.py
tests/test_refactored_sandbox.py
tests/test_refactored_session.py
tests/test_refactored_slash.py
tests/test_refactored_telemetry.py
tests/test_refactored_tools.py
tests/test_refactored_ui.py
tests/test_refactored_workspace.py
tests/test_rlm.py
tests/test_sandbox.py
tests/test_server.py
tests/test_session.py
tests/test_shell_security.py
tests/test_skills.py
tests/test_skills_system.py
tests/test_slash.py
tests/test_snapshot.py
tests/test_structured_message.py
tests/test_task_queue.py
tests/test_telemetry.py
tests/test_tools.py
tests/test_tools_comprehensive.py
tests/test_tools_extended.py
tests/test_tools_full.py
tests/test_tools_more.py
tests/test_ui.py
tests/test_workspace.py
tests/test_workspace_rollback.py
tui-frontend/bun.lock
tui-frontend/package.json
tui-frontend/tsconfig.json
tui-frontend/src/App.tsx
tui-frontend/src/components/ApexApp.tsx
tui-frontend/src/components/ChatPanel.tsx
tui-frontend/src/components/HelpPanel.tsx
tui-frontend/src/components/ModelSelector.tsx
tui-frontend/src/components/Sidebar.tsx
tui-frontend/src/components/StatusBar.tsx
tui-frontend/src/components/ToolPanel.tsx
tui-frontend/src/data/apex-data.ts
tui-frontend/src/theme/apex.ts
tui-frontend/src/theme/themes.ts