hud-python 0.4.55__py3-none-any.whl → 0.4.56__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 hud-python might be problematic. Click here for more details.
- hud/cli/__init__.py +1 -1
- hud/cli/init.py +3 -1
- hud/utils/tests/test_version.py +1 -1
- hud/version.py +1 -1
- {hud_python-0.4.55.dist-info → hud_python-0.4.56.dist-info}/METADATA +1 -1
- {hud_python-0.4.55.dist-info → hud_python-0.4.56.dist-info}/RECORD +9 -9
- {hud_python-0.4.55.dist-info → hud_python-0.4.56.dist-info}/WHEEL +0 -0
- {hud_python-0.4.55.dist-info → hud_python-0.4.56.dist-info}/entry_points.txt +0 -0
- {hud_python-0.4.55.dist-info → hud_python-0.4.56.dist-info}/licenses/LICENSE +0 -0
hud/cli/__init__.py
CHANGED
|
@@ -746,7 +746,7 @@ def init(
|
|
|
746
746
|
None,
|
|
747
747
|
"--preset",
|
|
748
748
|
"-p",
|
|
749
|
-
help="Preset to use: blank, deep-research, browser. If omitted, you'll choose interactively.", # noqa: E501
|
|
749
|
+
help="Preset to use: blank, deep-research, browser, rubrics. If omitted, you'll choose interactively.", # noqa: E501
|
|
750
750
|
),
|
|
751
751
|
directory: str = typer.Option(".", "--dir", "-d", help="Target directory"),
|
|
752
752
|
force: bool = typer.Option(False, "--force", "-f", help="Overwrite existing files"),
|
hud/cli/init.py
CHANGED
|
@@ -23,6 +23,7 @@ PRESET_MAP: dict[str, str | None] = {
|
|
|
23
23
|
"blank": "blank",
|
|
24
24
|
"deep-research": "deepresearch",
|
|
25
25
|
"browser": "browser",
|
|
26
|
+
"rubrics": "rubrics",
|
|
26
27
|
}
|
|
27
28
|
|
|
28
29
|
SKIP_DIR_NAMES = {"node_modules", "__pycache__", "dist", "build", ".next", ".git"}
|
|
@@ -91,6 +92,7 @@ def _prompt_for_preset() -> str:
|
|
|
91
92
|
{"name": "blank", "message": "blank"},
|
|
92
93
|
{"name": "deep-research", "message": "deep-research"},
|
|
93
94
|
{"name": "browser", "message": "browser"},
|
|
95
|
+
{"name": "rubrics", "message": "rubrics"},
|
|
94
96
|
]
|
|
95
97
|
display_choices = [c["message"] for c in choices]
|
|
96
98
|
selected = questionary.select(
|
|
@@ -194,7 +196,7 @@ def create_environment(
|
|
|
194
196
|
if preset_normalized not in PRESET_MAP:
|
|
195
197
|
hud_console.warning(
|
|
196
198
|
f"Unknown preset '{preset_normalized}', defaulting to 'blank' "
|
|
197
|
-
"(available: blank, deep-research, browser)"
|
|
199
|
+
"(available: blank, deep-research, browser, rubrics)"
|
|
198
200
|
)
|
|
199
201
|
preset_normalized = "blank"
|
|
200
202
|
|
hud/utils/tests/test_version.py
CHANGED
hud/version.py
CHANGED
|
@@ -2,7 +2,7 @@ hud/__init__.py,sha256=0LQ9PyuU6yZx7Fxu8YJXKC1i3TTHjg3UrInThh759QE,653
|
|
|
2
2
|
hud/__main__.py,sha256=YR8Dq8OhINOsVfQ55PmRXXg4fEK84Rt_-rMtJ5rvhWo,145
|
|
3
3
|
hud/settings.py,sha256=9SPEZcsZGqplw_LuV8RvJisDRdlsbQgxBqG8ifmjGNc,4117
|
|
4
4
|
hud/types.py,sha256=jeC1npyPlno5CYNWBWH06Kxw7VMJld9YLEFBFNtjwoI,11608
|
|
5
|
-
hud/version.py,sha256=
|
|
5
|
+
hud/version.py,sha256=5r7gUjXhMnfdXi42tFi9IN4DXbsCYx9soTL0r3ID9IE,105
|
|
6
6
|
hud/agents/__init__.py,sha256=UoIkljWdbq4bM0LD-mSaw6w826EqdEjOk7r6glNYwYQ,286
|
|
7
7
|
hud/agents/base.py,sha256=nRRnK_kA_PZDT0fepMMTz3QDTHj0jpqvbTqdgRPKSlg,32514
|
|
8
8
|
hud/agents/claude.py,sha256=Lf7p_h5H4sd2w16ZNc2ru3xuxNP7IDeFayrcdePOLSE,16030
|
|
@@ -22,7 +22,7 @@ hud/agents/tests/test_claude.py,sha256=YsI2TV87Sex2BJsLaO2l99WEL3PL3OhQDlTwUHn04
|
|
|
22
22
|
hud/agents/tests/test_client.py,sha256=uikgh6yhjPPX2RBU4XJQMz1mNox9uXjuwsP8t93id18,13337
|
|
23
23
|
hud/agents/tests/test_grounded_openai_agent.py,sha256=VK8lUvHIjWicMX00VKPE-FZyjiJqTEhb80MuRRa9fVc,5437
|
|
24
24
|
hud/agents/tests/test_openai.py,sha256=hPkL_ANbkrB_HUwvd4wBONuWomCarhLJQcFRpmwSbEk,8016
|
|
25
|
-
hud/cli/__init__.py,sha256=
|
|
25
|
+
hud/cli/__init__.py,sha256=kfCsHOG94qIkWG_qipPJWEDqgNDG_qgqew4nf3pr8CE,43083
|
|
26
26
|
hud/cli/__main__.py,sha256=fDH7XITyuDITwSDIVwRso06aouADO0CzTHKqp5TOwJE,143
|
|
27
27
|
hud/cli/analyze.py,sha256=4u5oYfJMquOjT9PzzRTYVcTZDxDi0ilNP_g532_hpOU,14716
|
|
28
28
|
hud/cli/build.py,sha256=EV6PsJ08p3mZZkfeUFjZ687ithxKGlUZ66yAF9lvtaI,28780
|
|
@@ -31,7 +31,7 @@ hud/cli/debug.py,sha256=jtFW8J5F_3rhq1Hf1_SkJ7aLS3wjnyIs_LsC8k5cnzc,14200
|
|
|
31
31
|
hud/cli/dev.py,sha256=WXxvhqQ2l5gpplJFWtMKnJYycpLyzNAt6x3y3oLa5mk,25379
|
|
32
32
|
hud/cli/eval.py,sha256=1guW_pNQqFLpF1RylZltBKdXt6iFd_jBNV3Rxy36QRE,29024
|
|
33
33
|
hud/cli/get.py,sha256=sksKrdzBGZa7ZuSoQkc0haj-CvOGVSSikoVXeaUd3N4,6274
|
|
34
|
-
hud/cli/init.py,sha256=
|
|
34
|
+
hud/cli/init.py,sha256=D1NS4PBHxNqsl9hz2VsMTj6HSB_teJgCqsyY77T5lLs,10042
|
|
35
35
|
hud/cli/list_func.py,sha256=EVi2Vc3Lb3glBNJxFx4MPnZknZ4xmuJz1OFg_dc8a_E,7177
|
|
36
36
|
hud/cli/pull.py,sha256=XGEZ8n60tbzLQP_8d9h7XYmzyCW0e2-Rkr3_tLG7jvw,12449
|
|
37
37
|
hud/cli/push.py,sha256=rWJIqHebvp3DchK-00L6G0olD3-klsobLutRW4PP_ts,19488
|
|
@@ -265,10 +265,10 @@ hud/utils/tests/test_progress.py,sha256=QSF7Kpi03Ff_l3mAeqW9qs1nhK50j9vBiSobZq7T
|
|
|
265
265
|
hud/utils/tests/test_tasks.py,sha256=Rbbm51vZxygyWlhjunFq4IfFPefVB3qevM9_CZSt5w4,5774
|
|
266
266
|
hud/utils/tests/test_telemetry.py,sha256=5jl7bEx8C8b-FfFUko5pf4UY-mPOR-9HaeL98dGtVHM,2781
|
|
267
267
|
hud/utils/tests/test_tool_shorthand.py,sha256=1p3j3D0G93OXHqnUXbvTs3G4A8awrPvwhPpLi6YPeOM,5458
|
|
268
|
-
hud/utils/tests/test_version.py,sha256=
|
|
268
|
+
hud/utils/tests/test_version.py,sha256=QHrgv-B02epzVPg5ZHHzZOOjcN1W9Ke_8G_eAuDIOGQ,160
|
|
269
269
|
hud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
270
|
-
hud_python-0.4.
|
|
271
|
-
hud_python-0.4.
|
|
272
|
-
hud_python-0.4.
|
|
273
|
-
hud_python-0.4.
|
|
274
|
-
hud_python-0.4.
|
|
270
|
+
hud_python-0.4.56.dist-info/METADATA,sha256=TaKPkp8KGeSYMBAJC85GdqT9liQdn3dcUDHNtl105u4,22338
|
|
271
|
+
hud_python-0.4.56.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
272
|
+
hud_python-0.4.56.dist-info/entry_points.txt,sha256=jJbodNFg1m0-CDofe5AHvB4zKBq7sSdP97-ohaQ3ae4,63
|
|
273
|
+
hud_python-0.4.56.dist-info/licenses/LICENSE,sha256=yIzBheVUf86FC1bztAcr7RYWWNxyd3B-UJQ3uddg1HA,1078
|
|
274
|
+
hud_python-0.4.56.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|