mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-06-26 12:20:36 +02:00
Checkpoint: 69d1b85c8db3
Entire-Session: 73cc565e-9a24-445c-bc6b-6bb813087897 Entire-Strategy: manual-commit Entire-Agent: Claude Code Ephemeral-branch: entire/ffbe171-e3b0c4
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
sha256:cc1b9274efdc02723696cb1dec95e2a84a697c724179d31f405b20f219039c5c
|
||||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,76 @@
|
|||||||
|
{
|
||||||
|
"cli_version": "0.7.6",
|
||||||
|
"checkpoint_id": "69d1b85c8db3",
|
||||||
|
"session_id": "73cc565e-9a24-445c-bc6b-6bb813087897",
|
||||||
|
"strategy": "manual-commit",
|
||||||
|
"created_at": "2026-06-18T08:29:07.145984Z",
|
||||||
|
"branch": "feature/526-average-resample",
|
||||||
|
"checkpoints_count": 3,
|
||||||
|
"save_step_count": 2,
|
||||||
|
"files_touched": [
|
||||||
|
"cmd/cc-backend/main.go"
|
||||||
|
],
|
||||||
|
"agent": "Claude Code",
|
||||||
|
"model": "claude-opus-4-8[1m]",
|
||||||
|
"turn_id": "55166746d5fc",
|
||||||
|
"token_usage": {
|
||||||
|
"input_tokens": 10691,
|
||||||
|
"cache_creation_tokens": 215552,
|
||||||
|
"cache_read_tokens": 5223756,
|
||||||
|
"output_tokens": 54905,
|
||||||
|
"api_call_count": 65
|
||||||
|
},
|
||||||
|
"session_metrics": {
|
||||||
|
"turn_count": 3
|
||||||
|
},
|
||||||
|
"initial_attribution": {
|
||||||
|
"calculated_at": "2026-06-18T08:29:07.133682Z",
|
||||||
|
"agent_lines": 13,
|
||||||
|
"agent_removed": 0,
|
||||||
|
"human_added": 0,
|
||||||
|
"human_modified": 0,
|
||||||
|
"human_removed": 0,
|
||||||
|
"total_committed": 13,
|
||||||
|
"total_lines_changed": 13,
|
||||||
|
"agent_percentage": 100,
|
||||||
|
"metric_version": 2
|
||||||
|
},
|
||||||
|
"prompt_attributions": [
|
||||||
|
{
|
||||||
|
"checkpoint_number": 1,
|
||||||
|
"user_lines_added": 180,
|
||||||
|
"user_lines_removed": 139,
|
||||||
|
"agent_lines_added": 0,
|
||||||
|
"agent_lines_removed": 0,
|
||||||
|
"user_added_per_file": {
|
||||||
|
".claude/settings.local.json": 48,
|
||||||
|
"go.mod": 42,
|
||||||
|
"go.sum": 90
|
||||||
|
},
|
||||||
|
"user_removed_per_file": {
|
||||||
|
"go.mod": 41,
|
||||||
|
"go.sum": 98
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"checkpoint_number": 2,
|
||||||
|
"user_lines_added": 48,
|
||||||
|
"user_lines_removed": 0,
|
||||||
|
"agent_lines_added": 143,
|
||||||
|
"agent_lines_removed": 164,
|
||||||
|
"user_added_per_file": {
|
||||||
|
".claude/settings.local.json": 48
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"checkpoint_number": 3,
|
||||||
|
"user_lines_added": 48,
|
||||||
|
"user_lines_removed": 0,
|
||||||
|
"agent_lines_added": 156,
|
||||||
|
"agent_lines_removed": 164,
|
||||||
|
"user_added_per_file": {
|
||||||
|
".claude/settings.local.json": 48
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,19 @@
|
|||||||
|
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
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"cli_version": "0.7.6",
|
||||||
|
"checkpoint_id": "69d1b85c8db3",
|
||||||
|
"strategy": "manual-commit",
|
||||||
|
"branch": "feature/526-average-resample",
|
||||||
|
"checkpoints_count": 3,
|
||||||
|
"files_touched": [
|
||||||
|
"cmd/cc-backend/main.go"
|
||||||
|
],
|
||||||
|
"sessions": [
|
||||||
|
{
|
||||||
|
"metadata": "/69/d1b85c8db3/0/metadata.json",
|
||||||
|
"transcript": "/69/d1b85c8db3/0/full.jsonl",
|
||||||
|
"content_hash": "/69/d1b85c8db3/0/content_hash.txt",
|
||||||
|
"prompt": "/69/d1b85c8db3/0/prompt.txt"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"token_usage": {
|
||||||
|
"input_tokens": 10691,
|
||||||
|
"cache_creation_tokens": 215552,
|
||||||
|
"cache_read_tokens": 5223756,
|
||||||
|
"output_tokens": 54905,
|
||||||
|
"api_call_count": 65
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user