Skip to content

Commit 5d66df7

Browse files
committed
list-web and import commands using unofficial Claude API
I reverse-engineered the API running Codex against the claude JS code like this: https://gistpreview.github.io/?e4159193cd2468060d91289b5ccdece3 Then had Claude Code build the features: https://gistpreview.github.io/?3e2a728845c250cf9b1ad5c0ee645d32
1 parent c1ad777 commit 5d66df7

File tree

3 files changed

+538
-0
lines changed

3 files changed

+538
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ requires-python = ">=3.10"
1111
dependencies = [
1212
"click",
1313
"click-default-group",
14+
"httpx",
1415
"markdown",
16+
"questionary",
1517
]
1618

1719
[project.urls]
@@ -30,5 +32,6 @@ build-backend = "uv_build"
3032
[dependency-groups]
3133
dev = [
3234
"pytest>=9.0.2",
35+
"pytest-httpx>=0.35.0",
3336
"syrupy>=5.0.0",
3437
]

0 commit comments

Comments
 (0)