mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-06-26 04:10:38 +02:00
Checkpoint: c5dca72c848f
Entire-Session: 613968b7-e9f7-49a3-9f9b-02cdef17e0c7 Entire-Strategy: manual-commit Entire-Agent: Claude Code Ephemeral-branch: entire/9d1efcd-e3b0c4
This commit is contained in:
@@ -0,0 +1 @@
|
||||
sha256:3802dd25516997d2e327c50af9cdc61803aeecb299133b16d59b4a28215bf457
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"cli_version": "0.7.6",
|
||||
"checkpoint_id": "c5dca72c848f",
|
||||
"session_id": "613968b7-e9f7-49a3-9f9b-02cdef17e0c7",
|
||||
"strategy": "manual-commit",
|
||||
"created_at": "2026-06-17T15:29:54.455811Z",
|
||||
"branch": "feature/517-make-legal-links-configurable",
|
||||
"checkpoints_count": 1,
|
||||
"save_step_count": 1,
|
||||
"files_touched": [
|
||||
"configs/config.json",
|
||||
"internal/config/config.go",
|
||||
"internal/config/schema.go",
|
||||
"web/templates/base.tmpl",
|
||||
"web/web.go"
|
||||
],
|
||||
"agent": "Claude Code",
|
||||
"model": "claude-sonnet-4-6",
|
||||
"turn_id": "5e5309cba57a",
|
||||
"token_usage": {
|
||||
"input_tokens": 11085,
|
||||
"cache_creation_tokens": 83581,
|
||||
"cache_read_tokens": 1554890,
|
||||
"output_tokens": 15876,
|
||||
"api_call_count": 28
|
||||
},
|
||||
"session_metrics": {
|
||||
"turn_count": 1
|
||||
},
|
||||
"initial_attribution": {
|
||||
"calculated_at": "2026-06-17T15:29:54.448836Z",
|
||||
"agent_lines": 68,
|
||||
"agent_removed": 2,
|
||||
"human_added": 7,
|
||||
"human_modified": 0,
|
||||
"human_removed": 0,
|
||||
"total_committed": 75,
|
||||
"total_lines_changed": 77,
|
||||
"agent_percentage": 90.9090909090909,
|
||||
"metric_version": 2
|
||||
},
|
||||
"prompt_attributions": [
|
||||
{
|
||||
"checkpoint_number": 1,
|
||||
"user_lines_added": 205,
|
||||
"user_lines_removed": 0,
|
||||
"agent_lines_added": 0,
|
||||
"agent_lines_removed": 0,
|
||||
"user_added_per_file": {
|
||||
".claude/settings.local.json": 48,
|
||||
"make-footer-links-configurable.patch": 157
|
||||
}
|
||||
},
|
||||
{
|
||||
"checkpoint_number": 2,
|
||||
"user_lines_added": 48,
|
||||
"user_lines_removed": 0,
|
||||
"agent_lines_added": 225,
|
||||
"agent_lines_removed": 2,
|
||||
"user_added_per_file": {
|
||||
".claude/settings.local.json": 48
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
Currently the legal pages imprint and privacy are rendered from templates which can be overwritten by placing files into ./var folder. There should be another option to specify URLs in the configuration to directly link to external pages. There is a patch @make-footer-links-configurable.patch with a proposal. Analyse the options and propose a plan, you may take into account the patch.
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"cli_version": "0.7.6",
|
||||
"checkpoint_id": "c5dca72c848f",
|
||||
"strategy": "manual-commit",
|
||||
"branch": "feature/517-make-legal-links-configurable",
|
||||
"checkpoints_count": 1,
|
||||
"files_touched": [
|
||||
"configs/config.json",
|
||||
"internal/config/config.go",
|
||||
"internal/config/schema.go",
|
||||
"web/templates/base.tmpl",
|
||||
"web/web.go"
|
||||
],
|
||||
"sessions": [
|
||||
{
|
||||
"metadata": "/c5/dca72c848f/0/metadata.json",
|
||||
"transcript": "/c5/dca72c848f/0/full.jsonl",
|
||||
"content_hash": "/c5/dca72c848f/0/content_hash.txt",
|
||||
"prompt": "/c5/dca72c848f/0/prompt.txt"
|
||||
}
|
||||
],
|
||||
"token_usage": {
|
||||
"input_tokens": 11085,
|
||||
"cache_creation_tokens": 83581,
|
||||
"cache_read_tokens": 1554890,
|
||||
"output_tokens": 15876,
|
||||
"api_call_count": 28
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user