Checkpoint: 964ca6774882

Entire-Session: 73cc565e-9a24-445c-bc6b-6bb813087897
Entire-Strategy: manual-commit
Entire-Agent: Claude Code
Ephemeral-branch: entire/6f1c360-e3b0c4
This commit is contained in:
2026-06-18 10:29:24 +02:00
parent d58aa98853
commit 89361a0133
5 changed files with 449 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
sha256:12ce3fe374cef87a8b099b0fa6cc1c0493dfede662e6e599a82a7ce1f54420e3
File diff suppressed because one or more lines are too long
+39
View File
@@ -0,0 +1,39 @@
{
"cli_version": "0.7.6",
"checkpoint_id": "964ca6774882",
"session_id": "73cc565e-9a24-445c-bc6b-6bb813087897",
"strategy": "manual-commit",
"created_at": "2026-06-18T08:29:24.09384Z",
"branch": "feature/526-average-resample",
"checkpoints_count": 3,
"save_step_count": 1,
"files_touched": [
"go.mod",
"go.sum"
],
"agent": "Claude Code",
"model": "claude-opus-4-8[1m]",
"turn_id": "55166746d5fc",
"token_usage": {
"input_tokens": 10695,
"cache_creation_tokens": 218085,
"cache_read_tokens": 5498107,
"output_tokens": 55515,
"api_call_count": 67
},
"session_metrics": {
"turn_count": 3
},
"initial_attribution": {
"calculated_at": "2026-06-18T08:29:24.080905Z",
"agent_lines": 132,
"agent_removed": 139,
"human_added": 0,
"human_modified": 0,
"human_removed": 0,
"total_committed": 132,
"total_lines_changed": 271,
"agent_percentage": 100,
"metric_version": 2
}
}
+23
View File
@@ -0,0 +1,23 @@
Analyse what resampling options are available for metric data and how they can be configured
---
With the current branch the frontend does not show any jobs in the job list. There is a comsole error: Uncaught TypeError: t.resampleConfig.resolutions is not iterable (cannot read property undefined)
at jobs.js:65:121
at Wn (jobs.js:1:26455)
at gt (jobs.js:1:16991)
at bt (jobs.js:1:17041)
at Un (jobs.js:1:28557)
at jobs.js:65:278
at Wn (jobs.js:1:26455)
at gt (jobs.js:1:16991)
at bt (jobs.js:1:17041)
at Un (jobs.js:1:28557). Fix the problem.
---
I do not see a difference in the frontend for long jobs with spiky metric data. It seems the average resampling has no effect. I tried to change resampling by config file and from the web frontend. Can you check why there is no effect. I tried for job db id: 409
---
Commit the changes in 3 commits: One with the toplevel config warning, one with the frontend fixes, and one about the dependency updates