mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-06-26 12:20:36 +02:00
Checkpoint: 3a7cb814c53f
Entire-Session: 10367c83-d44f-48a1-95e6-9b2f1e937b30 Entire-Strategy: manual-commit Entire-Agent: Claude Code Ephemeral-branch: entire/07b9a57-e3b0c4
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
sha256:71726026d08914ac1112ce0197ae1347a1457d1159a4615eb82b3dfeaaeee4fa
|
||||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,81 @@
|
|||||||
|
{
|
||||||
|
"cli_version": "0.7.6",
|
||||||
|
"checkpoint_id": "3a7cb814c53f",
|
||||||
|
"session_id": "10367c83-d44f-48a1-95e6-9b2f1e937b30",
|
||||||
|
"strategy": "manual-commit",
|
||||||
|
"created_at": "2026-06-17T10:28:25.33669Z",
|
||||||
|
"branch": "feature-283-remove-env-support-alt",
|
||||||
|
"checkpoints_count": 1,
|
||||||
|
"save_step_count": 1,
|
||||||
|
"files_touched": [
|
||||||
|
"CLAUDE.md",
|
||||||
|
"README.md",
|
||||||
|
"cmd/cc-backend/cli.go",
|
||||||
|
"cmd/cc-backend/init.go",
|
||||||
|
"cmd/cc-backend/main.go",
|
||||||
|
"configs/config-demo.json",
|
||||||
|
"configs/config.json",
|
||||||
|
"configs/env-template.txt",
|
||||||
|
"go.mod",
|
||||||
|
"go.sum",
|
||||||
|
"init/README.md",
|
||||||
|
"internal/auth/auth.go",
|
||||||
|
"internal/auth/jwt.go",
|
||||||
|
"internal/auth/jwtCookieSession.go",
|
||||||
|
"internal/auth/jwtSession.go",
|
||||||
|
"internal/auth/ldap.go",
|
||||||
|
"internal/auth/oidc.go",
|
||||||
|
"internal/auth/schema.go",
|
||||||
|
"internal/config/config.go",
|
||||||
|
"internal/config/schema.go",
|
||||||
|
"tools/convert-pem-pubkey/Readme.md",
|
||||||
|
"tools/convert-pem-pubkey/main.go"
|
||||||
|
],
|
||||||
|
"agent": "Claude Code",
|
||||||
|
"model": "claude-opus-4-8[1m]",
|
||||||
|
"turn_id": "a8fa750ca533",
|
||||||
|
"token_usage": {
|
||||||
|
"input_tokens": 13125,
|
||||||
|
"cache_creation_tokens": 170728,
|
||||||
|
"cache_read_tokens": 8722850,
|
||||||
|
"output_tokens": 37797,
|
||||||
|
"api_call_count": 90
|
||||||
|
},
|
||||||
|
"session_metrics": {
|
||||||
|
"turn_count": 1
|
||||||
|
},
|
||||||
|
"initial_attribution": {
|
||||||
|
"calculated_at": "2026-06-17T10:28:25.321662Z",
|
||||||
|
"agent_lines": 151,
|
||||||
|
"agent_removed": 95,
|
||||||
|
"human_added": 0,
|
||||||
|
"human_modified": 0,
|
||||||
|
"human_removed": 0,
|
||||||
|
"total_committed": 151,
|
||||||
|
"total_lines_changed": 246,
|
||||||
|
"agent_percentage": 100,
|
||||||
|
"metric_version": 2
|
||||||
|
},
|
||||||
|
"prompt_attributions": [
|
||||||
|
{
|
||||||
|
"checkpoint_number": 1,
|
||||||
|
"user_lines_added": 48,
|
||||||
|
"user_lines_removed": 0,
|
||||||
|
"agent_lines_added": 0,
|
||||||
|
"agent_lines_removed": 0,
|
||||||
|
"user_added_per_file": {
|
||||||
|
".claude/settings.local.json": 48
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"checkpoint_number": 2,
|
||||||
|
"user_lines_added": 48,
|
||||||
|
"user_lines_removed": 0,
|
||||||
|
"agent_lines_added": 151,
|
||||||
|
"agent_lines_removed": 95,
|
||||||
|
"user_added_per_file": {
|
||||||
|
".claude/settings.local.json": 48
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Remove the current secret management with dodotenv. Instead put the secrets directly into the config where they are used. Still allow to set secrets using environment variables. Env variables take precendence. Update all related parts.
|
||||||
@@ -0,0 +1,46 @@
|
|||||||
|
{
|
||||||
|
"cli_version": "0.7.6",
|
||||||
|
"checkpoint_id": "3a7cb814c53f",
|
||||||
|
"strategy": "manual-commit",
|
||||||
|
"branch": "feature-283-remove-env-support-alt",
|
||||||
|
"checkpoints_count": 1,
|
||||||
|
"files_touched": [
|
||||||
|
"CLAUDE.md",
|
||||||
|
"README.md",
|
||||||
|
"cmd/cc-backend/cli.go",
|
||||||
|
"cmd/cc-backend/init.go",
|
||||||
|
"cmd/cc-backend/main.go",
|
||||||
|
"configs/config-demo.json",
|
||||||
|
"configs/config.json",
|
||||||
|
"configs/env-template.txt",
|
||||||
|
"go.mod",
|
||||||
|
"go.sum",
|
||||||
|
"init/README.md",
|
||||||
|
"internal/auth/auth.go",
|
||||||
|
"internal/auth/jwt.go",
|
||||||
|
"internal/auth/jwtCookieSession.go",
|
||||||
|
"internal/auth/jwtSession.go",
|
||||||
|
"internal/auth/ldap.go",
|
||||||
|
"internal/auth/oidc.go",
|
||||||
|
"internal/auth/schema.go",
|
||||||
|
"internal/config/config.go",
|
||||||
|
"internal/config/schema.go",
|
||||||
|
"tools/convert-pem-pubkey/Readme.md",
|
||||||
|
"tools/convert-pem-pubkey/main.go"
|
||||||
|
],
|
||||||
|
"sessions": [
|
||||||
|
{
|
||||||
|
"metadata": "/3a/7cb814c53f/0/metadata.json",
|
||||||
|
"transcript": "/3a/7cb814c53f/0/full.jsonl",
|
||||||
|
"content_hash": "/3a/7cb814c53f/0/content_hash.txt",
|
||||||
|
"prompt": "/3a/7cb814c53f/0/prompt.txt"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"token_usage": {
|
||||||
|
"input_tokens": 13125,
|
||||||
|
"cache_creation_tokens": 170728,
|
||||||
|
"cache_read_tokens": 8722850,
|
||||||
|
"output_tokens": 37797,
|
||||||
|
"api_call_count": 90
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user