shotgun-sh 0.1.0.dev9__tar.gz → 0.1.0.dev10__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.
Potentially problematic release.
This version of shotgun-sh might be problematic. Click here for more details.
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/PKG-INFO +1 -1
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/pyproject.toml +1 -1
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/logging_config.py +20 -2
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/telemetry.py +4 -2
- shotgun_sh-0.1.0.dev10/src/shotgun/utils/env_utils.py +35 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/.gitignore +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/LICENSE +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/README.md +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/hatch_build.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/__init__.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/__init__.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/agent_manager.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/common.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/config/__init__.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/config/manager.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/config/models.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/config/provider.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/history/__init__.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/history/history_processors.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/models.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/plan.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/research.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/tasks.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/tools/__init__.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/tools/codebase/__init__.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/tools/codebase/codebase_shell.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/tools/codebase/directory_lister.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/tools/codebase/file_read.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/tools/codebase/models.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/tools/codebase/query_graph.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/tools/codebase/retrieve_code.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/tools/file_management.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/tools/user_interaction.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/tools/web_search/__init__.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/tools/web_search/anthropic.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/tools/web_search/gemini.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/tools/web_search/openai.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/tools/web_search/utils.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/build_constants.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/cli/__init__.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/cli/codebase/__init__.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/cli/codebase/commands.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/cli/codebase/models.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/cli/config.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/cli/models.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/cli/plan.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/cli/research.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/cli/tasks.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/cli/update.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/cli/utils.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/codebase/__init__.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/codebase/core/__init__.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/codebase/core/change_detector.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/codebase/core/code_retrieval.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/codebase/core/ingestor.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/codebase/core/language_config.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/codebase/core/manager.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/codebase/core/nl_query.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/codebase/core/parser_loader.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/codebase/models.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/codebase/service.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/main.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/posthog_telemetry.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/prompts/__init__.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/prompts/agents/__init__.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/prompts/agents/partials/codebase_understanding.j2 +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/prompts/agents/partials/common_agent_system_prompt.j2 +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/prompts/agents/partials/interactive_mode.j2 +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/prompts/agents/plan.j2 +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/prompts/agents/research.j2 +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/prompts/agents/state/codebase/codebase_graphs_available.j2 +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/prompts/agents/state/system_state.j2 +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/prompts/agents/tasks.j2 +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/prompts/codebase/__init__.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/prompts/codebase/cypher_query_patterns.j2 +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/prompts/codebase/cypher_system.j2 +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/prompts/codebase/enhanced_query_context.j2 +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/prompts/codebase/partials/cypher_rules.j2 +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/prompts/codebase/partials/graph_schema.j2 +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/prompts/codebase/partials/temporal_context.j2 +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/prompts/history/__init__.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/prompts/history/summarization.j2 +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/prompts/loader.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/prompts/user/research.j2 +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/py.typed +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/sdk/__init__.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/sdk/codebase.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/sdk/exceptions.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/sdk/models.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/sdk/services.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/sentry_telemetry.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/tui/__init__.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/tui/app.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/tui/components/prompt_input.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/tui/components/spinner.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/tui/components/splash.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/tui/components/vertical_tail.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/tui/screens/chat.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/tui/screens/chat.tcss +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/tui/screens/provider_config.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/tui/screens/splash.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/tui/styles.tcss +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/utils/__init__.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/utils/file_system_utils.py +0 -0
- {shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/utils/update_checker.py +0 -0
|
@@ -6,6 +6,8 @@ import os
|
|
|
6
6
|
import sys
|
|
7
7
|
from pathlib import Path
|
|
8
8
|
|
|
9
|
+
from shotgun.utils.env_utils import is_truthy
|
|
10
|
+
|
|
9
11
|
|
|
10
12
|
def get_log_directory() -> Path:
|
|
11
13
|
"""Get the log directory path, creating it if necessary.
|
|
@@ -78,8 +80,24 @@ def setup_logger(
|
|
|
78
80
|
if format_string is None:
|
|
79
81
|
format_string = "%(asctime)s | %(levelname)-8s | %(name)s | %(message)s"
|
|
80
82
|
|
|
83
|
+
# Check if this is a dev build with Logfire enabled
|
|
84
|
+
is_logfire_dev_build = False
|
|
85
|
+
try:
|
|
86
|
+
from shotgun.build_constants import IS_DEV_BUILD, LOGFIRE_ENABLED
|
|
87
|
+
|
|
88
|
+
if IS_DEV_BUILD and is_truthy(LOGFIRE_ENABLED):
|
|
89
|
+
is_logfire_dev_build = True
|
|
90
|
+
# This debug message will only appear in file logs
|
|
91
|
+
logger.debug("Console logging disabled for Logfire dev build")
|
|
92
|
+
except ImportError:
|
|
93
|
+
# No build constants available (local development)
|
|
94
|
+
pass
|
|
95
|
+
|
|
81
96
|
# Check if console logging is enabled (default: off)
|
|
82
|
-
|
|
97
|
+
# Force console logging OFF if Logfire is enabled in dev build
|
|
98
|
+
console_logging_enabled = (
|
|
99
|
+
is_truthy(os.getenv("LOGGING_TO_CONSOLE", "false")) and not is_logfire_dev_build
|
|
100
|
+
)
|
|
83
101
|
|
|
84
102
|
if console_logging_enabled:
|
|
85
103
|
# Create console handler
|
|
@@ -94,7 +112,7 @@ def setup_logger(
|
|
|
94
112
|
logger.addHandler(console_handler)
|
|
95
113
|
|
|
96
114
|
# Check if file logging is enabled (default: on)
|
|
97
|
-
file_logging_enabled = os.getenv("LOGGING_TO_FILE", "true")
|
|
115
|
+
file_logging_enabled = is_truthy(os.getenv("LOGGING_TO_FILE", "true"))
|
|
98
116
|
|
|
99
117
|
if file_logging_enabled:
|
|
100
118
|
try:
|
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
import logging
|
|
4
4
|
import os
|
|
5
5
|
|
|
6
|
+
from shotgun.utils.env_utils import is_falsy, is_truthy
|
|
7
|
+
|
|
6
8
|
logger = logging.getLogger(__name__)
|
|
7
9
|
|
|
8
10
|
|
|
@@ -36,11 +38,11 @@ def setup_logfire_observability() -> bool:
|
|
|
36
38
|
|
|
37
39
|
# Allow environment variable to override and disable Logfire
|
|
38
40
|
env_override = os.getenv("LOGFIRE_ENABLED")
|
|
39
|
-
if env_override and env_override
|
|
41
|
+
if env_override and is_falsy(env_override):
|
|
40
42
|
logfire_enabled = env_override
|
|
41
43
|
|
|
42
44
|
# Check if Logfire observability is enabled
|
|
43
|
-
if
|
|
45
|
+
if not is_truthy(logfire_enabled):
|
|
44
46
|
logger.debug("Logfire observability disabled via LOGFIRE_ENABLED")
|
|
45
47
|
return False
|
|
46
48
|
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"""Utilities for working with environment variables."""
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
def is_truthy(value: str | None) -> bool:
|
|
5
|
+
"""Check if a string value represents true.
|
|
6
|
+
|
|
7
|
+
Args:
|
|
8
|
+
value: String value to check (e.g., from environment variable)
|
|
9
|
+
|
|
10
|
+
Returns:
|
|
11
|
+
True if value is "true", "1", or "yes" (case-insensitive)
|
|
12
|
+
False otherwise (including None, empty string, or any other value)
|
|
13
|
+
"""
|
|
14
|
+
if not value:
|
|
15
|
+
return False
|
|
16
|
+
return value.lower() in ("true", "1", "yes")
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def is_falsy(value: str | None) -> bool:
|
|
20
|
+
"""Check if a string value explicitly represents false.
|
|
21
|
+
|
|
22
|
+
Args:
|
|
23
|
+
value: String value to check (e.g., from environment variable)
|
|
24
|
+
|
|
25
|
+
Returns:
|
|
26
|
+
True if value is "false", "0", or "no" (case-insensitive)
|
|
27
|
+
False otherwise (including None, empty string, or any other value)
|
|
28
|
+
|
|
29
|
+
Note:
|
|
30
|
+
This is NOT the opposite of is_truthy(). A value can be neither
|
|
31
|
+
truthy nor falsy (e.g., None, "", "maybe", etc.)
|
|
32
|
+
"""
|
|
33
|
+
if not value:
|
|
34
|
+
return False
|
|
35
|
+
return value.lower() in ("false", "0", "no")
|
|
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.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/history/history_processors.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/tools/codebase/__init__.py
RENAMED
|
File without changes
|
{shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/tools/codebase/codebase_shell.py
RENAMED
|
File without changes
|
|
File without changes
|
{shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/tools/codebase/file_read.py
RENAMED
|
File without changes
|
{shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/tools/codebase/models.py
RENAMED
|
File without changes
|
{shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/tools/codebase/query_graph.py
RENAMED
|
File without changes
|
{shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/tools/codebase/retrieve_code.py
RENAMED
|
File without changes
|
{shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/tools/file_management.py
RENAMED
|
File without changes
|
{shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/tools/user_interaction.py
RENAMED
|
File without changes
|
{shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/tools/web_search/__init__.py
RENAMED
|
File without changes
|
{shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/tools/web_search/anthropic.py
RENAMED
|
File without changes
|
{shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/tools/web_search/gemini.py
RENAMED
|
File without changes
|
{shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/agents/tools/web_search/openai.py
RENAMED
|
File without changes
|
{shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/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
|
{shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/codebase/core/change_detector.py
RENAMED
|
File without changes
|
{shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/codebase/core/code_retrieval.py
RENAMED
|
File without changes
|
|
File without changes
|
{shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/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
|
{shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/prompts/agents/state/system_state.j2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/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.1.0.dev9 → shotgun_sh-0.1.0.dev10}/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
|
{shotgun_sh-0.1.0.dev9 → shotgun_sh-0.1.0.dev10}/src/shotgun/tui/components/vertical_tail.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
|