refactorai-cli 0.5.2__tar.gz → 0.5.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.
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/PKG-INFO +1 -1
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/pyproject.toml +1 -1
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/__init__.py +1 -1
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/commit_telemetry.py +5 -2
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli.egg-info/PKG-INFO +1 -1
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/README.md +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/auth.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/client.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/cloud_rr.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/commands/__init__.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/commands/account_cmds.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/commands/auth_cmds.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/commands/branch_cmds.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/commands/cloud_cmds.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/commands/engine_cmds.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/commands/hook_cmds.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/commands/model_cmds.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/commands/pre_push_cmds.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/commands/request_cmds.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/commands/rules_cmds.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/commands/run_cmds.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/commands/runtime_cmds.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/commands/runtime_proxy_cmds.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/commands/setup_cmds.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/commands/toolchains_cmds.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/commands/watch_cmds.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/commit_queue.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/control_plane.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/credentials.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/dotenv_loader.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/git_scope.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/local_constitution.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/local_engine_runtime.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/local_paths.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/main.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/model_policy.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/pre_push_gate.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/refactor_branch_store.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/review_runner.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/runtime_manager.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/settings.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/setup_flow.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/watch_state.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli/watch_supervisor.py +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli.egg-info/SOURCES.txt +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli.egg-info/dependency_links.txt +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli.egg-info/entry_points.txt +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli.egg-info/requires.txt +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/refactorai_cli.egg-info/top_level.txt +0 -0
- {refactorai_cli-0.5.2 → refactorai_cli-0.5.3}/setup.cfg +0 -0
|
@@ -165,7 +165,9 @@ def post_commit_event(
|
|
|
165
165
|
auth, project_id = _auth_and_project(project_root, config)
|
|
166
166
|
if not auth or not project_id:
|
|
167
167
|
return False
|
|
168
|
-
|
|
168
|
+
# Developer-key ingest path (the JWT-gated endpoint cannot be called from
|
|
169
|
+
# local CLI telemetry, which only has a developer key).
|
|
170
|
+
url = f"{platform_url()}/v1/projects/{project_id}/commit-events/ingest"
|
|
169
171
|
return _post(url, auth.key.key, body, timeout)
|
|
170
172
|
|
|
171
173
|
|
|
@@ -182,7 +184,8 @@ def post_heartbeat(
|
|
|
182
184
|
auth, project_id = _auth_and_project(project_root, config)
|
|
183
185
|
if not auth or not project_id:
|
|
184
186
|
return False
|
|
185
|
-
|
|
187
|
+
# Developer-key ingest path paired with `post_commit_event`.
|
|
188
|
+
url = f"{platform_url()}/v1/projects/{project_id}/watch/heartbeat/ingest"
|
|
186
189
|
body = {"host": host, "branch": branch, "watch_version": watch_version}
|
|
187
190
|
return _post(url, auth.key.key, body, timeout)
|
|
188
191
|
|
|
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
|