claudechic 0.2.2__py3-none-any.whl → 0.3.1__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.
- claudechic/__init__.py +3 -1
- claudechic/__main__.py +12 -1
- claudechic/agent.py +60 -19
- claudechic/agent_manager.py +8 -2
- claudechic/analytics.py +62 -0
- claudechic/app.py +267 -158
- claudechic/commands.py +120 -6
- claudechic/config.py +80 -0
- claudechic/features/worktree/commands.py +70 -1
- claudechic/help_data.py +200 -0
- claudechic/messages.py +0 -17
- claudechic/processes.py +120 -0
- claudechic/profiling.py +18 -1
- claudechic/protocols.py +1 -1
- claudechic/remote.py +249 -0
- claudechic/sessions.py +60 -50
- claudechic/styles.tcss +19 -18
- claudechic/widgets/__init__.py +112 -41
- claudechic/widgets/base/__init__.py +20 -0
- claudechic/widgets/base/clickable.py +23 -0
- claudechic/widgets/base/copyable.py +55 -0
- claudechic/{cursor.py → widgets/base/cursor.py} +9 -28
- claudechic/widgets/base/tool_protocol.py +30 -0
- claudechic/widgets/content/__init__.py +41 -0
- claudechic/widgets/{diff.py → content/diff.py} +11 -65
- claudechic/widgets/{chat.py → content/message.py} +25 -76
- claudechic/widgets/{tools.py → content/tools.py} +12 -24
- claudechic/widgets/input/__init__.py +9 -0
- claudechic/widgets/layout/__init__.py +51 -0
- claudechic/widgets/{chat_view.py → layout/chat_view.py} +92 -43
- claudechic/widgets/{footer.py → layout/footer.py} +17 -7
- claudechic/widgets/{indicators.py → layout/indicators.py} +55 -7
- claudechic/widgets/layout/processes.py +68 -0
- claudechic/widgets/{agents.py → layout/sidebar.py} +163 -82
- claudechic/widgets/modals/__init__.py +9 -0
- claudechic/widgets/modals/process_modal.py +121 -0
- claudechic/widgets/{profile_modal.py → modals/profile.py} +2 -1
- claudechic/widgets/primitives/__init__.py +13 -0
- claudechic/widgets/{button.py → primitives/button.py} +1 -1
- claudechic/widgets/{collapsible.py → primitives/collapsible.py} +5 -1
- claudechic/widgets/{scroll.py → primitives/scroll.py} +2 -0
- claudechic/widgets/primitives/spinner.py +57 -0
- claudechic/widgets/prompts.py +146 -17
- claudechic/widgets/reports/__init__.py +10 -0
- claudechic-0.3.1.dist-info/METADATA +88 -0
- claudechic-0.3.1.dist-info/RECORD +71 -0
- {claudechic-0.2.2.dist-info → claudechic-0.3.1.dist-info}/WHEEL +1 -1
- claudechic-0.3.1.dist-info/licenses/LICENSE +21 -0
- claudechic/features/worktree/prompts.py +0 -101
- claudechic/widgets/model_prompt.py +0 -56
- claudechic-0.2.2.dist-info/METADATA +0 -58
- claudechic-0.2.2.dist-info/RECORD +0 -54
- /claudechic/widgets/{todo.py → content/todo.py} +0 -0
- /claudechic/widgets/{autocomplete.py → input/autocomplete.py} +0 -0
- /claudechic/widgets/{history_search.py → input/history_search.py} +0 -0
- /claudechic/widgets/{context_report.py → reports/context.py} +0 -0
- /claudechic/widgets/{usage.py → reports/usage.py} +0 -0
- {claudechic-0.2.2.dist-info → claudechic-0.3.1.dist-info}/entry_points.txt +0 -0
- {claudechic-0.2.2.dist-info → claudechic-0.3.1.dist-info}/top_level.txt +0 -0
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
claudechic/__init__.py,sha256=mNtyG2zXsYuccuSY7NT9gDUtyd8T9dYktlJkPz2Z0Vc,367
|
|
2
|
-
claudechic/__main__.py,sha256=M9dCPdgDxoJOpHISDwH6yY3Tr0sN802vYmH1VOsUMrY,1656
|
|
3
|
-
claudechic/agent.py,sha256=y59PJgTu4GEWI_QoZwS6ZiFKZyL2a-BlIrIEeHEQTxo,25934
|
|
4
|
-
claudechic/agent_manager.py,sha256=iaN8jrqoM4kOCa1ZBBcaErtyx1BBZ3KbxH60OyECV3M,6890
|
|
5
|
-
claudechic/app.py,sha256=zucLLaxH_hVGhMpGQSwjBVlGpCWJ8is9TcmMWY08qxE,74501
|
|
6
|
-
claudechic/commands.py,sha256=dH-JPdcLxlpF9WC5LAnE0UZN7Tyw9gKNmN5wBElkcOE,9225
|
|
7
|
-
claudechic/compact.py,sha256=0Zh-b0e7VpwxQKs7nRgmKLLnMOwx9VwiVQ6x1y5OwQQ,14683
|
|
8
|
-
claudechic/cursor.py,sha256=ohmVchmko0Mm6Src166UqFenJv909V_beMLFahzUuzU,3414
|
|
9
|
-
claudechic/enums.py,sha256=CiyD9cfTYDH_IPg1B29E6xP3Xn62uIT6rIc2qhMdbZU,1324
|
|
10
|
-
claudechic/errors.py,sha256=HtJR_UTDLruiUeLGd_XUGAQuKSZ_Qtfo6lFpuOwfPxc,1585
|
|
11
|
-
claudechic/file_index.py,sha256=mXO0ztdHI_4IktHCLucMR8nPhsjzpumKeoQLFrYEeiw,6190
|
|
12
|
-
claudechic/formatting.py,sha256=XK8Y_myWoypjrRslZtWc0duG23jdPsFi0kfrXEB1siw,11293
|
|
13
|
-
claudechic/history.py,sha256=zcQYHYQve5T0hzs5guvUhK9sDTs21u9F0jVU4kPaVHk,1967
|
|
14
|
-
claudechic/mcp.py,sha256=Puvfp8caT_ToJFra43Te40ofkAlk30QvNkwTA5C3wcU,9288
|
|
15
|
-
claudechic/messages.py,sha256=Kui0g2ANpvIWMgcn3r1VDWvb86mlOr4oLUlbASuahoI,2546
|
|
16
|
-
claudechic/permissions.py,sha256=-qDJhwDiR_hPnmrqHdWBPN9XopH7ceP2VM4-DwaV2Hc,1486
|
|
17
|
-
claudechic/profiling.py,sha256=XQU-g3ztqXlpQ0F2Mkk3al182aNM_KqqUa7wCPP6mjU,3054
|
|
18
|
-
claudechic/protocols.py,sha256=UAClVu2b71fycCC5FXL7mvMsj4KiRm2U1FJCTIK2U94,3292
|
|
19
|
-
claudechic/sampling.py,sha256=pjW1ovJpVpFFxY2z0vOZ0b0gdg-ebDNOUPknIYHnQHY,7032
|
|
20
|
-
claudechic/sessions.py,sha256=ajXkdBomYt_AnpBgBF4trzuVHpfOyZRE8FmRmvqn8Jw,10175
|
|
21
|
-
claudechic/shell_complete.py,sha256=pKoPTTwycz-_URSBgdOQsxmNwqn6tpT6qV8iTO5iF7U,4147
|
|
22
|
-
claudechic/shell_runner.py,sha256=XEExwdsXLEqFjAmt3GlFJ1mqe2ZVWlnbWMbI3nwnaDY,1779
|
|
23
|
-
claudechic/styles.tcss,sha256=Soddk_hK0uXRM8O18BtYzp-aeiYIxI76UfQEj2GB7kk,11706
|
|
24
|
-
claudechic/theme.py,sha256=5K8lV0jCUIa59Lf6oV5NAOlMoo2R4H5St1bDTqmGRJM,544
|
|
25
|
-
claudechic/usage.py,sha256=Z5sYeb7xJwIG3kptMxQQQmggD1qsGRH9n3rn2mnga38,3576
|
|
26
|
-
claudechic/features/__init__.py,sha256=wC6NXFQ3YJX0wy-H5H_1xzDzL5Sv1cCP0rL62uGHdoI,45
|
|
27
|
-
claudechic/features/worktree/__init__.py,sha256=-e9GnepGU6GfijNMnBPQY1Frw0yCyqkUTwA6vglIvXI,339
|
|
28
|
-
claudechic/features/worktree/commands.py,sha256=ivgAr-GyMBq30-JBrheQLwgWLKtLySrgSs6KDbpce7Y,14223
|
|
29
|
-
claudechic/features/worktree/git.py,sha256=lzAc8lHorB96ioiMfZy2Ce3_c-wHXT7wOSa2bp5V-6E,19357
|
|
30
|
-
claudechic/features/worktree/prompts.py,sha256=RLX7bcB38qz-prA5X9FdDhH6ENIOL7FXBvhnyZTVhnM,3360
|
|
31
|
-
claudechic/widgets/__init__.py,sha256=EzgSeU0puZ5T0ElfR-MQEPU5P4ViOgg_qp4JwUVtF0I,2125
|
|
32
|
-
claudechic/widgets/agents.py,sha256=i3nTkKoHKTq0HfzC7-7dcQAM0HVmXnNnJMCjjUiGWvY,9309
|
|
33
|
-
claudechic/widgets/autocomplete.py,sha256=x-ek_EB9ShNhtlK4sZLUBOHIztI-CHRrCoDNjJO68Ec,22363
|
|
34
|
-
claudechic/widgets/button.py,sha256=oL2h05lO0Pj2zSjui-kOTXiF4Q2SDYb5ptNUBrSH6k8,750
|
|
35
|
-
claudechic/widgets/chat.py,sha256=pRwj7yXXJFt3qDr-Pj0TXzZ2XuPpPZ9n2uUMqwhKJ8k,18306
|
|
36
|
-
claudechic/widgets/chat_view.py,sha256=XfTD6QUYAmAjP74N1zeBRzChy1Ht7E0KLNKqi94AlJ4,9681
|
|
37
|
-
claudechic/widgets/collapsible.py,sha256=F8pHwYJD6Vo9fuRhiRai67k_VpYfiem6nAlrJ2Xq-Vg,915
|
|
38
|
-
claudechic/widgets/context_report.py,sha256=W-jPhCgMAis6CBYZNS_YbSPklAFM5wY1WRH7yfD1prM,10378
|
|
39
|
-
claudechic/widgets/diff.py,sha256=n-59OefEKRAENnBhyCoELM2feOah85mqUtIZzzcC0Rg,15442
|
|
40
|
-
claudechic/widgets/footer.py,sha256=J4RNHmW8WREd8DFLoPxt-r1NO7TqeOZ-TBKDeknSXbg,3257
|
|
41
|
-
claudechic/widgets/history_search.py,sha256=WyNERLIMaqwEyJzA9-Jp7BbXL5qEtwby_d9S4OnpsK4,5799
|
|
42
|
-
claudechic/widgets/indicators.py,sha256=vTCI1wn3_Dpo9y__rbUxUrYiTqR1YtoB-0P98DL-bV4,3024
|
|
43
|
-
claudechic/widgets/model_prompt.py,sha256=bd_Hr0wk3mvx3topnZ03HQfhTEIvjd1cKx2kc0y7PVw,2013
|
|
44
|
-
claudechic/widgets/profile_modal.py,sha256=5ekBVUPaR_HUEOXjT7fBXypdgThz7PHHGaUdCFCnsSM,5502
|
|
45
|
-
claudechic/widgets/prompts.py,sha256=sZREqj2luAoQZMwYl9M2NXDghlsAzmp9_uj7mSba8gs,13701
|
|
46
|
-
claudechic/widgets/scroll.py,sha256=72dQiVvbQhQuf5tpuIw7RmU47mFlJg3MM6s-3BCjQRw,2782
|
|
47
|
-
claudechic/widgets/todo.py,sha256=ngqZNwfo3wTG9ar2oGfBLs6Ks0JlYuytJBPZAcuq46I,2687
|
|
48
|
-
claudechic/widgets/tools.py,sha256=0JohpuJmMMTUPp1OeULroubtNEz3G1RKEfbCLAqpMdU,22602
|
|
49
|
-
claudechic/widgets/usage.py,sha256=l4-DHu-IYa5U35Va-0XS67vw0RMT2aN0jqtwNtpM6Gk,3206
|
|
50
|
-
claudechic-0.2.2.dist-info/METADATA,sha256=u3K7h4sv20j7l4bgZIgybsD4Gx1buO-ldYGPe-7p4Sw,1579
|
|
51
|
-
claudechic-0.2.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
52
|
-
claudechic-0.2.2.dist-info/entry_points.txt,sha256=Sc5fC-THixL9JITMX0l6vZL3_w8ca2GlDz0vfwaxKO4,56
|
|
53
|
-
claudechic-0.2.2.dist-info/top_level.txt,sha256=lZKKh50h8hvU4mD1GHz-5QS3rfycrxBTu1iEpC3WUqM,11
|
|
54
|
-
claudechic-0.2.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|