Checkpoint: a4948d0fe7a3

Entire-Session: 0fb73ab2-5576-4b68-ae4b-f176fcec6e42
Entire-Strategy: manual-commit
Entire-Agent: Claude Code
Ephemeral-branch: entire/bab6eb4-e3b0c4
This commit is contained in:
2026-03-16 15:42:38 +01:00
parent 2f616cad7d
commit 80258baada
5 changed files with 104 additions and 0 deletions

View File

@@ -0,0 +1 @@
sha256:81d8f703d3b2406a36db99f3aa528e077caea3e3fbd840a93d9dc46eba692560

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,34 @@
{
"cli_version": "0.5.0",
"checkpoint_id": "a4948d0fe7a3",
"session_id": "0fb73ab2-5576-4b68-ae4b-f176fcec6e42",
"strategy": "manual-commit",
"created_at": "2026-03-16T14:42:38.524785Z",
"branch": "hotfix",
"checkpoints_count": 1,
"files_touched": [
"internal/api/rest.go"
],
"agent": "Claude Code",
"model": "claude-opus-4-6",
"turn_id": "8c60783524af",
"token_usage": {
"input_tokens": 12,
"cache_creation_tokens": 16404,
"cache_read_tokens": 152967,
"output_tokens": 1028,
"api_call_count": 8
},
"session_metrics": {
"turn_count": 2
},
"initial_attribution": {
"calculated_at": "2026-03-16T14:42:38.485049Z",
"agent_lines": 3,
"human_added": 0,
"human_modified": 0,
"human_removed": 0,
"total_committed": 3,
"agent_percentage": 100
}
}

View File

@@ -0,0 +1,5 @@
handleError is called from many different functions. How can I enrich the log message to make transparent from where the error is triggered?
---
Adopt handleError using the runtime.Caller option

View File

@@ -0,0 +1,25 @@
{
"cli_version": "0.5.0",
"checkpoint_id": "a4948d0fe7a3",
"strategy": "manual-commit",
"branch": "hotfix",
"checkpoints_count": 1,
"files_touched": [
"internal/api/rest.go"
],
"sessions": [
{
"metadata": "/a4/948d0fe7a3/0/metadata.json",
"transcript": "/a4/948d0fe7a3/0/full.jsonl",
"content_hash": "/a4/948d0fe7a3/0/content_hash.txt",
"prompt": "/a4/948d0fe7a3/0/prompt.txt"
}
],
"token_usage": {
"input_tokens": 12,
"cache_creation_tokens": 16404,
"cache_read_tokens": 152967,
"output_tokens": 1028,
"api_call_count": 8
}
}