Checkpoint: 7536f551d548

Entire-Session: f8d732b5-ee26-4579-bdeb-237fa0cb9261
Entire-Strategy: manual-commit
Entire-Agent: Claude Code
Ephemeral-branch: entire/0069c86-e3b0c4
This commit is contained in:
2026-03-20 08:03:34 +01:00
parent b597c5a7a1
commit 97cc6344f3
5 changed files with 308 additions and 6 deletions

View File

@@ -0,0 +1 @@
sha256:8f73badb0b7c4a50f4168e091a2c992046adeaf6e94c53ac11aa23e3eef20e37

249
75/36f551d548/2/full.jsonl Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,37 @@
{
"cli_version": "0.5.0",
"checkpoint_id": "7536f551d548",
"session_id": "f8d732b5-ee26-4579-bdeb-237fa0cb9261",
"strategy": "manual-commit",
"created_at": "2026-03-20T07:03:34.700815Z",
"branch": "feature/526-average-resample",
"checkpoints_count": 3,
"files_touched": [
"go.mod",
"go.sum",
"web/frontend/src/config/AdminSettings.svelte",
"web/frontend/src/config/user/PlotRenderOptions.svelte"
],
"agent": "Claude Code",
"model": "claude-opus-4-6",
"turn_id": "dc8c7ded2768",
"token_usage": {
"input_tokens": 47,
"cache_creation_tokens": 47515,
"cache_read_tokens": 1322713,
"output_tokens": 7661,
"api_call_count": 37
},
"session_metrics": {
"turn_count": 3
},
"initial_attribution": {
"calculated_at": "2026-03-20T07:03:34.58224Z",
"agent_lines": 0,
"human_added": 44,
"human_modified": 59,
"human_removed": 0,
"total_committed": 79,
"agent_percentage": 0
}
}

View File

@@ -0,0 +1,9 @@
Add PlotRenderOptions also to AdminsSettings
---
The render options are not show here yet for admins: http://localhost:8080/config . Debug and fix it
---
Add resample-config option to the current config

View File

@@ -3,7 +3,7 @@
"checkpoint_id": "7536f551d548",
"strategy": "manual-commit",
"branch": "feature/526-average-resample",
"checkpoints_count": 2,
"checkpoints_count": 5,
"files_touched": [
"cmd/cc-backend/init.go",
"configs/config.json",
@@ -29,13 +29,19 @@
"transcript": "/75/36f551d548/1/full.jsonl",
"content_hash": "/75/36f551d548/1/content_hash.txt",
"prompt": "/75/36f551d548/1/prompt.txt"
},
{
"metadata": "/75/36f551d548/2/metadata.json",
"transcript": "/75/36f551d548/2/full.jsonl",
"content_hash": "/75/36f551d548/2/content_hash.txt",
"prompt": "/75/36f551d548/2/prompt.txt"
}
],
"token_usage": {
"input_tokens": 1365,
"cache_creation_tokens": 78588,
"cache_read_tokens": 1503670,
"output_tokens": 11313,
"api_call_count": 37
"input_tokens": 1412,
"cache_creation_tokens": 126103,
"cache_read_tokens": 2826383,
"output_tokens": 18974,
"api_call_count": 74
}
}