MANIFEST.in
README.md
pyproject.toml
firstcoder/__init__.py
firstcoder/__main__.py
firstcoder/cli.py
firstcoder.egg-info/PKG-INFO
firstcoder.egg-info/SOURCES.txt
firstcoder.egg-info/dependency_links.txt
firstcoder.egg-info/entry_points.txt
firstcoder.egg-info/requires.txt
firstcoder.egg-info/top_level.txt
firstcoder/agent/__init__.py
firstcoder/agent/cancellation.py
firstcoder/agent/loop.py
firstcoder/agent/loop_limits.py
firstcoder/agent/prompt_inputs.py
firstcoder/agent/session.py
firstcoder/agent/tool_flow.py
firstcoder/agent/user_input.py
firstcoder/agent/verification.py
firstcoder/app/__init__.py
firstcoder/app/activity_view.py
firstcoder/app/command_suggestions.py
firstcoder/app/commands.py
firstcoder/app/factory.py
firstcoder/app/help_commands.py
firstcoder/app/model_commands.py
firstcoder/app/permission_commands.py
firstcoder/app/permission_view.py
firstcoder/app/picker.py
firstcoder/app/picker_adapters.py
firstcoder/app/router.py
firstcoder/app/runtime.py
firstcoder/app/session_commands.py
firstcoder/app/skill_commands.py
firstcoder/app/transcript_view.py
firstcoder/app/tui.py
firstcoder/app/tui.tcss
firstcoder/app/tui_state.py
firstcoder/app/welcome.py
firstcoder/config/__init__.py
firstcoder/config/settings.py
firstcoder/context/__init__.py
firstcoder/context/archive.py
firstcoder/context/checkpoint.py
firstcoder/context/compaction.py
firstcoder/context/context_builder.py
firstcoder/context/events.py
firstcoder/context/fallback.py
firstcoder/context/identity.py
firstcoder/context/inspector.py
firstcoder/context/llm_compact.py
firstcoder/context/manager.py
firstcoder/context/metadata.py
firstcoder/context/models.py
firstcoder/context/provider_summarizer.py
firstcoder/context/retry_policy.py
firstcoder/context/runtime_replay.py
firstcoder/context/runtime_state.py
firstcoder/context/store.py
firstcoder/context/system_prompt.py
firstcoder/context/task_boundary.py
firstcoder/context/token_budget.py
firstcoder/context/tool_lifecycle.py
firstcoder/context/tool_result.py
firstcoder/context/tool_sequence.py
firstcoder/context/triggers.py
firstcoder/context/versions.py
firstcoder/context/writer.py
firstcoder/context/content/__init__.py
firstcoder/context/content/build.py
firstcoder/context/content/code.py
firstcoder/context/content/compressors.py
firstcoder/context/content/detector.py
firstcoder/context/content/diff.py
firstcoder/context/content/html.py
firstcoder/context/content/json.py
firstcoder/context/content/router.py
firstcoder/context/content/search.py
firstcoder/context/prompts/agent_few_shots.md
firstcoder/eval/__init__.py
firstcoder/eval/adapter.py
firstcoder/eval/context_metrics.py
firstcoder/eval/patch.py
firstcoder/eval/swebench.py
firstcoder/eval/tasks.py
firstcoder/permissions/__init__.py
firstcoder/permissions/grants.py
firstcoder/permissions/manager.py
firstcoder/permissions/policy.py
firstcoder/permissions/types.py
firstcoder/providers/__init__.py
firstcoder/providers/anthropic_provider.py
firstcoder/providers/base.py
firstcoder/providers/errors.py
firstcoder/providers/factory.py
firstcoder/providers/openai_compatible.py
firstcoder/providers/presets.py
firstcoder/providers/tool_adapters.py
firstcoder/providers/types.py
firstcoder/session/__init__.py
firstcoder/session/catalog.py
firstcoder/session/errors.py
firstcoder/session/fork.py
firstcoder/session/index.py
firstcoder/session/metadata.py
firstcoder/session/models.py
firstcoder/session/new.py
firstcoder/session/redaction.py
firstcoder/session/resume.py
firstcoder/session/share.py
firstcoder/session/transcript.py
firstcoder/skills/__init__.py
firstcoder/skills/discovery.py
firstcoder/skills/loader.py
firstcoder/skills/models.py
firstcoder/skills/router.py
firstcoder/skills/session.py
firstcoder/tools/__init__.py
firstcoder/tools/apply_patch.py
firstcoder/tools/ask_user.py
firstcoder/tools/builtin.py
firstcoder/tools/delete.py
firstcoder/tools/descriptions.py
firstcoder/tools/diagnostics.py
firstcoder/tools/edit.py
firstcoder/tools/fetch.py
firstcoder/tools/git_diff.py
firstcoder/tools/git_log.py
firstcoder/tools/git_status.py
firstcoder/tools/glob.py
firstcoder/tools/grep.py
firstcoder/tools/ls.py
firstcoder/tools/permission_registry.py
firstcoder/tools/permission_results.py
firstcoder/tools/python_exec.py
firstcoder/tools/read_multi.py
firstcoder/tools/registry.py
firstcoder/tools/retrieve_archive.py
firstcoder/tools/session_registry.py
firstcoder/tools/shell.py
firstcoder/tools/task_boundary.py
firstcoder/tools/think.py
firstcoder/tools/todo.py
firstcoder/tools/tree.py
firstcoder/tools/types.py
firstcoder/tools/view.py
firstcoder/tools/web_search.py
firstcoder/tools/write.py
firstcoder/utils/__init__.py
firstcoder/utils/execution_sandbox.py
firstcoder/utils/git.py
firstcoder/utils/introspection.py
firstcoder/utils/json_utils.py
firstcoder/utils/sandbox.py
firstcoder/utils/sandbox_access.py
firstcoder/utils/schema.py
firstcoder/utils/subprocess.py
firstcoder/utils/text.py