shotgun-sh 0.2.11.dev3__py3-none-any.whl → 0.2.19__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.

Files changed (39) hide show
  1. shotgun/agents/agent_manager.py +66 -12
  2. shotgun/agents/config/README.md +89 -0
  3. shotgun/agents/config/__init__.py +10 -1
  4. shotgun/agents/config/manager.py +287 -32
  5. shotgun/agents/config/models.py +21 -1
  6. shotgun/agents/config/provider.py +27 -0
  7. shotgun/agents/config/streaming_test.py +119 -0
  8. shotgun/agents/conversation_manager.py +14 -7
  9. shotgun/agents/history/history_processors.py +99 -3
  10. shotgun/agents/history/token_counting/openai.py +3 -1
  11. shotgun/build_constants.py +3 -3
  12. shotgun/exceptions.py +32 -0
  13. shotgun/logging_config.py +42 -0
  14. shotgun/main.py +2 -0
  15. shotgun/posthog_telemetry.py +18 -25
  16. shotgun/prompts/agents/partials/common_agent_system_prompt.j2 +3 -2
  17. shotgun/sentry_telemetry.py +157 -1
  18. shotgun/settings.py +5 -0
  19. shotgun/tui/app.py +16 -15
  20. shotgun/tui/screens/chat/chat_screen.py +156 -61
  21. shotgun/tui/screens/chat_screen/command_providers.py +13 -2
  22. shotgun/tui/screens/chat_screen/history/chat_history.py +1 -2
  23. shotgun/tui/screens/directory_setup.py +14 -5
  24. shotgun/tui/screens/feedback.py +10 -3
  25. shotgun/tui/screens/github_issue.py +111 -0
  26. shotgun/tui/screens/model_picker.py +8 -1
  27. shotgun/tui/screens/onboarding.py +431 -0
  28. shotgun/tui/screens/pipx_migration.py +12 -6
  29. shotgun/tui/screens/provider_config.py +25 -8
  30. shotgun/tui/screens/shotgun_auth.py +0 -10
  31. shotgun/tui/screens/welcome.py +32 -0
  32. shotgun/tui/services/conversation_service.py +8 -6
  33. shotgun/tui/widgets/widget_coordinator.py +3 -2
  34. shotgun_sh-0.2.19.dist-info/METADATA +465 -0
  35. {shotgun_sh-0.2.11.dev3.dist-info → shotgun_sh-0.2.19.dist-info}/RECORD +38 -33
  36. shotgun_sh-0.2.11.dev3.dist-info/METADATA +0 -130
  37. {shotgun_sh-0.2.11.dev3.dist-info → shotgun_sh-0.2.19.dist-info}/WHEEL +0 -0
  38. {shotgun_sh-0.2.11.dev3.dist-info → shotgun_sh-0.2.19.dist-info}/entry_points.txt +0 -0
  39. {shotgun_sh-0.2.11.dev3.dist-info → shotgun_sh-0.2.19.dist-info}/licenses/LICENSE +0 -0
@@ -1,18 +1,19 @@
1
1
  shotgun/__init__.py,sha256=P40K0fnIsb7SKcQrFnXZ4aREjpWchVDhvM1HxI4cyIQ,104
2
2
  shotgun/api_endpoints.py,sha256=cHNkXbaxMOw6t9M7_SGHwEkz9bL1CH_kw8qIhgdXfi0,630
3
- shotgun/build_constants.py,sha256=ffbErQTMR15TUKFFx5FYu5pji3Pr7UwTskgnAZsMswM,713
4
- shotgun/logging_config.py,sha256=fMnO0Ep76PIRxr0AqLcgE5QxUl4-WfqwLkMKCA2OVRc,7110
5
- shotgun/main.py,sha256=XSb7ZeOxMXyZuQMxVGD6aCKl5DCgNKfYmXbZXtZBTMI,7072
6
- shotgun/posthog_telemetry.py,sha256=0ZLEjQKfjnSel935mgPBH3BKrBT5QzEV45w28cq9Ldw,6617
3
+ shotgun/build_constants.py,sha256=NnG1QMjsJRkjzvgeqGVxv89D2nyON6yaFd-Sq2R-86k,701
4
+ shotgun/exceptions.py,sha256=qSt4_ZWBZ_DtDxMlZIFfdwyXRkGdCfG9dic_O-5QEKA,1102
5
+ shotgun/logging_config.py,sha256=o9erNhWl5CvXpgEIzdpm9BmVwO1PBVm1VmgTPjpm8OI,8460
6
+ shotgun/main.py,sha256=nDGVisdpxot95cdiWdSlA0CPQffGhWQK4BorOP5yay0,7205
7
+ shotgun/posthog_telemetry.py,sha256=uE8JeAL2wlf3kG0lA7hylcEPYpDRrzQ-Lb8DcC1PG6o,6450
7
8
  shotgun/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
- shotgun/sentry_telemetry.py,sha256=ZfX7JqiPKynVLuYCa4txrAUY9l4YYOpmnN5-Z02jfrA,2665
9
- shotgun/settings.py,sha256=1pheWh5YRXCVzIWy7kGWiC1yGbJ8qTWxqQsxggs2BZI,7202
9
+ shotgun/sentry_telemetry.py,sha256=KIjkRAIio47bZtXseGXE6SSLXsCPThbz8_a_lw7pcSM,8419
10
+ shotgun/settings.py,sha256=c9FfswsmjWc0fe0HPwmZNtHVicaT_MogdHaN9B4iXg4,7359
10
11
  shotgun/telemetry.py,sha256=6trR92Q6ERvSuUGyS8VyBCv1Dfs20vI1-4BYPieLcxM,2917
11
12
  shotgun/agents/__init__.py,sha256=8Jzv1YsDuLyNPFJyckSr_qI4ehTVeDyIMDW4omsfPGc,25
12
- shotgun/agents/agent_manager.py,sha256=25azhJYBysW0Ri3HAZ67YIVSSLqvsY8zlyKavSVcFgY,49854
13
+ shotgun/agents/agent_manager.py,sha256=4qq1HE652lJXzH3HjxXJYDlrvYhEdHTxuiK8RLjHEtc,52004
13
14
  shotgun/agents/common.py,sha256=U18bN5mokVddIuhtSEG5i_uRjiLw6kx1tEaDtsTdhIw,19183
14
15
  shotgun/agents/conversation_history.py,sha256=djfzHu0ZQnEiRPDwqKaBIZK1KKPmdV7wE_L-7cAGb8M,7909
15
- shotgun/agents/conversation_manager.py,sha256=f9_aS9aa-esfxg93RQKfdmPEGxvKbUQGV0EvEYwOvDQ,4850
16
+ shotgun/agents/conversation_manager.py,sha256=CvmealftUc3n3pYXBGpZ29mpXGaM8bzmbGtT4KM9sdU,5280
16
17
  shotgun/agents/export.py,sha256=aCuytVFgkp4VkcGWak1TlXYasEe1WbFTTRiA6TGfhVI,2931
17
18
  shotgun/agents/llm.py,sha256=hs8j1wwTczGtehzahL1Z_5D4qus5QUx4-h9-m5ZPzm4,2209
18
19
  shotgun/agents/messages.py,sha256=wNn0qC5AqASM8LMaSGFOerZEJPn5FsIOmaJs1bdosuU,1036
@@ -22,11 +23,13 @@ shotgun/agents/research.py,sha256=0bkEGdmwJiHz_ubJ835xvsp2dDQpZWKrr8Qd55OadJI,32
22
23
  shotgun/agents/specify.py,sha256=EsnHtQ-kRwZX_GRyp5D_y94yRaOo1gfLCIKeoF8ohNY,3099
23
24
  shotgun/agents/tasks.py,sha256=rebwa9z2-YUAQTxEhxglUKeDO5i0gAq39CmR9_LXMKE,2961
24
25
  shotgun/agents/usage_manager.py,sha256=0O1G7ovgYtJ_zCTITQ1Cks75eXMwvjl1SgGE1uoZ0x4,5383
25
- shotgun/agents/config/__init__.py,sha256=Fl8K_81zBpm-OfOW27M_WWLSFdaHHek6lWz95iDREjQ,318
26
+ shotgun/agents/config/README.md,sha256=Cjgt91aAhedUOPDf-powj1jXym_SvVzLcUSvROsqS2c,3294
27
+ shotgun/agents/config/__init__.py,sha256=QuGC057dzMrzhrdRJ7c8KNwWzFqISiSk3t5LqnvOVN0,471
26
28
  shotgun/agents/config/constants.py,sha256=GZ62PTrMd_yXDBvQwpNqh401GVlMHh5Li7_xM-zdp8Y,742
27
- shotgun/agents/config/manager.py,sha256=p3RUm6SPGmiR-rdO0mI9a9zVl1OH1bbzvksI25bUnEw,20392
28
- shotgun/agents/config/models.py,sha256=EfnmHTm01D-slZxXb1Qe9HGIf3KDAAse6NY31ElUAQk,6733
29
- shotgun/agents/config/provider.py,sha256=fdL8STD1jgZMAK5NKxD0E0CaDLJ-3-Vn3Y7yPeElfk0,13402
29
+ shotgun/agents/config/manager.py,sha256=UC9gxmHGofr9KE4jRUieryZvxT_xz1f3Pgi9lfI-i2k,28925
30
+ shotgun/agents/config/models.py,sha256=zib8MP8Nu1SWGdUwUoEo2w1sMiw9rsG6szDW37Qa1KY,7605
31
+ shotgun/agents/config/provider.py,sha256=tyCEE15AVF38fgbJKgQACI3sIazmkoEuKGzBpw4mx5E,14770
32
+ shotgun/agents/config/streaming_test.py,sha256=ALOM4fjYf7dH7bsY-onKYJBcYH8ujx-50RdMwvw6RXM,4443
30
33
  shotgun/agents/context_analyzer/__init__.py,sha256=p-R3SVa3yDkXnHaZ7XV_SI_9FGhoYwvnbvDr3oxGU3M,732
31
34
  shotgun/agents/context_analyzer/analyzer.py,sha256=3WNdzY6gp4cfzf6uDiFnVo7P2VnFSdbh8SE7uMx5ffQ,20005
32
35
  shotgun/agents/context_analyzer/constants.py,sha256=oG8IJXEFN-V5wtnoz_ZBhOIGNXG1kjR4K_yOC5e95hY,323
@@ -37,13 +40,13 @@ shotgun/agents/history/compaction.py,sha256=S7U00K3-tHOBHjSseGLaNSozkfmZknnqNyat
37
40
  shotgun/agents/history/constants.py,sha256=yWY8rrTZarLA3flCCMB_hS2NMvUDRDTwP4D4j7MIh1w,446
38
41
  shotgun/agents/history/context_extraction.py,sha256=yPF3oYpv5GFsFQT5y53ORKdADtrkGH4u8LwPdO0YVzU,7157
39
42
  shotgun/agents/history/history_building.py,sha256=6LFDZ60MTPDoGAcmu_mjlnjVYu8YYWdIi-cGbF3jm7A,3532
40
- shotgun/agents/history/history_processors.py,sha256=Xt025vfcTesV8WjcnOvdHBz1Sv0UwvvOBehH5-qtbj0,18708
43
+ shotgun/agents/history/history_processors.py,sha256=X1H8kuS0lfiBGBoPmfGhnIVSMLFCTTG4itx9zzePqDE,22503
41
44
  shotgun/agents/history/message_utils.py,sha256=aPusAl2RYKbjc7lBxPaNprRHmZEG6fe97q7DQUlhlzU,2918
42
45
  shotgun/agents/history/token_estimation.py,sha256=iRyKq-YDivEpJrULIbQgNpjhOuSC4nHVJYfsWEFV8sQ,4770
43
46
  shotgun/agents/history/token_counting/__init__.py,sha256=YZt5Lus--fkF6l1hdkIlp1e_oAIpACNwHOI0FRP4q8s,924
44
47
  shotgun/agents/history/token_counting/anthropic.py,sha256=kGxfDF4GyaPbNnS4DUiOM5EPThEBXBOgbxbO_W8iBXo,4575
45
48
  shotgun/agents/history/token_counting/base.py,sha256=eVtNmFnnDcsX3E9GE-OH_4_ibdlwg4fETi2cq60sqLw,2327
46
- shotgun/agents/history/token_counting/openai.py,sha256=22gNJMOO1fPwD1RcoBUvGM4gY6AX9kHwc3YqhUQC2LQ,2560
49
+ shotgun/agents/history/token_counting/openai.py,sha256=lZgoMSVSlBN899Cp8sMFggYVDiSaqB-gTHUSaRoQ0yk,2746
47
50
  shotgun/agents/history/token_counting/sentencepiece_counter.py,sha256=JTSWGAuCtqa7e2fJQzNQ52HqprSJJOcMZLnwxDId-vk,4201
48
51
  shotgun/agents/history/token_counting/tokenizer_cache.py,sha256=owa4E12iMx8H1mNpCbHEtArE_b4vuwHl_0zKeRovv3w,2936
49
52
  shotgun/agents/history/token_counting/utils.py,sha256=zL9pzrQHCyi5YMgUyLTnLI9WJmMr3UEEDUECgh4_TjE,4872
@@ -103,7 +106,7 @@ shotgun/prompts/agents/research.j2,sha256=QFoSSiF_5v7c78RHaiucZEb9mOC_wF54BVKnJE
103
106
  shotgun/prompts/agents/specify.j2,sha256=XdB2WehbVmszw9crl6PEHLyLgwvU08MV--ClV3hI4mA,12014
104
107
  shotgun/prompts/agents/tasks.j2,sha256=SMvTQPzRR6eHlW3fcj-7Bl-Lh9HWaiF3uAKv77nMdZw,5956
105
108
  shotgun/prompts/agents/partials/codebase_understanding.j2,sha256=7WH-PVd-TRBFQUdOdKkwwn9hAUaJznFZMAGHhO7IGGU,5633
106
- shotgun/prompts/agents/partials/common_agent_system_prompt.j2,sha256=wfjsQGcMTWWGBk9l0pKDnPehG8NrwTHm5FFEqba__LI,2161
109
+ shotgun/prompts/agents/partials/common_agent_system_prompt.j2,sha256=Uc-dp-yR-mgBnYaXuY8BkplEsFgyDzZ67D6EBcL4zpE,2253
107
110
  shotgun/prompts/agents/partials/content_formatting.j2,sha256=MG0JB7SSp8YV5akDWpbs2f9DcdREIYqLp38NnoWLeQ0,1854
108
111
  shotgun/prompts/agents/partials/interactive_mode.j2,sha256=nyNTURRszG_Pl7M3TS_luUshekDn9yVHfBDMkHSZ1kw,1448
109
112
  shotgun/prompts/agents/state/system_state.j2,sha256=RPweqBYmgWMiDuOjdEDl6NLgYU7HMaUGW1jBSnD5UzQ,1270
@@ -129,7 +132,7 @@ shotgun/shotgun_web/client.py,sha256=n5DDuVfSa6VPZjhSsfSxQlSFOnhgDHyidRnB8Hv9XF4
129
132
  shotgun/shotgun_web/constants.py,sha256=eNvtjlu81bAVQaCwZXOVjSpDopUm9pf34XuZEvuMiko,661
130
133
  shotgun/shotgun_web/models.py,sha256=Ie9VfqKZM2tIJhIjentU9qLoNaMZvnUJaIu-xg9kQsA,1391
131
134
  shotgun/tui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
132
- shotgun/tui/app.py,sha256=jHusxPFWJgjIJzCSt9qsBoujViCcEgdAFKMnivSoSEw,12969
135
+ shotgun/tui/app.py,sha256=0TxU44NzlyGg4UNZ5i1uuxiIYb-rICWr-N3x-LSrTB8,12883
133
136
  shotgun/tui/containers.py,sha256=c2gJnFWab873F8IDOwgUBM-2ukf2kbIlO7_s20JxH1w,3540
134
137
  shotgun/tui/dependencies.py,sha256=I8xIPUujCeQqqkkKbNYrsL6dCA2MfQ8Vlh4Q0VGlAfI,1331
135
138
  shotgun/tui/filtered_codebase_service.py,sha256=lJ8gTMhIveTatmvmGLP299msWWTkVYKwvY_2FhuL2s4,1687
@@ -145,38 +148,40 @@ shotgun/tui/components/status_bar.py,sha256=ctfk1YcHBb9-iwAw3VOO6gLoSrcjvykFOxMl
145
148
  shotgun/tui/components/vertical_tail.py,sha256=kROwTaRjUwVB7H35dtmNcUVPQqNYvvfq7K2tXBKEb6c,638
146
149
  shotgun/tui/screens/chat.tcss,sha256=7jM4YTBj-N-5T4NIiU2AJiGtKYvYO50OAkI0o7_qimI,574
147
150
  shotgun/tui/screens/confirmation_dialog.py,sha256=62RYcTSfZHLH77bewmtSEeGgLRyYvCQh16ZoZuIE1J0,4788
148
- shotgun/tui/screens/directory_setup.py,sha256=lIZ1J4A6g5Q2ZBX8epW7BhR96Dmdcg22CyiM5S-I5WU,3237
149
- shotgun/tui/screens/feedback.py,sha256=V4Fkk0Nqe-S7Cak-mzqGtGKNeEeluW4oCZGZKsOtiN0,5732
150
- shotgun/tui/screens/model_picker.py,sha256=JXtFs476WGhu4fhDNG0Bit59e4mtuykNziAM953CNEk,12930
151
- shotgun/tui/screens/pipx_migration.py,sha256=i5g9pQLKeGfqwppVFddRTypXCBk9byaIQ_1wgYuDTfc,4326
152
- shotgun/tui/screens/provider_config.py,sha256=bBPtgdcmUln8tPDoVrECmcWDq_2_BDfdsUVWumA4Ebo,12036
153
- shotgun/tui/screens/shotgun_auth.py,sha256=g1mA4d0hlIH8AWwV8go95WNEQsPKoq9n6QJQ3vtviSo,10675
151
+ shotgun/tui/screens/directory_setup.py,sha256=VYxZWlZCZj_DgAI8tsqOAG_yECTl9yQZPPoSnNnBDoA,3505
152
+ shotgun/tui/screens/feedback.py,sha256=BRrAcgDMAVsEvCNFYjuqdF6FmqzuqiBxeLz4Ah7MGMQ,5955
153
+ shotgun/tui/screens/github_issue.py,sha256=OdjaNLb997UOqVTWMq-GawVbTPjxarynMb-y0ktxeCA,3178
154
+ shotgun/tui/screens/model_picker.py,sha256=nOKl--vCxS7tgYFU6HSYqwxtfqOLYwT14KvC9f_VdDk,13167
155
+ shotgun/tui/screens/onboarding.py,sha256=inSdwIMbfMf376fOA0x3AdSDvNhJcxjWnDNKpMRMCp0,13821
156
+ shotgun/tui/screens/pipx_migration.py,sha256=GD7f1DykALe5Jk57CfRubtnNolcmdE87vMnuXhjdyqI,4566
157
+ shotgun/tui/screens/provider_config.py,sha256=42g9utH5uMx8gdexcJiD0Jp8B5qlMQg2qOcQCNqwR8I,12677
158
+ shotgun/tui/screens/shotgun_auth.py,sha256=8v-rV5WjOiBsc3MrPtLy1F6vkYllwhzIARsvLe2RcOE,10038
154
159
  shotgun/tui/screens/splash.py,sha256=E2MsJihi3c9NY1L28o_MstDxGwrCnnV7zdq00MrGAsw,706
155
- shotgun/tui/screens/welcome.py,sha256=Lr7fJqXccjZnbBF_9qn5UpewW1gHsRuVLAioWEKbhPE,6364
160
+ shotgun/tui/screens/welcome.py,sha256=PphOGzoqnmY3cGGg2wJX4Ytgf2DPifL7KGM4czU4L1M,7740
156
161
  shotgun/tui/screens/chat/__init__.py,sha256=wChPqpJG-7kPYVYZjE8BlkXWxfW_YABhTR2fQ51opHY,113
157
162
  shotgun/tui/screens/chat/chat.tcss,sha256=7jM4YTBj-N-5T4NIiU2AJiGtKYvYO50OAkI0o7_qimI,574
158
- shotgun/tui/screens/chat/chat_screen.py,sha256=WSYEXxBQajb5ONoFW7pEVi5CuxWB5OFKBAa398nPbzE,47917
163
+ shotgun/tui/screens/chat/chat_screen.py,sha256=QhwMj-HuQ9hIQzaUIcKU84f5Bj8_MsU1EVkpSMKpIj8,52229
159
164
  shotgun/tui/screens/chat/codebase_index_prompt_screen.py,sha256=QjqOOqaXJks-82prEHCUnIZbmNBoGb2FLqxet_dUUYM,2070
160
165
  shotgun/tui/screens/chat/codebase_index_selection.py,sha256=Zz0vi3uLhWysdPHRO8Rye9QX4hIPeWhSAw6Y9-BlOVA,241
161
166
  shotgun/tui/screens/chat/help_text.py,sha256=MkDq0Z7yQCXHVtLlnZaFU_Ijq1rbQX9KMOGVsb_1Hm8,1610
162
167
  shotgun/tui/screens/chat/prompt_history.py,sha256=uL3KVFb32vD09jN338mebFAi0QI-EJXTxcEQy-j6QdQ,1201
163
168
  shotgun/tui/screens/chat_screen/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
164
- shotgun/tui/screens/chat_screen/command_providers.py,sha256=vHqNS9ELQlP-Yjm5IoT_LkqqBAQXyshwucKVntW4d_Y,15098
169
+ shotgun/tui/screens/chat_screen/command_providers.py,sha256=O9H_SGdXny2lYH7qQNmoQUvYv59Fg_v5tlICzCGT9Zc,15582
165
170
  shotgun/tui/screens/chat_screen/hint_message.py,sha256=WOpbk8q7qt7eOHTyyHvh_IQIaublVDeJGaLpsxEk9FA,933
166
171
  shotgun/tui/screens/chat_screen/history/__init__.py,sha256=PRznBlnm9caNE0YYC08PkvNMAK-JpuULwmByaRNTKO0,581
167
172
  shotgun/tui/screens/chat_screen/history/agent_response.py,sha256=m-RtSg77y-g_mzkVHOBMTMSW1ZE6RUCUYupn-PylPcc,2378
168
- shotgun/tui/screens/chat_screen/history/chat_history.py,sha256=6owb83I3RefJzh7xtqgKHR-x5-3XYi6CGiIMyn5xfyI,4078
173
+ shotgun/tui/screens/chat_screen/history/chat_history.py,sha256=KYgeyvXUOgIFjSktpixS-dnLATwl6YKjnOyj2UDeT5g,4024
169
174
  shotgun/tui/screens/chat_screen/history/formatters.py,sha256=R1roy6Ap04dUJ7clMLtYqSLkCMD6g2K6sVanOpDGwdc,4616
170
175
  shotgun/tui/screens/chat_screen/history/partial_response.py,sha256=loMaUoXLphnRh3gl4xvmTtkfaFY-ULrSDjndAWQcy1s,1318
171
176
  shotgun/tui/screens/chat_screen/history/user_question.py,sha256=BKl4FVKh4veszykkfr8RI06O5NEDIBZ17IZSCLzlImA,1305
172
177
  shotgun/tui/services/__init__.py,sha256=-BKRCRYQSnQZI4PxxUpkbvq8eYhXGjWHJtVW06CYQ2o,149
173
- shotgun/tui/services/conversation_service.py,sha256=cd0Yz-I1ISYbxQP7oatfNYNobFl-U9T4TxC8IcOEmtA,6627
178
+ shotgun/tui/services/conversation_service.py,sha256=iT8YP4c8nncbYiSk82t-1j06_71RBxLVUCUJnj5EmGE,6741
174
179
  shotgun/tui/state/__init__.py,sha256=oPV_VsvoiXhuZPwnra38kCT3RyXLvVxkVKDOv-LXGgA,141
175
180
  shotgun/tui/state/processing_state.py,sha256=O0SxqQmljWyaSAhdCAr2fNgS0ibFiIhGRNHpiUSCkW0,6234
176
181
  shotgun/tui/utils/__init__.py,sha256=cFjDfoXTRBq29wgP7TGRWUu1eFfiIG-LLOzjIGfadgI,150
177
182
  shotgun/tui/utils/mode_progress.py,sha256=6zh5NKtx0mF5eIOL9OPex93a4l_--s2uXrpOkqemAFU,11168
178
183
  shotgun/tui/widgets/__init__.py,sha256=rfWJJ3R9ID9J-qWm4ESnGgTK5KpKZJ7bdO0BH0PLdPI,152
179
- shotgun/tui/widgets/widget_coordinator.py,sha256=ApHslajShTHXJUSqqEdE_GMJe3ntumTJBkNyBUbnrlo,9026
184
+ shotgun/tui/widgets/widget_coordinator.py,sha256=gxRJxbUejXTmpj6lHwfKm9u_FMNF-0VuAkkkQRT6Spk,9131
180
185
  shotgun/utils/__init__.py,sha256=WinIEp9oL2iMrWaDkXz2QX4nYVPAm8C9aBSKTeEwLtE,198
181
186
  shotgun/utils/datetime_utils.py,sha256=x_uYmG1n9rkhSO2oR2uV9ttiuPL0nKa9os8YYaPfdWY,2592
182
187
  shotgun/utils/env_utils.py,sha256=ulM3BRi9ZhS7uC-zorGeDQm4SHvsyFuuU9BtVPqdrHY,1418
@@ -184,8 +189,8 @@ shotgun/utils/file_system_utils.py,sha256=zuuWO12bzSfeocTbi4DHVJKJTBekjP-_vRmb36
184
189
  shotgun/utils/marketing.py,sha256=WAPEtJDagNsDmIBdrZ0XBHOgsLONz_eT25wEng-HDBs,3759
185
190
  shotgun/utils/source_detection.py,sha256=Co6Q03R3fT771TF3RzB-70stfjNP2S4F_ArZKibwzm8,454
186
191
  shotgun/utils/update_checker.py,sha256=6fjiVUXgdxUrI54dfw0xBsrw7jlobYkjYNZaR-JoTpI,9667
187
- shotgun_sh-0.2.11.dev3.dist-info/METADATA,sha256=YyAnQTM94gXZfkffbnU1-w-qKsMjwdl-hiBeUVZ_BGM,4485
188
- shotgun_sh-0.2.11.dev3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
189
- shotgun_sh-0.2.11.dev3.dist-info/entry_points.txt,sha256=GQmtjKaPtviqYOuB3C0SMGlG5RZS9-VDDIKxV_IVHmY,75
190
- shotgun_sh-0.2.11.dev3.dist-info/licenses/LICENSE,sha256=ZZEiPnjIkv3rNT-CJBMU6l7VukLUdddCo3bTwal1NIQ,1070
191
- shotgun_sh-0.2.11.dev3.dist-info/RECORD,,
192
+ shotgun_sh-0.2.19.dist-info/METADATA,sha256=mwoVqRbg9rk_f-dn2RgPmTlRO-zYYdiqgJNnAvuqfFs,15638
193
+ shotgun_sh-0.2.19.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
194
+ shotgun_sh-0.2.19.dist-info/entry_points.txt,sha256=GQmtjKaPtviqYOuB3C0SMGlG5RZS9-VDDIKxV_IVHmY,75
195
+ shotgun_sh-0.2.19.dist-info/licenses/LICENSE,sha256=ZZEiPnjIkv3rNT-CJBMU6l7VukLUdddCo3bTwal1NIQ,1070
196
+ shotgun_sh-0.2.19.dist-info/RECORD,,
@@ -1,130 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: shotgun-sh
3
- Version: 0.2.11.dev3
4
- Summary: AI-powered research, planning, and task management CLI tool
5
- Project-URL: Homepage, https://shotgun.sh/
6
- Project-URL: Repository, https://github.com/shotgun-sh/shotgun
7
- Project-URL: Issues, https://github.com/shotgun-sh/shotgun-alpha/issues
8
- Project-URL: Discord, https://discord.gg/5RmY6J2N7s
9
- Author-email: "Proofs.io" <hello@proofs.io>
10
- License: MIT
11
- License-File: LICENSE
12
- Keywords: agent,ai,cli,llm,planning,productivity,pydantic-ai,research,task-management
13
- Classifier: Development Status :: 3 - Alpha
14
- Classifier: Environment :: Console
15
- Classifier: Intended Audience :: Developers
16
- Classifier: License :: OSI Approved :: MIT License
17
- Classifier: Operating System :: OS Independent
18
- Classifier: Programming Language :: Python :: 3
19
- Classifier: Programming Language :: Python :: 3.11
20
- Classifier: Programming Language :: Python :: 3.12
21
- Classifier: Topic :: Software Development :: Libraries :: Python Modules
22
- Classifier: Topic :: Utilities
23
- Requires-Python: >=3.11
24
- Requires-Dist: aiofiles>=24.0.0
25
- Requires-Dist: anthropic>=0.39.0
26
- Requires-Dist: dependency-injector>=4.41.0
27
- Requires-Dist: genai-prices>=0.0.27
28
- Requires-Dist: httpx>=0.27.0
29
- Requires-Dist: jinja2>=3.1.0
30
- Requires-Dist: kuzu>=0.7.0
31
- Requires-Dist: logfire>=2.0.0
32
- Requires-Dist: openai>=1.0.0
33
- Requires-Dist: packaging>=23.0
34
- Requires-Dist: posthog>=3.0.0
35
- Requires-Dist: pydantic-ai>=0.0.14
36
- Requires-Dist: pydantic-settings>=2.0.0
37
- Requires-Dist: rich>=13.0.0
38
- Requires-Dist: sentencepiece>=0.2.0
39
- Requires-Dist: sentry-sdk[pure-eval]>=2.0.0
40
- Requires-Dist: tenacity>=8.0.0
41
- Requires-Dist: textual-dev>=1.7.0
42
- Requires-Dist: textual-serve>=0.1.0
43
- Requires-Dist: textual>=6.1.0
44
- Requires-Dist: tiktoken>=0.7.0
45
- Requires-Dist: tree-sitter-go>=0.23.0
46
- Requires-Dist: tree-sitter-javascript>=0.23.0
47
- Requires-Dist: tree-sitter-python>=0.23.0
48
- Requires-Dist: tree-sitter-rust>=0.23.0
49
- Requires-Dist: tree-sitter-typescript>=0.23.0
50
- Requires-Dist: tree-sitter>=0.21.0
51
- Requires-Dist: typer>=0.12.0
52
- Requires-Dist: watchdog>=4.0.0
53
- Provides-Extra: dev
54
- Requires-Dist: commitizen>=3.13.0; extra == 'dev'
55
- Requires-Dist: lefthook>=1.12.0; extra == 'dev'
56
- Requires-Dist: mypy>=1.11.0; extra == 'dev'
57
- Requires-Dist: ruff>=0.6.0; extra == 'dev'
58
- Description-Content-Type: text/markdown
59
-
60
- # Shotgun
61
-
62
- **Spec-Driven Development for AI Code Generation**
63
-
64
- Shotgun is a CLI tool that turns work with AI code-gen tools from "I want to build X" into: **research → specs → plans → tasks → implementation**. It reads your entire codebase, coordinates AI agents to do the heavy lifting, and exports clean artifacts in the agents.md format so your code-gen tools actually know what they're building.
65
-
66
- 🌐 **Learn more at [shotgun.sh](https://shotgun.sh/)**
67
-
68
- ## Features
69
-
70
- ### 📊 Complete Codebase Understanding
71
-
72
- Before writing a single line, Shotgun reads all of it. Your patterns. Your dependencies. Your technical debt. Whether you're adding features, onboarding devs, planning migrations, or refactoring - Shotgun knows what you're working with.
73
-
74
- ### 🔄 Five Modes. One Journey. Zero Gaps.
75
-
76
- **Research** (what exists) → **Specify** (what to build) → **Plan** (how to build) → **Tasks** (break it down) → **Export** (to any tool)
77
-
78
- Not another chatbot. A complete workflow where each mode feeds the next.
79
-
80
- ### ➡️ Export to agents.md
81
-
82
- Outputs plug into many code-generation tools including Codex, Cursor, Warp, Devin, opencode, Jules, and more.
83
-
84
- ### 📝 Specs That Don't Die in Slack
85
-
86
- Every research finding, every architectural decision, every "here's why we didn't use that library" - captured as markdown in your repo. Version controlled. Searchable.
87
-
88
- ## Installation
89
-
90
- ### Using uvx (Recommended)
91
-
92
- **Quick start (ephemeral):**
93
- ```bash
94
- uvx shotgun-sh@latest
95
- ```
96
-
97
- **Install permanently:**
98
- ```bash
99
- uv tool install shotgun-sh
100
- ```
101
-
102
- If you don't have `uv` installed, get it at [astral.sh/uv](https://astral.sh/uv) or `curl -LsSf https://astral.sh/uv/install.sh | sh`
103
-
104
- ## Quick Start
105
-
106
- ```bash
107
- # Research your codebase or a topic
108
- shotgun research "What is our authentication flow?"
109
-
110
- # Generate specifications
111
- shotgun spec "Add OAuth2 authentication"
112
-
113
- # Create an implementation plan
114
- shotgun plan "Build user dashboard"
115
-
116
- # Break down into tasks
117
- shotgun tasks "Implement payment system"
118
-
119
- # Export to agents.md format for your code-gen tools
120
- shotgun export
121
- ```
122
-
123
- ## Support
124
-
125
- Have questions? Join our community on **[Discord](https://discord.gg/5RmY6J2N7s)**
126
-
127
- ---
128
-
129
- **License:** MIT
130
- **Python:** 3.11+