fruxon 0.9.2__tar.gz → 0.9.3__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.
- {fruxon-0.9.2 → fruxon-0.9.3}/PKG-INFO +1 -1
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/_version.py +2 -2
- {fruxon-0.9.2 → fruxon-0.9.3}/tests/conftest.py +8 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/.gitignore +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/HISTORY.md +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/LICENSE +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/README.md +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/pyproject.toml +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/__init__.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/__main__.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/_ssl.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/cli/__init__.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/cli/_schema.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/cli/_shared.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/cli/agents.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/cli/agents_budget.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/cli/agents_draft.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/cli/agents_revisions.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/cli/agents_tests.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/cli/auth.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/cli/chat.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/cli/completion.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/cli/config.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/cli/describe.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/cli/doctor.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/cli/examples.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/cli/guides.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/cli/integrations.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/cli/keys.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/cli/llm_providers.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/cli/run.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/cli/skills.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/cli/tools.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/cli/trace.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/cli_auth.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/credentials.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/doctor.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/exceptions.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/fruxon.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/models.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/output.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/params.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/skills/__init__.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/skills/fruxon-agent-mode/SKILL.md +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/skills/fruxon-build-agent/SKILL.md +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/skills/fruxon-create-integration/SKILL.md +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/skills/fruxon-debug-revision/SKILL.md +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/skills/fruxon-meet/SKILL.md +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/skills/fruxon-use-integrations/SKILL.md +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/telemetry.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/ui.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/update_check.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/src/fruxon/validation.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/tests/__init__.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/tests/test_actor.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/tests/test_budgets.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/tests/test_cli.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/tests/test_client.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/tests/test_credentials.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/tests/test_doctor.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/tests/test_draft_evaluate_cli.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/tests/test_drafts.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/tests/test_fruxon.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/tests/test_guides.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/tests/test_output.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/tests/test_params.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/tests/test_schema.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/tests/test_skills.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/tests/test_ssl.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/tests/test_telemetry.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/tests/test_test_chats.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/tests/test_ui.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/tests/test_update_check.py +0 -0
- {fruxon-0.9.2 → fruxon-0.9.3}/tests/test_validation.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fruxon
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.3
|
|
4
4
|
Summary: The Fruxon SDK is a lightweight Python client for integrating with the Fruxon platform.
|
|
5
5
|
Project-URL: bugs, https://github.com/fruxon-ai/fruxon-sdk/issues
|
|
6
6
|
Project-URL: changelog, https://github.com/fruxon-ai/fruxon-sdk/blob/main/HISTORY.md
|
|
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
|
|
|
18
18
|
commit_id: str | None
|
|
19
19
|
__commit_id__: str | None
|
|
20
20
|
|
|
21
|
-
__version__ = version = '0.9.
|
|
22
|
-
__version_tuple__ = version_tuple = (0, 9,
|
|
21
|
+
__version__ = version = '0.9.3'
|
|
22
|
+
__version_tuple__ = version_tuple = (0, 9, 3)
|
|
23
23
|
|
|
24
24
|
__commit_id__ = commit_id = None
|
|
@@ -59,6 +59,14 @@ def _scrub_cli_env(monkeypatch: pytest.MonkeyPatch, tmp_path_factory: pytest.Tem
|
|
|
59
59
|
|
|
60
60
|
for var in _SCRUB_ENV:
|
|
61
61
|
monkeypatch.delenv(var, raising=False)
|
|
62
|
+
# Hard-disable telemetry for the whole suite. Without this, any test
|
|
63
|
+
# that drives a real CLI command flow (e.g. the doctor tests, which
|
|
64
|
+
# set FRUXON_TOKEN=fx_pat_x) spins up the background telemetry thread
|
|
65
|
+
# and POSTs to the *production* ingest endpoint — leaking bogus events
|
|
66
|
+
# under a fake token and tripping its rate limiter. Tests that assert
|
|
67
|
+
# telemetry's own on/off resolution clear this var in their local
|
|
68
|
+
# fixture (and mock the network), so they're unaffected.
|
|
69
|
+
monkeypatch.setenv("FRUXON_NO_TELEMETRY", "1")
|
|
62
70
|
monkeypatch.setenv("FRUXON_NO_KEYRING", "1")
|
|
63
71
|
config_dir = tmp_path_factory.mktemp("fruxon-config")
|
|
64
72
|
monkeypatch.setenv("FRUXON_CONFIG_DIR", str(config_dir))
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|