LICENSE
README.md
pyproject.toml
bytebarn/__init__.py
bytebarn/cli.py
bytebarn/main.py
bytebarn/updater.py
bytebarn.egg-info/PKG-INFO
bytebarn.egg-info/SOURCES.txt
bytebarn.egg-info/dependency_links.txt
bytebarn.egg-info/entry_points.txt
bytebarn.egg-info/requires.txt
bytebarn.egg-info/top_level.txt
bytebarn/app/__init__.py
bytebarn/app/agent_editor.py
bytebarn/app/crew_stage.py
bytebarn/app/delegates.py
bytebarn/app/file_viewer.py
bytebarn/app/first_run_wizard.py
bytebarn/app/icon.py
bytebarn/app/main_window.py
bytebarn/app/markdown.py
bytebarn/app/mcp_dialog.py
bytebarn/app/model_picker.py
bytebarn/app/onboarding_text.py
bytebarn/app/permission_dialog.py
bytebarn/app/preview.py
bytebarn/app/project_dialog.py
bytebarn/app/project_workspace.py
bytebarn/app/prompt_bar.py
bytebarn/app/provider_manager.py
bytebarn/app/question_dialog.py
bytebarn/app/run_review.py
bytebarn/app/session_list.py
bytebarn/app/settings.py
bytebarn/app/side_chat.py
bytebarn/app/skill_editor.py
bytebarn/app/skills_dialog.py
bytebarn/app/sprites.py
bytebarn/app/theme.py
bytebarn/app/todo_strip.py
bytebarn/app/transcript.py
bytebarn/assets/prompts/agent_build.txt
bytebarn/assets/prompts/agent_chat.txt
bytebarn/assets/prompts/agent_explore.txt
bytebarn/assets/prompts/agent_general.txt
bytebarn/assets/prompts/agent_orchestrator.txt
bytebarn/assets/prompts/agent_plan.txt
bytebarn/assets/prompts/agent_research.txt
bytebarn/assets/prompts/tool_bash.txt
bytebarn/assets/prompts/tool_edit.txt
bytebarn/assets/prompts/tool_glob.txt
bytebarn/assets/prompts/tool_grep.txt
bytebarn/assets/prompts/tool_memory.txt
bytebarn/assets/prompts/tool_question.txt
bytebarn/assets/prompts/tool_read.txt
bytebarn/assets/prompts/tool_todowrite.txt
bytebarn/assets/prompts/tool_webfetch.txt
bytebarn/assets/prompts/tool_websearch.txt
bytebarn/assets/prompts/tool_write.txt
bytebarn/engine/__init__.py
bytebarn/engine/agents.py
bytebarn/engine/auth.py
bytebarn/engine/checkpoints.py
bytebarn/engine/commands.py
bytebarn/engine/compaction.py
bytebarn/engine/config.py
bytebarn/engine/events.py
bytebarn/engine/facade.py
bytebarn/engine/mcp.py
bytebarn/engine/permissions.py
bytebarn/engine/resources.py
bytebarn/engine/runner.py
bytebarn/engine/skills.py
bytebarn/engine/store.py
bytebarn/engine/providers/__init__.py
bytebarn/engine/providers/anthropic.py
bytebarn/engine/providers/anthropic_oauth.py
bytebarn/engine/providers/base.py
bytebarn/engine/providers/bedrock.py
bytebarn/engine/providers/catalog.py
bytebarn/engine/providers/device_flow.py
bytebarn/engine/providers/fake.py
bytebarn/engine/providers/fallback.py
bytebarn/engine/providers/github_copilot_oauth.py
bytebarn/engine/providers/known.py
bytebarn/engine/providers/openai_compat.py
bytebarn/engine/providers/probe.py
bytebarn/engine/providers/registry.py
bytebarn/engine/providers/xai.py
bytebarn/engine/providers/xai_oauth.py
bytebarn/engine/tools/__init__.py
bytebarn/engine/tools/base.py
bytebarn/engine/tools/bash.py
bytebarn/engine/tools/edit.py
bytebarn/engine/tools/glob.py
bytebarn/engine/tools/grep.py
bytebarn/engine/tools/memory.py
bytebarn/engine/tools/question.py
bytebarn/engine/tools/read.py
bytebarn/engine/tools/registry.py
bytebarn/engine/tools/task.py
bytebarn/engine/tools/todowrite.py
bytebarn/engine/tools/webfetch.py
bytebarn/engine/tools/websearch.py
bytebarn/engine/tools/write.py
tests/test_launch_env.py
tests/test_updater.py