wafer-cli 0.2.31__tar.gz → 0.2.32__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.
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/PKG-INFO +1 -1
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/pyproject.toml +1 -1
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/cli.py +2 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer_cli.egg-info/PKG-INFO +1 -1
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/README.md +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/setup.cfg +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/tests/test_analytics.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/tests/test_auth.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/tests/test_billing.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/tests/test_cli_coverage.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/tests/test_cli_parity_integration.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/tests/test_config_integration.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/tests/test_file_operations_integration.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/tests/test_kernel_scope_cli.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/tests/test_nsys_analyze.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/tests/test_nsys_profile.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/tests/test_output.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/tests/test_rocprof_compute_integration.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/tests/test_skill_commands.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/tests/test_ssh_integration.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/tests/test_targets_ops.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/tests/test_wevin_cli.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/tests/test_workflow_integration.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/GUIDE.md +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/__init__.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/agent_defaults.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/analytics.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/api_client.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/auth.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/autotuner.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/baseline.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/billing.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/cli_instructions.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/config.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/corpus.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/evaluate.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/global_config.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/gpu_run.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/inference.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/kernel_scope.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/ncu_analyze.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/nsys_analyze.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/nsys_profile.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/output.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/problems.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/rocprof_compute.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/rocprof_sdk.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/rocprof_systems.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/skills/wafer-guide/SKILL.md +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/specs_cli.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/ssh_keys.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/target_lock.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/targets.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/targets_cli.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/targets_ops.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/templates/__init__.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/templates/ask_docs.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/templates/optimize_kernel.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/templates/optimize_kernelbench.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/templates/trace_analyze.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/tests/test_eval_cli_parity.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/trace_compare.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/tracelens.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/wevin_cli.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer/workspaces.py +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer_cli.egg-info/SOURCES.txt +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer_cli.egg-info/dependency_links.txt +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer_cli.egg-info/entry_points.txt +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer_cli.egg-info/requires.txt +0 -0
- {wafer_cli-0.2.31 → wafer_cli-0.2.32}/wafer_cli.egg-info/top_level.txt +0 -0
|
@@ -1539,6 +1539,7 @@ def _make_agent_alias(name: str, doc: str) -> None:
|
|
|
1539
1539
|
template_args: list[str] | None = typer.Option(None, "--args"),
|
|
1540
1540
|
corpus: str | None = typer.Option(None, "--corpus"),
|
|
1541
1541
|
no_sandbox: bool = typer.Option(False, "--no-sandbox"),
|
|
1542
|
+
no_proxy: bool = typer.Option(False, "--no-proxy", help="Skip wafer proxy, use ANTHROPIC_API_KEY directly"),
|
|
1542
1543
|
) -> None:
|
|
1543
1544
|
agent(
|
|
1544
1545
|
prompt=prompt,
|
|
@@ -1559,6 +1560,7 @@ def _make_agent_alias(name: str, doc: str) -> None:
|
|
|
1559
1560
|
template_args=template_args,
|
|
1560
1561
|
corpus=corpus,
|
|
1561
1562
|
no_sandbox=no_sandbox,
|
|
1563
|
+
no_proxy=no_proxy, # Must explicitly pass to avoid Typer default object being truthy
|
|
1562
1564
|
)
|
|
1563
1565
|
|
|
1564
1566
|
alias_cmd.__doc__ = doc
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|