claude-code-tools 1.19.8__tar.gz → 1.20.1__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.
- claude_code_tools-1.19.8/README.md → claude_code_tools-1.20.1/PKG-INFO +31 -68
- claude_code_tools-1.19.8/PKG-INFO → claude_code_tools-1.20.1/README.md +5 -111
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/__init__.py +1 -1
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/pyproject.toml +11 -31
- claude_code_tools-1.19.8/claude_code_tools/voice_type/__init__.py +0 -6
- claude_code_tools-1.19.8/claude_code_tools/voice_type/app.py +0 -640
- claude_code_tools-1.19.8/claude_code_tools/voice_type/cli.py +0 -256
- claude_code_tools-1.19.8/claude_code_tools/voice_type/config.py +0 -420
- claude_code_tools-1.19.8/claude_code_tools/voice_type/engine_parakeet.py +0 -1023
- claude_code_tools-1.19.8/claude_code_tools/voice_type/engine_parakeet_mlx.py +0 -217
- claude_code_tools-1.19.8/claude_code_tools/voice_type/engines.py +0 -183
- claude_code_tools-1.19.8/claude_code_tools/voice_type/hotkey.py +0 -481
- claude_code_tools-1.19.8/claude_code_tools/voice_type/inject.py +0 -167
- claude_code_tools-1.19.8/claude_code_tools/voice_type/logic.py +0 -119
- claude_code_tools-1.19.8/claude_code_tools/voice_type/overlay.py +0 -402
- claude_code_tools-1.19.8/claude_code_tools/voice_type/setup_wizard.py +0 -357
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/.gitignore +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/LICENSE +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/action_rpc.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/agent_tunnel/__init__.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/agent_tunnel/backends.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/agent_tunnel/cli.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/agent_tunnel/config.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/agent_tunnel/convert.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/agent_tunnel/discord_bot.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/agent_tunnel/locking.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/agent_tunnel/paths.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/agent_tunnel/registry.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/agent_tunnel/session.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/agent_tunnel/store.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/agent_tunnel/tmux.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/agent_tunnel/trust.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/aichat.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/claude_continue.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/codex_continue.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/codex_server.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/codex_server_cli.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/codex_server_fingerprint.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/codex_server_generation.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/codex_server_legacy.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/codex_server_models.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/codex_server_process.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/codex_server_reservation.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/codex_server_retry.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/codex_server_reuse.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/codex_server_state.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/codex_server_supervisor.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/codex_server_worker.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/config.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/csv2gsheet.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/delete_session.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/dotenv_vault.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/env_safe.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/export_all.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/export_claude_session.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/export_codex_session.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/export_session.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/find_claude_session.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/find_codex_session.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/find_original_session.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/find_session.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/find_trimmed_sessions.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/fix_session.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/gdoc2docx.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/gdoc2md.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/gsheet2csv.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/md2gdoc.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/msg/__init__.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/msg/cli.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/msg/hooks.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/msg/models.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/msg/prompt_detect.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/msg/store.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/msg/watcher.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/node_menu_ui.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/port_claude_noise.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/port_claude_to_codex.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/port_codex_flatten.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/port_codex_to_claude.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/port_service.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/resolve_session.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/resolve_session_names.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/resolve_session_render.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/search_index.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/session_lineage.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/session_menu.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/session_menu_cli.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/session_utils.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/smart_trim.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/smart_trim_core.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/tmux_cli_controller.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/tmux_execution_helpers.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/tmux_remote_controller.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/trim_in_place.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/trim_session.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/trim_session_claude.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/trim_session_codex.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/workflow_cli.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/workflow_cli_contract.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/workflow_cli_formatting.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/workflow_cli_identity_policy.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/workflow_cli_manifest.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/workflow_cli_projection.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/workflow_cli_rendering.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/workflow_cli_snapshots.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/workflow_cli_store_backends.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/workflow_processes.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/workflow_runs.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/workflow_store_io.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/claude_code_tools/workflow_validation.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/docs/agent-tunnel-spec.md +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/docs/claude-code-tmux-tutorials.md +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/docs/dot-zshrc.md +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/docs/find-claude-session.md +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/docs/intercom-spec.md +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/docs/lmsh.md +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/docs/local-llm-setup.md +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/docs/msg-phase-a-plan.md +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/docs/msg-plan-v2.md +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/docs/tmux-cli-instructions.md +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/docs/vault-documentation.md +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/hatch_build.py +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/node_ui/action_config.js +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/node_ui/menu.js +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/node_ui/package-lock.json +0 -0
- {claude_code_tools-1.19.8 → claude_code_tools-1.20.1}/node_ui/package.json +0 -0
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: claude-code-tools
|
|
3
|
+
Version: 1.20.1
|
|
4
|
+
Summary: Collection of tools for working with Claude Code
|
|
5
|
+
License-File: LICENSE
|
|
6
|
+
Requires-Python: >=3.11
|
|
7
|
+
Requires-Dist: claude-agent-sdk>=0.1.6
|
|
8
|
+
Requires-Dist: click>=8.0.0
|
|
9
|
+
Requires-Dist: commitizen>=4.8.3
|
|
10
|
+
Requires-Dist: discord-py>=2.4.0
|
|
11
|
+
Requires-Dist: fire>=0.5.0
|
|
12
|
+
Requires-Dist: mcp>=1.13.0
|
|
13
|
+
Requires-Dist: pytest>=9.0.1
|
|
14
|
+
Requires-Dist: pyyaml>=6.0
|
|
15
|
+
Requires-Dist: questionary>=2.0.0
|
|
16
|
+
Requires-Dist: rich>=13.0.0
|
|
17
|
+
Requires-Dist: tantivy>=0.22.0
|
|
18
|
+
Requires-Dist: tqdm>=4.67.1
|
|
19
|
+
Provides-Extra: dev
|
|
20
|
+
Requires-Dist: commitizen>=3.0.0; extra == 'dev'
|
|
21
|
+
Provides-Extra: gdocs
|
|
22
|
+
Requires-Dist: google-api-python-client>=2.0.0; extra == 'gdocs'
|
|
23
|
+
Requires-Dist: google-auth-oauthlib>=1.0.0; extra == 'gdocs'
|
|
24
|
+
Requires-Dist: pillow>=10.0.0; extra == 'gdocs'
|
|
25
|
+
Description-Content-Type: text/markdown
|
|
26
|
+
|
|
1
27
|
<div align="center">
|
|
2
28
|
|
|
3
29
|
<a href="https://pchalasani.github.io/claude-code-tools/">
|
|
@@ -15,42 +41,10 @@ CLI tools, skills, agents, hooks, and plugins for enhancing productivity with Cl
|
|
|
15
41
|
|
|
16
42
|
</div>
|
|
17
43
|
|
|
18
|
-
## [Full Documentation](https://pchalasani.github.io/claude-code-tools/)
|
|
19
|
-
|
|
20
|
-
## Install
|
|
21
|
-
|
|
22
|
-
```bash
|
|
23
|
-
# Core package
|
|
24
|
-
uv tool install claude-code-tools
|
|
25
|
-
|
|
26
|
-
# With Google Docs/Sheets extras
|
|
27
|
-
uv tool install "claude-code-tools[gdocs]"
|
|
28
|
-
|
|
29
|
-
# Upgrade an existing installation
|
|
30
|
-
uv tool install --force claude-code-tools
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
The search engine (`aichat search`) requires a
|
|
34
|
-
separate Rust binary:
|
|
35
|
-
|
|
36
|
-
- **Homebrew** (macOS/Linux):
|
|
37
|
-
`brew install pchalasani/tap/aichat-search`
|
|
38
|
-
- **Cargo**: `cargo install aichat-search`
|
|
39
|
-
- **Pre-built binary**:
|
|
40
|
-
[Releases](https://github.com/pchalasani/claude-code-tools/releases)
|
|
41
|
-
(look for `rust-v*`)
|
|
42
|
-
|
|
43
|
-
Install the Claude Code
|
|
44
|
-
[plugins](https://pchalasani.github.io/claude-code-tools/getting-started/plugins/)
|
|
45
|
-
for hooks, skills, and agents:
|
|
46
|
-
|
|
47
|
-
```bash
|
|
48
|
-
claude plugin marketplace add pchalasani/claude-code-tools
|
|
49
|
-
```
|
|
44
|
+
## [Full Documentation →](https://pchalasani.github.io/claude-code-tools/)
|
|
50
45
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
Click a card to jump to that feature, or
|
|
46
|
+
Everything — installation, every tool, plugins, and guides — lives in the
|
|
47
|
+
docs. Click a card below to jump to a feature, or
|
|
54
48
|
**[read the full docs](https://pchalasani.github.io/claude-code-tools/)**.
|
|
55
49
|
|
|
56
50
|
<div align="center">
|
|
@@ -78,8 +72,8 @@ Click a card to jump to that feature, or
|
|
|
78
72
|
</a>
|
|
79
73
|
</td>
|
|
80
74
|
<td align="center">
|
|
81
|
-
<a href="https://pchalasani.github.io/claude-code-tools/tools/
|
|
82
|
-
<img src="assets/card-
|
|
75
|
+
<a href="https://pchalasani.github.io/claude-code-tools/tools/voxtype/">
|
|
76
|
+
<img src="assets/card-voxtype.svg" alt="voxtype" width="200"/>
|
|
83
77
|
</a>
|
|
84
78
|
</td>
|
|
85
79
|
<td align="center">
|
|
@@ -181,34 +175,3 @@ Click a card to jump to that feature, or
|
|
|
181
175
|
</table>
|
|
182
176
|
|
|
183
177
|
</div>
|
|
184
|
-
|
|
185
|
-
---
|
|
186
|
-
|
|
187
|
-
> **Legacy links** — The sections below exist to
|
|
188
|
-
> preserve links shared in earlier discussions.
|
|
189
|
-
> For current documentation, visit the
|
|
190
|
-
> [full docs site](https://pchalasani.github.io/claude-code-tools/).
|
|
191
|
-
|
|
192
|
-
<a id="aichat-session-management"></a>
|
|
193
|
-
## aichat — Session Management
|
|
194
|
-
See [aichat](https://pchalasani.github.io/claude-code-tools/tools/aichat/) in the full documentation.
|
|
195
|
-
|
|
196
|
-
<a id="tmux-cli-terminal-automation"></a>
|
|
197
|
-
## tmux-cli — Terminal Automation
|
|
198
|
-
See [tmux-cli](https://pchalasani.github.io/claude-code-tools/tools/tmux-cli/) in the full documentation.
|
|
199
|
-
|
|
200
|
-
<a id="voice"></a>
|
|
201
|
-
## Voice Plugin
|
|
202
|
-
See [Voice](https://pchalasani.github.io/claude-code-tools/plugins-detail/voice/) in the full documentation.
|
|
203
|
-
|
|
204
|
-
<a id="voice-type"></a>
|
|
205
|
-
## voice-type — Local Voice Dictation
|
|
206
|
-
Fully on-device speech-to-text (Moonshine + VAD) that types wherever your
|
|
207
|
-
cursor is, with a configurable toggle hotkey and optional wake word.
|
|
208
|
-
Install with `uv tool install "claude-code-tools[voice]"`.
|
|
209
|
-
See [voice-type](https://pchalasani.github.io/claude-code-tools/tools/voice-type/) in the full documentation.
|
|
210
|
-
|
|
211
|
-
<a id="license"></a>
|
|
212
|
-
## License
|
|
213
|
-
|
|
214
|
-
MIT
|
|
@@ -1,46 +1,3 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: claude-code-tools
|
|
3
|
-
Version: 1.19.8
|
|
4
|
-
Summary: Collection of tools for working with Claude Code
|
|
5
|
-
License-File: LICENSE
|
|
6
|
-
Requires-Python: >=3.11
|
|
7
|
-
Requires-Dist: claude-agent-sdk>=0.1.6
|
|
8
|
-
Requires-Dist: click>=8.0.0
|
|
9
|
-
Requires-Dist: commitizen>=4.8.3
|
|
10
|
-
Requires-Dist: discord-py>=2.4.0
|
|
11
|
-
Requires-Dist: fire>=0.5.0
|
|
12
|
-
Requires-Dist: mcp>=1.13.0
|
|
13
|
-
Requires-Dist: pytest>=9.0.1
|
|
14
|
-
Requires-Dist: pyyaml>=6.0
|
|
15
|
-
Requires-Dist: questionary>=2.0.0
|
|
16
|
-
Requires-Dist: rich>=13.0.0
|
|
17
|
-
Requires-Dist: tantivy>=0.22.0
|
|
18
|
-
Requires-Dist: tqdm>=4.67.1
|
|
19
|
-
Provides-Extra: dev
|
|
20
|
-
Requires-Dist: commitizen>=3.0.0; extra == 'dev'
|
|
21
|
-
Provides-Extra: gdocs
|
|
22
|
-
Requires-Dist: google-api-python-client>=2.0.0; extra == 'gdocs'
|
|
23
|
-
Requires-Dist: google-auth-oauthlib>=1.0.0; extra == 'gdocs'
|
|
24
|
-
Requires-Dist: pillow>=10.0.0; extra == 'gdocs'
|
|
25
|
-
Provides-Extra: voice
|
|
26
|
-
Requires-Dist: moonshine-voice>=0.0.69; extra == 'voice'
|
|
27
|
-
Requires-Dist: pynput>=1.7.7; extra == 'voice'
|
|
28
|
-
Provides-Extra: voice-mlx
|
|
29
|
-
Requires-Dist: numba>=0.61; extra == 'voice-mlx'
|
|
30
|
-
Requires-Dist: numpy>=1.26.0; extra == 'voice-mlx'
|
|
31
|
-
Requires-Dist: parakeet-mlx>=0.5.0; extra == 'voice-mlx'
|
|
32
|
-
Requires-Dist: pynput>=1.7.7; extra == 'voice-mlx'
|
|
33
|
-
Requires-Dist: sherpa-onnx-core<1.13,>=1.12.0; extra == 'voice-mlx'
|
|
34
|
-
Requires-Dist: sherpa-onnx<1.13,>=1.12.0; extra == 'voice-mlx'
|
|
35
|
-
Requires-Dist: sounddevice>=0.5.0; extra == 'voice-mlx'
|
|
36
|
-
Provides-Extra: voice-parakeet
|
|
37
|
-
Requires-Dist: numpy>=1.26.0; extra == 'voice-parakeet'
|
|
38
|
-
Requires-Dist: pynput>=1.7.7; extra == 'voice-parakeet'
|
|
39
|
-
Requires-Dist: sherpa-onnx-core<1.13,>=1.12.0; extra == 'voice-parakeet'
|
|
40
|
-
Requires-Dist: sherpa-onnx<1.13,>=1.12.0; extra == 'voice-parakeet'
|
|
41
|
-
Requires-Dist: sounddevice>=0.5.0; extra == 'voice-parakeet'
|
|
42
|
-
Description-Content-Type: text/markdown
|
|
43
|
-
|
|
44
1
|
<div align="center">
|
|
45
2
|
|
|
46
3
|
<a href="https://pchalasani.github.io/claude-code-tools/">
|
|
@@ -58,42 +15,10 @@ CLI tools, skills, agents, hooks, and plugins for enhancing productivity with Cl
|
|
|
58
15
|
|
|
59
16
|
</div>
|
|
60
17
|
|
|
61
|
-
## [Full Documentation](https://pchalasani.github.io/claude-code-tools/)
|
|
62
|
-
|
|
63
|
-
## Install
|
|
64
|
-
|
|
65
|
-
```bash
|
|
66
|
-
# Core package
|
|
67
|
-
uv tool install claude-code-tools
|
|
68
|
-
|
|
69
|
-
# With Google Docs/Sheets extras
|
|
70
|
-
uv tool install "claude-code-tools[gdocs]"
|
|
71
|
-
|
|
72
|
-
# Upgrade an existing installation
|
|
73
|
-
uv tool install --force claude-code-tools
|
|
74
|
-
```
|
|
75
|
-
|
|
76
|
-
The search engine (`aichat search`) requires a
|
|
77
|
-
separate Rust binary:
|
|
78
|
-
|
|
79
|
-
- **Homebrew** (macOS/Linux):
|
|
80
|
-
`brew install pchalasani/tap/aichat-search`
|
|
81
|
-
- **Cargo**: `cargo install aichat-search`
|
|
82
|
-
- **Pre-built binary**:
|
|
83
|
-
[Releases](https://github.com/pchalasani/claude-code-tools/releases)
|
|
84
|
-
(look for `rust-v*`)
|
|
85
|
-
|
|
86
|
-
Install the Claude Code
|
|
87
|
-
[plugins](https://pchalasani.github.io/claude-code-tools/getting-started/plugins/)
|
|
88
|
-
for hooks, skills, and agents:
|
|
89
|
-
|
|
90
|
-
```bash
|
|
91
|
-
claude plugin marketplace add pchalasani/claude-code-tools
|
|
92
|
-
```
|
|
18
|
+
## [Full Documentation →](https://pchalasani.github.io/claude-code-tools/)
|
|
93
19
|
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
Click a card to jump to that feature, or
|
|
20
|
+
Everything — installation, every tool, plugins, and guides — lives in the
|
|
21
|
+
docs. Click a card below to jump to a feature, or
|
|
97
22
|
**[read the full docs](https://pchalasani.github.io/claude-code-tools/)**.
|
|
98
23
|
|
|
99
24
|
<div align="center">
|
|
@@ -121,8 +46,8 @@ Click a card to jump to that feature, or
|
|
|
121
46
|
</a>
|
|
122
47
|
</td>
|
|
123
48
|
<td align="center">
|
|
124
|
-
<a href="https://pchalasani.github.io/claude-code-tools/tools/
|
|
125
|
-
<img src="assets/card-
|
|
49
|
+
<a href="https://pchalasani.github.io/claude-code-tools/tools/voxtype/">
|
|
50
|
+
<img src="assets/card-voxtype.svg" alt="voxtype" width="200"/>
|
|
126
51
|
</a>
|
|
127
52
|
</td>
|
|
128
53
|
<td align="center">
|
|
@@ -224,34 +149,3 @@ Click a card to jump to that feature, or
|
|
|
224
149
|
</table>
|
|
225
150
|
|
|
226
151
|
</div>
|
|
227
|
-
|
|
228
|
-
---
|
|
229
|
-
|
|
230
|
-
> **Legacy links** — The sections below exist to
|
|
231
|
-
> preserve links shared in earlier discussions.
|
|
232
|
-
> For current documentation, visit the
|
|
233
|
-
> [full docs site](https://pchalasani.github.io/claude-code-tools/).
|
|
234
|
-
|
|
235
|
-
<a id="aichat-session-management"></a>
|
|
236
|
-
## aichat — Session Management
|
|
237
|
-
See [aichat](https://pchalasani.github.io/claude-code-tools/tools/aichat/) in the full documentation.
|
|
238
|
-
|
|
239
|
-
<a id="tmux-cli-terminal-automation"></a>
|
|
240
|
-
## tmux-cli — Terminal Automation
|
|
241
|
-
See [tmux-cli](https://pchalasani.github.io/claude-code-tools/tools/tmux-cli/) in the full documentation.
|
|
242
|
-
|
|
243
|
-
<a id="voice"></a>
|
|
244
|
-
## Voice Plugin
|
|
245
|
-
See [Voice](https://pchalasani.github.io/claude-code-tools/plugins-detail/voice/) in the full documentation.
|
|
246
|
-
|
|
247
|
-
<a id="voice-type"></a>
|
|
248
|
-
## voice-type — Local Voice Dictation
|
|
249
|
-
Fully on-device speech-to-text (Moonshine + VAD) that types wherever your
|
|
250
|
-
cursor is, with a configurable toggle hotkey and optional wake word.
|
|
251
|
-
Install with `uv tool install "claude-code-tools[voice]"`.
|
|
252
|
-
See [voice-type](https://pchalasani.github.io/claude-code-tools/tools/voice-type/) in the full documentation.
|
|
253
|
-
|
|
254
|
-
<a id="license"></a>
|
|
255
|
-
## License
|
|
256
|
-
|
|
257
|
-
MIT
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "claude-code-tools"
|
|
3
|
-
version = "1.
|
|
3
|
+
version = "1.20.1"
|
|
4
4
|
description = "Collection of tools for working with Claude Code"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.11"
|
|
@@ -26,34 +26,9 @@ gdocs = [
|
|
|
26
26
|
"google-auth-oauthlib>=1.0.0",
|
|
27
27
|
"Pillow>=10.0.0",
|
|
28
28
|
]
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
]
|
|
33
|
-
voice-parakeet = [
|
|
34
|
-
"pynput>=1.7.7",
|
|
35
|
-
# 1.13.x wheels are missing their bundled onnxruntime dylib on
|
|
36
|
-
# macOS arm64 (dlopen fails); 1.12.x splits the native libs into
|
|
37
|
-
# sherpa-onnx-core, which some resolvers miss (uv caches wheel
|
|
38
|
-
# metadata without it) — declare it explicitly.
|
|
39
|
-
"sherpa-onnx>=1.12.0,<1.13",
|
|
40
|
-
"sherpa-onnx-core>=1.12.0,<1.13",
|
|
41
|
-
"sounddevice>=0.5.0",
|
|
42
|
-
"numpy>=1.26.0",
|
|
43
|
-
]
|
|
44
|
-
voice-mlx = [
|
|
45
|
-
"pynput>=1.7.7",
|
|
46
|
-
"parakeet-mlx>=0.5.0",
|
|
47
|
-
# Resolver guard: without it uv can backtrack through parakeet-mlx
|
|
48
|
-
# -> librosa -> numba to a 2021 llvmlite that cannot build on
|
|
49
|
-
# modern Python ("Cannot install on Python version 3.13...").
|
|
50
|
-
"numba>=0.61",
|
|
51
|
-
# sherpa-onnx supplies the Silero VAD used for segmentation.
|
|
52
|
-
"sherpa-onnx>=1.12.0,<1.13",
|
|
53
|
-
"sherpa-onnx-core>=1.12.0,<1.13",
|
|
54
|
-
"sounddevice>=0.5.0",
|
|
55
|
-
"numpy>=1.26.0",
|
|
56
|
-
]
|
|
29
|
+
# Voice dictation is the standalone `voxtype` package — install it
|
|
30
|
+
# directly: `uv tool install voxtype` (see packages/voxtype). It is not
|
|
31
|
+
# an extra of this suite.
|
|
57
32
|
|
|
58
33
|
[dependency-groups]
|
|
59
34
|
dev = ["hatchling==1.28.0"]
|
|
@@ -79,7 +54,12 @@ agent-tunnel = "claude_code_tools.agent_tunnel.cli:main"
|
|
|
79
54
|
codex-server = "claude_code_tools.codex_server_cli:server_main"
|
|
80
55
|
codex-dynamic = "claude_code_tools.codex_server_cli:dynamic_main"
|
|
81
56
|
codex-workflows = "claude_code_tools.workflow_cli:main"
|
|
82
|
-
|
|
57
|
+
|
|
58
|
+
# voxtype (packages/voxtype) is a workspace member so it builds and tests
|
|
59
|
+
# alongside the suite, but the umbrella does NOT depend on it — voice
|
|
60
|
+
# dictation is installed separately via `uv tool install voxtype`.
|
|
61
|
+
[tool.uv.workspace]
|
|
62
|
+
members = ["packages/*"]
|
|
83
63
|
|
|
84
64
|
[build-system]
|
|
85
65
|
requires = ["hatchling==1.28.0"]
|
|
@@ -131,7 +111,7 @@ markers = [
|
|
|
131
111
|
|
|
132
112
|
[tool.commitizen]
|
|
133
113
|
name = "cz_conventional_commits"
|
|
134
|
-
version = "1.
|
|
114
|
+
version = "1.20.1"
|
|
135
115
|
tag_format = "v$version"
|
|
136
116
|
version_files = [
|
|
137
117
|
"pyproject.toml:version",
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
"""voice-type: local, streaming speech-to-text that types where your cursor is.
|
|
2
|
-
|
|
3
|
-
Powered by Moonshine (https://github.com/moonshine-ai/moonshine) for fully
|
|
4
|
-
on-device transcription with built-in voice activity detection, plus a
|
|
5
|
-
configurable global hotkey and an optional wake word (e.g. "claude").
|
|
6
|
-
"""
|