shotgun-sh 0.1.0.dev10__py3-none-any.whl → 0.1.0.dev12__py3-none-any.whl

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/telemetry.py CHANGED
@@ -55,7 +55,11 @@ def setup_logfire_observability() -> bool:
55
55
  return False
56
56
 
57
57
  # Configure Logfire
58
- logfire.configure(token=logfire_token)
58
+ # Always disable console output - we only want telemetry sent to the web service
59
+ logfire.configure(
60
+ token=logfire_token,
61
+ console=False, # Never output to console, only send to Logfire service
62
+ )
59
63
 
60
64
  # Instrument Pydantic AI for better observability
61
65
  logfire.instrument_pydantic_ai()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: shotgun-sh
3
- Version: 0.1.0.dev10
3
+ Version: 0.1.0.dev12
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
@@ -5,7 +5,7 @@ shotgun/main.py,sha256=7gXkTNmwqW2phBnENn76bUyh5Qm68Iq7NBf3GnWG6J0,4618
5
5
  shotgun/posthog_telemetry.py,sha256=7drAXtedvZmpPqq4_9dI19kJ_xEHGk7XKXQk797QvCM,4954
6
6
  shotgun/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  shotgun/sentry_telemetry.py,sha256=3r9on0GQposn9aX6Dkb9mrfaVQl_dIZzhu9BjE838AU,2854
8
- shotgun/telemetry.py,sha256=4Zgcqker7amcY9HLc51McacqR2hogER7lODMBGkiASo,2913
8
+ shotgun/telemetry.py,sha256=aBwCRFU97oiIK5K13OhT7yYCQUAVQyrvnoG-aX3k2ZE,3109
9
9
  shotgun/agents/__init__.py,sha256=8Jzv1YsDuLyNPFJyckSr_qI4ehTVeDyIMDW4omsfPGc,25
10
10
  shotgun/agents/agent_manager.py,sha256=1Aof8btrV2Ei3V3bNn8bLzdBiBsJ-sjaQq0t7bnwbpo,6564
11
11
  shotgun/agents/common.py,sha256=xNlbvwt68de2588930iI4JnNVyPMGsUEwf_ySFXttFE,9439
@@ -97,8 +97,8 @@ shotgun/utils/__init__.py,sha256=WinIEp9oL2iMrWaDkXz2QX4nYVPAm8C9aBSKTeEwLtE,198
97
97
  shotgun/utils/env_utils.py,sha256=8QK5aw_f_V2AVTleQQlcL0RnD4sPJWXlDG46fsHu0d8,1057
98
98
  shotgun/utils/file_system_utils.py,sha256=KQCxgkspb1CR8VE1n66q7-oT6O7MmV_edCXFEEO-CNY,871
99
99
  shotgun/utils/update_checker.py,sha256=Xf-7w3Pos3etzCoT771gJe2HLkA8_V2GrqWy7ni9UqA,11373
100
- shotgun_sh-0.1.0.dev10.dist-info/METADATA,sha256=TNCzMJeoyhwMobw7byCSv9psRD9zeLhfOwoq28sTL9M,11240
101
- shotgun_sh-0.1.0.dev10.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
102
- shotgun_sh-0.1.0.dev10.dist-info/entry_points.txt,sha256=asZxLU4QILneq0MWW10saVCZc4VWhZfb0wFZvERnzfA,45
103
- shotgun_sh-0.1.0.dev10.dist-info/licenses/LICENSE,sha256=YebsZl590zCHrF_acCU5pmNt0pnAfD2DmAnevJPB1tY,1065
104
- shotgun_sh-0.1.0.dev10.dist-info/RECORD,,
100
+ shotgun_sh-0.1.0.dev12.dist-info/METADATA,sha256=H4VyO7ozmgQV1Jzi_txB-hCwFmGmOanWlLhdFTBe1xU,11240
101
+ shotgun_sh-0.1.0.dev12.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
102
+ shotgun_sh-0.1.0.dev12.dist-info/entry_points.txt,sha256=asZxLU4QILneq0MWW10saVCZc4VWhZfb0wFZvERnzfA,45
103
+ shotgun_sh-0.1.0.dev12.dist-info/licenses/LICENSE,sha256=YebsZl590zCHrF_acCU5pmNt0pnAfD2DmAnevJPB1tY,1065
104
+ shotgun_sh-0.1.0.dev12.dist-info/RECORD,,