shotgun-sh 0.3.3.dev2__tar.gz → 0.3.4.dev1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/PKG-INFO +2 -2
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/pyproject.toml +3 -3
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/codebase/core/change_detector.py +1 -1
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/codebase/core/ingestor.py +1 -1
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/codebase/core/manager.py +1 -1
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/agents/specify.j2 +5 -2
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/agents/tasks.j2 +35 -23
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/.gitignore +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/LICENSE +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/README.md +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/hatch_build.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/agent_manager.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/common.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/config/README.md +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/config/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/config/constants.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/config/manager.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/config/models.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/config/provider.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/config/streaming_test.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/context_analyzer/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/context_analyzer/analyzer.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/context_analyzer/constants.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/context_analyzer/formatter.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/context_analyzer/models.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/conversation/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/conversation/filters.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/conversation/history/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/conversation/history/chunking.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/conversation/history/compaction.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/conversation/history/constants.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/conversation/history/context_extraction.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/conversation/history/file_content_deduplication.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/conversation/history/history_building.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/conversation/history/history_processors.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/conversation/history/message_utils.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/conversation/history/token_counting/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/conversation/history/token_counting/anthropic.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/conversation/history/token_counting/base.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/conversation/history/token_counting/openai.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/conversation/history/token_counting/sentencepiece_counter.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/conversation/history/token_counting/tokenizer_cache.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/conversation/history/token_counting/utils.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/conversation/history/token_estimation.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/conversation/manager.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/conversation/models.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/error/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/error/models.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/export.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/llm.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/messages.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/models.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/plan.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/research.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/runner.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/specify.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/tasks.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/tools/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/tools/codebase/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/tools/codebase/codebase_shell.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/tools/codebase/directory_lister.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/tools/codebase/file_read.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/tools/codebase/models.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/tools/codebase/query_graph.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/tools/codebase/retrieve_code.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/tools/file_management.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/tools/registry.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/tools/web_search/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/tools/web_search/anthropic.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/tools/web_search/gemini.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/tools/web_search/openai.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/tools/web_search/utils.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/usage_manager.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/api_endpoints.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/build_constants.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/cli/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/cli/clear.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/cli/codebase/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/cli/codebase/commands.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/cli/codebase/models.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/cli/compact.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/cli/config.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/cli/context.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/cli/error_handler.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/cli/export.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/cli/feedback.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/cli/models.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/cli/plan.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/cli/research.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/cli/spec/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/cli/spec/backup.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/cli/spec/commands.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/cli/spec/models.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/cli/spec/pull_service.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/cli/specify.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/cli/tasks.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/cli/update.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/cli/utils.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/codebase/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/codebase/core/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/codebase/core/code_retrieval.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/codebase/core/cypher_models.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/codebase/core/language_config.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/codebase/core/nl_query.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/codebase/core/parser_loader.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/codebase/models.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/codebase/service.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/exceptions.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/llm_proxy/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/llm_proxy/client.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/llm_proxy/clients.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/llm_proxy/constants.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/llm_proxy/models.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/logging_config.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/main.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/posthog_telemetry.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/agents/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/agents/export.j2 +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/agents/partials/codebase_understanding.j2 +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/agents/partials/common_agent_system_prompt.j2 +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/agents/partials/content_formatting.j2 +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/agents/partials/interactive_mode.j2 +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/agents/plan.j2 +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/agents/research.j2 +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/agents/state/codebase/codebase_graphs_available.j2 +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/agents/state/system_state.j2 +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/codebase/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/codebase/cypher_query_patterns.j2 +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/codebase/cypher_system.j2 +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/codebase/enhanced_query_context.j2 +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/codebase/partials/cypher_rules.j2 +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/codebase/partials/graph_schema.j2 +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/codebase/partials/temporal_context.j2 +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/history/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/history/chunk_summarization.j2 +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/history/combine_summaries.j2 +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/history/incremental_summarization.j2 +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/history/summarization.j2 +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/loader.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/tools/web_search.j2 +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/py.typed +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/sdk/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/sdk/codebase.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/sdk/exceptions.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/sdk/models.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/sdk/services.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/sentry_telemetry.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/settings.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/shotgun_web/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/shotgun_web/client.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/shotgun_web/constants.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/shotgun_web/exceptions.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/shotgun_web/models.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/shotgun_web/shared_specs/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/shotgun_web/shared_specs/file_scanner.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/shotgun_web/shared_specs/hasher.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/shotgun_web/shared_specs/models.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/shotgun_web/shared_specs/upload_pipeline.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/shotgun_web/shared_specs/utils.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/shotgun_web/specs_client.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/shotgun_web/supabase_client.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/telemetry.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/app.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/commands/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/components/context_indicator.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/components/mode_indicator.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/components/prompt_input.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/components/spinner.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/components/splash.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/components/status_bar.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/components/vertical_tail.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/containers.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/dependencies.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/filtered_codebase_service.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/layout.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/protocols.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/chat/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/chat/chat.tcss +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/chat/chat_screen.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/chat/codebase_index_prompt_screen.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/chat/codebase_index_selection.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/chat/help_text.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/chat/prompt_history.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/chat.tcss +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/chat_screen/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/chat_screen/command_providers.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/chat_screen/hint_message.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/chat_screen/history/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/chat_screen/history/agent_response.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/chat_screen/history/chat_history.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/chat_screen/history/formatters.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/chat_screen/history/partial_response.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/chat_screen/history/user_question.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/confirmation_dialog.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/directory_setup.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/feedback.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/github_issue.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/model_picker.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/onboarding.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/pipx_migration.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/provider_config.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/shared_specs/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/shared_specs/create_spec_dialog.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/shared_specs/models.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/shared_specs/share_specs_dialog.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/shared_specs/upload_progress_screen.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/shotgun_auth.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/spec_pull.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/splash.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/welcome.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/services/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/services/conversation_service.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/state/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/state/processing_state.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/styles.tcss +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/utils/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/utils/mode_progress.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/widgets/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/widgets/widget_coordinator.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/utils/__init__.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/utils/datetime_utils.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/utils/env_utils.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/utils/file_system_utils.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/utils/marketing.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/utils/source_detection.py +0 -0
- {shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/utils/update_checker.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: shotgun-sh
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.4.dev1
|
|
4
4
|
Summary: AI-powered research, planning, and task management CLI tool
|
|
5
5
|
Project-URL: Homepage, https://shotgun.sh/
|
|
6
6
|
Project-URL: Repository, https://github.com/shotgun-sh/shotgun
|
|
@@ -27,7 +27,6 @@ Requires-Dist: dependency-injector>=4.41.0
|
|
|
27
27
|
Requires-Dist: genai-prices>=0.0.27
|
|
28
28
|
Requires-Dist: httpx>=0.27.0
|
|
29
29
|
Requires-Dist: jinja2>=3.1.0
|
|
30
|
-
Requires-Dist: kuzu>=0.7.0
|
|
31
30
|
Requires-Dist: logfire>=2.0.0
|
|
32
31
|
Requires-Dist: openai>=1.0.0
|
|
33
32
|
Requires-Dist: packaging>=23.0
|
|
@@ -35,6 +34,7 @@ Requires-Dist: posthog>=3.0.0
|
|
|
35
34
|
Requires-Dist: pydantic-ai>=1.26.0
|
|
36
35
|
Requires-Dist: pydantic-settings>=2.0.0
|
|
37
36
|
Requires-Dist: pyperclip>=1.10.0
|
|
37
|
+
Requires-Dist: real-ladybug>=0.12.0
|
|
38
38
|
Requires-Dist: rich>=13.0.0
|
|
39
39
|
Requires-Dist: sentencepiece>=0.2.0
|
|
40
40
|
Requires-Dist: sentry-sdk[pure-eval]>=2.0.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "shotgun-sh"
|
|
3
|
-
version = "0.3.
|
|
3
|
+
version = "0.3.4.dev1"
|
|
4
4
|
description = "AI-powered research, planning, and task management CLI tool"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = { text = "MIT" }
|
|
@@ -34,7 +34,7 @@ dependencies = [
|
|
|
34
34
|
"textual>=6.1.0",
|
|
35
35
|
"textual-dev>=1.7.0",
|
|
36
36
|
"textual-serve>=0.1.0",
|
|
37
|
-
"
|
|
37
|
+
"real_ladybug>=0.12.0",
|
|
38
38
|
"tree-sitter>=0.21.0",
|
|
39
39
|
"tree-sitter-python>=0.23.0",
|
|
40
40
|
"tree-sitter-javascript>=0.23.0",
|
|
@@ -171,4 +171,4 @@ skip_covered = false
|
|
|
171
171
|
show_missing = true
|
|
172
172
|
|
|
173
173
|
[tool.uv.pip]
|
|
174
|
-
only-binary = ["
|
|
174
|
+
only-binary = ["real_ladybug"]
|
|
@@ -11,7 +11,7 @@ from pathlib import Path
|
|
|
11
11
|
from typing import Any
|
|
12
12
|
|
|
13
13
|
import aiofiles
|
|
14
|
-
import kuzu
|
|
14
|
+
import real_ladybug as kuzu
|
|
15
15
|
from tree_sitter import Node, Parser, QueryCursor
|
|
16
16
|
|
|
17
17
|
from shotgun.codebase.core.language_config import LANGUAGE_CONFIGS, get_language_config
|
|
@@ -50,6 +50,8 @@ specification.md is your prose documentation file. It should contain:
|
|
|
50
50
|
- Configuration requirements described (e.g., "App needs database URL and API key in environment")
|
|
51
51
|
- Testing strategies and acceptance criteria
|
|
52
52
|
- References to contract files (e.g., "See contracts/user_models.py for User type definition")
|
|
53
|
+
- **IMPORTANT**: Only reference contract files that you have ALREADY created using `write_file()`
|
|
54
|
+
- Never reference contract files that don't exist - create them first, then reference them
|
|
53
55
|
|
|
54
56
|
**DO NOT INCLUDE in specification.md:**
|
|
55
57
|
- Code blocks, type definitions, or function signatures (those go in contracts/)
|
|
@@ -355,8 +357,9 @@ For specification tasks:
|
|
|
355
357
|
2. **Check research**: Read `research.md` if it exists to understand technical context and findings
|
|
356
358
|
3. **Analyze requirements**: Understand the functional and non-functional requirements
|
|
357
359
|
4. **Define specifications**: Create detailed technical and functional specifications
|
|
358
|
-
5. **
|
|
359
|
-
6. **
|
|
360
|
+
5. **Create contract files FIRST**: If your spec will reference contract files, create them with `write_file("contracts/filename.ext", content)` BEFORE writing specification.md
|
|
361
|
+
6. **Write TLDR section**: Start specification.md with a TLDR section summarizing key points, major features, and any key concerns
|
|
362
|
+
7. **Structure documentation**: Use `write_file("specification.md", content)` to save comprehensive specifications - only reference contract files you've already created
|
|
360
363
|
|
|
361
364
|
## SPECIFICATION PRINCIPLES
|
|
362
365
|
|
|
@@ -27,9 +27,9 @@ NEVER offer to do work outside your scope:
|
|
|
27
27
|
- This is your persistent memory store - ALWAYS load it first
|
|
28
28
|
- Compress content regularly to stay within context limits
|
|
29
29
|
- Keep your file updated as you work - it's your memory across sessions
|
|
30
|
-
-
|
|
30
|
+
- Keep completed tasks marked with `[X]` for reference
|
|
31
31
|
- Consolidate similar or duplicate tasks when compressing
|
|
32
|
-
- Maintain structure:
|
|
32
|
+
- Maintain structure: Stages with numbered tasks (Stage 1, Stage 2, etc.)
|
|
33
33
|
|
|
34
34
|
## AI AGENT PIPELINE AWARENESS
|
|
35
35
|
|
|
@@ -56,9 +56,10 @@ Example task format:
|
|
|
56
56
|
For task management:
|
|
57
57
|
1. **Load existing tasks**: ALWAYS first use `read_file("tasks.md")` to see what tasks already exist (if the file exists)
|
|
58
58
|
2. **Review context**: Read `plan.md` and `specification.md` if they exist to understand project context
|
|
59
|
-
3. **
|
|
60
|
-
4. **
|
|
61
|
-
5. **
|
|
59
|
+
3. **Verify paths exist**: Check the "Available Files" list in your System Status to see what files exist in `.shotgun/`. If a path doesn't exist, tasks must CREATE it, not modify files within it.
|
|
60
|
+
4. **Analyze requirements**: Understand the current situation and user's task requirements
|
|
61
|
+
5. **Create structured tasks**: Use `write_file("tasks.md", content)` to save organized tasks
|
|
62
|
+
6. **Build incrementally**: Update and refine tasks based on new information
|
|
62
63
|
|
|
63
64
|
## TASK FORMAT
|
|
64
65
|
|
|
@@ -69,33 +70,36 @@ For task management:
|
|
|
69
70
|
|
|
70
71
|
## TASK FILE STRUCTURE
|
|
71
72
|
|
|
72
|
-
Start tasks.md with
|
|
73
|
+
**CRITICAL**: Start tasks.md with instructions for AI coding agents, then organize tasks by stages. Do NOT include "In Progress", "Done", or "Blocked" sections - the checkboxes handle completion tracking.
|
|
74
|
+
|
|
73
75
|
```markdown
|
|
74
76
|
# Task Management
|
|
75
77
|
|
|
76
|
-
## Instructions
|
|
77
|
-
- Mark tasks as complete by replacing `[ ]` with `[X]`
|
|
78
|
-
- Tasks without an `[X]` are not finished yet
|
|
79
|
-
```
|
|
78
|
+
## Instructions for AI Coding Agents
|
|
80
79
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
80
|
+
When working on these tasks:
|
|
81
|
+
1. Focus on ONE stage at a time, completing all tasks in that stage before moving to the next
|
|
82
|
+
2. Mark each task complete by replacing `[ ]` with `[X]` as you finish it
|
|
83
|
+
3. Do NOT modify any other content in this file unless explicitly instructed by the user
|
|
84
|
+
4. Tasks without an `[X]` are not finished yet
|
|
86
85
|
|
|
87
|
-
|
|
88
|
-
- [ ] Currently working on this task
|
|
89
|
-
- [ ] Task being actively developed
|
|
86
|
+
---
|
|
90
87
|
|
|
91
|
-
|
|
92
|
-
- [
|
|
93
|
-
- [
|
|
88
|
+
### Stage 1: [Stage Name]
|
|
89
|
+
- [ ] Task description with clear action
|
|
90
|
+
- [ ] Another specific task to complete
|
|
94
91
|
|
|
95
|
-
|
|
96
|
-
- [ ] Task
|
|
92
|
+
### Stage 2: [Stage Name]
|
|
93
|
+
- [ ] Task in the next stage
|
|
94
|
+
- [ ] Another task in this stage
|
|
97
95
|
```
|
|
98
96
|
|
|
97
|
+
**IMPORTANT**:
|
|
98
|
+
- Group related tasks under numbered stages (Stage 1, Stage 2, etc.)
|
|
99
|
+
- Do NOT create separate "In Progress", "Done", or "Blocked" sections
|
|
100
|
+
- The `[ ]` / `[X]` checkboxes are the ONLY mechanism for tracking completion
|
|
101
|
+
- Each stage should be completable independently before moving to the next
|
|
102
|
+
|
|
99
103
|
## TASK CREATION PRINCIPLES
|
|
100
104
|
|
|
101
105
|
- **ALWAYS use checkbox format `[ ]` for every task**
|
|
@@ -145,6 +149,14 @@ INTEGRATION WITH RESEARCH & PLAN:
|
|
|
145
149
|
- Create validation/testing tasks for success criteria from plan
|
|
146
150
|
- Break down high-level plan steps into granular, executable tasks
|
|
147
151
|
|
|
152
|
+
PATH VERIFICATION (CRITICAL):
|
|
153
|
+
- Before generating tasks that reference specific file paths in `.shotgun/`, check the "Available Files" list in your System Status
|
|
154
|
+
- If specification.md references files under `.shotgun/contracts/` that don't appear in "Available Files", DO NOT generate tasks for those files
|
|
155
|
+
- The Specification agent is responsible for creating contract files, not downstream coding agents
|
|
156
|
+
- Tasks should reference files that EXIST or will be created in the project codebase (src/, tests/, etc.), not in `.shotgun/`
|
|
157
|
+
- Only generate tasks for `.shotgun/` files if they appear in the "Available Files" list and the task is about modifying them
|
|
158
|
+
- Do NOT generate tasks referencing `.shotgun/contracts/*` files unless those files already exist
|
|
159
|
+
|
|
148
160
|
IMPORTANT RULES:
|
|
149
161
|
- Make at most 1 tasks file write per request
|
|
150
162
|
- Always base tasks on available research and plan when relevant
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/context_analyzer/__init__.py
RENAMED
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/context_analyzer/analyzer.py
RENAMED
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/context_analyzer/constants.py
RENAMED
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/context_analyzer/formatter.py
RENAMED
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/context_analyzer/models.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/conversation/history/__init__.py
RENAMED
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/conversation/history/chunking.py
RENAMED
|
File without changes
|
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/conversation/history/constants.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/tools/codebase/__init__.py
RENAMED
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/tools/codebase/codebase_shell.py
RENAMED
|
File without changes
|
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/tools/codebase/file_read.py
RENAMED
|
File without changes
|
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/tools/codebase/query_graph.py
RENAMED
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/tools/codebase/retrieve_code.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/tools/web_search/__init__.py
RENAMED
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/tools/web_search/anthropic.py
RENAMED
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/tools/web_search/gemini.py
RENAMED
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/tools/web_search/openai.py
RENAMED
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/agents/tools/web_search/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/codebase/core/language_config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/agents/state/system_state.j2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/codebase/cypher_system.j2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/history/chunk_summarization.j2
RENAMED
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/history/combine_summaries.j2
RENAMED
|
File without changes
|
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/prompts/history/summarization.j2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/shotgun_web/shared_specs/__init__.py
RENAMED
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/shotgun_web/shared_specs/file_scanner.py
RENAMED
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/shotgun_web/shared_specs/hasher.py
RENAMED
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/shotgun_web/shared_specs/models.py
RENAMED
|
File without changes
|
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/shotgun_web/shared_specs/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/components/context_indicator.py
RENAMED
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/components/mode_indicator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/filtered_codebase_service.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/chat/prompt_history.py
RENAMED
|
File without changes
|
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/chat_screen/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/chat_screen/hint_message.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/confirmation_dialog.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/shared_specs/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/screens/shared_specs/models.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/services/conversation_service.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shotgun_sh-0.3.3.dev2 → shotgun_sh-0.3.4.dev1}/src/shotgun/tui/widgets/widget_coordinator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|