diff --git a/.github/agents/agentic-workflows.agent.md b/.github/agents/agentic-workflows.agent.md index f6c8478a..c58da768 100644 --- a/.github/agents/agentic-workflows.agent.md +++ b/.github/agents/agentic-workflows.agent.md @@ -30,7 +30,7 @@ Workflows may optionally include: - Workflow files: `.github/workflows/*.md` and `.github/workflows/**/*.md` - Workflow lock files: `.github/workflows/*.lock.yml` - Shared components: `.github/workflows/shared/*.md` -- Configuration: https://github.com/github/gh-aw/blob/v0.69.2/.github/aw/github-agentic-workflows.md +- Configuration: https://github.com/github/gh-aw/blob/v0.69.3/.github/aw/github-agentic-workflows.md ## Problems This Solves @@ -52,7 +52,7 @@ When you interact with this agent, it will: ### Create New Workflow **Load when**: User wants to create a new workflow from scratch, add automation, or design a workflow that doesn't exist yet -**Prompt file**: https://github.com/github/gh-aw/blob/v0.69.2/.github/aw/create-agentic-workflow.md +**Prompt file**: https://github.com/github/gh-aw/blob/v0.69.3/.github/aw/create-agentic-workflow.md **Use cases**: - "Create a workflow that triages issues" @@ -62,7 +62,7 @@ When you interact with this agent, it will: ### Update Existing Workflow **Load when**: User wants to modify, improve, or refactor an existing workflow -**Prompt file**: https://github.com/github/gh-aw/blob/v0.69.2/.github/aw/update-agentic-workflow.md +**Prompt file**: https://github.com/github/gh-aw/blob/v0.69.3/.github/aw/update-agentic-workflow.md **Use cases**: - "Add web-fetch tool to the issue-classifier workflow" @@ -72,7 +72,7 @@ When you interact with this agent, it will: ### Debug Workflow **Load when**: User needs to investigate, audit, debug, or understand a workflow, troubleshoot issues, analyze logs, or fix errors -**Prompt file**: https://github.com/github/gh-aw/blob/v0.69.2/.github/aw/debug-agentic-workflow.md +**Prompt file**: https://github.com/github/gh-aw/blob/v0.69.3/.github/aw/debug-agentic-workflow.md **Use cases**: - "Why is this workflow failing?" @@ -82,7 +82,7 @@ When you interact with this agent, it will: ### Upgrade Agentic Workflows **Load when**: User wants to upgrade workflows to a new gh-aw version or fix deprecations -**Prompt file**: https://github.com/github/gh-aw/blob/v0.69.2/.github/aw/upgrade-agentic-workflows.md +**Prompt file**: https://github.com/github/gh-aw/blob/v0.69.3/.github/aw/upgrade-agentic-workflows.md **Use cases**: - "Upgrade all workflows to the latest version" @@ -92,7 +92,7 @@ When you interact with this agent, it will: ### Create a Report-Generating Workflow **Load when**: The workflow being created or updated produces reports — recurring status updates, audit summaries, analyses, or any structured output posted as a GitHub issue, discussion, or comment -**Prompt file**: https://github.com/github/gh-aw/blob/v0.69.2/.github/aw/report.md +**Prompt file**: https://github.com/github/gh-aw/blob/v0.69.3/.github/aw/report.md **Use cases**: - "Create a weekly CI health report" @@ -102,7 +102,7 @@ When you interact with this agent, it will: ### Create Shared Agentic Workflow **Load when**: User wants to create a reusable workflow component or wrap an MCP server -**Prompt file**: https://github.com/github/gh-aw/blob/v0.69.2/.github/aw/create-shared-agentic-workflow.md +**Prompt file**: https://github.com/github/gh-aw/blob/v0.69.3/.github/aw/create-shared-agentic-workflow.md **Use cases**: - "Create a shared component for Notion integration" @@ -112,7 +112,7 @@ When you interact with this agent, it will: ### Fix Dependabot PRs **Load when**: User needs to close or fix open Dependabot PRs that update dependencies in generated manifest files (`.github/workflows/package.json`, `.github/workflows/requirements.txt`, `.github/workflows/go.mod`) -**Prompt file**: https://github.com/github/gh-aw/blob/v0.69.2/.github/aw/dependabot.md +**Prompt file**: https://github.com/github/gh-aw/blob/v0.69.3/.github/aw/dependabot.md **Use cases**: - "Fix the open Dependabot PRs for npm dependencies" @@ -122,7 +122,7 @@ When you interact with this agent, it will: ### Analyze Test Coverage **Load when**: The workflow reads, analyzes, or reports test coverage — whether triggered by a PR, a schedule, or a slash command. Always consult this prompt before designing the coverage data strategy. -**Prompt file**: https://github.com/github/gh-aw/blob/v0.69.2/.github/aw/test-coverage.md +**Prompt file**: https://github.com/github/gh-aw/blob/v0.69.3/.github/aw/test-coverage.md **Use cases**: - "Create a workflow that comments coverage on PRs" @@ -169,10 +169,10 @@ gh aw compile --validate ## Important Notes -- Always reference the instructions file at https://github.com/github/gh-aw/blob/v0.69.2/.github/aw/github-agentic-workflows.md for complete documentation +- Always reference the instructions file at https://github.com/github/gh-aw/blob/v0.69.3/.github/aw/github-agentic-workflows.md for complete documentation - Use the MCP tool `agentic-workflows` when running in GitHub Copilot Cloud - Workflows must be compiled to `.lock.yml` files before running in GitHub Actions - **Bash tools are enabled by default** - Don't restrict bash commands unnecessarily since workflows are sandboxed by the AWF - Follow security best practices: minimal permissions, explicit network access, no template injection -- **Network configuration**: Use ecosystem identifiers (`node`, `python`, `go`, etc.) or explicit FQDNs in `network.allowed`. Bare shorthands like `npm` or `pypi` are **not** valid. See https://github.com/github/gh-aw/blob/v0.69.2/.github/aw/network.md for the full list of valid ecosystem identifiers and domain patterns. +- **Network configuration**: Use ecosystem identifiers (`node`, `python`, `go`, etc.) or explicit FQDNs in `network.allowed`. Bare shorthands like `npm` or `pypi` are **not** valid. See https://github.com/github/gh-aw/blob/v0.69.3/.github/aw/network.md for the full list of valid ecosystem identifiers and domain patterns. - **Single-file output**: When creating a workflow, produce exactly **one** workflow `.md` file. Do not create separate documentation files (architecture docs, runbooks, usage guides, etc.). If documentation is needed, add a brief `## Usage` section inside the workflow file itself. diff --git a/.github/aw/actions-lock.json b/.github/aw/actions-lock.json index 9af59183..84ad0bf3 100644 --- a/.github/aw/actions-lock.json +++ b/.github/aw/actions-lock.json @@ -40,20 +40,20 @@ "version": "v4.0.0", "sha": "4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd" }, - "github/gh-aw-actions/setup-cli@v0.69.2": { + "github/gh-aw-actions/setup-cli@v0.69.3": { "repo": "github/gh-aw-actions/setup-cli", - "version": "v0.69.2", - "sha": "dca90cae5e2ec0ef2275f97efcb832793c86e082" + "version": "v0.69.3", + "sha": "006ffd856b868b71df342dbe0ba082a963249b31" }, - "github/gh-aw-actions/setup@v0.69.2": { + "github/gh-aw-actions/setup@v0.69.3": { "repo": "github/gh-aw-actions/setup", - "version": "v0.69.2", - "sha": "dca90cae5e2ec0ef2275f97efcb832793c86e082" + "version": "v0.69.3", + "sha": "006ffd856b868b71df342dbe0ba082a963249b31" }, - "github/gh-aw/actions/setup@v0.69.2": { + "github/gh-aw/actions/setup@v0.69.3": { "repo": "github/gh-aw/actions/setup", - "version": "v0.69.2", - "sha": "f0002540c946a84f7f6f0deb67e53d2ea89b9567" + "version": "v0.69.3", + "sha": "6abd7107cebd8b300f4d64013201ad2d8e0a994f" }, "softprops/action-gh-release@v3.0.0": { "repo": "softprops/action-gh-release", @@ -87,6 +87,11 @@ "digest": "sha256:d91d8c6263597d38da4c9fb3599ea7fed26fc6fcfebe5e92beb9711980bb25ea", "pinned_image": "ghcr.io/github/gh-aw-firewall/agent:0.25.23@sha256:d91d8c6263597d38da4c9fb3599ea7fed26fc6fcfebe5e92beb9711980bb25ea" }, + "ghcr.io/github/gh-aw-firewall/agent:0.25.26": { + "image": "ghcr.io/github/gh-aw-firewall/agent:0.25.26", + "digest": "sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58", + "pinned_image": "ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58" + }, "ghcr.io/github/gh-aw-firewall/api-proxy:0.25.18": { "image": "ghcr.io/github/gh-aw-firewall/api-proxy:0.25.18", "digest": "sha256:d16a40a3ca6e989896d0cef9f31b9412bb1fcc8755bafcafb95012ae1078539b", @@ -107,6 +112,11 @@ "digest": "sha256:6d8d7841a56bcb2a53fae629f9a6b9c77e80fe04af44cf753d13a6003d812120", "pinned_image": "ghcr.io/github/gh-aw-firewall/api-proxy:0.25.23@sha256:6d8d7841a56bcb2a53fae629f9a6b9c77e80fe04af44cf753d13a6003d812120" }, + "ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26": { + "image": "ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26", + "digest": "sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0", + "pinned_image": "ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0" + }, "ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.18": { "image": "ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.18", "digest": "sha256:de03b36f973671bf9a317d1d7af7a7b90bf1c6b267410d6233a1f66e4fb67e70", @@ -122,6 +132,11 @@ "digest": "sha256:113837034dd2cd4c96d8f00f27c910eef3e44384c13bcca2f282b6ca8b457a03", "pinned_image": "ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.23@sha256:113837034dd2cd4c96d8f00f27c910eef3e44384c13bcca2f282b6ca8b457a03" }, + "ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26": { + "image": "ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26", + "digest": "sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6", + "pinned_image": "ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6" + }, "ghcr.io/github/gh-aw-firewall/squid:0.25.18": { "image": "ghcr.io/github/gh-aw-firewall/squid:0.25.18", "digest": "sha256:eb102afcfbae26ffcec016adebb74d3be7b0a5bf376ba306599cdf3effbe288e", @@ -142,6 +157,11 @@ "digest": "sha256:989d478749707bd1e81a78bb995f0bc9b96421b1c8c087b6999a860cf05f2845", "pinned_image": "ghcr.io/github/gh-aw-firewall/squid:0.25.23@sha256:989d478749707bd1e81a78bb995f0bc9b96421b1c8c087b6999a860cf05f2845" }, + "ghcr.io/github/gh-aw-firewall/squid:0.25.26": { + "image": "ghcr.io/github/gh-aw-firewall/squid:0.25.26", + "digest": "sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34", + "pinned_image": "ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34" + }, "ghcr.io/github/gh-aw-mcpg:v0.2.17": { "image": "ghcr.io/github/gh-aw-mcpg:v0.2.17", "digest": "sha256:a6dec6ec535a11c565d982afa2f98589805ed0598862b9ea9d3c751fc71afae8", @@ -167,11 +187,26 @@ "digest": "sha256:52bff79c22311c47b5a0dcb550e8bc9debdec9d5d7d1e044926f5dc2e1a35c1e", "pinned_image": "ghcr.io/github/gh-aw-mcpg:v0.2.24@sha256:52bff79c22311c47b5a0dcb550e8bc9debdec9d5d7d1e044926f5dc2e1a35c1e" }, + "ghcr.io/github/gh-aw-mcpg:v0.2.26": { + "image": "ghcr.io/github/gh-aw-mcpg:v0.2.26", + "digest": "sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57", + "pinned_image": "ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57" + }, + "ghcr.io/github/gh-aw-mcpg:v0.2.29": { + "image": "ghcr.io/github/gh-aw-mcpg:v0.2.29", + "digest": "sha256:b73696487a56dcecd2049b00df37ce77f6f6d6c410c65dac6d8e577254bbac97", + "pinned_image": "ghcr.io/github/gh-aw-mcpg:v0.2.29@sha256:b73696487a56dcecd2049b00df37ce77f6f6d6c410c65dac6d8e577254bbac97" + }, "ghcr.io/github/github-mcp-server:v0.32.0": { "image": "ghcr.io/github/github-mcp-server:v0.32.0", "digest": "sha256:2763823c63bcca718ce53850a1d7fcf2f501ec84028394f1b63ce7e9f4f9be28", "pinned_image": "ghcr.io/github/github-mcp-server:v0.32.0@sha256:2763823c63bcca718ce53850a1d7fcf2f501ec84028394f1b63ce7e9f4f9be28" }, + "ghcr.io/github/github-mcp-server:v1.0.0": { + "image": "ghcr.io/github/github-mcp-server:v1.0.0", + "digest": "sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95", + "pinned_image": "ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95" + }, "mcr.microsoft.com/playwright/mcp": { "image": "mcr.microsoft.com/playwright/mcp", "digest": "sha256:7b82f29c6ef83480a97f612d53ac3fd5f30a32df3fea1e06923d4204d3532bb2", diff --git a/.github/workflows/build-test.lock.yml b/.github/workflows/build-test.lock.yml index 5eea774c..0dfae696 100644 --- a/.github/workflows/build-test.lock.yml +++ b/.github/workflows/build-test.lock.yml @@ -1,5 +1,5 @@ -# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"28dab9859ef3c0cb9fa1ec71ee57e5d752d9937b60a5099e66807b9937ada681","compiler_version":"v0.69.2","strict":true,"agent_id":"copilot"} -# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/setup-dotnet","sha":"c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7","version":"v5.2.0"},{"repo":"actions/setup-go","sha":"4a3601121dd01d1626a1e23e37211e3254c1c06c","version":"v6.4.0"},{"repo":"actions/setup-java","sha":"be666c2fcd27ec809703dec50e508c2fdc7f6654","version":"v5.2.0"},{"repo":"actions/setup-node","sha":"48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e","version":"v6.4.0"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"dca90cae5e2ec0ef2275f97efcb832793c86e082","version":"v0.69.2"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} +# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"28dab9859ef3c0cb9fa1ec71ee57e5d752d9937b60a5099e66807b9937ada681","compiler_version":"v0.69.3","strict":true,"agent_id":"copilot"} +# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/setup-dotnet","sha":"c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7","version":"v5.2.0"},{"repo":"actions/setup-go","sha":"4a3601121dd01d1626a1e23e37211e3254c1c06c","version":"v6.4.0"},{"repo":"actions/setup-java","sha":"be666c2fcd27ec809703dec50e508c2fdc7f6654","version":"v5.2.0"},{"repo":"actions/setup-node","sha":"48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e","version":"v6.4.0"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"006ffd856b868b71df342dbe0ba082a963249b31","version":"v0.69.3"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26","digest":"sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58","pinned_image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26","digest":"sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0","pinned_image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26","digest":"sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6","pinned_image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26","digest":"sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34","pinned_image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26","digest":"sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57","pinned_image":"ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0","digest":"sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95","pinned_image":"ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} # ___ _ _ # / _ \ | | (_) # | |_| | __ _ ___ _ __ | |_ _ ___ @@ -14,7 +14,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.69.2). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.69.3). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -39,15 +39,15 @@ # - actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 # - actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 # - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 -# - github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 +# - github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 # # Container images used: -# - ghcr.io/github/gh-aw-firewall/agent:0.25.26 -# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/squid:0.25.26 -# - ghcr.io/github/gh-aw-mcpg:v0.2.26 -# - ghcr.io/github/github-mcp-server:v1.0.0 +# - ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 +# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 +# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 +# - ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 +# - ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 +# - ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 # - node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f name: "Build Test Suite" @@ -95,7 +95,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -107,7 +107,7 @@ jobs: GH_AW_INFO_MODEL: ${{ vars.GH_AW_MODEL_AGENT_COPILOT || 'auto' }} GH_AW_INFO_VERSION: "1.0.21" GH_AW_INFO_AGENT_VERSION: "1.0.21" - GH_AW_INFO_CLI_VERSION: "v0.69.2" + GH_AW_INFO_CLI_VERSION: "v0.69.3" GH_AW_INFO_WORKFLOW_NAME: "Build Test Suite" GH_AW_INFO_EXPERIMENTAL: "false" GH_AW_INFO_SUPPORTS_TOOLS_ALLOWLIST: "true" @@ -157,7 +157,7 @@ jobs: - name: Check compile-agentic version uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: - GH_AW_COMPILED_VERSION: "v0.69.2" + GH_AW_COMPILED_VERSION: "v0.69.3" with: script: | const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs'); @@ -332,7 +332,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -443,7 +443,7 @@ jobs: const determineAutomaticLockdown = require('${{ runner.temp }}/gh-aw/actions/determine_automatic_lockdown.cjs'); await determineAutomaticLockdown(github, context, core); - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 ghcr.io/github/gh-aw-mcpg:v0.2.26 ghcr.io/github/github-mcp-server:v1.0.0 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f - name: Write Safe Outputs Config run: | mkdir -p "${RUNNER_TEMP}/gh-aw/safeoutputs" @@ -726,7 +726,7 @@ jobs: GH_AW_PHASE: agent GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt GH_AW_SAFE_OUTPUTS: ${{ steps.set-runtime-paths.outputs.GH_AW_SAFE_OUTPUTS }} - GH_AW_VERSION: v0.69.2 + GH_AW_VERSION: v0.69.3 GH_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || github.token }} GITHUB_API_URL: ${{ github.api_url }} GITHUB_AW: true @@ -924,7 +924,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1052,7 +1052,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/.github/workflows/ci-cd-gaps-assessment.lock.yml b/.github/workflows/ci-cd-gaps-assessment.lock.yml index 38655c8f..9920bc38 100644 --- a/.github/workflows/ci-cd-gaps-assessment.lock.yml +++ b/.github/workflows/ci-cd-gaps-assessment.lock.yml @@ -1,5 +1,5 @@ -# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"6f835dd4554af04d56e7b2e49bdb48030791404dcf2b303a6cd93097581887f5","compiler_version":"v0.69.2","strict":true,"agent_id":"copilot"} -# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"dca90cae5e2ec0ef2275f97efcb832793c86e082","version":"v0.69.2"}],"containers":[{"image":"alpine:latest","digest":"sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11","pinned_image":"alpine:latest@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11"},{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} +# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"6f835dd4554af04d56e7b2e49bdb48030791404dcf2b303a6cd93097581887f5","compiler_version":"v0.69.3","strict":true,"agent_id":"copilot"} +# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"006ffd856b868b71df342dbe0ba082a963249b31","version":"v0.69.3"}],"containers":[{"image":"alpine:latest","digest":"sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11","pinned_image":"alpine:latest@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11"},{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26","digest":"sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58","pinned_image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26","digest":"sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0","pinned_image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26","digest":"sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6","pinned_image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26","digest":"sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34","pinned_image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26","digest":"sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57","pinned_image":"ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0","digest":"sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95","pinned_image":"ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} # ___ _ _ # / _ \ | | (_) # | |_| | __ _ ___ _ __ | |_ _ ___ @@ -14,7 +14,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.69.2). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.69.3). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -39,16 +39,16 @@ # - actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 # - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 # - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 -# - github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 +# - github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 # # Container images used: # - alpine:latest@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 -# - ghcr.io/github/gh-aw-firewall/agent:0.25.26 -# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/squid:0.25.26 -# - ghcr.io/github/gh-aw-mcpg:v0.2.26 -# - ghcr.io/github/github-mcp-server:v1.0.0 +# - ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 +# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 +# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 +# - ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 +# - ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 +# - ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 # - node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f name: "CI/CD Pipelines and Integration Tests Gap Assessment" @@ -88,7 +88,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -100,7 +100,7 @@ jobs: GH_AW_INFO_MODEL: ${{ vars.GH_AW_MODEL_AGENT_COPILOT || 'auto' }} GH_AW_INFO_VERSION: "1.0.21" GH_AW_INFO_AGENT_VERSION: "1.0.21" - GH_AW_INFO_CLI_VERSION: "v0.69.2" + GH_AW_INFO_CLI_VERSION: "v0.69.3" GH_AW_INFO_WORKFLOW_NAME: "CI/CD Pipelines and Integration Tests Gap Assessment" GH_AW_INFO_EXPERIMENTAL: "false" GH_AW_INFO_SUPPORTS_TOOLS_ALLOWLIST: "true" @@ -150,7 +150,7 @@ jobs: - name: Check compile-agentic version uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: - GH_AW_COMPILED_VERSION: "v0.69.2" + GH_AW_COMPILED_VERSION: "v0.69.3" with: script: | const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs'); @@ -319,7 +319,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -409,7 +409,7 @@ jobs: const determineAutomaticLockdown = require('${{ runner.temp }}/gh-aw/actions/determine_automatic_lockdown.cjs'); await determineAutomaticLockdown(github, context, core); - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" alpine:latest@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 ghcr.io/github/gh-aw-mcpg:v0.2.26 ghcr.io/github/github-mcp-server:v1.0.0 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" alpine:latest@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f - name: Install gh-aw extension env: GH_TOKEN: ${{ secrets.GH_AW_GITHUB_MCP_SERVER_TOKEN || secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} @@ -722,7 +722,7 @@ jobs: GH_AW_PHASE: agent GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt GH_AW_SAFE_OUTPUTS: ${{ steps.set-runtime-paths.outputs.GH_AW_SAFE_OUTPUTS }} - GH_AW_VERSION: v0.69.2 + GH_AW_VERSION: v0.69.3 GH_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || github.token }} GITHUB_API_URL: ${{ github.api_url }} GITHUB_AW: true @@ -919,7 +919,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1044,7 +1044,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/.github/workflows/ci-doctor.lock.yml b/.github/workflows/ci-doctor.lock.yml index f5166c34..551729ce 100644 --- a/.github/workflows/ci-doctor.lock.yml +++ b/.github/workflows/ci-doctor.lock.yml @@ -1,5 +1,5 @@ -# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"32664961c4b2781ac3b0ef7d111a678eb04581285cf0467ca005545972e0795f","compiler_version":"v0.69.2","strict":true,"agent_id":"copilot"} -# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/cache","sha":"27d5ce7f107fe9357f9df03efb73ab90386fccae","version":"v5.0.5"},{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"dca90cae5e2ec0ef2275f97efcb832793c86e082","version":"v0.69.2"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} +# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"32664961c4b2781ac3b0ef7d111a678eb04581285cf0467ca005545972e0795f","compiler_version":"v0.69.3","strict":true,"agent_id":"copilot"} +# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/cache","sha":"27d5ce7f107fe9357f9df03efb73ab90386fccae","version":"v5.0.5"},{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"006ffd856b868b71df342dbe0ba082a963249b31","version":"v0.69.3"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26","digest":"sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58","pinned_image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26","digest":"sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0","pinned_image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26","digest":"sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6","pinned_image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26","digest":"sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34","pinned_image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26","digest":"sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57","pinned_image":"ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0","digest":"sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95","pinned_image":"ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} # ___ _ _ # / _ \ | | (_) # | |_| | __ _ ___ _ __ | |_ _ ___ @@ -14,7 +14,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.69.2). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.69.3). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -40,15 +40,15 @@ # - actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 # - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 # - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 -# - github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 +# - github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 # # Container images used: -# - ghcr.io/github/gh-aw-firewall/agent:0.25.26 -# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/squid:0.25.26 -# - ghcr.io/github/gh-aw-mcpg:v0.2.26 -# - ghcr.io/github/github-mcp-server:v1.0.0 +# - ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 +# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 +# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 +# - ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 +# - ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 +# - ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 # - node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f name: "CI Doctor" @@ -118,7 +118,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -131,7 +131,7 @@ jobs: GH_AW_INFO_MODEL: ${{ vars.GH_AW_MODEL_AGENT_COPILOT || 'auto' }} GH_AW_INFO_VERSION: "1.0.21" GH_AW_INFO_AGENT_VERSION: "1.0.21" - GH_AW_INFO_CLI_VERSION: "v0.69.2" + GH_AW_INFO_CLI_VERSION: "v0.69.3" GH_AW_INFO_WORKFLOW_NAME: "CI Doctor" GH_AW_INFO_EXPERIMENTAL: "false" GH_AW_INFO_SUPPORTS_TOOLS_ALLOWLIST: "true" @@ -181,7 +181,7 @@ jobs: - name: Check compile-agentic version uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: - GH_AW_COMPILED_VERSION: "v0.69.2" + GH_AW_COMPILED_VERSION: "v0.69.3" with: script: | const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs'); @@ -375,7 +375,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -496,7 +496,7 @@ jobs: const determineAutomaticLockdown = require('${{ runner.temp }}/gh-aw/actions/determine_automatic_lockdown.cjs'); await determineAutomaticLockdown(github, context, core); - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 ghcr.io/github/gh-aw-mcpg:v0.2.26 ghcr.io/github/github-mcp-server:v1.0.0 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f - name: Write Safe Outputs Config run: | mkdir -p "${RUNNER_TEMP}/gh-aw/safeoutputs" @@ -793,7 +793,7 @@ jobs: GH_AW_PHASE: agent GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt GH_AW_SAFE_OUTPUTS: ${{ steps.set-runtime-paths.outputs.GH_AW_SAFE_OUTPUTS }} - GH_AW_VERSION: v0.69.2 + GH_AW_VERSION: v0.69.3 GH_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || github.token }} GITHUB_API_URL: ${{ github.api_url }} GITHUB_AW: true @@ -1026,7 +1026,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1131,7 +1131,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1181,7 +1181,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/.github/workflows/claude-token-optimizer.lock.yml b/.github/workflows/claude-token-optimizer.lock.yml index 7ee5a9a4..992e0b11 100644 --- a/.github/workflows/claude-token-optimizer.lock.yml +++ b/.github/workflows/claude-token-optimizer.lock.yml @@ -1,5 +1,5 @@ -# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"4bb676198b841c12d77c572f6e2aeba0c5322ea0d9e1a68a10fa945e9d7d931f","compiler_version":"v0.69.2","strict":true,"agent_id":"copilot"} -# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"dca90cae5e2ec0ef2275f97efcb832793c86e082","version":"v0.69.2"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} +# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"4bb676198b841c12d77c572f6e2aeba0c5322ea0d9e1a68a10fa945e9d7d931f","compiler_version":"v0.69.3","strict":true,"agent_id":"copilot"} +# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"006ffd856b868b71df342dbe0ba082a963249b31","version":"v0.69.3"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26","digest":"sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58","pinned_image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26","digest":"sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0","pinned_image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26","digest":"sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6","pinned_image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26","digest":"sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34","pinned_image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26","digest":"sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57","pinned_image":"ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0","digest":"sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95","pinned_image":"ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} # ___ _ _ # / _ \ | | (_) # | |_| | __ _ ___ _ __ | |_ _ ___ @@ -14,7 +14,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.69.2). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.69.3). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -39,15 +39,15 @@ # - actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 # - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 # - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 -# - github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 +# - github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 # # Container images used: -# - ghcr.io/github/gh-aw-firewall/agent:0.25.26 -# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/squid:0.25.26 -# - ghcr.io/github/gh-aw-mcpg:v0.2.26 -# - ghcr.io/github/github-mcp-server:v1.0.0 +# - ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 +# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 +# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 +# - ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 +# - ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 +# - ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 # - node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f name: "Daily Claude Token Optimization Advisor" @@ -100,7 +100,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -113,7 +113,7 @@ jobs: GH_AW_INFO_MODEL: ${{ vars.GH_AW_MODEL_AGENT_COPILOT || 'auto' }} GH_AW_INFO_VERSION: "1.0.21" GH_AW_INFO_AGENT_VERSION: "1.0.21" - GH_AW_INFO_CLI_VERSION: "v0.69.2" + GH_AW_INFO_CLI_VERSION: "v0.69.3" GH_AW_INFO_WORKFLOW_NAME: "Daily Claude Token Optimization Advisor" GH_AW_INFO_EXPERIMENTAL: "false" GH_AW_INFO_SUPPORTS_TOOLS_ALLOWLIST: "true" @@ -163,7 +163,7 @@ jobs: - name: Check compile-agentic version uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: - GH_AW_COMPILED_VERSION: "v0.69.2" + GH_AW_COMPILED_VERSION: "v0.69.3" with: script: | const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs'); @@ -333,7 +333,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -432,7 +432,7 @@ jobs: const determineAutomaticLockdown = require('${{ runner.temp }}/gh-aw/actions/determine_automatic_lockdown.cjs'); await determineAutomaticLockdown(github, context, core); - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 ghcr.io/github/gh-aw-mcpg:v0.2.26 ghcr.io/github/github-mcp-server:v1.0.0 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f - name: Write Safe Outputs Config run: | mkdir -p "${RUNNER_TEMP}/gh-aw/safeoutputs" @@ -706,7 +706,7 @@ jobs: GH_AW_PHASE: agent GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt GH_AW_SAFE_OUTPUTS: ${{ steps.set-runtime-paths.outputs.GH_AW_SAFE_OUTPUTS }} - GH_AW_VERSION: v0.69.2 + GH_AW_VERSION: v0.69.3 GH_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || github.token }} GITHUB_API_URL: ${{ github.api_url }} GITHUB_AW: true @@ -902,7 +902,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1006,7 +1006,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1065,7 +1065,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/.github/workflows/claude-token-usage-analyzer.lock.yml b/.github/workflows/claude-token-usage-analyzer.lock.yml index c070c371..468e1289 100644 --- a/.github/workflows/claude-token-usage-analyzer.lock.yml +++ b/.github/workflows/claude-token-usage-analyzer.lock.yml @@ -1,5 +1,5 @@ -# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"bef6f9da610dd25287501be58350391fed6723a4e702cfe6ae7b4ba2b24df4fe","compiler_version":"v0.69.2","strict":true,"agent_id":"copilot"} -# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"dca90cae5e2ec0ef2275f97efcb832793c86e082","version":"v0.69.2"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} +# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"bef6f9da610dd25287501be58350391fed6723a4e702cfe6ae7b4ba2b24df4fe","compiler_version":"v0.69.3","strict":true,"agent_id":"copilot"} +# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"006ffd856b868b71df342dbe0ba082a963249b31","version":"v0.69.3"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26","digest":"sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58","pinned_image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26","digest":"sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0","pinned_image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26","digest":"sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6","pinned_image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26","digest":"sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34","pinned_image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26","digest":"sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57","pinned_image":"ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0","digest":"sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95","pinned_image":"ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} # ___ _ _ # / _ \ | | (_) # | |_| | __ _ ___ _ __ | |_ _ ___ @@ -14,7 +14,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.69.2). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.69.3). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -41,15 +41,15 @@ # - actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 # - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 # - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 -# - github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 +# - github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 # # Container images used: -# - ghcr.io/github/gh-aw-firewall/agent:0.25.26 -# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/squid:0.25.26 -# - ghcr.io/github/gh-aw-mcpg:v0.2.26 -# - ghcr.io/github/github-mcp-server:v1.0.0 +# - ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 +# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 +# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 +# - ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 +# - ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 +# - ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 # - node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f name: "Daily Claude Token Usage Analyzer" @@ -89,7 +89,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -101,7 +101,7 @@ jobs: GH_AW_INFO_MODEL: ${{ vars.GH_AW_MODEL_AGENT_COPILOT || 'auto' }} GH_AW_INFO_VERSION: "1.0.21" GH_AW_INFO_AGENT_VERSION: "1.0.21" - GH_AW_INFO_CLI_VERSION: "v0.69.2" + GH_AW_INFO_CLI_VERSION: "v0.69.3" GH_AW_INFO_WORKFLOW_NAME: "Daily Claude Token Usage Analyzer" GH_AW_INFO_EXPERIMENTAL: "false" GH_AW_INFO_SUPPORTS_TOOLS_ALLOWLIST: "true" @@ -151,7 +151,7 @@ jobs: - name: Check compile-agentic version uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: - GH_AW_COMPILED_VERSION: "v0.69.2" + GH_AW_COMPILED_VERSION: "v0.69.3" with: script: | const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs'); @@ -321,7 +321,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -420,7 +420,7 @@ jobs: const determineAutomaticLockdown = require('${{ runner.temp }}/gh-aw/actions/determine_automatic_lockdown.cjs'); await determineAutomaticLockdown(github, context, core); - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 ghcr.io/github/gh-aw-mcpg:v0.2.26 ghcr.io/github/github-mcp-server:v1.0.0 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f - name: Write Safe Outputs Config run: | mkdir -p "${RUNNER_TEMP}/gh-aw/safeoutputs" @@ -694,7 +694,7 @@ jobs: GH_AW_PHASE: agent GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt GH_AW_SAFE_OUTPUTS: ${{ steps.set-runtime-paths.outputs.GH_AW_SAFE_OUTPUTS }} - GH_AW_VERSION: v0.69.2 + GH_AW_VERSION: v0.69.3 GH_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || github.token }} GITHUB_API_URL: ${{ github.api_url }} GITHUB_AW: true @@ -890,7 +890,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1014,7 +1014,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/.github/workflows/cli-flag-consistency-checker.lock.yml b/.github/workflows/cli-flag-consistency-checker.lock.yml index 07626d11..f81b648d 100644 --- a/.github/workflows/cli-flag-consistency-checker.lock.yml +++ b/.github/workflows/cli-flag-consistency-checker.lock.yml @@ -1,5 +1,5 @@ -# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"abca79821bd6c9938c4d26c2711906ac3f2e9fe5ac1b50a5d91200cd9cd372da","compiler_version":"v0.69.2","strict":true,"agent_id":"copilot"} -# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"dca90cae5e2ec0ef2275f97efcb832793c86e082","version":"v0.69.2"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} +# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"abca79821bd6c9938c4d26c2711906ac3f2e9fe5ac1b50a5d91200cd9cd372da","compiler_version":"v0.69.3","strict":true,"agent_id":"copilot"} +# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"006ffd856b868b71df342dbe0ba082a963249b31","version":"v0.69.3"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26","digest":"sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58","pinned_image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26","digest":"sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0","pinned_image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26","digest":"sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6","pinned_image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26","digest":"sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34","pinned_image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26","digest":"sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57","pinned_image":"ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0","digest":"sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95","pinned_image":"ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} # ___ _ _ # / _ \ | | (_) # | |_| | __ _ ___ _ __ | |_ _ ___ @@ -14,7 +14,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.69.2). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.69.3). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -35,15 +35,15 @@ # - actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 # - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 # - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 -# - github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 +# - github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 # # Container images used: -# - ghcr.io/github/gh-aw-firewall/agent:0.25.26 -# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/squid:0.25.26 -# - ghcr.io/github/gh-aw-mcpg:v0.2.26 -# - ghcr.io/github/github-mcp-server:v1.0.0 +# - ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 +# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 +# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 +# - ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 +# - ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 +# - ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 # - node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f name: "CLI Flag Consistency Checker" @@ -83,7 +83,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -95,7 +95,7 @@ jobs: GH_AW_INFO_MODEL: ${{ vars.GH_AW_MODEL_AGENT_COPILOT || 'auto' }} GH_AW_INFO_VERSION: "1.0.21" GH_AW_INFO_AGENT_VERSION: "1.0.21" - GH_AW_INFO_CLI_VERSION: "v0.69.2" + GH_AW_INFO_CLI_VERSION: "v0.69.3" GH_AW_INFO_WORKFLOW_NAME: "CLI Flag Consistency Checker" GH_AW_INFO_EXPERIMENTAL: "false" GH_AW_INFO_SUPPORTS_TOOLS_ALLOWLIST: "true" @@ -145,7 +145,7 @@ jobs: - name: Check compile-agentic version uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: - GH_AW_COMPILED_VERSION: "v0.69.2" + GH_AW_COMPILED_VERSION: "v0.69.3" with: script: | const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs'); @@ -311,7 +311,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -401,7 +401,7 @@ jobs: const determineAutomaticLockdown = require('${{ runner.temp }}/gh-aw/actions/determine_automatic_lockdown.cjs'); await determineAutomaticLockdown(github, context, core); - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 ghcr.io/github/gh-aw-mcpg:v0.2.26 ghcr.io/github/github-mcp-server:v1.0.0 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f - name: Write Safe Outputs Config run: | mkdir -p "${RUNNER_TEMP}/gh-aw/safeoutputs" @@ -668,7 +668,7 @@ jobs: GH_AW_PHASE: agent GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt GH_AW_SAFE_OUTPUTS: ${{ steps.set-runtime-paths.outputs.GH_AW_SAFE_OUTPUTS }} - GH_AW_VERSION: v0.69.2 + GH_AW_VERSION: v0.69.3 GH_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || github.token }} GITHUB_API_URL: ${{ github.api_url }} GITHUB_AW: true @@ -865,7 +865,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -990,7 +990,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/.github/workflows/copilot-token-optimizer.lock.yml b/.github/workflows/copilot-token-optimizer.lock.yml index c02eaee0..70dca97d 100644 --- a/.github/workflows/copilot-token-optimizer.lock.yml +++ b/.github/workflows/copilot-token-optimizer.lock.yml @@ -1,5 +1,5 @@ -# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"4b07e4e02c0faebd5f1c861e020ea8361b260129ccc8a25b27ac5c31b35dadb7","compiler_version":"v0.69.2","strict":true,"agent_id":"copilot"} -# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"dca90cae5e2ec0ef2275f97efcb832793c86e082","version":"v0.69.2"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} +# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"4b07e4e02c0faebd5f1c861e020ea8361b260129ccc8a25b27ac5c31b35dadb7","compiler_version":"v0.69.3","strict":true,"agent_id":"copilot"} +# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"006ffd856b868b71df342dbe0ba082a963249b31","version":"v0.69.3"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26","digest":"sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58","pinned_image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26","digest":"sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0","pinned_image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26","digest":"sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6","pinned_image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26","digest":"sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34","pinned_image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26","digest":"sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57","pinned_image":"ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0","digest":"sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95","pinned_image":"ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} # ___ _ _ # / _ \ | | (_) # | |_| | __ _ ___ _ __ | |_ _ ___ @@ -14,7 +14,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.69.2). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.69.3). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -39,15 +39,15 @@ # - actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 # - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 # - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 -# - github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 +# - github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 # # Container images used: -# - ghcr.io/github/gh-aw-firewall/agent:0.25.26 -# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/squid:0.25.26 -# - ghcr.io/github/gh-aw-mcpg:v0.2.26 -# - ghcr.io/github/github-mcp-server:v1.0.0 +# - ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 +# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 +# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 +# - ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 +# - ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 +# - ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 # - node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f name: "Daily Copilot Token Optimization Advisor" @@ -100,7 +100,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -113,7 +113,7 @@ jobs: GH_AW_INFO_MODEL: ${{ vars.GH_AW_MODEL_AGENT_COPILOT || 'auto' }} GH_AW_INFO_VERSION: "1.0.21" GH_AW_INFO_AGENT_VERSION: "1.0.21" - GH_AW_INFO_CLI_VERSION: "v0.69.2" + GH_AW_INFO_CLI_VERSION: "v0.69.3" GH_AW_INFO_WORKFLOW_NAME: "Daily Copilot Token Optimization Advisor" GH_AW_INFO_EXPERIMENTAL: "false" GH_AW_INFO_SUPPORTS_TOOLS_ALLOWLIST: "true" @@ -163,7 +163,7 @@ jobs: - name: Check compile-agentic version uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: - GH_AW_COMPILED_VERSION: "v0.69.2" + GH_AW_COMPILED_VERSION: "v0.69.3" with: script: | const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs'); @@ -333,7 +333,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -432,7 +432,7 @@ jobs: const determineAutomaticLockdown = require('${{ runner.temp }}/gh-aw/actions/determine_automatic_lockdown.cjs'); await determineAutomaticLockdown(github, context, core); - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 ghcr.io/github/gh-aw-mcpg:v0.2.26 ghcr.io/github/github-mcp-server:v1.0.0 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f - name: Write Safe Outputs Config run: | mkdir -p "${RUNNER_TEMP}/gh-aw/safeoutputs" @@ -706,7 +706,7 @@ jobs: GH_AW_PHASE: agent GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt GH_AW_SAFE_OUTPUTS: ${{ steps.set-runtime-paths.outputs.GH_AW_SAFE_OUTPUTS }} - GH_AW_VERSION: v0.69.2 + GH_AW_VERSION: v0.69.3 GH_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || github.token }} GITHUB_API_URL: ${{ github.api_url }} GITHUB_AW: true @@ -902,7 +902,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1006,7 +1006,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1065,7 +1065,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/.github/workflows/copilot-token-usage-analyzer.lock.yml b/.github/workflows/copilot-token-usage-analyzer.lock.yml index c35b855b..6fe6a754 100644 --- a/.github/workflows/copilot-token-usage-analyzer.lock.yml +++ b/.github/workflows/copilot-token-usage-analyzer.lock.yml @@ -1,5 +1,5 @@ -# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"92c32f014bda5c84b9860a3f2d613d62783e75ea551943d12a4600cd233e1427","compiler_version":"v0.69.2","strict":true,"agent_id":"copilot"} -# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"dca90cae5e2ec0ef2275f97efcb832793c86e082","version":"v0.69.2"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} +# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"92c32f014bda5c84b9860a3f2d613d62783e75ea551943d12a4600cd233e1427","compiler_version":"v0.69.3","strict":true,"agent_id":"copilot"} +# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"006ffd856b868b71df342dbe0ba082a963249b31","version":"v0.69.3"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26","digest":"sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58","pinned_image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26","digest":"sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0","pinned_image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26","digest":"sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6","pinned_image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26","digest":"sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34","pinned_image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26","digest":"sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57","pinned_image":"ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0","digest":"sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95","pinned_image":"ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} # ___ _ _ # / _ \ | | (_) # | |_| | __ _ ___ _ __ | |_ _ ___ @@ -14,7 +14,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.69.2). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.69.3). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -41,15 +41,15 @@ # - actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 # - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 # - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 -# - github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 +# - github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 # # Container images used: -# - ghcr.io/github/gh-aw-firewall/agent:0.25.26 -# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/squid:0.25.26 -# - ghcr.io/github/gh-aw-mcpg:v0.2.26 -# - ghcr.io/github/github-mcp-server:v1.0.0 +# - ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 +# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 +# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 +# - ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 +# - ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 +# - ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 # - node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f name: "Daily Copilot Token Usage Analyzer" @@ -89,7 +89,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -101,7 +101,7 @@ jobs: GH_AW_INFO_MODEL: ${{ vars.GH_AW_MODEL_AGENT_COPILOT || 'auto' }} GH_AW_INFO_VERSION: "1.0.21" GH_AW_INFO_AGENT_VERSION: "1.0.21" - GH_AW_INFO_CLI_VERSION: "v0.69.2" + GH_AW_INFO_CLI_VERSION: "v0.69.3" GH_AW_INFO_WORKFLOW_NAME: "Daily Copilot Token Usage Analyzer" GH_AW_INFO_EXPERIMENTAL: "false" GH_AW_INFO_SUPPORTS_TOOLS_ALLOWLIST: "true" @@ -151,7 +151,7 @@ jobs: - name: Check compile-agentic version uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: - GH_AW_COMPILED_VERSION: "v0.69.2" + GH_AW_COMPILED_VERSION: "v0.69.3" with: script: | const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs'); @@ -321,7 +321,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -420,7 +420,7 @@ jobs: const determineAutomaticLockdown = require('${{ runner.temp }}/gh-aw/actions/determine_automatic_lockdown.cjs'); await determineAutomaticLockdown(github, context, core); - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 ghcr.io/github/gh-aw-mcpg:v0.2.26 ghcr.io/github/github-mcp-server:v1.0.0 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f - name: Write Safe Outputs Config run: | mkdir -p "${RUNNER_TEMP}/gh-aw/safeoutputs" @@ -694,7 +694,7 @@ jobs: GH_AW_PHASE: agent GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt GH_AW_SAFE_OUTPUTS: ${{ steps.set-runtime-paths.outputs.GH_AW_SAFE_OUTPUTS }} - GH_AW_VERSION: v0.69.2 + GH_AW_VERSION: v0.69.3 GH_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || github.token }} GITHUB_API_URL: ${{ github.api_url }} GITHUB_AW: true @@ -890,7 +890,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1014,7 +1014,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/.github/workflows/dependency-security-monitor.lock.yml b/.github/workflows/dependency-security-monitor.lock.yml index f49adfa2..8299054b 100644 --- a/.github/workflows/dependency-security-monitor.lock.yml +++ b/.github/workflows/dependency-security-monitor.lock.yml @@ -1,5 +1,5 @@ -# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"9940629f06f7d500cad73d6ab0e7a39ece109d772b8ce1d7c4c6a282f1e2299c","compiler_version":"v0.69.2","strict":true,"agent_id":"copilot"} -# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_CI_TRIGGER_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"dca90cae5e2ec0ef2275f97efcb832793c86e082","version":"v0.69.2"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} +# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"9940629f06f7d500cad73d6ab0e7a39ece109d772b8ce1d7c4c6a282f1e2299c","compiler_version":"v0.69.3","strict":true,"agent_id":"copilot"} +# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_CI_TRIGGER_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"006ffd856b868b71df342dbe0ba082a963249b31","version":"v0.69.3"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26","digest":"sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58","pinned_image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26","digest":"sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0","pinned_image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26","digest":"sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6","pinned_image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26","digest":"sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34","pinned_image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26","digest":"sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57","pinned_image":"ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0","digest":"sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95","pinned_image":"ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} # ___ _ _ # / _ \ | | (_) # | |_| | __ _ ___ _ __ | |_ _ ___ @@ -14,7 +14,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.69.2). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.69.3). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -42,15 +42,15 @@ # - actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 # - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 # - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 -# - github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 +# - github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 # # Container images used: -# - ghcr.io/github/gh-aw-firewall/agent:0.25.26 -# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/squid:0.25.26 -# - ghcr.io/github/gh-aw-mcpg:v0.2.26 -# - ghcr.io/github/github-mcp-server:v1.0.0 +# - ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 +# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 +# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 +# - ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 +# - ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 +# - ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 # - node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f name: "Dependency Security Monitor" @@ -90,7 +90,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -102,7 +102,7 @@ jobs: GH_AW_INFO_MODEL: ${{ vars.GH_AW_MODEL_AGENT_COPILOT || 'auto' }} GH_AW_INFO_VERSION: "1.0.21" GH_AW_INFO_AGENT_VERSION: "1.0.21" - GH_AW_INFO_CLI_VERSION: "v0.69.2" + GH_AW_INFO_CLI_VERSION: "v0.69.3" GH_AW_INFO_WORKFLOW_NAME: "Dependency Security Monitor" GH_AW_INFO_EXPERIMENTAL: "false" GH_AW_INFO_SUPPORTS_TOOLS_ALLOWLIST: "true" @@ -152,7 +152,7 @@ jobs: - name: Check compile-agentic version uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: - GH_AW_COMPILED_VERSION: "v0.69.2" + GH_AW_COMPILED_VERSION: "v0.69.3" with: script: | const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs'); @@ -324,7 +324,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -414,7 +414,7 @@ jobs: const determineAutomaticLockdown = require('${{ runner.temp }}/gh-aw/actions/determine_automatic_lockdown.cjs'); await determineAutomaticLockdown(github, context, core); - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 ghcr.io/github/gh-aw-mcpg:v0.2.26 ghcr.io/github/github-mcp-server:v1.0.0 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f - name: Write Safe Outputs Config run: | mkdir -p "${RUNNER_TEMP}/gh-aw/safeoutputs" @@ -753,7 +753,7 @@ jobs: GH_AW_PHASE: agent GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt GH_AW_SAFE_OUTPUTS: ${{ steps.set-runtime-paths.outputs.GH_AW_SAFE_OUTPUTS }} - GH_AW_VERSION: v0.69.2 + GH_AW_VERSION: v0.69.3 GH_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || github.token }} GITHUB_API_URL: ${{ github.api_url }} GITHUB_AW: true @@ -953,7 +953,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1085,7 +1085,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/.github/workflows/doc-maintainer.lock.yml b/.github/workflows/doc-maintainer.lock.yml index cb6b7249..7fbda300 100644 --- a/.github/workflows/doc-maintainer.lock.yml +++ b/.github/workflows/doc-maintainer.lock.yml @@ -1,5 +1,5 @@ -# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"4ab09bb166be6bb21289dc56432901a495899f4f2c70c0c915c84992a534a607","compiler_version":"v0.69.2","strict":true,"agent_id":"copilot"} -# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_CI_TRIGGER_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"dca90cae5e2ec0ef2275f97efcb832793c86e082","version":"v0.69.2"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} +# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"4ab09bb166be6bb21289dc56432901a495899f4f2c70c0c915c84992a534a607","compiler_version":"v0.69.3","strict":true,"agent_id":"copilot"} +# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_CI_TRIGGER_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"006ffd856b868b71df342dbe0ba082a963249b31","version":"v0.69.3"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26","digest":"sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58","pinned_image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26","digest":"sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0","pinned_image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26","digest":"sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6","pinned_image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26","digest":"sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34","pinned_image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26","digest":"sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57","pinned_image":"ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0","digest":"sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95","pinned_image":"ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} # ___ _ _ # / _ \ | | (_) # | |_| | __ _ ___ _ __ | |_ _ ___ @@ -14,7 +14,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.69.2). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.69.3). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -36,15 +36,15 @@ # - actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 # - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 # - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 -# - github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 +# - github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 # # Container images used: -# - ghcr.io/github/gh-aw-firewall/agent:0.25.26 -# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/squid:0.25.26 -# - ghcr.io/github/gh-aw-mcpg:v0.2.26 -# - ghcr.io/github/github-mcp-server:v1.0.0 +# - ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 +# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 +# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 +# - ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 +# - ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 +# - ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 # - node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f name: "Documentation Maintainer" @@ -89,7 +89,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -102,7 +102,7 @@ jobs: GH_AW_INFO_MODEL: ${{ vars.GH_AW_MODEL_AGENT_COPILOT || 'auto' }} GH_AW_INFO_VERSION: "1.0.21" GH_AW_INFO_AGENT_VERSION: "1.0.21" - GH_AW_INFO_CLI_VERSION: "v0.69.2" + GH_AW_INFO_CLI_VERSION: "v0.69.3" GH_AW_INFO_WORKFLOW_NAME: "Documentation Maintainer" GH_AW_INFO_EXPERIMENTAL: "false" GH_AW_INFO_SUPPORTS_TOOLS_ALLOWLIST: "true" @@ -152,7 +152,7 @@ jobs: - name: Check compile-agentic version uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: - GH_AW_COMPILED_VERSION: "v0.69.2" + GH_AW_COMPILED_VERSION: "v0.69.3" with: script: | const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs'); @@ -331,7 +331,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -435,7 +435,7 @@ jobs: const determineAutomaticLockdown = require('${{ runner.temp }}/gh-aw/actions/determine_automatic_lockdown.cjs'); await determineAutomaticLockdown(github, context, core); - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 ghcr.io/github/gh-aw-mcpg:v0.2.26 ghcr.io/github/github-mcp-server:v1.0.0 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f - name: Write Safe Outputs Config run: | mkdir -p "${RUNNER_TEMP}/gh-aw/safeoutputs" @@ -717,7 +717,7 @@ jobs: GH_AW_PHASE: agent GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt GH_AW_SAFE_OUTPUTS: ${{ steps.set-runtime-paths.outputs.GH_AW_SAFE_OUTPUTS }} - GH_AW_VERSION: v0.69.2 + GH_AW_VERSION: v0.69.3 GH_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || github.token }} GITHUB_API_URL: ${{ github.api_url }} GITHUB_AW: true @@ -916,7 +916,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1022,7 +1022,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1082,7 +1082,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/.github/workflows/firewall-issue-dispatcher.lock.yml b/.github/workflows/firewall-issue-dispatcher.lock.yml index 55743a73..a7816c6c 100644 --- a/.github/workflows/firewall-issue-dispatcher.lock.yml +++ b/.github/workflows/firewall-issue-dispatcher.lock.yml @@ -1,5 +1,5 @@ -# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"72fe0540e8f50c9aa3e6eb9561cbdd861229e8cd7a7160643c85bfc2c7666bc1","compiler_version":"v0.69.2","strict":true,"agent_id":"copilot"} -# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_CROSS_REPO_PAT","GH_AW_GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"373c709c69115d41ff229c7e5df9f8788daa9553","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"dca90cae5e2ec0ef2275f97efcb832793c86e082","version":"v0.69.2"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} +# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"72fe0540e8f50c9aa3e6eb9561cbdd861229e8cd7a7160643c85bfc2c7666bc1","compiler_version":"v0.69.3","strict":true,"agent_id":"copilot"} +# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_CROSS_REPO_PAT","GH_AW_GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"006ffd856b868b71df342dbe0ba082a963249b31","version":"v0.69.3"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26","digest":"sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58","pinned_image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26","digest":"sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0","pinned_image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26","digest":"sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6","pinned_image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26","digest":"sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34","pinned_image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26","digest":"sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57","pinned_image":"ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0","digest":"sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95","pinned_image":"ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} # ___ _ _ # / _ \ | | (_) # | |_| | __ _ ___ _ __ | |_ _ ___ @@ -14,7 +14,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.69.2). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.69.3). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -34,15 +34,15 @@ # - actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 # - actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 # - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 -# - github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 +# - github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 # # Container images used: -# - ghcr.io/github/gh-aw-firewall/agent:0.25.26 -# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/squid:0.25.26 -# - ghcr.io/github/gh-aw-mcpg:v0.2.26 -# - ghcr.io/github/github-mcp-server:v1.0.0 +# - ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 +# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 +# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 +# - ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 +# - ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 +# - ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 # - node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f name: "Firewall Issue Dispatcher" @@ -82,7 +82,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -94,7 +94,7 @@ jobs: GH_AW_INFO_MODEL: ${{ vars.GH_AW_MODEL_AGENT_COPILOT || 'auto' }} GH_AW_INFO_VERSION: "1.0.21" GH_AW_INFO_AGENT_VERSION: "1.0.21" - GH_AW_INFO_CLI_VERSION: "v0.69.2" + GH_AW_INFO_CLI_VERSION: "v0.69.3" GH_AW_INFO_WORKFLOW_NAME: "Firewall Issue Dispatcher" GH_AW_INFO_EXPERIMENTAL: "false" GH_AW_INFO_SUPPORTS_TOOLS_ALLOWLIST: "true" @@ -144,7 +144,7 @@ jobs: - name: Check compile-agentic version uses: actions/github-script@373c709c69115d41ff229c7e5df9f8788daa9553 # v9 env: - GH_AW_COMPILED_VERSION: "v0.69.2" + GH_AW_COMPILED_VERSION: "v0.69.3" with: script: | const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs'); @@ -310,7 +310,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -397,7 +397,7 @@ jobs: GH_AW_APPROVAL_LABELS_VAR: ${{ vars.GH_AW_GITHUB_APPROVAL_LABELS || '' }} run: bash "${RUNNER_TEMP}/gh-aw/actions/parse_guard_list.sh" - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 ghcr.io/github/gh-aw-mcpg:v0.2.26 ghcr.io/github/github-mcp-server:v1.0.0 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f - name: Write Safe Outputs Config run: | mkdir -p "${RUNNER_TEMP}/gh-aw/safeoutputs" @@ -700,7 +700,7 @@ jobs: GH_AW_PHASE: agent GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt GH_AW_SAFE_OUTPUTS: ${{ steps.set-runtime-paths.outputs.GH_AW_SAFE_OUTPUTS }} - GH_AW_VERSION: v0.69.2 + GH_AW_VERSION: v0.69.3 GH_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || github.token }} GITHUB_API_URL: ${{ github.api_url }} GITHUB_AW: true @@ -899,7 +899,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1027,7 +1027,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/.github/workflows/issue-duplication-detector.lock.yml b/.github/workflows/issue-duplication-detector.lock.yml index 59930327..f6c96752 100644 --- a/.github/workflows/issue-duplication-detector.lock.yml +++ b/.github/workflows/issue-duplication-detector.lock.yml @@ -1,5 +1,5 @@ -# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"9f7f9da2db2b3d277f06c98a0acbc529556d43498ba3b8f9b34247088e68fa60","compiler_version":"v0.69.2","strict":true,"agent_id":"copilot"} -# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/cache","sha":"27d5ce7f107fe9357f9df03efb73ab90386fccae","version":"v5.0.5"},{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"dca90cae5e2ec0ef2275f97efcb832793c86e082","version":"v0.69.2"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} +# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"9f7f9da2db2b3d277f06c98a0acbc529556d43498ba3b8f9b34247088e68fa60","compiler_version":"v0.69.3","strict":true,"agent_id":"copilot"} +# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/cache","sha":"27d5ce7f107fe9357f9df03efb73ab90386fccae","version":"v5.0.5"},{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"006ffd856b868b71df342dbe0ba082a963249b31","version":"v0.69.3"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26","digest":"sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58","pinned_image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26","digest":"sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0","pinned_image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26","digest":"sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6","pinned_image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26","digest":"sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34","pinned_image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26","digest":"sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57","pinned_image":"ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0","digest":"sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95","pinned_image":"ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} # ___ _ _ # / _ \ | | (_) # | |_| | __ _ ___ _ __ | |_ _ ___ @@ -14,7 +14,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.69.2). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.69.3). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -40,15 +40,15 @@ # - actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 # - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 # - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 -# - github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 +# - github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 # # Container images used: -# - ghcr.io/github/gh-aw-firewall/agent:0.25.26 -# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/squid:0.25.26 -# - ghcr.io/github/gh-aw-mcpg:v0.2.26 -# - ghcr.io/github/github-mcp-server:v1.0.0 +# - ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 +# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 +# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 +# - ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 +# - ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 +# - ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 # - node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f name: "Issue Duplication Detector" @@ -93,7 +93,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -106,7 +106,7 @@ jobs: GH_AW_INFO_MODEL: ${{ vars.GH_AW_MODEL_AGENT_COPILOT || 'auto' }} GH_AW_INFO_VERSION: "1.0.21" GH_AW_INFO_AGENT_VERSION: "1.0.21" - GH_AW_INFO_CLI_VERSION: "v0.69.2" + GH_AW_INFO_CLI_VERSION: "v0.69.3" GH_AW_INFO_WORKFLOW_NAME: "Issue Duplication Detector" GH_AW_INFO_EXPERIMENTAL: "false" GH_AW_INFO_SUPPORTS_TOOLS_ALLOWLIST: "true" @@ -156,7 +156,7 @@ jobs: - name: Check compile-agentic version uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: - GH_AW_COMPILED_VERSION: "v0.69.2" + GH_AW_COMPILED_VERSION: "v0.69.3" with: script: | const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs'); @@ -342,7 +342,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -463,7 +463,7 @@ jobs: const determineAutomaticLockdown = require('${{ runner.temp }}/gh-aw/actions/determine_automatic_lockdown.cjs'); await determineAutomaticLockdown(github, context, core); - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 ghcr.io/github/gh-aw-mcpg:v0.2.26 ghcr.io/github/github-mcp-server:v1.0.0 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f - name: Write Safe Outputs Config run: | mkdir -p "${RUNNER_TEMP}/gh-aw/safeoutputs" @@ -726,7 +726,7 @@ jobs: GH_AW_PHASE: agent GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt GH_AW_SAFE_OUTPUTS: ${{ steps.set-runtime-paths.outputs.GH_AW_SAFE_OUTPUTS }} - GH_AW_VERSION: v0.69.2 + GH_AW_VERSION: v0.69.3 GH_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || github.token }} GITHUB_API_URL: ${{ github.api_url }} GITHUB_AW: true @@ -959,7 +959,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1063,7 +1063,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1111,7 +1111,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/.github/workflows/issue-monster.lock.yml b/.github/workflows/issue-monster.lock.yml index 565eacc6..fb133e6a 100644 --- a/.github/workflows/issue-monster.lock.yml +++ b/.github/workflows/issue-monster.lock.yml @@ -1,5 +1,5 @@ -# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"441ce41a63e1f3d0fea434e3a1bb5697561cade74b09c350e2f1089f9f1d4ff5","compiler_version":"v0.69.2","strict":true,"agent_id":"copilot"} -# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_AGENT_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/github-script","sha":"ed597411d8f924073f98dfc5c65a23a2325f34cd","version":"v8"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"dca90cae5e2ec0ef2275f97efcb832793c86e082","version":"v0.69.2"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} +# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"441ce41a63e1f3d0fea434e3a1bb5697561cade74b09c350e2f1089f9f1d4ff5","compiler_version":"v0.69.3","strict":true,"agent_id":"copilot"} +# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_AGENT_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/github-script","sha":"ed597411d8f924073f98dfc5c65a23a2325f34cd","version":"v8"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"006ffd856b868b71df342dbe0ba082a963249b31","version":"v0.69.3"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26","digest":"sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58","pinned_image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26","digest":"sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0","pinned_image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26","digest":"sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6","pinned_image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26","digest":"sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34","pinned_image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26","digest":"sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57","pinned_image":"ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0","digest":"sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95","pinned_image":"ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} # ___ _ _ # / _ \ | | (_) # | |_| | __ _ ___ _ __ | |_ _ ___ @@ -14,7 +14,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.69.2). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.69.3). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -37,15 +37,15 @@ # - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 # - actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 # - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 -# - github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 +# - github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 # # Container images used: -# - ghcr.io/github/gh-aw-firewall/agent:0.25.26 -# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/squid:0.25.26 -# - ghcr.io/github/gh-aw-mcpg:v0.2.26 -# - ghcr.io/github/github-mcp-server:v1.0.0 +# - ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 +# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 +# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 +# - ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 +# - ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 +# - ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 # - node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f name: "Issue Monster" @@ -99,7 +99,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -112,7 +112,7 @@ jobs: GH_AW_INFO_MODEL: ${{ vars.GH_AW_MODEL_AGENT_COPILOT || 'auto' }} GH_AW_INFO_VERSION: "1.0.21" GH_AW_INFO_AGENT_VERSION: "1.0.21" - GH_AW_INFO_CLI_VERSION: "v0.69.2" + GH_AW_INFO_CLI_VERSION: "v0.69.3" GH_AW_INFO_WORKFLOW_NAME: "Issue Monster" GH_AW_INFO_EXPERIMENTAL: "false" GH_AW_INFO_SUPPORTS_TOOLS_ALLOWLIST: "true" @@ -162,7 +162,7 @@ jobs: - name: Check compile-agentic version uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: - GH_AW_COMPILED_VERSION: "v0.69.2" + GH_AW_COMPILED_VERSION: "v0.69.3" with: script: | const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs'); @@ -355,7 +355,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -445,7 +445,7 @@ jobs: const determineAutomaticLockdown = require('${{ runner.temp }}/gh-aw/actions/determine_automatic_lockdown.cjs'); await determineAutomaticLockdown(github, context, core); - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 ghcr.io/github/gh-aw-mcpg:v0.2.26 ghcr.io/github/github-mcp-server:v1.0.0 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f - name: Write Safe Outputs Config run: | mkdir -p "${RUNNER_TEMP}/gh-aw/safeoutputs" @@ -734,7 +734,7 @@ jobs: GH_AW_PHASE: agent GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt GH_AW_SAFE_OUTPUTS: ${{ steps.set-runtime-paths.outputs.GH_AW_SAFE_OUTPUTS }} - GH_AW_VERSION: v0.69.2 + GH_AW_VERSION: v0.69.3 GH_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || github.token }} GITHUB_API_URL: ${{ github.api_url }} GITHUB_AW: true @@ -933,7 +933,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1040,7 +1040,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1118,7 +1118,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/.github/workflows/pelis-agent-factory-advisor.lock.yml b/.github/workflows/pelis-agent-factory-advisor.lock.yml index 08091b79..237df9e3 100644 --- a/.github/workflows/pelis-agent-factory-advisor.lock.yml +++ b/.github/workflows/pelis-agent-factory-advisor.lock.yml @@ -1,5 +1,5 @@ -# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"428b9bebe68ce4840e3fba631756686a8e9b240f65740af38e51a1617e12d212","compiler_version":"v0.69.2","strict":true,"agent_id":"copilot"} -# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/cache","sha":"27d5ce7f107fe9357f9df03efb73ab90386fccae","version":"v5.0.5"},{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/setup-python","sha":"a309ff8b426b58ec0e2a45f0f869d46889d02405","version":"v6.2.0"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"dca90cae5e2ec0ef2275f97efcb832793c86e082","version":"v0.69.2"}],"containers":[{"image":"alpine:latest","digest":"sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11","pinned_image":"alpine:latest@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11"},{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} +# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"428b9bebe68ce4840e3fba631756686a8e9b240f65740af38e51a1617e12d212","compiler_version":"v0.69.3","strict":true,"agent_id":"copilot"} +# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/cache","sha":"27d5ce7f107fe9357f9df03efb73ab90386fccae","version":"v5.0.5"},{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/setup-python","sha":"a309ff8b426b58ec0e2a45f0f869d46889d02405","version":"v6.2.0"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"006ffd856b868b71df342dbe0ba082a963249b31","version":"v0.69.3"}],"containers":[{"image":"alpine:latest","digest":"sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11","pinned_image":"alpine:latest@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11"},{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26","digest":"sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58","pinned_image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26","digest":"sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0","pinned_image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26","digest":"sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6","pinned_image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26","digest":"sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34","pinned_image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26","digest":"sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57","pinned_image":"ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0","digest":"sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95","pinned_image":"ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} # ___ _ _ # / _ \ | | (_) # | |_| | __ _ ___ _ __ | |_ _ ___ @@ -14,7 +14,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.69.2). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.69.3). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -37,16 +37,16 @@ # - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 # - actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 # - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 -# - github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 +# - github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 # # Container images used: # - alpine:latest@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 -# - ghcr.io/github/gh-aw-firewall/agent:0.25.26 -# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/squid:0.25.26 -# - ghcr.io/github/gh-aw-mcpg:v0.2.26 -# - ghcr.io/github/github-mcp-server:v1.0.0 +# - ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 +# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 +# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 +# - ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 +# - ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 +# - ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 # - node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f name: "Pelis Agent Factory Advisor" @@ -86,7 +86,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -98,7 +98,7 @@ jobs: GH_AW_INFO_MODEL: ${{ vars.GH_AW_MODEL_AGENT_COPILOT || 'auto' }} GH_AW_INFO_VERSION: "1.0.21" GH_AW_INFO_AGENT_VERSION: "1.0.21" - GH_AW_INFO_CLI_VERSION: "v0.69.2" + GH_AW_INFO_CLI_VERSION: "v0.69.3" GH_AW_INFO_WORKFLOW_NAME: "Pelis Agent Factory Advisor" GH_AW_INFO_EXPERIMENTAL: "false" GH_AW_INFO_SUPPORTS_TOOLS_ALLOWLIST: "true" @@ -148,7 +148,7 @@ jobs: - name: Check compile-agentic version uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: - GH_AW_COMPILED_VERSION: "v0.69.2" + GH_AW_COMPILED_VERSION: "v0.69.3" with: script: | const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs'); @@ -324,7 +324,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -462,7 +462,7 @@ jobs: const determineAutomaticLockdown = require('${{ runner.temp }}/gh-aw/actions/determine_automatic_lockdown.cjs'); await determineAutomaticLockdown(github, context, core); - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" alpine:latest@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 ghcr.io/github/gh-aw-mcpg:v0.2.26 ghcr.io/github/github-mcp-server:v1.0.0 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" alpine:latest@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f - name: Install gh-aw extension env: GH_TOKEN: ${{ secrets.GH_AW_GITHUB_MCP_SERVER_TOKEN || secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} @@ -791,7 +791,7 @@ jobs: GH_AW_PHASE: agent GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt GH_AW_SAFE_OUTPUTS: ${{ steps.set-runtime-paths.outputs.GH_AW_SAFE_OUTPUTS }} - GH_AW_VERSION: v0.69.2 + GH_AW_VERSION: v0.69.3 GH_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || github.token }} GITHUB_API_URL: ${{ github.api_url }} GITHUB_AW: true @@ -1023,7 +1023,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1148,7 +1148,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/.github/workflows/plan.lock.yml b/.github/workflows/plan.lock.yml index e6a44d5f..03e32e22 100644 --- a/.github/workflows/plan.lock.yml +++ b/.github/workflows/plan.lock.yml @@ -1,5 +1,5 @@ -# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"9803394a4c5b44a4586bbb7d0a3fc9be9785d73dd7fb55c9d81926c480016ceb","compiler_version":"v0.69.2","strict":true,"agent_id":"copilot"} -# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"dca90cae5e2ec0ef2275f97efcb832793c86e082","version":"v0.69.2"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} +# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"9803394a4c5b44a4586bbb7d0a3fc9be9785d73dd7fb55c9d81926c480016ceb","compiler_version":"v0.69.3","strict":true,"agent_id":"copilot"} +# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"006ffd856b868b71df342dbe0ba082a963249b31","version":"v0.69.3"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26","digest":"sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58","pinned_image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26","digest":"sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0","pinned_image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26","digest":"sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6","pinned_image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26","digest":"sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34","pinned_image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26","digest":"sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57","pinned_image":"ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0","digest":"sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95","pinned_image":"ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} # ___ _ _ # / _ \ | | (_) # | |_| | __ _ ___ _ __ | |_ _ ___ @@ -14,7 +14,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.69.2). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.69.3). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -35,15 +35,15 @@ # - actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 # - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 # - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 -# - github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 +# - github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 # # Container images used: -# - ghcr.io/github/gh-aw-firewall/agent:0.25.26 -# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/squid:0.25.26 -# - ghcr.io/github/gh-aw-mcpg:v0.2.26 -# - ghcr.io/github/github-mcp-server:v1.0.0 +# - ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 +# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 +# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 +# - ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 +# - ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 +# - ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 # - node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f name: "Plan Command" @@ -90,7 +90,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -103,7 +103,7 @@ jobs: GH_AW_INFO_MODEL: ${{ vars.GH_AW_MODEL_AGENT_COPILOT || 'auto' }} GH_AW_INFO_VERSION: "1.0.21" GH_AW_INFO_AGENT_VERSION: "1.0.21" - GH_AW_INFO_CLI_VERSION: "v0.69.2" + GH_AW_INFO_CLI_VERSION: "v0.69.3" GH_AW_INFO_WORKFLOW_NAME: "Plan Command" GH_AW_INFO_EXPERIMENTAL: "false" GH_AW_INFO_SUPPORTS_TOOLS_ALLOWLIST: "true" @@ -166,7 +166,7 @@ jobs: - name: Check compile-agentic version uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: - GH_AW_COMPILED_VERSION: "v0.69.2" + GH_AW_COMPILED_VERSION: "v0.69.3" with: script: | const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs'); @@ -371,7 +371,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -461,7 +461,7 @@ jobs: const determineAutomaticLockdown = require('${{ runner.temp }}/gh-aw/actions/determine_automatic_lockdown.cjs'); await determineAutomaticLockdown(github, context, core); - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 ghcr.io/github/gh-aw-mcpg:v0.2.26 ghcr.io/github/github-mcp-server:v1.0.0 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f - name: Write Safe Outputs Config run: | mkdir -p "${RUNNER_TEMP}/gh-aw/safeoutputs" @@ -763,7 +763,7 @@ jobs: GH_AW_PHASE: agent GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt GH_AW_SAFE_OUTPUTS: ${{ steps.set-runtime-paths.outputs.GH_AW_SAFE_OUTPUTS }} - GH_AW_VERSION: v0.69.2 + GH_AW_VERSION: v0.69.3 GH_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || github.token }} GITHUB_API_URL: ${{ github.api_url }} GITHUB_AW: true @@ -961,7 +961,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1083,7 +1083,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1141,7 +1141,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/.github/workflows/secret-digger-claude.lock.yml b/.github/workflows/secret-digger-claude.lock.yml index 2bfdd548..8e045cb0 100644 --- a/.github/workflows/secret-digger-claude.lock.yml +++ b/.github/workflows/secret-digger-claude.lock.yml @@ -1,5 +1,5 @@ -# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"48c00e2539359c04043117f4505b726b648333d42feb515a611aa55660baaec2","compiler_version":"v0.69.2","strict":true,"agent_id":"claude"} -# gh-aw-manifest: {"version":1,"secrets":["ANTHROPIC_API_KEY","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/cache/restore","sha":"27d5ce7f107fe9357f9df03efb73ab90386fccae","version":"v5.0.5"},{"repo":"actions/cache/save","sha":"27d5ce7f107fe9357f9df03efb73ab90386fccae","version":"v5.0.5"},{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/setup-node","sha":"48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e","version":"v6.4.0"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"dca90cae5e2ec0ef2275f97efcb832793c86e082","version":"v0.69.2"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} +# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"48c00e2539359c04043117f4505b726b648333d42feb515a611aa55660baaec2","compiler_version":"v0.69.3","strict":true,"agent_id":"claude"} +# gh-aw-manifest: {"version":1,"secrets":["ANTHROPIC_API_KEY","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/cache/restore","sha":"27d5ce7f107fe9357f9df03efb73ab90386fccae","version":"v5.0.5"},{"repo":"actions/cache/save","sha":"27d5ce7f107fe9357f9df03efb73ab90386fccae","version":"v5.0.5"},{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/setup-node","sha":"48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e","version":"v6.4.0"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"006ffd856b868b71df342dbe0ba082a963249b31","version":"v0.69.3"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26","digest":"sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58","pinned_image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26","digest":"sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0","pinned_image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26","digest":"sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6","pinned_image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26","digest":"sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34","pinned_image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26","digest":"sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57","pinned_image":"ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} # ___ _ _ # / _ \ | | (_) # | |_| | __ _ ___ _ __ | |_ _ ___ @@ -14,7 +14,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.69.2). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.69.3). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -42,14 +42,14 @@ # - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 # - actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 # - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 -# - github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 +# - github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 # # Container images used: -# - ghcr.io/github/gh-aw-firewall/agent:0.25.26 -# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/squid:0.25.26 -# - ghcr.io/github/gh-aw-mcpg:v0.2.26 +# - ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 +# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 +# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 +# - ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 +# - ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 # - node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f name: "Secret Digger (Claude)" @@ -86,7 +86,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -98,7 +98,7 @@ jobs: GH_AW_INFO_MODEL: ${{ vars.GH_AW_MODEL_AGENT_CLAUDE || 'auto' }} GH_AW_INFO_VERSION: "2.1.112" GH_AW_INFO_AGENT_VERSION: "2.1.112" - GH_AW_INFO_CLI_VERSION: "v0.69.2" + GH_AW_INFO_CLI_VERSION: "v0.69.3" GH_AW_INFO_WORKFLOW_NAME: "Secret Digger (Claude)" GH_AW_INFO_EXPERIMENTAL: "false" GH_AW_INFO_SUPPORTS_TOOLS_ALLOWLIST: "true" @@ -148,7 +148,7 @@ jobs: - name: Check compile-agentic version uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: - GH_AW_COMPILED_VERSION: "v0.69.2" + GH_AW_COMPILED_VERSION: "v0.69.3" with: script: | const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs'); @@ -255,7 +255,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -369,7 +369,7 @@ jobs: - name: Install Claude Code CLI run: npm install --ignore-scripts -g @anthropic-ai/claude-code@2.1.112 - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 ghcr.io/github/gh-aw-mcpg:v0.2.26 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f - name: Write Safe Outputs Config run: | mkdir -p "${RUNNER_TEMP}/gh-aw/safeoutputs" @@ -656,7 +656,7 @@ jobs: GH_AW_PHASE: agent GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt GH_AW_SAFE_OUTPUTS: ${{ steps.set-runtime-paths.outputs.GH_AW_SAFE_OUTPUTS }} - GH_AW_VERSION: v0.69.2 + GH_AW_VERSION: v0.69.3 GH_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || github.token }} GITHUB_AW: true GITHUB_STEP_SUMMARY: /tmp/gh-aw/agent-step-summary.md @@ -872,7 +872,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -995,7 +995,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1025,7 +1025,7 @@ jobs: rm -rf /tmp/gh-aw/sandbox/firewall/logs rm -rf /tmp/gh-aw/sandbox/firewall/audit - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 - name: Check if detection needed id: detection_guard if: always() @@ -1148,7 +1148,7 @@ jobs: GH_AW_MODEL_DETECTION_CLAUDE: ${{ vars.GH_AW_MODEL_DETECTION_CLAUDE || '' }} GH_AW_PHASE: detection GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt - GH_AW_VERSION: v0.69.2 + GH_AW_VERSION: v0.69.3 GH_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || github.token }} GITHUB_AW: true GITHUB_STEP_SUMMARY: /tmp/gh-aw/agent-step-summary.md @@ -1212,7 +1212,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1281,7 +1281,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/.github/workflows/secret-digger-codex.lock.yml b/.github/workflows/secret-digger-codex.lock.yml index 4f61f2e2..dfb48b25 100644 --- a/.github/workflows/secret-digger-codex.lock.yml +++ b/.github/workflows/secret-digger-codex.lock.yml @@ -1,5 +1,5 @@ -# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"adc3103c5556b97abc0e5714c2c24a972db77414ec6c53b947481542fc9c926e","compiler_version":"v0.69.2","strict":true,"agent_id":"codex"} -# gh-aw-manifest: {"version":1,"secrets":["CODEX_API_KEY","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN","OPENAI_API_KEY"],"actions":[{"repo":"actions/cache/restore","sha":"27d5ce7f107fe9357f9df03efb73ab90386fccae","version":"v5.0.5"},{"repo":"actions/cache/save","sha":"27d5ce7f107fe9357f9df03efb73ab90386fccae","version":"v5.0.5"},{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/setup-node","sha":"48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e","version":"v6.4.0"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"dca90cae5e2ec0ef2275f97efcb832793c86e082","version":"v0.69.2"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} +# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"adc3103c5556b97abc0e5714c2c24a972db77414ec6c53b947481542fc9c926e","compiler_version":"v0.69.3","strict":true,"agent_id":"codex"} +# gh-aw-manifest: {"version":1,"secrets":["CODEX_API_KEY","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN","OPENAI_API_KEY"],"actions":[{"repo":"actions/cache/restore","sha":"27d5ce7f107fe9357f9df03efb73ab90386fccae","version":"v5.0.5"},{"repo":"actions/cache/save","sha":"27d5ce7f107fe9357f9df03efb73ab90386fccae","version":"v5.0.5"},{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/setup-node","sha":"48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e","version":"v6.4.0"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"006ffd856b868b71df342dbe0ba082a963249b31","version":"v0.69.3"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26","digest":"sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58","pinned_image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26","digest":"sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0","pinned_image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26","digest":"sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6","pinned_image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26","digest":"sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34","pinned_image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26","digest":"sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57","pinned_image":"ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0","digest":"sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95","pinned_image":"ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} # ___ _ _ # / _ \ | | (_) # | |_| | __ _ ___ _ __ | |_ _ ___ @@ -14,7 +14,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.69.2). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.69.3). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -44,15 +44,15 @@ # - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 # - actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 # - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 -# - github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 +# - github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 # # Container images used: -# - ghcr.io/github/gh-aw-firewall/agent:0.25.26 -# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/squid:0.25.26 -# - ghcr.io/github/gh-aw-mcpg:v0.2.26 -# - ghcr.io/github/github-mcp-server:v1.0.0 +# - ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 +# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 +# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 +# - ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 +# - ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 +# - ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 # - node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f name: "Secret Digger (Codex)" @@ -89,7 +89,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -101,7 +101,7 @@ jobs: GH_AW_INFO_MODEL: ${{ vars.GH_AW_MODEL_AGENT_CODEX || 'auto' }} GH_AW_INFO_VERSION: "0.121.0" GH_AW_INFO_AGENT_VERSION: "0.121.0" - GH_AW_INFO_CLI_VERSION: "v0.69.2" + GH_AW_INFO_CLI_VERSION: "v0.69.3" GH_AW_INFO_WORKFLOW_NAME: "Secret Digger (Codex)" GH_AW_INFO_EXPERIMENTAL: "false" GH_AW_INFO_SUPPORTS_TOOLS_ALLOWLIST: "true" @@ -152,7 +152,7 @@ jobs: - name: Check compile-agentic version uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: - GH_AW_COMPILED_VERSION: "v0.69.2" + GH_AW_COMPILED_VERSION: "v0.69.3" with: script: | const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs'); @@ -338,7 +338,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -462,7 +462,7 @@ jobs: const determineAutomaticLockdown = require('${{ runner.temp }}/gh-aw/actions/determine_automatic_lockdown.cjs'); await determineAutomaticLockdown(github, context, core); - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 ghcr.io/github/gh-aw-mcpg:v0.2.26 ghcr.io/github/github-mcp-server:v1.0.0 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f - name: Write Safe Outputs Config run: | mkdir -p "${RUNNER_TEMP}/gh-aw/safeoutputs" @@ -774,7 +774,7 @@ jobs: GH_AW_PHASE: agent GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt GH_AW_SAFE_OUTPUTS: ${{ steps.set-runtime-paths.outputs.GH_AW_SAFE_OUTPUTS }} - GH_AW_VERSION: v0.69.2 + GH_AW_VERSION: v0.69.3 GH_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || github.token }} GITHUB_AW: true GITHUB_STEP_SUMMARY: /tmp/gh-aw/agent-step-summary.md @@ -992,7 +992,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1115,7 +1115,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1145,7 +1145,7 @@ jobs: rm -rf /tmp/gh-aw/sandbox/firewall/logs rm -rf /tmp/gh-aw/sandbox/firewall/audit - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 - name: Check if detection needed id: detection_guard if: always() @@ -1251,7 +1251,7 @@ jobs: GH_AW_MODEL_DETECTION_CODEX: ${{ vars.GH_AW_MODEL_DETECTION_CODEX || '' }} GH_AW_PHASE: detection GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt - GH_AW_VERSION: v0.69.2 + GH_AW_VERSION: v0.69.3 GH_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || github.token }} GITHUB_AW: true GITHUB_STEP_SUMMARY: /tmp/gh-aw/agent-step-summary.md @@ -1314,7 +1314,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1383,7 +1383,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/.github/workflows/secret-digger-copilot.lock.yml b/.github/workflows/secret-digger-copilot.lock.yml index 755acae5..40abe4e6 100644 --- a/.github/workflows/secret-digger-copilot.lock.yml +++ b/.github/workflows/secret-digger-copilot.lock.yml @@ -1,5 +1,5 @@ -# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"cbc75f2eb2c468174105170d1e5f8ebaa7d86a6b8696b344bd41bd0bcf3cc6e7","compiler_version":"v0.69.2","strict":true,"agent_id":"copilot"} -# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/cache/restore","sha":"27d5ce7f107fe9357f9df03efb73ab90386fccae","version":"v5.0.5"},{"repo":"actions/cache/save","sha":"27d5ce7f107fe9357f9df03efb73ab90386fccae","version":"v5.0.5"},{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"dca90cae5e2ec0ef2275f97efcb832793c86e082","version":"v0.69.2"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} +# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"cbc75f2eb2c468174105170d1e5f8ebaa7d86a6b8696b344bd41bd0bcf3cc6e7","compiler_version":"v0.69.3","strict":true,"agent_id":"copilot"} +# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/cache/restore","sha":"27d5ce7f107fe9357f9df03efb73ab90386fccae","version":"v5.0.5"},{"repo":"actions/cache/save","sha":"27d5ce7f107fe9357f9df03efb73ab90386fccae","version":"v5.0.5"},{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"006ffd856b868b71df342dbe0ba082a963249b31","version":"v0.69.3"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26","digest":"sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58","pinned_image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26","digest":"sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0","pinned_image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26","digest":"sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6","pinned_image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26","digest":"sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34","pinned_image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26","digest":"sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57","pinned_image":"ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0","digest":"sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95","pinned_image":"ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} # ___ _ _ # / _ \ | | (_) # | |_| | __ _ ___ _ __ | |_ _ ___ @@ -14,7 +14,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.69.2). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.69.3). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -42,15 +42,15 @@ # - actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 # - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 # - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 -# - github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 +# - github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 # # Container images used: -# - ghcr.io/github/gh-aw-firewall/agent:0.25.26 -# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/squid:0.25.26 -# - ghcr.io/github/gh-aw-mcpg:v0.2.26 -# - ghcr.io/github/github-mcp-server:v1.0.0 +# - ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 +# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 +# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 +# - ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 +# - ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 +# - ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 # - node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f name: "Secret Digger (Copilot)" @@ -87,7 +87,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -99,7 +99,7 @@ jobs: GH_AW_INFO_MODEL: ${{ vars.GH_AW_MODEL_AGENT_COPILOT || 'auto' }} GH_AW_INFO_VERSION: "1.0.21" GH_AW_INFO_AGENT_VERSION: "1.0.21" - GH_AW_INFO_CLI_VERSION: "v0.69.2" + GH_AW_INFO_CLI_VERSION: "v0.69.3" GH_AW_INFO_WORKFLOW_NAME: "Secret Digger (Copilot)" GH_AW_INFO_EXPERIMENTAL: "false" GH_AW_INFO_SUPPORTS_TOOLS_ALLOWLIST: "true" @@ -149,7 +149,7 @@ jobs: - name: Check compile-agentic version uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: - GH_AW_COMPILED_VERSION: "v0.69.2" + GH_AW_COMPILED_VERSION: "v0.69.3" with: script: | const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs'); @@ -323,7 +323,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -444,7 +444,7 @@ jobs: const determineAutomaticLockdown = require('${{ runner.temp }}/gh-aw/actions/determine_automatic_lockdown.cjs'); await determineAutomaticLockdown(github, context, core); - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 ghcr.io/github/gh-aw-mcpg:v0.2.26 ghcr.io/github/github-mcp-server:v1.0.0 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f - name: Write Safe Outputs Config run: | mkdir -p "${RUNNER_TEMP}/gh-aw/safeoutputs" @@ -718,7 +718,7 @@ jobs: GH_AW_PHASE: agent GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt GH_AW_SAFE_OUTPUTS: ${{ steps.set-runtime-paths.outputs.GH_AW_SAFE_OUTPUTS }} - GH_AW_VERSION: v0.69.2 + GH_AW_VERSION: v0.69.3 GH_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || github.token }} GITHUB_API_URL: ${{ github.api_url }} GITHUB_AW: true @@ -959,7 +959,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1086,7 +1086,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1116,7 +1116,7 @@ jobs: rm -rf /tmp/gh-aw/sandbox/firewall/logs rm -rf /tmp/gh-aw/sandbox/firewall/audit - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 - name: Check if detection needed id: detection_guard if: always() @@ -1223,7 +1223,7 @@ jobs: COPILOT_MODEL: ${{ vars.GH_AW_MODEL_DETECTION_COPILOT || 'claude-sonnet-4.6' }} GH_AW_PHASE: detection GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt - GH_AW_VERSION: v0.69.2 + GH_AW_VERSION: v0.69.3 GH_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || github.token }} GITHUB_API_URL: ${{ github.api_url }} GITHUB_AW: true @@ -1291,7 +1291,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1360,7 +1360,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/.github/workflows/security-guard.lock.yml b/.github/workflows/security-guard.lock.yml index 04a2c32a..c9385346 100644 --- a/.github/workflows/security-guard.lock.yml +++ b/.github/workflows/security-guard.lock.yml @@ -1,5 +1,5 @@ -# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"5fddb57c124470ad5fd72b66bc36f6f1ffee8af0b076c1a492f30adb4a94e526","compiler_version":"v0.69.2","strict":true,"agent_id":"claude"} -# gh-aw-manifest: {"version":1,"secrets":["ANTHROPIC_API_KEY","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/setup-node","sha":"48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e","version":"v6.4.0"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"dca90cae5e2ec0ef2275f97efcb832793c86e082","version":"v0.69.2"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} +# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"5fddb57c124470ad5fd72b66bc36f6f1ffee8af0b076c1a492f30adb4a94e526","compiler_version":"v0.69.3","strict":true,"agent_id":"claude"} +# gh-aw-manifest: {"version":1,"secrets":["ANTHROPIC_API_KEY","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/setup-node","sha":"48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e","version":"v6.4.0"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"006ffd856b868b71df342dbe0ba082a963249b31","version":"v0.69.3"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26","digest":"sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58","pinned_image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26","digest":"sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0","pinned_image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26","digest":"sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6","pinned_image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26","digest":"sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34","pinned_image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26","digest":"sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57","pinned_image":"ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0","digest":"sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95","pinned_image":"ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} # ___ _ _ # / _ \ | | (_) # | |_| | __ _ ___ _ __ | |_ _ ___ @@ -14,7 +14,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.69.2). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.69.3). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -36,15 +36,15 @@ # - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 # - actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 # - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 -# - github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 +# - github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 # # Container images used: -# - ghcr.io/github/gh-aw-firewall/agent:0.25.26 -# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/squid:0.25.26 -# - ghcr.io/github/gh-aw-mcpg:v0.2.26 -# - ghcr.io/github/github-mcp-server:v1.0.0 +# - ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 +# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 +# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 +# - ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 +# - ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 +# - ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 # - node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f name: "Security Guard" @@ -91,7 +91,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -103,7 +103,7 @@ jobs: GH_AW_INFO_MODEL: ${{ vars.GH_AW_MODEL_AGENT_CLAUDE || 'auto' }} GH_AW_INFO_VERSION: "2.1.112" GH_AW_INFO_AGENT_VERSION: "2.1.112" - GH_AW_INFO_CLI_VERSION: "v0.69.2" + GH_AW_INFO_CLI_VERSION: "v0.69.3" GH_AW_INFO_WORKFLOW_NAME: "Security Guard" GH_AW_INFO_EXPERIMENTAL: "false" GH_AW_INFO_SUPPORTS_TOOLS_ALLOWLIST: "true" @@ -153,7 +153,7 @@ jobs: - name: Check compile-agentic version uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: - GH_AW_COMPILED_VERSION: "v0.69.2" + GH_AW_COMPILED_VERSION: "v0.69.3" with: script: | const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs'); @@ -339,7 +339,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -449,7 +449,7 @@ jobs: const determineAutomaticLockdown = require('${{ runner.temp }}/gh-aw/actions/determine_automatic_lockdown.cjs'); await determineAutomaticLockdown(github, context, core); - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 ghcr.io/github/gh-aw-mcpg:v0.2.26 ghcr.io/github/github-mcp-server:v1.0.0 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f - name: Write Safe Outputs Config run: | mkdir -p "${RUNNER_TEMP}/gh-aw/safeoutputs" @@ -780,7 +780,7 @@ jobs: GH_AW_PHASE: agent GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt GH_AW_SAFE_OUTPUTS: ${{ steps.set-runtime-paths.outputs.GH_AW_SAFE_OUTPUTS }} - GH_AW_VERSION: v0.69.2 + GH_AW_VERSION: v0.69.3 GH_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || github.token }} GITHUB_AW: true GITHUB_STEP_SUMMARY: /tmp/gh-aw/agent-step-summary.md @@ -989,7 +989,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1111,7 +1111,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/.github/workflows/security-review.lock.yml b/.github/workflows/security-review.lock.yml index 3c68cc69..0ed79b5f 100644 --- a/.github/workflows/security-review.lock.yml +++ b/.github/workflows/security-review.lock.yml @@ -1,5 +1,5 @@ -# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"436e12616efd544d3aa8269c24b7f4dd235c93f7d51ad2a057a5c54562e69cc5","compiler_version":"v0.69.2","strict":true,"agent_id":"copilot"} -# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/cache","sha":"27d5ce7f107fe9357f9df03efb73ab90386fccae","version":"v5.0.5"},{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"dca90cae5e2ec0ef2275f97efcb832793c86e082","version":"v0.69.2"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} +# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"436e12616efd544d3aa8269c24b7f4dd235c93f7d51ad2a057a5c54562e69cc5","compiler_version":"v0.69.3","strict":true,"agent_id":"copilot"} +# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/cache","sha":"27d5ce7f107fe9357f9df03efb73ab90386fccae","version":"v5.0.5"},{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"006ffd856b868b71df342dbe0ba082a963249b31","version":"v0.69.3"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26","digest":"sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58","pinned_image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26","digest":"sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0","pinned_image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26","digest":"sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6","pinned_image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26","digest":"sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34","pinned_image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26","digest":"sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57","pinned_image":"ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0","digest":"sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95","pinned_image":"ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} # ___ _ _ # / _ \ | | (_) # | |_| | __ _ ___ _ __ | |_ _ ___ @@ -14,7 +14,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.69.2). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.69.3). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -40,15 +40,15 @@ # - actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 # - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 # - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 -# - github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 +# - github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 # # Container images used: -# - ghcr.io/github/gh-aw-firewall/agent:0.25.26 -# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/squid:0.25.26 -# - ghcr.io/github/gh-aw-mcpg:v0.2.26 -# - ghcr.io/github/github-mcp-server:v1.0.0 +# - ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 +# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 +# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 +# - ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 +# - ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 +# - ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 # - node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f name: "Daily Security Review and Threat Modeling" @@ -88,7 +88,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -100,7 +100,7 @@ jobs: GH_AW_INFO_MODEL: ${{ vars.GH_AW_MODEL_AGENT_COPILOT || 'auto' }} GH_AW_INFO_VERSION: "1.0.21" GH_AW_INFO_AGENT_VERSION: "1.0.21" - GH_AW_INFO_CLI_VERSION: "v0.69.2" + GH_AW_INFO_CLI_VERSION: "v0.69.3" GH_AW_INFO_WORKFLOW_NAME: "Daily Security Review and Threat Modeling" GH_AW_INFO_EXPERIMENTAL: "false" GH_AW_INFO_SUPPORTS_TOOLS_ALLOWLIST: "true" @@ -150,7 +150,7 @@ jobs: - name: Check compile-agentic version uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: - GH_AW_COMPILED_VERSION: "v0.69.2" + GH_AW_COMPILED_VERSION: "v0.69.3" with: script: | const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs'); @@ -327,7 +327,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -454,7 +454,7 @@ jobs: const determineAutomaticLockdown = require('${{ runner.temp }}/gh-aw/actions/determine_automatic_lockdown.cjs'); await determineAutomaticLockdown(github, context, core); - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 ghcr.io/github/gh-aw-mcpg:v0.2.26 ghcr.io/github/github-mcp-server:v1.0.0 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f - name: Write Safe Outputs Config run: | mkdir -p "${RUNNER_TEMP}/gh-aw/safeoutputs" @@ -721,7 +721,7 @@ jobs: GH_AW_PHASE: agent GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt GH_AW_SAFE_OUTPUTS: ${{ steps.set-runtime-paths.outputs.GH_AW_SAFE_OUTPUTS }} - GH_AW_VERSION: v0.69.2 + GH_AW_VERSION: v0.69.3 GH_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || github.token }} GITHUB_API_URL: ${{ github.api_url }} GITHUB_AW: true @@ -953,7 +953,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1078,7 +1078,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/.github/workflows/smoke-chroot.lock.yml b/.github/workflows/smoke-chroot.lock.yml index 12cd8fb9..c20f934c 100644 --- a/.github/workflows/smoke-chroot.lock.yml +++ b/.github/workflows/smoke-chroot.lock.yml @@ -1,5 +1,5 @@ -# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"4889fe4f962605b5f7f65711d6092ff627de03a35a5aa03cd088cd435a202b3c","compiler_version":"v0.69.2","strict":true,"agent_id":"copilot"} -# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/setup-go","sha":"0aaccfd150d50ccaeb58ebd88d36e91967a5f35b","version":"0aaccfd150d50ccaeb58ebd88d36e91967a5f35b"},{"repo":"actions/setup-node","sha":"48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e","version":"v6.4.0"},{"repo":"actions/setup-python","sha":"a309ff8b426b58ec0e2a45f0f869d46889d02405","version":"v6.2.0"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"dca90cae5e2ec0ef2275f97efcb832793c86e082","version":"v0.69.2"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} +# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"4889fe4f962605b5f7f65711d6092ff627de03a35a5aa03cd088cd435a202b3c","compiler_version":"v0.69.3","strict":true,"agent_id":"copilot"} +# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/setup-go","sha":"0aaccfd150d50ccaeb58ebd88d36e91967a5f35b","version":"0aaccfd150d50ccaeb58ebd88d36e91967a5f35b"},{"repo":"actions/setup-node","sha":"48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e","version":"v6.4.0"},{"repo":"actions/setup-python","sha":"a309ff8b426b58ec0e2a45f0f869d46889d02405","version":"v6.2.0"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"006ffd856b868b71df342dbe0ba082a963249b31","version":"v0.69.3"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26","digest":"sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58","pinned_image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26","digest":"sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0","pinned_image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26","digest":"sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6","pinned_image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26","digest":"sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34","pinned_image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26","digest":"sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57","pinned_image":"ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0","digest":"sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95","pinned_image":"ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} # ___ _ _ # / _ \ | | (_) # | |_| | __ _ ___ _ __ | |_ _ ___ @@ -14,7 +14,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.69.2). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.69.3). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -38,15 +38,15 @@ # - actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 # - actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 # - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 -# - github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 +# - github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 # # Container images used: -# - ghcr.io/github/gh-aw-firewall/agent:0.25.26 -# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/squid:0.25.26 -# - ghcr.io/github/gh-aw-mcpg:v0.2.26 -# - ghcr.io/github/github-mcp-server:v1.0.0 +# - ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 +# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 +# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 +# - ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 +# - ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 +# - ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 # - node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f name: "Smoke Chroot" @@ -101,7 +101,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -113,7 +113,7 @@ jobs: GH_AW_INFO_MODEL: ${{ vars.GH_AW_MODEL_AGENT_COPILOT || 'auto' }} GH_AW_INFO_VERSION: "1.0.21" GH_AW_INFO_AGENT_VERSION: "1.0.21" - GH_AW_INFO_CLI_VERSION: "v0.69.2" + GH_AW_INFO_CLI_VERSION: "v0.69.3" GH_AW_INFO_WORKFLOW_NAME: "Smoke Chroot" GH_AW_INFO_EXPERIMENTAL: "false" GH_AW_INFO_SUPPORTS_TOOLS_ALLOWLIST: "true" @@ -176,7 +176,7 @@ jobs: - name: Check compile-agentic version uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: - GH_AW_COMPILED_VERSION: "v0.69.2" + GH_AW_COMPILED_VERSION: "v0.69.3" with: script: | const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs'); @@ -351,7 +351,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -486,7 +486,7 @@ jobs: const determineAutomaticLockdown = require('${{ runner.temp }}/gh-aw/actions/determine_automatic_lockdown.cjs'); await determineAutomaticLockdown(github, context, core); - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 ghcr.io/github/gh-aw-mcpg:v0.2.26 ghcr.io/github/github-mcp-server:v1.0.0 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f - name: Write Safe Outputs Config run: | mkdir -p "${RUNNER_TEMP}/gh-aw/safeoutputs" @@ -768,7 +768,7 @@ jobs: GH_AW_PHASE: agent GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt GH_AW_SAFE_OUTPUTS: ${{ steps.set-runtime-paths.outputs.GH_AW_SAFE_OUTPUTS }} - GH_AW_VERSION: v0.69.2 + GH_AW_VERSION: v0.69.3 GH_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || github.token }} GITHUB_API_URL: ${{ github.api_url }} GITHUB_AW: true @@ -969,7 +969,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1097,7 +1097,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/.github/workflows/smoke-claude.lock.yml b/.github/workflows/smoke-claude.lock.yml index 1a35d35b..1168112a 100644 --- a/.github/workflows/smoke-claude.lock.yml +++ b/.github/workflows/smoke-claude.lock.yml @@ -1,5 +1,5 @@ -# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"a6989c54aa9eb245c0346876596102be5c2d947fc11e9d3c332d5b01e1c288d8","compiler_version":"v0.69.2","agent_id":"claude","agent_model":"claude-haiku-4-5"} -# gh-aw-manifest: {"version":1,"secrets":["ANTHROPIC_API_KEY","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/setup-node","sha":"48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e","version":"v6.4.0"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"dca90cae5e2ec0ef2275f97efcb832793c86e082","version":"v0.69.2"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.29"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0"},{"image":"mcr.microsoft.com/playwright/mcp","digest":"sha256:7b82f29c6ef83480a97f612d53ac3fd5f30a32df3fea1e06923d4204d3532bb2","pinned_image":"mcr.microsoft.com/playwright/mcp@sha256:7b82f29c6ef83480a97f612d53ac3fd5f30a32df3fea1e06923d4204d3532bb2"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} +# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"a6989c54aa9eb245c0346876596102be5c2d947fc11e9d3c332d5b01e1c288d8","compiler_version":"v0.69.3","agent_id":"claude","agent_model":"claude-haiku-4-5"} +# gh-aw-manifest: {"version":1,"secrets":["ANTHROPIC_API_KEY","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/setup-node","sha":"48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e","version":"v6.4.0"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"006ffd856b868b71df342dbe0ba082a963249b31","version":"v0.69.3"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26","digest":"sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58","pinned_image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26","digest":"sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0","pinned_image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26","digest":"sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6","pinned_image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26","digest":"sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34","pinned_image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.29","digest":"sha256:b73696487a56dcecd2049b00df37ce77f6f6d6c410c65dac6d8e577254bbac97","pinned_image":"ghcr.io/github/gh-aw-mcpg:v0.2.29@sha256:b73696487a56dcecd2049b00df37ce77f6f6d6c410c65dac6d8e577254bbac97"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0","digest":"sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95","pinned_image":"ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95"},{"image":"mcr.microsoft.com/playwright/mcp","digest":"sha256:7b82f29c6ef83480a97f612d53ac3fd5f30a32df3fea1e06923d4204d3532bb2","pinned_image":"mcr.microsoft.com/playwright/mcp@sha256:7b82f29c6ef83480a97f612d53ac3fd5f30a32df3fea1e06923d4204d3532bb2"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} # ___ _ _ # / _ \ | | (_) # | |_| | __ _ ___ _ __ | |_ _ ___ @@ -14,7 +14,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.69.2). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.69.3). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -36,15 +36,15 @@ # - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 # - actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 # - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 -# - github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 +# - github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 # # Container images used: -# - ghcr.io/github/gh-aw-firewall/agent:0.25.26 -# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/squid:0.25.26 -# - ghcr.io/github/gh-aw-mcpg:v0.2.29 -# - ghcr.io/github/github-mcp-server:v1.0.0 +# - ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 +# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 +# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 +# - ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 +# - ghcr.io/github/gh-aw-mcpg:v0.2.29@sha256:b73696487a56dcecd2049b00df37ce77f6f6d6c410c65dac6d8e577254bbac97 +# - ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 # - mcr.microsoft.com/playwright/mcp@sha256:7b82f29c6ef83480a97f612d53ac3fd5f30a32df3fea1e06923d4204d3532bb2 # - node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f @@ -97,7 +97,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -109,7 +109,7 @@ jobs: GH_AW_INFO_MODEL: "claude-haiku-4-5" GH_AW_INFO_VERSION: "2.1.112" GH_AW_INFO_AGENT_VERSION: "2.1.112" - GH_AW_INFO_CLI_VERSION: "v0.69.2" + GH_AW_INFO_CLI_VERSION: "v0.69.3" GH_AW_INFO_WORKFLOW_NAME: "Smoke Claude" GH_AW_INFO_EXPERIMENTAL: "false" GH_AW_INFO_SUPPORTS_TOOLS_ALLOWLIST: "true" @@ -172,7 +172,7 @@ jobs: - name: Check compile-agentic version uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: - GH_AW_COMPILED_VERSION: "v0.69.2" + GH_AW_COMPILED_VERSION: "v0.69.3" with: script: | const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs'); @@ -346,7 +346,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -444,7 +444,7 @@ jobs: const determineAutomaticLockdown = require('${{ runner.temp }}/gh-aw/actions/determine_automatic_lockdown.cjs'); await determineAutomaticLockdown(github, context, core); - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 ghcr.io/github/gh-aw-mcpg:v0.2.29 ghcr.io/github/github-mcp-server:v1.0.0 mcr.microsoft.com/playwright/mcp@sha256:7b82f29c6ef83480a97f612d53ac3fd5f30a32df3fea1e06923d4204d3532bb2 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 ghcr.io/github/gh-aw-mcpg:v0.2.29@sha256:b73696487a56dcecd2049b00df37ce77f6f6d6c410c65dac6d8e577254bbac97 ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 mcr.microsoft.com/playwright/mcp@sha256:7b82f29c6ef83480a97f612d53ac3fd5f30a32df3fea1e06923d4204d3532bb2 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f - name: Write Safe Outputs Config run: | mkdir -p "${RUNNER_TEMP}/gh-aw/safeoutputs" @@ -842,7 +842,7 @@ jobs: GH_AW_PHASE: agent GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt GH_AW_SAFE_OUTPUTS: ${{ steps.set-runtime-paths.outputs.GH_AW_SAFE_OUTPUTS }} - GH_AW_VERSION: v0.69.2 + GH_AW_VERSION: v0.69.3 GH_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || github.token }} GITHUB_AW: true GITHUB_STEP_SUMMARY: /tmp/gh-aw/agent-step-summary.md @@ -1021,7 +1021,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1145,7 +1145,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/.github/workflows/smoke-codex.lock.yml b/.github/workflows/smoke-codex.lock.yml index b3ff573d..9d873e18 100644 --- a/.github/workflows/smoke-codex.lock.yml +++ b/.github/workflows/smoke-codex.lock.yml @@ -1,5 +1,5 @@ -# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"ccf46551d6fa7fc07c8dbdaa7d304cd96669a086683780354512863dc16b01b4","compiler_version":"v0.69.2","agent_id":"codex"} -# gh-aw-manifest: {"version":1,"secrets":["CODEX_API_KEY","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN","OPENAI_API_KEY","TAVILY_API_KEY"],"actions":[{"repo":"actions/cache","sha":"27d5ce7f107fe9357f9df03efb73ab90386fccae","version":"v5.0.5"},{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/setup-node","sha":"48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e","version":"v6.4.0"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"dca90cae5e2ec0ef2275f97efcb832793c86e082","version":"v0.69.2"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.29"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0"},{"image":"mcr.microsoft.com/playwright/mcp","digest":"sha256:7b82f29c6ef83480a97f612d53ac3fd5f30a32df3fea1e06923d4204d3532bb2","pinned_image":"mcr.microsoft.com/playwright/mcp@sha256:7b82f29c6ef83480a97f612d53ac3fd5f30a32df3fea1e06923d4204d3532bb2"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} +# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"ccf46551d6fa7fc07c8dbdaa7d304cd96669a086683780354512863dc16b01b4","compiler_version":"v0.69.3","agent_id":"codex"} +# gh-aw-manifest: {"version":1,"secrets":["CODEX_API_KEY","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN","OPENAI_API_KEY","TAVILY_API_KEY"],"actions":[{"repo":"actions/cache","sha":"27d5ce7f107fe9357f9df03efb73ab90386fccae","version":"v5.0.5"},{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/setup-node","sha":"48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e","version":"v6.4.0"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"006ffd856b868b71df342dbe0ba082a963249b31","version":"v0.69.3"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26","digest":"sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58","pinned_image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26","digest":"sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0","pinned_image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26","digest":"sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6","pinned_image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26","digest":"sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34","pinned_image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.29","digest":"sha256:b73696487a56dcecd2049b00df37ce77f6f6d6c410c65dac6d8e577254bbac97","pinned_image":"ghcr.io/github/gh-aw-mcpg:v0.2.29@sha256:b73696487a56dcecd2049b00df37ce77f6f6d6c410c65dac6d8e577254bbac97"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0","digest":"sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95","pinned_image":"ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95"},{"image":"mcr.microsoft.com/playwright/mcp","digest":"sha256:7b82f29c6ef83480a97f612d53ac3fd5f30a32df3fea1e06923d4204d3532bb2","pinned_image":"mcr.microsoft.com/playwright/mcp@sha256:7b82f29c6ef83480a97f612d53ac3fd5f30a32df3fea1e06923d4204d3532bb2"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} # ___ _ _ # / _ \ | | (_) # | |_| | __ _ ___ _ __ | |_ _ ___ @@ -14,7 +14,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.69.2). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.69.3). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -46,15 +46,15 @@ # - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 # - actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 # - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 -# - github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 +# - github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 # # Container images used: -# - ghcr.io/github/gh-aw-firewall/agent:0.25.26 -# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/squid:0.25.26 -# - ghcr.io/github/gh-aw-mcpg:v0.2.29 -# - ghcr.io/github/github-mcp-server:v1.0.0 +# - ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 +# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 +# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 +# - ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 +# - ghcr.io/github/gh-aw-mcpg:v0.2.29@sha256:b73696487a56dcecd2049b00df37ce77f6f6d6c410c65dac6d8e577254bbac97 +# - ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 # - mcr.microsoft.com/playwright/mcp@sha256:7b82f29c6ef83480a97f612d53ac3fd5f30a32df3fea1e06923d4204d3532bb2 # - node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f @@ -107,7 +107,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -119,7 +119,7 @@ jobs: GH_AW_INFO_MODEL: ${{ vars.GH_AW_MODEL_AGENT_CODEX || 'auto' }} GH_AW_INFO_VERSION: "0.121.0" GH_AW_INFO_AGENT_VERSION: "0.121.0" - GH_AW_INFO_CLI_VERSION: "v0.69.2" + GH_AW_INFO_CLI_VERSION: "v0.69.3" GH_AW_INFO_WORKFLOW_NAME: "Smoke Codex" GH_AW_INFO_EXPERIMENTAL: "false" GH_AW_INFO_SUPPORTS_TOOLS_ALLOWLIST: "true" @@ -183,7 +183,7 @@ jobs: - name: Check compile-agentic version uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: - GH_AW_COMPILED_VERSION: "v0.69.2" + GH_AW_COMPILED_VERSION: "v0.69.3" with: script: | const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs'); @@ -378,7 +378,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -502,7 +502,7 @@ jobs: const determineAutomaticLockdown = require('${{ runner.temp }}/gh-aw/actions/determine_automatic_lockdown.cjs'); await determineAutomaticLockdown(github, context, core); - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 ghcr.io/github/gh-aw-mcpg:v0.2.29 ghcr.io/github/github-mcp-server:v1.0.0 mcr.microsoft.com/playwright/mcp@sha256:7b82f29c6ef83480a97f612d53ac3fd5f30a32df3fea1e06923d4204d3532bb2 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 ghcr.io/github/gh-aw-mcpg:v0.2.29@sha256:b73696487a56dcecd2049b00df37ce77f6f6d6c410c65dac6d8e577254bbac97 ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 mcr.microsoft.com/playwright/mcp@sha256:7b82f29c6ef83480a97f612d53ac3fd5f30a32df3fea1e06923d4204d3532bb2 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f - name: Write Safe Outputs Config run: | mkdir -p "${RUNNER_TEMP}/gh-aw/safeoutputs" @@ -959,7 +959,7 @@ jobs: GH_AW_PHASE: agent GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt GH_AW_SAFE_OUTPUTS: ${{ steps.set-runtime-paths.outputs.GH_AW_SAFE_OUTPUTS }} - GH_AW_VERSION: v0.69.2 + GH_AW_VERSION: v0.69.3 GH_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || github.token }} GITHUB_AW: true GITHUB_STEP_SUMMARY: /tmp/gh-aw/agent-step-summary.md @@ -1173,7 +1173,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1299,7 +1299,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/.github/workflows/smoke-copilot-byok.lock.yml b/.github/workflows/smoke-copilot-byok.lock.yml index f5d59dd9..9f6ff2f2 100644 --- a/.github/workflows/smoke-copilot-byok.lock.yml +++ b/.github/workflows/smoke-copilot-byok.lock.yml @@ -1,5 +1,5 @@ -# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"49cc7a462d03bda7126a954b458350668703f86bf75fef684f354af8f4e456da","compiler_version":"v0.69.2","strict":true,"agent_id":"copilot"} -# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"dca90cae5e2ec0ef2275f97efcb832793c86e082","version":"v0.69.2"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} +# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"49cc7a462d03bda7126a954b458350668703f86bf75fef684f354af8f4e456da","compiler_version":"v0.69.3","strict":true,"agent_id":"copilot"} +# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"006ffd856b868b71df342dbe0ba082a963249b31","version":"v0.69.3"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26","digest":"sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58","pinned_image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26","digest":"sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0","pinned_image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26","digest":"sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6","pinned_image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26","digest":"sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34","pinned_image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26","digest":"sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57","pinned_image":"ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0","digest":"sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95","pinned_image":"ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} # ___ _ _ # / _ \ | | (_) # | |_| | __ _ ___ _ __ | |_ _ ___ @@ -14,7 +14,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.69.2). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.69.3). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -39,15 +39,15 @@ # - actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 # - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 # - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 -# - github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 +# - github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 # # Container images used: -# - ghcr.io/github/gh-aw-firewall/agent:0.25.26 -# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/squid:0.25.26 -# - ghcr.io/github/gh-aw-mcpg:v0.2.26 -# - ghcr.io/github/github-mcp-server:v1.0.0 +# - ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 +# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 +# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 +# - ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 +# - ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 +# - ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 # - node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f name: "Smoke Copilot BYOK" @@ -103,7 +103,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -115,7 +115,7 @@ jobs: GH_AW_INFO_MODEL: ${{ vars.GH_AW_MODEL_AGENT_COPILOT || 'auto' }} GH_AW_INFO_VERSION: "1.0.21" GH_AW_INFO_AGENT_VERSION: "1.0.21" - GH_AW_INFO_CLI_VERSION: "v0.69.2" + GH_AW_INFO_CLI_VERSION: "v0.69.3" GH_AW_INFO_WORKFLOW_NAME: "Smoke Copilot BYOK" GH_AW_INFO_EXPERIMENTAL: "false" GH_AW_INFO_SUPPORTS_TOOLS_ALLOWLIST: "true" @@ -178,7 +178,7 @@ jobs: - name: Check compile-agentic version uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: - GH_AW_COMPILED_VERSION: "v0.69.2" + GH_AW_COMPILED_VERSION: "v0.69.3" with: script: | const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs'); @@ -371,7 +371,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -467,7 +467,7 @@ jobs: const determineAutomaticLockdown = require('${{ runner.temp }}/gh-aw/actions/determine_automatic_lockdown.cjs'); await determineAutomaticLockdown(github, context, core); - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 ghcr.io/github/gh-aw-mcpg:v0.2.26 ghcr.io/github/github-mcp-server:v1.0.0 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f - name: Write Safe Outputs Config run: | mkdir -p "${RUNNER_TEMP}/gh-aw/safeoutputs" @@ -750,7 +750,7 @@ jobs: GH_AW_PHASE: agent GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt GH_AW_SAFE_OUTPUTS: ${{ steps.set-runtime-paths.outputs.GH_AW_SAFE_OUTPUTS }} - GH_AW_VERSION: v0.69.2 + GH_AW_VERSION: v0.69.3 GH_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || github.token }} GITHUB_API_URL: ${{ github.api_url }} GITHUB_AW: true @@ -963,7 +963,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1091,7 +1091,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/.github/workflows/smoke-copilot.lock.yml b/.github/workflows/smoke-copilot.lock.yml index fb750491..6eced23d 100644 --- a/.github/workflows/smoke-copilot.lock.yml +++ b/.github/workflows/smoke-copilot.lock.yml @@ -1,5 +1,5 @@ -# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"ff5eef4a68c742e46e394914acc2c7b9eafb546a94d1e15cb71c430db55625fd","compiler_version":"v0.69.2","agent_id":"copilot"} -# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"dca90cae5e2ec0ef2275f97efcb832793c86e082","version":"v0.69.2"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.29"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} +# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"ff5eef4a68c742e46e394914acc2c7b9eafb546a94d1e15cb71c430db55625fd","compiler_version":"v0.69.3","agent_id":"copilot"} +# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"006ffd856b868b71df342dbe0ba082a963249b31","version":"v0.69.3"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26","digest":"sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58","pinned_image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26","digest":"sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0","pinned_image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26","digest":"sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6","pinned_image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26","digest":"sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34","pinned_image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.29","digest":"sha256:b73696487a56dcecd2049b00df37ce77f6f6d6c410c65dac6d8e577254bbac97","pinned_image":"ghcr.io/github/gh-aw-mcpg:v0.2.29@sha256:b73696487a56dcecd2049b00df37ce77f6f6d6c410c65dac6d8e577254bbac97"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0","digest":"sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95","pinned_image":"ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} # ___ _ _ # / _ \ | | (_) # | |_| | __ _ ___ _ __ | |_ _ ___ @@ -14,7 +14,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.69.2). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.69.3). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -35,15 +35,15 @@ # - actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 # - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 # - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 -# - github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 +# - github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 # # Container images used: -# - ghcr.io/github/gh-aw-firewall/agent:0.25.26 -# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/squid:0.25.26 -# - ghcr.io/github/gh-aw-mcpg:v0.2.29 -# - ghcr.io/github/github-mcp-server:v1.0.0 +# - ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 +# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 +# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 +# - ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 +# - ghcr.io/github/gh-aw-mcpg:v0.2.29@sha256:b73696487a56dcecd2049b00df37ce77f6f6d6c410c65dac6d8e577254bbac97 +# - ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 # - node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f name: "Smoke Copilot" @@ -95,7 +95,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -107,7 +107,7 @@ jobs: GH_AW_INFO_MODEL: ${{ vars.GH_AW_MODEL_AGENT_COPILOT || 'auto' }} GH_AW_INFO_VERSION: "1.0.34" GH_AW_INFO_AGENT_VERSION: "1.0.34" - GH_AW_INFO_CLI_VERSION: "v0.69.2" + GH_AW_INFO_CLI_VERSION: "v0.69.3" GH_AW_INFO_WORKFLOW_NAME: "Smoke Copilot" GH_AW_INFO_EXPERIMENTAL: "false" GH_AW_INFO_SUPPORTS_TOOLS_ALLOWLIST: "true" @@ -170,7 +170,7 @@ jobs: - name: Check compile-agentic version uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: - GH_AW_COMPILED_VERSION: "v0.69.2" + GH_AW_COMPILED_VERSION: "v0.69.3" with: script: | const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs'); @@ -363,7 +363,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -459,7 +459,7 @@ jobs: const determineAutomaticLockdown = require('${{ runner.temp }}/gh-aw/actions/determine_automatic_lockdown.cjs'); await determineAutomaticLockdown(github, context, core); - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 ghcr.io/github/gh-aw-mcpg:v0.2.29 ghcr.io/github/github-mcp-server:v1.0.0 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 ghcr.io/github/gh-aw-mcpg:v0.2.29@sha256:b73696487a56dcecd2049b00df37ce77f6f6d6c410c65dac6d8e577254bbac97 ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f - name: Write Safe Outputs Config run: | mkdir -p "${RUNNER_TEMP}/gh-aw/safeoutputs" @@ -742,7 +742,7 @@ jobs: GH_AW_PHASE: agent GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt GH_AW_SAFE_OUTPUTS: ${{ steps.set-runtime-paths.outputs.GH_AW_SAFE_OUTPUTS }} - GH_AW_VERSION: v0.69.2 + GH_AW_VERSION: v0.69.3 GH_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || github.token }} GITHUB_API_URL: ${{ github.api_url }} GITHUB_AW: true @@ -943,7 +943,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1072,7 +1072,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/.github/workflows/smoke-opencode.lock.yml b/.github/workflows/smoke-opencode.lock.yml index 6749584b..fea305de 100644 --- a/.github/workflows/smoke-opencode.lock.yml +++ b/.github/workflows/smoke-opencode.lock.yml @@ -1,5 +1,5 @@ -# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"83f4d07cc598736b5e9f6fe0435feae8b8173b680664773da36b3abfa3c47971","compiler_version":"v0.69.2","strict":true,"agent_id":"opencode"} -# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/setup-node","sha":"48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e","version":"v6.4.0"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"dca90cae5e2ec0ef2275f97efcb832793c86e082","version":"v0.69.2"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} +# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"83f4d07cc598736b5e9f6fe0435feae8b8173b680664773da36b3abfa3c47971","compiler_version":"v0.69.3","strict":true,"agent_id":"opencode"} +# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/setup-node","sha":"48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e","version":"v6.4.0"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"006ffd856b868b71df342dbe0ba082a963249b31","version":"v0.69.3"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26","digest":"sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58","pinned_image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26","digest":"sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0","pinned_image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26","digest":"sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6","pinned_image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26","digest":"sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34","pinned_image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26","digest":"sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57","pinned_image":"ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0","digest":"sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95","pinned_image":"ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} # ___ _ _ # / _ \ | | (_) # | |_| | __ _ ___ _ __ | |_ _ ___ @@ -14,7 +14,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.69.2). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.69.3). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -41,15 +41,15 @@ # - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 # - actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 # - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 -# - github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 +# - github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 # # Container images used: -# - ghcr.io/github/gh-aw-firewall/agent:0.25.26 -# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/squid:0.25.26 -# - ghcr.io/github/gh-aw-mcpg:v0.2.26 -# - ghcr.io/github/github-mcp-server:v1.0.0 +# - ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 +# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 +# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 +# - ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 +# - ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 +# - ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 # - node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f name: "Smoke OpenCode" @@ -101,7 +101,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -113,7 +113,7 @@ jobs: GH_AW_INFO_MODEL: ${{ vars.GH_AW_MODEL_AGENT_OPENCODE || 'auto' }} GH_AW_INFO_VERSION: "1.2.14" GH_AW_INFO_AGENT_VERSION: "1.2.14" - GH_AW_INFO_CLI_VERSION: "v0.69.2" + GH_AW_INFO_CLI_VERSION: "v0.69.3" GH_AW_INFO_WORKFLOW_NAME: "Smoke OpenCode" GH_AW_INFO_EXPERIMENTAL: "true" GH_AW_INFO_SUPPORTS_TOOLS_ALLOWLIST: "false" @@ -176,7 +176,7 @@ jobs: - name: Check compile-agentic version uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: - GH_AW_COMPILED_VERSION: "v0.69.2" + GH_AW_COMPILED_VERSION: "v0.69.3" with: script: | const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs'); @@ -351,7 +351,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -444,7 +444,7 @@ jobs: const determineAutomaticLockdown = require('${{ runner.temp }}/gh-aw/actions/determine_automatic_lockdown.cjs'); await determineAutomaticLockdown(github, context, core); - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 ghcr.io/github/gh-aw-mcpg:v0.2.26 ghcr.io/github/github-mcp-server:v1.0.0 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f - name: Write Safe Outputs Config run: | mkdir -p "${RUNNER_TEMP}/gh-aw/safeoutputs" @@ -946,7 +946,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1072,7 +1072,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/.github/workflows/smoke-services.lock.yml b/.github/workflows/smoke-services.lock.yml index 21e3b3c8..fa8e7bd1 100644 --- a/.github/workflows/smoke-services.lock.yml +++ b/.github/workflows/smoke-services.lock.yml @@ -1,5 +1,5 @@ -# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"5d75531ca5778fb46496bd611cb6fa42eafc1c11b30855c49df7aaa647c1800b","compiler_version":"v0.69.2","strict":true,"agent_id":"copilot"} -# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/cache","sha":"27d5ce7f107fe9357f9df03efb73ab90386fccae","version":"v5.0.5"},{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"dca90cae5e2ec0ef2275f97efcb832793c86e082","version":"v0.69.2"}],"containers":[{"image":"alpine:latest","digest":"sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11","pinned_image":"alpine:latest@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11"},{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} +# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"5d75531ca5778fb46496bd611cb6fa42eafc1c11b30855c49df7aaa647c1800b","compiler_version":"v0.69.3","strict":true,"agent_id":"copilot"} +# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/cache","sha":"27d5ce7f107fe9357f9df03efb73ab90386fccae","version":"v5.0.5"},{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"006ffd856b868b71df342dbe0ba082a963249b31","version":"v0.69.3"}],"containers":[{"image":"alpine:latest","digest":"sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11","pinned_image":"alpine:latest@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11"},{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26","digest":"sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58","pinned_image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26","digest":"sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0","pinned_image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26","digest":"sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6","pinned_image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26","digest":"sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34","pinned_image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26","digest":"sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57","pinned_image":"ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0","digest":"sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95","pinned_image":"ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} # ___ _ _ # / _ \ | | (_) # | |_| | __ _ ___ _ __ | |_ _ ___ @@ -14,7 +14,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.69.2). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.69.3). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -36,16 +36,16 @@ # - actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 # - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 # - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 -# - github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 +# - github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 # # Container images used: # - alpine:latest@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 -# - ghcr.io/github/gh-aw-firewall/agent:0.25.26 -# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/squid:0.25.26 -# - ghcr.io/github/gh-aw-mcpg:v0.2.26 -# - ghcr.io/github/github-mcp-server:v1.0.0 +# - ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 +# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 +# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 +# - ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 +# - ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 +# - ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 # - node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f name: "Smoke Services" @@ -97,7 +97,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -109,7 +109,7 @@ jobs: GH_AW_INFO_MODEL: ${{ vars.GH_AW_MODEL_AGENT_COPILOT || 'auto' }} GH_AW_INFO_VERSION: "1.0.21" GH_AW_INFO_AGENT_VERSION: "1.0.21" - GH_AW_INFO_CLI_VERSION: "v0.69.2" + GH_AW_INFO_CLI_VERSION: "v0.69.3" GH_AW_INFO_WORKFLOW_NAME: "Smoke Services" GH_AW_INFO_EXPERIMENTAL: "false" GH_AW_INFO_SUPPORTS_TOOLS_ALLOWLIST: "true" @@ -172,7 +172,7 @@ jobs: - name: Check compile-agentic version uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: - GH_AW_COMPILED_VERSION: "v0.69.2" + GH_AW_COMPILED_VERSION: "v0.69.3" with: script: | const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs'); @@ -379,7 +379,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -500,7 +500,7 @@ jobs: const determineAutomaticLockdown = require('${{ runner.temp }}/gh-aw/actions/determine_automatic_lockdown.cjs'); await determineAutomaticLockdown(github, context, core); - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" alpine:latest@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 ghcr.io/github/gh-aw-mcpg:v0.2.26 ghcr.io/github/github-mcp-server:v1.0.0 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" alpine:latest@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f - name: Install gh-aw extension env: GH_TOKEN: ${{ secrets.GH_AW_GITHUB_MCP_SERVER_TOKEN || secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} @@ -829,7 +829,7 @@ jobs: GH_AW_PHASE: agent GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt GH_AW_SAFE_OUTPUTS: ${{ steps.set-runtime-paths.outputs.GH_AW_SAFE_OUTPUTS }} - GH_AW_VERSION: v0.69.2 + GH_AW_VERSION: v0.69.3 GH_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || github.token }} GITHUB_API_URL: ${{ github.api_url }} GITHUB_AW: true @@ -1065,7 +1065,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1193,7 +1193,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/.github/workflows/test-coverage-improver.lock.yml b/.github/workflows/test-coverage-improver.lock.yml index 9fe19cb2..658e30d7 100644 --- a/.github/workflows/test-coverage-improver.lock.yml +++ b/.github/workflows/test-coverage-improver.lock.yml @@ -1,5 +1,5 @@ -# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"8a400485bbb9a5cf719090837edad52396a0595a925cd1390196833dcc328adf","compiler_version":"v0.69.2","strict":true,"agent_id":"copilot"} -# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_CI_TRIGGER_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"dca90cae5e2ec0ef2275f97efcb832793c86e082","version":"v0.69.2"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} +# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"8a400485bbb9a5cf719090837edad52396a0595a925cd1390196833dcc328adf","compiler_version":"v0.69.3","strict":true,"agent_id":"copilot"} +# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_CI_TRIGGER_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"006ffd856b868b71df342dbe0ba082a963249b31","version":"v0.69.3"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26","digest":"sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58","pinned_image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26","digest":"sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0","pinned_image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26","digest":"sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6","pinned_image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26","digest":"sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34","pinned_image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26","digest":"sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57","pinned_image":"ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0","digest":"sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95","pinned_image":"ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} # ___ _ _ # / _ \ | | (_) # | |_| | __ _ ___ _ __ | |_ _ ___ @@ -14,7 +14,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.69.2). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.69.3). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -38,15 +38,15 @@ # - actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 # - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 # - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 -# - github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 +# - github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 # # Container images used: -# - ghcr.io/github/gh-aw-firewall/agent:0.25.26 -# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/squid:0.25.26 -# - ghcr.io/github/gh-aw-mcpg:v0.2.26 -# - ghcr.io/github/github-mcp-server:v1.0.0 +# - ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 +# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 +# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 +# - ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 +# - ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 +# - ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 # - node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f name: "Weekly Test Coverage Improver" @@ -91,7 +91,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -104,7 +104,7 @@ jobs: GH_AW_INFO_MODEL: ${{ vars.GH_AW_MODEL_AGENT_COPILOT || 'auto' }} GH_AW_INFO_VERSION: "1.0.21" GH_AW_INFO_AGENT_VERSION: "1.0.21" - GH_AW_INFO_CLI_VERSION: "v0.69.2" + GH_AW_INFO_CLI_VERSION: "v0.69.3" GH_AW_INFO_WORKFLOW_NAME: "Weekly Test Coverage Improver" GH_AW_INFO_EXPERIMENTAL: "false" GH_AW_INFO_SUPPORTS_TOOLS_ALLOWLIST: "true" @@ -154,7 +154,7 @@ jobs: - name: Check compile-agentic version uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: - GH_AW_COMPILED_VERSION: "v0.69.2" + GH_AW_COMPILED_VERSION: "v0.69.3" with: script: | const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs'); @@ -327,7 +327,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -417,7 +417,7 @@ jobs: const determineAutomaticLockdown = require('${{ runner.temp }}/gh-aw/actions/determine_automatic_lockdown.cjs'); await determineAutomaticLockdown(github, context, core); - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 ghcr.io/github/gh-aw-mcpg:v0.2.26 ghcr.io/github/github-mcp-server:v1.0.0 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f - name: Write Safe Outputs Config run: | mkdir -p "${RUNNER_TEMP}/gh-aw/safeoutputs" @@ -751,7 +751,7 @@ jobs: GH_AW_PHASE: agent GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt GH_AW_SAFE_OUTPUTS: ${{ steps.set-runtime-paths.outputs.GH_AW_SAFE_OUTPUTS }} - GH_AW_VERSION: v0.69.2 + GH_AW_VERSION: v0.69.3 GH_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || github.token }} GITHUB_API_URL: ${{ github.api_url }} GITHUB_AW: true @@ -951,7 +951,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1057,7 +1057,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1120,7 +1120,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/.github/workflows/update-release-notes.lock.yml b/.github/workflows/update-release-notes.lock.yml index b5c96187..e9bc74c6 100644 --- a/.github/workflows/update-release-notes.lock.yml +++ b/.github/workflows/update-release-notes.lock.yml @@ -1,5 +1,5 @@ -# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"4d701c8d0976e641b43cebb03fab010ec56cfa72a96bc7c8d1ca2779abb0dc80","compiler_version":"v0.69.2","strict":true,"agent_id":"copilot"} -# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"dca90cae5e2ec0ef2275f97efcb832793c86e082","version":"v0.69.2"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} +# gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"4d701c8d0976e641b43cebb03fab010ec56cfa72a96bc7c8d1ca2779abb0dc80","compiler_version":"v0.69.3","strict":true,"agent_id":"copilot"} +# gh-aw-manifest: {"version":1,"secrets":["COPILOT_GITHUB_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"006ffd856b868b71df342dbe0ba082a963249b31","version":"v0.69.3"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26","digest":"sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58","pinned_image":"ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26","digest":"sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0","pinned_image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26","digest":"sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6","pinned_image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26","digest":"sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34","pinned_image":"ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.2.26","digest":"sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57","pinned_image":"ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57"},{"image":"ghcr.io/github/github-mcp-server:v1.0.0","digest":"sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95","pinned_image":"ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95"},{"image":"node:lts-alpine","digest":"sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f","pinned_image":"node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f"}]} # ___ _ _ # / _ \ | | (_) # | |_| | __ _ ___ _ __ | |_ _ ___ @@ -14,7 +14,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.69.2). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.69.3). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -35,15 +35,15 @@ # - actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 # - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 # - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 -# - github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 +# - github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 # # Container images used: -# - ghcr.io/github/gh-aw-firewall/agent:0.25.26 -# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 -# - ghcr.io/github/gh-aw-firewall/squid:0.25.26 -# - ghcr.io/github/gh-aw-mcpg:v0.2.26 -# - ghcr.io/github/github-mcp-server:v1.0.0 +# - ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 +# - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 +# - ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 +# - ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 +# - ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 +# - ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 # - node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f name: "Update Release Notes" @@ -85,7 +85,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -98,7 +98,7 @@ jobs: GH_AW_INFO_MODEL: ${{ vars.GH_AW_MODEL_AGENT_COPILOT || 'auto' }} GH_AW_INFO_VERSION: "1.0.21" GH_AW_INFO_AGENT_VERSION: "1.0.21" - GH_AW_INFO_CLI_VERSION: "v0.69.2" + GH_AW_INFO_CLI_VERSION: "v0.69.3" GH_AW_INFO_WORKFLOW_NAME: "Update Release Notes" GH_AW_INFO_EXPERIMENTAL: "false" GH_AW_INFO_SUPPORTS_TOOLS_ALLOWLIST: "true" @@ -148,7 +148,7 @@ jobs: - name: Check compile-agentic version uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: - GH_AW_COMPILED_VERSION: "v0.69.2" + GH_AW_COMPILED_VERSION: "v0.69.3" with: script: | const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs'); @@ -320,7 +320,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -410,7 +410,7 @@ jobs: const determineAutomaticLockdown = require('${{ runner.temp }}/gh-aw/actions/determine_automatic_lockdown.cjs'); await determineAutomaticLockdown(github, context, core); - name: Download container images - run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26 ghcr.io/github/gh-aw-firewall/squid:0.25.26 ghcr.io/github/gh-aw-mcpg:v0.2.26 ghcr.io/github/github-mcp-server:v1.0.0 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f + run: bash "${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh" ghcr.io/github/gh-aw-firewall/agent:0.25.26@sha256:1701aa3b61dfaab3e1d24e6413d05db7959aea5b9ba0f82e37550fabed663c58 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.26@sha256:5c7a717c9ca8933d6900edc66a06dfb4007ed41c3cb19338ec9fe6e370df9af0 ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.26@sha256:fd6c8b67d9d90b028e68c58c6121bc57d66491685a1135a5ab69122179c4cbe6 ghcr.io/github/gh-aw-firewall/squid:0.25.26@sha256:e68b8831945e02194c7a4237179ace0edaf3cecb03044ea8bdaf4f7c435acf34 ghcr.io/github/gh-aw-mcpg:v0.2.26@sha256:bfb444facad03587ac5021b3fbb89abd4726aac51d5a0cebfcd14202e8119c57 ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95 node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f - name: Write Safe Outputs Config run: | mkdir -p "${RUNNER_TEMP}/gh-aw/safeoutputs" @@ -695,7 +695,7 @@ jobs: GH_AW_PHASE: agent GH_AW_PROMPT: /tmp/gh-aw/aw-prompts/prompt.txt GH_AW_SAFE_OUTPUTS: ${{ steps.set-runtime-paths.outputs.GH_AW_SAFE_OUTPUTS }} - GH_AW_VERSION: v0.69.2 + GH_AW_VERSION: v0.69.3 GH_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN || github.token }} GITHUB_API_URL: ${{ github.api_url }} GITHUB_AW: true @@ -890,7 +890,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -994,7 +994,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1037,7 +1037,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@dca90cae5e2ec0ef2275f97efcb832793c86e082 # v0.69.2 + uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/paper-data/run-index.json b/paper-data/run-index.json new file mode 100644 index 00000000..f5dda317 --- /dev/null +++ b/paper-data/run-index.json @@ -0,0 +1,41095 @@ +{ + "milestones": [ + { + "date": "2025-11-01", + "epoch": -1, + "label": "pre-tracking", + "pr": null, + "description": "Before api-proxy token tracking (data from agent logs only)" + }, + { + "date": "2026-04-01", + "epoch": 0, + "label": "baseline", + "pr": null, + "description": "api-proxy tracking enabled, before any token optimization" + }, + { + "date": "2026-04-03", + "epoch": 1, + "label": "sg-opt-1", + "pr": 1648, + "description": "security-guard first optimization" + }, + { + "date": "2026-04-12", + "epoch": 2, + "label": "sg-opt-2", + "pr": 1940, + "description": "security-guard turn cap + relevance gate (~32%)" + }, + { + "date": "2026-04-14", + "epoch": 3, + "label": "haiku-switch", + "pr": 1974, + "description": "secret-digger-claude → Haiku" + }, + { + "date": "2026-04-17", + "epoch": 4, + "label": "smoke-claude-haiku", + "pr": 2065, + "description": "smoke-claude Haiku + turn cap + narrow toolset" + }, + { + "date": "2026-04-18", + "epoch": 5, + "label": "sg-cache-align", + "pr": 2085, + "description": "security-guard prompt cache alignment" + }, + { + "date": "2026-04-20", + "epoch": 6, + "label": "sg-relevance-gate", + "pr": 2113, + "description": "security-guard pre-run relevance gating" + } + ], + "runs": [ + { + "run_id": 24673276337, + "workflow": "Security Guard", + "created_at": "2026-04-20T14:50:40Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 2624, + "effective_tokens": 74944, + "cache_hit_rate": 33190, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24673246762, + "workflow": "Security Guard", + "created_at": "2026-04-20T14:50:05Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 865, + "effective_tokens": 58120, + "cache_hit_rate": 16651.8, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24672401933, + "workflow": "Security Guard", + "created_at": "2026-04-20T14:33:33Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 893, + "effective_tokens": 61498, + "cache_hit_rate": 20086.667, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24670445401, + "workflow": "Security Guard", + "created_at": "2026-04-20T13:53:42Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 3264, + "effective_tokens": 77952, + "cache_hit_rate": 33171.9, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24670276070, + "workflow": "Security Guard", + "created_at": "2026-04-20T13:50:14Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 3097, + "effective_tokens": 66381, + "cache_hit_rate": 29424.75, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24670097634, + "workflow": "Security Guard", + "created_at": "2026-04-20T13:46:28Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 927, + "effective_tokens": 44309, + "cache_hit_rate": 23438.667, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24651284473, + "workflow": "Security Guard", + "created_at": "2026-04-20T06:10:57Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 886, + "effective_tokens": 61207, + "cache_hit_rate": 19966, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24640001476, + "workflow": "Security Guard", + "created_at": "2026-04-19T21:52:18Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 2387, + "effective_tokens": 89179, + "cache_hit_rate": 30149, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24629144043, + "workflow": "Security Guard", + "created_at": "2026-04-19T12:31:12Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 832, + "effective_tokens": 60547, + "cache_hit_rate": 19979.333, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24615927594, + "workflow": "Security Guard", + "created_at": "2026-04-18T23:05:41Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 6508, + "effective_tokens": 104492, + "cache_hit_rate": 29933, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24615910447, + "workflow": "Security Guard", + "created_at": "2026-04-18T23:04:37Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 1768, + "effective_tokens": 92227, + "cache_hit_rate": 31515.9, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24615750573, + "workflow": "Security Guard", + "created_at": "2026-04-18T22:54:41Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 2267, + "effective_tokens": 90504, + "cache_hit_rate": 30548.111, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24612740314, + "workflow": "Security Guard", + "created_at": "2026-04-18T20:00:38Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 3370, + "effective_tokens": 101950, + "cache_hit_rate": 27759, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24612543343, + "workflow": "Security Guard", + "created_at": "2026-04-18T19:49:29Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 3163, + "effective_tokens": 85529, + "cache_hit_rate": 28052.375, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24610775084, + "workflow": "Security Guard", + "created_at": "2026-04-18T18:11:08Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 2192, + "effective_tokens": 84182, + "cache_hit_rate": 30085.333, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24610603509, + "workflow": "Security Guard", + "created_at": "2026-04-18T18:01:30Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 2011, + "effective_tokens": 86578, + "cache_hit_rate": 30743.5, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24593695636, + "workflow": "Security Guard", + "created_at": "2026-04-18T01:23:52Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 2647, + "effective_tokens": 101227, + "cache_hit_rate": 32876.818, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24593538042, + "workflow": "Security Guard", + "created_at": "2026-04-18T01:16:32Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 2256, + "effective_tokens": 65584, + "cache_hit_rate": 30542.75, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24593463088, + "workflow": "Security Guard", + "created_at": "2026-04-18T01:13:12Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 2447, + "effective_tokens": 76588, + "cache_hit_rate": 25597, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24586966581, + "workflow": "Security Guard", + "created_at": "2026-04-17T21:13:44Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 1045, + "effective_tokens": 59285, + "cache_hit_rate": 16724.4, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24572129848, + "workflow": "Security Guard", + "created_at": "2026-04-17T15:07:31Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 2517, + "effective_tokens": 73915, + "cache_hit_rate": 18614.4, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24571087217, + "workflow": "Security Guard", + "created_at": "2026-04-17T14:44:31Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 2703, + "effective_tokens": 66968, + "cache_hit_rate": 17207.4, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24549105710, + "workflow": "Security Guard", + "created_at": "2026-04-17T05:19:49Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 2266, + "effective_tokens": 84256, + "cache_hit_rate": 29848.1, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24548864415, + "workflow": "Security Guard", + "created_at": "2026-04-17T05:11:27Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 2745, + "effective_tokens": 87033, + "cache_hit_rate": 24916.167, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24546091734, + "workflow": "Security Guard", + "created_at": "2026-04-17T03:25:56Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 2873, + "effective_tokens": 79059, + "cache_hit_rate": 26795, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24545607047, + "workflow": "Security Guard", + "created_at": "2026-04-17T03:07:08Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 1206, + "effective_tokens": 36350, + "cache_hit_rate": 21219.4, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24539424005, + "workflow": "Security Guard", + "created_at": "2026-04-16T23:30:41Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 3140, + "effective_tokens": 84309, + "cache_hit_rate": 19847.6, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24524657150, + "workflow": "Security Guard", + "created_at": "2026-04-16T17:33:29Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 2543, + "effective_tokens": 92980, + "cache_hit_rate": 27271, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24488563668, + "workflow": "Security Guard", + "created_at": "2026-04-16T02:21:25Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 3327, + "effective_tokens": 74822, + "cache_hit_rate": 17972.2, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24487070340, + "workflow": "Security Guard", + "created_at": "2026-04-16T01:27:53Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 2625, + "effective_tokens": 70489, + "cache_hit_rate": 17794.8, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24486847234, + "workflow": "Security Guard", + "created_at": "2026-04-16T01:19:47Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 2025, + "effective_tokens": 47489, + "cache_hit_rate": 22501.8, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24486540170, + "workflow": "Security Guard", + "created_at": "2026-04-16T01:08:34Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 3312, + "effective_tokens": 79504, + "cache_hit_rate": 23305.167, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24486126487, + "workflow": "Security Guard", + "created_at": "2026-04-16T00:53:56Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 2295, + "effective_tokens": 65104, + "cache_hit_rate": 17143.4, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24485779131, + "workflow": "Security Guard", + "created_at": "2026-04-16T00:41:21Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 1164, + "effective_tokens": 57969, + "cache_hit_rate": 16810.6, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24485544681, + "workflow": "Security Guard", + "created_at": "2026-04-16T00:32:44Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 6143, + "effective_tokens": 92668, + "cache_hit_rate": 23035.167, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24477096733, + "workflow": "Security Guard", + "created_at": "2026-04-15T20:36:47Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 2856, + "effective_tokens": 70895, + "cache_hit_rate": 21489.333, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24476706294, + "workflow": "Security Guard", + "created_at": "2026-04-15T20:28:10Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 2764, + "effective_tokens": 65838, + "cache_hit_rate": 16822.2, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24467006862, + "workflow": "Security Guard", + "created_at": "2026-04-15T16:51:37Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 2274, + "effective_tokens": 92238, + "cache_hit_rate": 22088, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24466516283, + "workflow": "Security Guard", + "created_at": "2026-04-15T16:40:24Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 2766, + "effective_tokens": 79174, + "cache_hit_rate": 19250.4, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24436400421, + "workflow": "Security Guard", + "created_at": "2026-04-15T04:28:10Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 3448, + "effective_tokens": 98303, + "cache_hit_rate": 28142.875, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24435902104, + "workflow": "Security Guard", + "created_at": "2026-04-15T04:08:59Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 3362, + "effective_tokens": 72883, + "cache_hit_rate": 17557, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24434523401, + "workflow": "Security Guard", + "created_at": "2026-04-15T03:14:56Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 3057, + "effective_tokens": 82216, + "cache_hit_rate": 23558.5, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24425093481, + "workflow": "Security Guard", + "created_at": "2026-04-14T22:01:38Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 5553, + "effective_tokens": 81587, + "cache_hit_rate": 28371.833, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24424029736, + "workflow": "Security Guard", + "created_at": "2026-04-14T21:33:11Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 1708, + "effective_tokens": 39175, + "cache_hit_rate": 21269.2, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24423751314, + "workflow": "Security Guard", + "created_at": "2026-04-14T21:26:05Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 8898, + "effective_tokens": 101332, + "cache_hit_rate": 29036.167, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24422261516, + "workflow": "Security Guard", + "created_at": "2026-04-14T20:50:18Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 5833, + "effective_tokens": 113703, + "cache_hit_rate": 27634.333, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24421517420, + "workflow": "Security Guard", + "created_at": "2026-04-14T20:33:03Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 7331, + "effective_tokens": 120184, + "cache_hit_rate": 27675, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24411708762, + "workflow": "Security Guard", + "created_at": "2026-04-14T16:49:56Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 3613, + "effective_tokens": 77629, + "cache_hit_rate": 18210.8, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24319647097, + "workflow": "Security Guard", + "created_at": "2026-04-13T00:04:05Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 1602, + "effective_tokens": 62996, + "cache_hit_rate": 17383, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24319183550, + "workflow": "Security Guard", + "created_at": "2026-04-12T23:39:15Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 941, + "effective_tokens": 53222, + "cache_hit_rate": 16170.8, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24318847668, + "workflow": "Security Guard", + "created_at": "2026-04-12T23:20:37Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 8797, + "effective_tokens": 97240, + "cache_hit_rate": 33563.286, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24318792239, + "workflow": "Security Guard", + "created_at": "2026-04-12T23:17:23Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 2558, + "effective_tokens": 85737, + "cache_hit_rate": 24056.833, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24318513148, + "workflow": "Security Guard", + "created_at": "2026-04-12T23:02:13Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 2278, + "effective_tokens": 63901, + "cache_hit_rate": 16884.2, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24316781082, + "workflow": "Security Guard", + "created_at": "2026-04-12T21:25:54Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 2262, + "effective_tokens": 61958, + "cache_hit_rate": 16558.2, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24315473875, + "workflow": "Security Guard", + "created_at": "2026-04-12T20:16:04Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 3508, + "effective_tokens": 62025, + "cache_hit_rate": 23817.8, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24315034277, + "workflow": "Security Guard", + "created_at": "2026-04-12T19:52:55Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 12219, + "effective_tokens": 138597, + "cache_hit_rate": 26989.667, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24314916428, + "workflow": "Security Guard", + "created_at": "2026-04-12T19:46:43Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 2966, + "effective_tokens": 52079, + "cache_hit_rate": 25005.333, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24314890506, + "workflow": "Security Guard", + "created_at": "2026-04-12T19:45:21Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 2353, + "effective_tokens": 43781, + "cache_hit_rate": 21493.2, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24314841028, + "workflow": "Security Guard", + "created_at": "2026-04-12T19:42:45Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 2919, + "effective_tokens": 65621, + "cache_hit_rate": 16672.2, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24314497463, + "workflow": "Security Guard", + "created_at": "2026-04-12T19:24:24Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 6922, + "effective_tokens": 137234, + "cache_hit_rate": 38090.929, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24314442122, + "workflow": "Security Guard", + "created_at": "2026-04-12T19:21:46Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 10835, + "effective_tokens": 214441, + "cache_hit_rate": 1514.433, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24314154045, + "workflow": "Security Guard", + "created_at": "2026-04-12T19:06:42Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 3092, + "effective_tokens": 72824, + "cache_hit_rate": 17770.4, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24312346928, + "workflow": "Security Guard", + "created_at": "2026-04-12T17:32:08Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 1387, + "effective_tokens": 59303, + "cache_hit_rate": 16844.8, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24310558551, + "workflow": "Security Guard", + "created_at": "2026-04-12T15:56:09Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 1986, + "effective_tokens": 59117, + "cache_hit_rate": 16282.8, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24292329640, + "workflow": "Security Guard", + "created_at": "2026-04-11T21:47:13Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 5482, + "effective_tokens": 95220, + "cache_hit_rate": 25768.286, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24292134863, + "workflow": "Security Guard", + "created_at": "2026-04-11T21:36:04Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 3142, + "effective_tokens": 54363, + "cache_hit_rate": 27337.143, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24292050150, + "workflow": "Security Guard", + "created_at": "2026-04-11T21:31:14Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 5060, + "effective_tokens": 91410, + "cache_hit_rate": 26381.286, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24291085402, + "workflow": "Security Guard", + "created_at": "2026-04-11T20:36:17Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 3157, + "effective_tokens": 52138, + "cache_hit_rate": 25030.167, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24290215023, + "workflow": "Security Guard", + "created_at": "2026-04-11T19:48:06Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 7034, + "effective_tokens": 90576, + "cache_hit_rate": 29611.167, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24290111812, + "workflow": "Security Guard", + "created_at": "2026-04-11T19:42:20Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 17628, + "effective_tokens": 230818, + "cache_hit_rate": 19458.429, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24289182705, + "workflow": "Security Guard", + "created_at": "2026-04-11T18:49:58Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1796, + "effective_tokens": 38305, + "cache_hit_rate": 21007.8, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24289175288, + "workflow": "Security Guard", + "created_at": "2026-04-11T18:49:35Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 2750, + "effective_tokens": 74072, + "cache_hit_rate": 24374.714, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24287824916, + "workflow": "Security Guard", + "created_at": "2026-04-11T17:33:22Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1111, + "effective_tokens": 54513, + "cache_hit_rate": 16217.8, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24287094159, + "workflow": "Security Guard", + "created_at": "2026-04-11T16:52:15Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 3090, + "effective_tokens": 70019, + "cache_hit_rate": 20985, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24286946593, + "workflow": "Security Guard", + "created_at": "2026-04-11T16:44:04Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 879, + "effective_tokens": 32655, + "cache_hit_rate": 20794.6, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24286910030, + "workflow": "Security Guard", + "created_at": "2026-04-11T16:42:06Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 2493, + "effective_tokens": 44056, + "cache_hit_rate": 21426.2, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24286885999, + "workflow": "Security Guard", + "created_at": "2026-04-11T16:40:49Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1909, + "effective_tokens": 61861, + "cache_hit_rate": 16862.2, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24285997557, + "workflow": "Security Guard", + "created_at": "2026-04-11T15:50:31Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1983, + "effective_tokens": 41918, + "cache_hit_rate": 21501, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24285974370, + "workflow": "Security Guard", + "created_at": "2026-04-11T15:49:15Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 17948, + "effective_tokens": 158508, + "cache_hit_rate": 38013.571, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24285926900, + "workflow": "Security Guard", + "created_at": "2026-04-11T15:46:28Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1628, + "effective_tokens": 63061, + "cache_hit_rate": 20879.5, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24285565760, + "workflow": "Security Guard", + "created_at": "2026-04-11T15:26:54Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 4629, + "effective_tokens": 95386, + "cache_hit_rate": 23678.167, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24285399450, + "workflow": "Security Guard", + "created_at": "2026-04-11T15:17:49Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1082, + "effective_tokens": 54345, + "cache_hit_rate": 16210, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24284801982, + "workflow": "Security Guard", + "created_at": "2026-04-11T14:44:26Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 2311, + "effective_tokens": 65347, + "cache_hit_rate": 17109.4, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24272439726, + "workflow": "Security Guard", + "created_at": "2026-04-11T02:19:27Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 4968, + "effective_tokens": 104375, + "cache_hit_rate": 26582.667, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24271368232, + "workflow": "Security Guard", + "created_at": "2026-04-11T01:20:34Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 8036, + "effective_tokens": 171622, + "cache_hit_rate": 42138, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24258771879, + "workflow": "Security Guard", + "created_at": "2026-04-10T18:48:36Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 2934, + "effective_tokens": 73996, + "cache_hit_rate": 22194.333, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24257149617, + "workflow": "Security Guard", + "created_at": "2026-04-10T18:09:13Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 8962, + "effective_tokens": 168760, + "cache_hit_rate": 37920.294, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24256448112, + "workflow": "Security Guard", + "created_at": "2026-04-10T17:52:03Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1464, + "effective_tokens": 37671, + "cache_hit_rate": 21177, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24222066729, + "workflow": "Security Guard", + "created_at": "2026-04-10T01:39:37Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 4143, + "effective_tokens": 100113, + "cache_hit_rate": 31544, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24219215681, + "workflow": "Security Guard", + "created_at": "2026-04-09T23:55:55Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 5439, + "effective_tokens": 82015, + "cache_hit_rate": 25441.111, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24214577208, + "workflow": "Security Guard", + "created_at": "2026-04-09T21:37:00Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 2461, + "effective_tokens": 73901, + "cache_hit_rate": 18517, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24214152973, + "workflow": "Security Guard", + "created_at": "2026-04-09T21:26:14Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 2756, + "effective_tokens": 82262, + "cache_hit_rate": 19770.6, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24211578512, + "workflow": "Security Guard", + "created_at": "2026-04-09T20:24:27Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 7138, + "effective_tokens": 109894, + "cache_hit_rate": 24555, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24210496248, + "workflow": "Security Guard", + "created_at": "2026-04-09T19:58:48Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 5196, + "effective_tokens": 128025, + "cache_hit_rate": 35139.071, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24206947964, + "workflow": "Security Guard", + "created_at": "2026-04-09T18:34:55Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 3742, + "effective_tokens": 98788, + "cache_hit_rate": 30455.1, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24173267088, + "workflow": "Security Guard", + "created_at": "2026-04-09T04:59:31Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 9698, + "effective_tokens": 110422, + "cache_hit_rate": 23282.833, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24170589293, + "workflow": "Security Guard", + "created_at": "2026-04-09T03:20:28Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 12966, + "effective_tokens": 168096, + "cache_hit_rate": 34081, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24168921673, + "workflow": "Security Guard", + "created_at": "2026-04-09T02:17:12Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 13543, + "effective_tokens": 168949, + "cache_hit_rate": 34306.667, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24167894150, + "workflow": "Security Guard", + "created_at": "2026-04-09T01:38:57Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 12879, + "effective_tokens": 166417, + "cache_hit_rate": 33747.286, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24167457585, + "workflow": "Security Guard", + "created_at": "2026-04-09T01:22:54Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 11407, + "effective_tokens": 152658, + "cache_hit_rate": 474.577, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24167079683, + "workflow": "Security Guard", + "created_at": "2026-04-09T01:08:50Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 8656, + "effective_tokens": 138518, + "cache_hit_rate": 30425.167, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24166414379, + "workflow": "Security Guard", + "created_at": "2026-04-09T00:45:52Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 9125, + "effective_tokens": 146731, + "cache_hit_rate": 33602.727, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24165829832, + "workflow": "Security Guard", + "created_at": "2026-04-09T00:26:17Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 9344, + "effective_tokens": 140591, + "cache_hit_rate": 30065, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24165554268, + "workflow": "Security Guard", + "created_at": "2026-04-09T00:17:19Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 8817, + "effective_tokens": 139046, + "cache_hit_rate": 30327.167, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24161014888, + "workflow": "Security Guard", + "created_at": "2026-04-08T22:02:24Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 5739, + "effective_tokens": 141566, + "cache_hit_rate": 37020.294, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24160740642, + "workflow": "Security Guard", + "created_at": "2026-04-08T21:55:24Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 2439, + "effective_tokens": 50457, + "cache_hit_rate": 25345, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24158697828, + "workflow": "Security Guard", + "created_at": "2026-04-08T21:05:45Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 2622, + "effective_tokens": 44668, + "cache_hit_rate": 21415.4, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24157022165, + "workflow": "Security Guard", + "created_at": "2026-04-08T20:28:03Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 5995, + "effective_tokens": 151003, + "cache_hit_rate": 37521.688, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24153737975, + "workflow": "Security Guard", + "created_at": "2026-04-08T19:15:32Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 5943, + "effective_tokens": 129495, + "cache_hit_rate": 35522.857, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24153274194, + "workflow": "Security Guard", + "created_at": "2026-04-08T19:04:34Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 2234, + "effective_tokens": 64869, + "cache_hit_rate": 17095.4, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24152906096, + "workflow": "Security Guard", + "created_at": "2026-04-08T18:55:56Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 2412, + "effective_tokens": 40982, + "cache_hit_rate": 20936, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24149404877, + "workflow": "Security Guard", + "created_at": "2026-04-08T17:32:27Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 8295, + "effective_tokens": 134449, + "cache_hit_rate": 29775.167, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24148412552, + "workflow": "Security Guard", + "created_at": "2026-04-08T17:09:17Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 8150, + "effective_tokens": 112812, + "cache_hit_rate": 26427, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24147514298, + "workflow": "Security Guard", + "created_at": "2026-04-08T16:49:03Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 10027, + "effective_tokens": 137148, + "cache_hit_rate": 28668.167, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24147122969, + "workflow": "Security Guard", + "created_at": "2026-04-08T16:40:26Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 6667, + "effective_tokens": 120038, + "cache_hit_rate": 28083.333, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24146264742, + "workflow": "Security Guard", + "created_at": "2026-04-08T16:21:30Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 3104, + "effective_tokens": 75224, + "cache_hit_rate": 18192.6, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24144863729, + "workflow": "Security Guard", + "created_at": "2026-04-08T15:52:59Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 3776, + "effective_tokens": 71327, + "cache_hit_rate": 28266.667, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24144139230, + "workflow": "Security Guard", + "created_at": "2026-04-08T15:38:09Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 2034, + "effective_tokens": 62702, + "cache_hit_rate": 16862.8, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24142200199, + "workflow": "Security Guard", + "created_at": "2026-04-08T14:57:06Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 5769, + "effective_tokens": 91127, + "cache_hit_rate": 24971, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24114638676, + "workflow": "Security Guard", + "created_at": "2026-04-08T02:35:45Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 10849, + "effective_tokens": 143820, + "cache_hit_rate": 29041.167, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24113906756, + "workflow": "Security Guard", + "created_at": "2026-04-08T02:09:13Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 8659, + "effective_tokens": 142858, + "cache_hit_rate": 36117.667, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24113556058, + "workflow": "Security Guard", + "created_at": "2026-04-08T01:56:42Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 21719, + "effective_tokens": 187495, + "cache_hit_rate": 27537.333, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24112123300, + "workflow": "Security Guard", + "created_at": "2026-04-08T01:04:43Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 16666, + "effective_tokens": 170888, + "cache_hit_rate": 34245.286, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24110398432, + "workflow": "Security Guard", + "created_at": "2026-04-08T00:02:41Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 3208, + "effective_tokens": 74792, + "cache_hit_rate": 18000.4, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24109835235, + "workflow": "Security Guard", + "created_at": "2026-04-07T23:42:57Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 2177, + "effective_tokens": 61747, + "cache_hit_rate": 16579.6, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24109529278, + "workflow": "Security Guard", + "created_at": "2026-04-07T23:32:34Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1243, + "effective_tokens": 55523, + "cache_hit_rate": 16282.6, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24109086160, + "workflow": "Security Guard", + "created_at": "2026-04-07T23:17:44Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 3814, + "effective_tokens": 57127, + "cache_hit_rate": 22584.6, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24109078777, + "workflow": "Security Guard", + "created_at": "2026-04-07T23:17:29Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1580, + "effective_tokens": 63038, + "cache_hit_rate": 17341.8, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24107878284, + "workflow": "Security Guard", + "created_at": "2026-04-07T22:39:26Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 2008, + "effective_tokens": 48062, + "cache_hit_rate": 22574.6, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24107839270, + "workflow": "Security Guard", + "created_at": "2026-04-07T22:38:10Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 2781, + "effective_tokens": 60767, + "cache_hit_rate": 29430.875, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24107801340, + "workflow": "Security Guard", + "created_at": "2026-04-07T22:37:00Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1544, + "effective_tokens": 42259, + "cache_hit_rate": 21936.4, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24107778201, + "workflow": "Security Guard", + "created_at": "2026-04-07T22:36:18Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1156, + "effective_tokens": 55050, + "cache_hit_rate": 16276, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24106990910, + "workflow": "Security Guard", + "created_at": "2026-04-07T22:13:29Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 2838, + "effective_tokens": 55702, + "cache_hit_rate": 25504, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24106961823, + "workflow": "Security Guard", + "created_at": "2026-04-07T22:12:39Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1514, + "effective_tokens": 41812, + "cache_hit_rate": 21890.2, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24106923629, + "workflow": "Security Guard", + "created_at": "2026-04-07T22:11:36Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1757, + "effective_tokens": 39240, + "cache_hit_rate": 21190, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24106893085, + "workflow": "Security Guard", + "created_at": "2026-04-07T22:10:42Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1429, + "effective_tokens": 40611, + "cache_hit_rate": 24484.5, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24106892881, + "workflow": "Security Guard", + "created_at": "2026-04-07T22:10:42Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1514, + "effective_tokens": 56826, + "cache_hit_rate": 16306.2, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24058780094, + "workflow": "Security Guard", + "created_at": "2026-04-07T00:53:40Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 9747, + "effective_tokens": 133258, + "cache_hit_rate": 26696.7, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24057582152, + "workflow": "Security Guard", + "created_at": "2026-04-07T00:10:34Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 17721, + "effective_tokens": 238978, + "cache_hit_rate": 368.568, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24056188642, + "workflow": "Security Guard", + "created_at": "2026-04-06T23:24:29Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 13097, + "effective_tokens": 212161, + "cache_hit_rate": 9550.228, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24055842273, + "workflow": "Security Guard", + "created_at": "2026-04-06T23:13:10Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 3263, + "effective_tokens": 74441, + "cache_hit_rate": 21778.667, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24054424507, + "workflow": "Security Guard", + "created_at": "2026-04-06T22:30:41Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 12528, + "effective_tokens": 164778, + "cache_hit_rate": 30994.545, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24052321052, + "workflow": "Security Guard", + "created_at": "2026-04-06T21:33:18Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 9822, + "effective_tokens": 92642, + "cache_hit_rate": 29369.286, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24052189873, + "workflow": "Security Guard", + "created_at": "2026-04-06T21:30:05Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 5746, + "effective_tokens": 94982, + "cache_hit_rate": 23578.333, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24051472521, + "workflow": "Security Guard", + "created_at": "2026-04-06T21:11:38Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 10217, + "effective_tokens": 93135, + "cache_hit_rate": 29339.857, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24051295827, + "workflow": "Security Guard", + "created_at": "2026-04-06T21:07:10Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 10362, + "effective_tokens": 108718, + "cache_hit_rate": 29481.5, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24051182225, + "workflow": "Security Guard", + "created_at": "2026-04-06T21:04:16Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 4605, + "effective_tokens": 81480, + "cache_hit_rate": 22108.833, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24050933385, + "workflow": "Security Guard", + "created_at": "2026-04-06T20:57:59Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1917, + "effective_tokens": 57637, + "cache_hit_rate": 16009.6, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24048360958, + "workflow": "Security Guard", + "created_at": "2026-04-06T19:55:26Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 4760, + "effective_tokens": 109586, + "cache_hit_rate": 27742.333, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24048276586, + "workflow": "Security Guard", + "created_at": "2026-04-06T19:53:22Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 3816, + "effective_tokens": 64012, + "cache_hit_rate": 27656.167, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24044714297, + "workflow": "Security Guard", + "created_at": "2026-04-06T18:26:22Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 497, + "effective_tokens": 51077, + "cache_hit_rate": 16104.8, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24044348996, + "workflow": "Security Guard", + "created_at": "2026-04-06T18:17:21Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 2778, + "effective_tokens": 62815, + "cache_hit_rate": 16210.8, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24042923140, + "workflow": "Security Guard", + "created_at": "2026-04-06T17:40:57Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 740, + "effective_tokens": 37387, + "cache_hit_rate": 24270.5, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24042861963, + "workflow": "Security Guard", + "created_at": "2026-04-06T17:39:25Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1318, + "effective_tokens": 35977, + "cache_hit_rate": 20871.4, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24042836892, + "workflow": "Security Guard", + "created_at": "2026-04-06T17:38:46Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1760, + "effective_tokens": 37142, + "cache_hit_rate": 20678.2, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24042812137, + "workflow": "Security Guard", + "created_at": "2026-04-06T17:38:07Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 5968, + "effective_tokens": 99710, + "cache_hit_rate": 23295.833, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24040169380, + "workflow": "Security Guard", + "created_at": "2026-04-06T16:28:09Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1740, + "effective_tokens": 69879, + "cache_hit_rate": 18405.6, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24039692819, + "workflow": "Security Guard", + "created_at": "2026-04-06T16:15:07Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 2363, + "effective_tokens": 62951, + "cache_hit_rate": 16586, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24036649182, + "workflow": "Security Guard", + "created_at": "2026-04-06T14:51:42Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 3041, + "effective_tokens": 72342, + "cache_hit_rate": 17697.8, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24017481873, + "workflow": "Security Guard", + "created_at": "2026-04-06T03:28:34Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 6097, + "effective_tokens": 146842, + "cache_hit_rate": 37891.667, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24017214071, + "workflow": "Security Guard", + "created_at": "2026-04-06T03:15:08Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 3579, + "effective_tokens": 109096, + "cache_hit_rate": 27110.077, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24013019384, + "workflow": "Security Guard", + "created_at": "2026-04-05T23:37:39Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 5100, + "effective_tokens": -562790, + "cache_hit_rate": 36356.882, + "cost_usd": 0.4498798499999999, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23982295405, + "workflow": "Security Guard", + "created_at": "2026-04-04T15:53:17Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 6363, + "effective_tokens": -524195, + "cache_hit_rate": 37328.813, + "cost_usd": 0.52456755, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23981897244, + "workflow": "Security Guard", + "created_at": "2026-04-04T15:30:14Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 3129, + "effective_tokens": -33940, + "cache_hit_rate": 18398.2, + "cost_usd": 0.28042979999999995, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23981761202, + "workflow": "Security Guard", + "created_at": "2026-04-04T15:22:19Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1631, + "effective_tokens": -119086, + "cache_hit_rate": 24376.857, + "cost_usd": 0.43848325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23966647816, + "workflow": "Security Guard", + "created_at": "2026-04-03T23:58:04Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 4817, + "effective_tokens": -83047, + "cache_hit_rate": 23754.5, + "cost_usd": 0.31992735, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23965813987, + "workflow": "Security Guard", + "created_at": "2026-04-03T23:19:57Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 5332, + "effective_tokens": -127026, + "cache_hit_rate": 24591.714, + "cost_usd": 0.9753055500000001, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23962697855, + "workflow": "Security Guard", + "created_at": "2026-04-03T21:22:06Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 3517, + "effective_tokens": -251411, + "cache_hit_rate": 29537.6, + "cost_usd": 0.45942714999999995, + "models": [ + "claude-sonnet-4-6", + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 23957630036, + "workflow": "Security Guard", + "created_at": "2026-04-03T18:37:50Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 12396, + "effective_tokens": -689925, + "cache_hit_rate": 37619.571, + "cost_usd": 1.4501270000000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23935548926, + "workflow": "Security Guard", + "created_at": "2026-04-03T05:43:59Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 13044, + "effective_tokens": -530937, + "cache_hit_rate": 1117.4, + "cost_usd": 1.0791355, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23925961903, + "workflow": "Security Guard", + "created_at": "2026-04-02T23:01:43Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 3285, + "effective_tokens": -202536, + "cache_hit_rate": 29721, + "cost_usd": 0.40104075, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23925696349, + "workflow": "Security Guard", + "created_at": "2026-04-02T22:52:32Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 7353, + "effective_tokens": -506715, + "cache_hit_rate": 33678, + "cost_usd": 2.1509457499999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23925394156, + "workflow": "Security Guard", + "created_at": "2026-04-02T22:42:31Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 3492, + "effective_tokens": -211500, + "cache_hit_rate": 29851.444, + "cost_usd": 0.5574182499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23919740371, + "workflow": "Security Guard", + "created_at": "2026-04-02T20:09:23Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 2618, + "effective_tokens": -189256, + "cache_hit_rate": 29214.25, + "cost_usd": 0.44417799999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23919645778, + "workflow": "Security Guard", + "created_at": "2026-04-02T20:07:03Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 4151, + "effective_tokens": -201355, + "cache_hit_rate": 31993.625, + "cost_usd": 0.54738125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23919398558, + "workflow": "Security Guard", + "created_at": "2026-04-02T20:01:02Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 2831, + "effective_tokens": -189861, + "cache_hit_rate": 29186.625, + "cost_usd": 0.44289074999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23918299907, + "workflow": "Security Guard", + "created_at": "2026-04-02T19:32:27Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 2908, + "effective_tokens": -110401, + "cache_hit_rate": 22554.714, + "cost_usd": 0.430612, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23917325455, + "workflow": "Security Guard", + "created_at": "2026-04-02T19:07:36Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 3939, + "effective_tokens": -203573, + "cache_hit_rate": 29582.375, + "cost_usd": 0.39933625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23916962145, + "workflow": "Security Guard", + "created_at": "2026-04-02T18:58:53Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 6848, + "effective_tokens": -776142, + "cache_hit_rate": 44635.842, + "cost_usd": 1.3925025000000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23916622119, + "workflow": "Security Guard", + "created_at": "2026-04-02T18:51:13Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 6155, + "effective_tokens": -735765, + "cache_hit_rate": 41098.15, + "cost_usd": 1.1091715000000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23915369601, + "workflow": "Security Guard", + "created_at": "2026-04-02T18:20:25Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 13541, + "effective_tokens": -1335170, + "cache_hit_rate": 45460.452, + "cost_usd": 1.46447025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23914557550, + "workflow": "Security Guard", + "created_at": "2026-04-02T18:00:13Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 13027, + "effective_tokens": -1249434, + "cache_hit_rate": 49682.519, + "cost_usd": 1.5156187499999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23911242725, + "workflow": "Security Guard", + "created_at": "2026-04-02T16:39:00Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 5606, + "effective_tokens": -696012, + "cache_hit_rate": 40562.421, + "cost_usd": 0.957311, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23908898280, + "workflow": "Security Guard", + "created_at": "2026-04-02T15:43:40Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 2153, + "effective_tokens": -166110, + "cache_hit_rate": 27621.375, + "cost_usd": 0.4940985, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23908548954, + "workflow": "Security Guard", + "created_at": "2026-04-02T15:35:45Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1903, + "effective_tokens": -116877, + "cache_hit_rate": 24082.571, + "cost_usd": 0.4434845, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23882382787, + "workflow": "Security Guard", + "created_at": "2026-04-02T03:31:17Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 5672, + "effective_tokens": -210379, + "cache_hit_rate": 30345.667, + "cost_usd": 0.6353234999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23882121404, + "workflow": "Security Guard", + "created_at": "2026-04-02T03:20:49Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 6101, + "effective_tokens": -289865, + "cache_hit_rate": 28374.25, + "cost_usd": 0.60133475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23881935585, + "workflow": "Security Guard", + "created_at": "2026-04-02T03:13:42Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 6562, + "effective_tokens": -274235, + "cache_hit_rate": 34344.1, + "cost_usd": 0.7276185000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23881637737, + "workflow": "Security Guard", + "created_at": "2026-04-02T03:02:20Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 5289, + "effective_tokens": -208367, + "cache_hit_rate": 30044.333, + "cost_usd": 0.6224112500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23881010755, + "workflow": "Security Guard", + "created_at": "2026-04-02T02:38:12Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 6929, + "effective_tokens": -374125, + "cache_hit_rate": 36705.917, + "cost_usd": 0.96669485, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23879283170, + "workflow": "Security Guard", + "created_at": "2026-04-02T01:32:09Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 4059, + "effective_tokens": -211867, + "cache_hit_rate": 24556.273, + "cost_usd": 0.57554375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23877180933, + "workflow": "Security Guard", + "created_at": "2026-04-02T00:13:31Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 16252, + "effective_tokens": -163386, + "cache_hit_rate": 21, + "cost_usd": 0.6626472499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23876202485, + "workflow": "Security Guard", + "created_at": "2026-04-01T23:39:45Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 13576, + "effective_tokens": -140010, + "cache_hit_rate": 28.407, + "cost_usd": 0.7115435, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23874305652, + "workflow": "Security Guard", + "created_at": "2026-04-01T22:38:39Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 2218, + "effective_tokens": -115853, + "cache_hit_rate": 23967.429, + "cost_usd": 0.45035024999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23873101545, + "workflow": "Security Guard", + "created_at": "2026-04-01T22:04:19Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 6297, + "effective_tokens": -444280, + "cache_hit_rate": 36143.714, + "cost_usd": 0.7571427499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23872168513, + "workflow": "Security Guard", + "created_at": "2026-04-01T21:39:40Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 4932, + "effective_tokens": -219580, + "cache_hit_rate": 32129.667, + "cost_usd": 0.67232025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23867957391, + "workflow": "Security Guard", + "created_at": "2026-04-01T19:56:01Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 6817, + "effective_tokens": -548146, + "cache_hit_rate": 35418.333, + "cost_usd": 1.0053967500000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23866922736, + "workflow": "Security Guard", + "created_at": "2026-04-01T19:30:35Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 4619, + "effective_tokens": -188693, + "cache_hit_rate": 30726.375, + "cost_usd": 0.56686225, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23866856390, + "workflow": "Security Guard", + "created_at": "2026-04-01T19:29:05Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 11335, + "effective_tokens": -473395, + "cache_hit_rate": 116.51, + "cost_usd": 0.84051125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23862883332, + "workflow": "Security Guard", + "created_at": "2026-04-01T17:53:28Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 12818, + "effective_tokens": -340083, + "cache_hit_rate": 34153.154, + "cost_usd": 1.36905825, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23862098086, + "workflow": "Security Guard", + "created_at": "2026-04-01T17:35:13Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 6535, + "effective_tokens": -154653, + "cache_hit_rate": 30063.25, + "cost_usd": 0.7797285, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23861597346, + "workflow": "Security Guard", + "created_at": "2026-04-01T17:23:29Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 7354, + "effective_tokens": -182070, + "cache_hit_rate": 30883.5, + "cost_usd": 0.6680219999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23861249797, + "workflow": "Security Guard", + "created_at": "2026-04-01T17:15:09Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 5239, + "effective_tokens": -214412, + "cache_hit_rate": 31090.556, + "cost_usd": 0.6472505000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23860683061, + "workflow": "Security Guard", + "created_at": "2026-04-01T17:01:22Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 11257, + "effective_tokens": -146695, + "cache_hit_rate": 30.13, + "cost_usd": 0.64805775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23857526404, + "workflow": "Security Guard", + "created_at": "2026-04-01T15:48:54Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 3185, + "effective_tokens": -241240, + "cache_hit_rate": 25652.273, + "cost_usd": 0.456953, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23833495681, + "workflow": "Security Guard", + "created_at": "2026-04-01T05:28:00Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 9524, + "effective_tokens": -348519, + "cache_hit_rate": 32780.769, + "cost_usd": 0.8771067499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23830752008, + "workflow": "Security Guard", + "created_at": "2026-04-01T03:38:59Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 6638, + "effective_tokens": -187295, + "cache_hit_rate": 31807.5, + "cost_usd": 0.67183675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23829922205, + "workflow": "Security Guard", + "created_at": "2026-04-01T03:05:10Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 4969, + "effective_tokens": -259386, + "cache_hit_rate": 29490.455, + "cost_usd": 0.7223401999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23828975623, + "workflow": "Security Guard", + "created_at": "2026-04-01T02:27:29Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 4154, + "effective_tokens": -161650, + "cache_hit_rate": 30135.25, + "cost_usd": 0.6952455000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23827810100, + "workflow": "Security Guard", + "created_at": "2026-04-01T01:41:02Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 4300, + "effective_tokens": -159221, + "cache_hit_rate": 29713.25, + "cost_usd": 0.69037625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23825943792, + "workflow": "Security Guard", + "created_at": "2026-04-01T00:30:35Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 6685, + "effective_tokens": -750167, + "cache_hit_rate": 38430.364, + "cost_usd": 2.0124102500000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23825478649, + "workflow": "Security Guard", + "created_at": "2026-04-01T00:14:19Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 10245, + "effective_tokens": -2777951, + "cache_hit_rate": 15033.335, + "cost_usd": 2.2850812499999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23824680101, + "workflow": "Security Guard", + "created_at": "2026-03-31T23:44:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 8182, + "effective_tokens": -825202, + "cache_hit_rate": 48252.737, + "cost_usd": 1.2456689999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23823419330, + "workflow": "Security Guard", + "created_at": "2026-03-31T23:00:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5701, + "effective_tokens": -241841, + "cache_hit_rate": 27229.818, + "cost_usd": 0.6175085000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23810579946, + "workflow": "Security Guard", + "created_at": "2026-03-31T17:24:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6773, + "effective_tokens": -292910, + "cache_hit_rate": 29378.583, + "cost_usd": 0.6762545, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23810570008, + "workflow": "Security Guard", + "created_at": "2026-03-31T17:24:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 14181, + "effective_tokens": -489460, + "cache_hit_rate": 140.192, + "cost_usd": 1.0680917499999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23809499211, + "workflow": "Security Guard", + "created_at": "2026-03-31T16:59:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6215, + "effective_tokens": -236541, + "cache_hit_rate": 32046.111, + "cost_usd": 0.58529425, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23781561322, + "workflow": "Security Guard", + "created_at": "2026-03-31T05:10:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6875, + "effective_tokens": -215607, + "cache_hit_rate": 25455.727, + "cost_usd": 0.6717572500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23779285474, + "workflow": "Security Guard", + "created_at": "2026-03-31T03:38:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6927, + "effective_tokens": -234770, + "cache_hit_rate": 32711.444, + "cost_usd": 0.650136, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23725710575, + "workflow": "Security Guard", + "created_at": "2026-03-30T02:46:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3320, + "effective_tokens": -114947, + "cache_hit_rate": 24577, + "cost_usd": 0.5054765, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23716773064, + "workflow": "Security Guard", + "created_at": "2026-03-29T19:07:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5105, + "effective_tokens": -185932, + "cache_hit_rate": 30160.25, + "cost_usd": 0.56266425, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23716653952, + "workflow": "Security Guard", + "created_at": "2026-03-29T19:01:47Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 11201, + "effective_tokens": -54144, + "cache_hit_rate": 16.267, + "cost_usd": 0.544786, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23713730319, + "workflow": "Security Guard", + "created_at": "2026-03-29T16:34:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6372, + "effective_tokens": -319305, + "cache_hit_rate": 29599.231, + "cost_usd": 0.7214182499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23713266295, + "workflow": "Security Guard", + "created_at": "2026-03-29T16:10:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3143, + "effective_tokens": -188764, + "cache_hit_rate": 28874.875, + "cost_usd": 0.4387665, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23712406261, + "workflow": "Security Guard", + "created_at": "2026-03-29T15:28:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3637, + "effective_tokens": -213899, + "cache_hit_rate": 30251.667, + "cost_usd": 0.56946075, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23690297378, + "workflow": "Security Guard", + "created_at": "2026-03-28T17:19:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 7927, + "effective_tokens": -274061, + "cache_hit_rate": 35801.2, + "cost_usd": 0.8526579999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23688803220, + "workflow": "Security Guard", + "created_at": "2026-03-28T15:56:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 13788, + "effective_tokens": -839821, + "cache_hit_rate": 42239.864, + "cost_usd": 1.3338580000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23688357080, + "workflow": "Security Guard", + "created_at": "2026-03-28T15:31:03Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6384, + "effective_tokens": -351633, + "cache_hit_rate": 29622.571, + "cost_usd": 1.7137477499999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23616504475, + "workflow": "Security Guard", + "created_at": "2026-03-26T20:29:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 7479, + "effective_tokens": -478615, + "cache_hit_rate": 41342.154, + "cost_usd": 0.7769235, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23615672938, + "workflow": "Security Guard", + "created_at": "2026-03-26T20:09:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 27131, + "effective_tokens": -142072, + "cache_hit_rate": 10.979, + "cost_usd": 0.86891475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23568297623, + "workflow": "Security Guard", + "created_at": "2026-03-25T22:54:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 15904, + "effective_tokens": -333338, + "cache_hit_rate": 42809.1, + "cost_usd": 1.10477375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23566178500, + "workflow": "Security Guard", + "created_at": "2026-03-25T21:56:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 18250, + "effective_tokens": -363089, + "cache_hit_rate": 36294.231, + "cost_usd": 1.257962, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23565351739, + "workflow": "Security Guard", + "created_at": "2026-03-25T21:35:40Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 14781, + "effective_tokens": -296305, + "cache_hit_rate": 31284.167, + "cost_usd": 0.9595370000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23564909375, + "workflow": "Security Guard", + "created_at": "2026-03-25T21:24:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 20544, + "effective_tokens": -173286, + "cache_hit_rate": 32.413, + "cost_usd": 0.80730225, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23564292020, + "workflow": "Security Guard", + "created_at": "2026-03-25T21:09:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 38851, + "effective_tokens": -261167, + "cache_hit_rate": 18.983, + "cost_usd": 1.4090995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23560627482, + "workflow": "Security Guard", + "created_at": "2026-03-25T19:43:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 35007, + "effective_tokens": -285151, + "cache_hit_rate": 19.383, + "cost_usd": 1.20676225, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23553272093, + "workflow": "Security Guard", + "created_at": "2026-03-25T16:53:58Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1699, + "effective_tokens": -200856, + "cache_hit_rate": 28493.333, + "cost_usd": 0.50781825, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23512312374, + "workflow": "Security Guard", + "created_at": "2026-03-24T21:08:26Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 10028, + "effective_tokens": -391488, + "cache_hit_rate": 39703.75, + "cost_usd": 0.9575107499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23510263326, + "workflow": "Security Guard", + "created_at": "2026-03-24T20:17:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6266, + "effective_tokens": -261635, + "cache_hit_rate": 28240.25, + "cost_usd": 0.770011, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23507729052, + "workflow": "Security Guard", + "created_at": "2026-03-24T19:12:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 10436, + "effective_tokens": -273312, + "cache_hit_rate": 29644.333, + "cost_usd": 0.888948, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23506392773, + "workflow": "Security Guard", + "created_at": "2026-03-24T18:40:33Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 7533, + "effective_tokens": -230331, + "cache_hit_rate": 32398.222, + "cost_usd": 0.6702089999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23454976160, + "workflow": "Security Guard", + "created_at": "2026-03-23T19:00:23Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 12958, + "effective_tokens": -809563, + "cache_hit_rate": 40867.364, + "cost_usd": 2.07571645, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23454015188, + "workflow": "Security Guard", + "created_at": "2026-03-23T18:37:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 8487, + "effective_tokens": -801835, + "cache_hit_rate": 42112.905, + "cost_usd": 1.5527257500000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23453333384, + "workflow": "Security Guard", + "created_at": "2026-03-23T18:22:00Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 12897, + "effective_tokens": -610638, + "cache_hit_rate": 42842.5, + "cost_usd": 1.0841727499999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23447290625, + "workflow": "Security Guard", + "created_at": "2026-03-23T16:08:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 14817, + "effective_tokens": -300257, + "cache_hit_rate": 34996, + "cost_usd": 1.1067980499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23444610775, + "workflow": "Security Guard", + "created_at": "2026-03-23T15:12:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4309, + "effective_tokens": -160141, + "cache_hit_rate": 27114.5, + "cost_usd": 0.5444635000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23355713280, + "workflow": "Security Guard", + "created_at": "2026-03-20T17:53:22Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1570, + "effective_tokens": -100448, + "cache_hit_rate": 21319.167, + "cost_usd": 0.26547175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23321225322, + "workflow": "Security Guard", + "created_at": "2026-03-19T23:07:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4019, + "effective_tokens": -209732, + "cache_hit_rate": 24065.818, + "cost_usd": 0.55172625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23319964291, + "workflow": "Security Guard", + "created_at": "2026-03-19T22:29:32Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2185, + "effective_tokens": -163556, + "cache_hit_rate": 27949.25, + "cost_usd": 0.52837125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23312074371, + "workflow": "Security Guard", + "created_at": "2026-03-19T19:04:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 8250, + "effective_tokens": -276283, + "cache_hit_rate": 35667.3, + "cost_usd": 0.8357895000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23311291755, + "workflow": "Security Guard", + "created_at": "2026-03-19T18:45:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3570, + "effective_tokens": -238610, + "cache_hit_rate": 25394.818, + "cost_usd": 0.46149825000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23311114066, + "workflow": "Security Guard", + "created_at": "2026-03-19T18:41:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6448, + "effective_tokens": -297668, + "cache_hit_rate": 29740.583, + "cost_usd": 0.66975025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23262912572, + "workflow": "Security Guard", + "created_at": "2026-03-18T19:23:25Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3051, + "effective_tokens": -109688, + "cache_hit_rate": 22421.143, + "cost_usd": 0.43144325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23208183319, + "workflow": "Security Guard", + "created_at": "2026-03-17T17:42:32Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1671, + "effective_tokens": -149703, + "cache_hit_rate": 24464.714, + "cost_usd": 0.25204025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23208130330, + "workflow": "Security Guard", + "created_at": "2026-03-17T17:41:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2531, + "effective_tokens": -191778, + "cache_hit_rate": 30167, + "cost_usd": 0.47823675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23208107285, + "workflow": "Security Guard", + "created_at": "2026-03-17T17:40:46Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3371, + "effective_tokens": -124765, + "cache_hit_rate": 20515.444, + "cost_usd": 0.53009525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23180056351, + "workflow": "Security Guard", + "created_at": "2026-03-17T05:33:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4729, + "effective_tokens": -209082, + "cache_hit_rate": 24610.818, + "cost_usd": 0.6095745, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23178913081, + "workflow": "Security Guard", + "created_at": "2026-03-17T04:47:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 11012, + "effective_tokens": -160090, + "cache_hit_rate": 38.534, + "cost_usd": 0.7664104999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23097588166, + "workflow": "Security Guard", + "created_at": "2026-03-14T22:20:53Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 13226, + "effective_tokens": -633786, + "cache_hit_rate": 33659.19, + "cost_usd": 1.1019362499999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23097349964, + "workflow": "Security Guard", + "created_at": "2026-03-14T22:06:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 12324, + "effective_tokens": -456506, + "cache_hit_rate": 35166.867, + "cost_usd": 0.9629927499999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23097147929, + "workflow": "Security Guard", + "created_at": "2026-03-14T21:54:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6671, + "effective_tokens": -422056, + "cache_hit_rate": 28140.765, + "cost_usd": 1.372614, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23095782229, + "workflow": "Security Guard", + "created_at": "2026-03-14T20:30:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 8998, + "effective_tokens": -334843, + "cache_hit_rate": 28446.571, + "cost_usd": 1.3705779999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23060732582, + "workflow": "Security Guard", + "created_at": "2026-03-13T16:36:35Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 14403, + "effective_tokens": -323534, + "cache_hit_rate": 285.13, + "cost_usd": 0.8292740000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23056869211, + "workflow": "Security Guard", + "created_at": "2026-03-13T15:02:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 11066, + "effective_tokens": -146852, + "cache_hit_rate": 28897.125, + "cost_usd": 0.85048325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23035379285, + "workflow": "Security Guard", + "created_at": "2026-03-13T03:52:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 10664, + "effective_tokens": -312937, + "cache_hit_rate": 33436.333, + "cost_usd": 0.9527337499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23034667810, + "workflow": "Security Guard", + "created_at": "2026-03-13T03:19:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 12942, + "effective_tokens": -320779, + "cache_hit_rate": 4968.061, + "cost_usd": 0.9865124999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23034442943, + "workflow": "Security Guard", + "created_at": "2026-03-13T03:09:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 12645, + "effective_tokens": -610837, + "cache_hit_rate": 45422.267, + "cost_usd": 1.1586524, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23033826883, + "workflow": "Security Guard", + "created_at": "2026-03-13T02:43:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 19805, + "effective_tokens": -249512, + "cache_hit_rate": 57.24, + "cost_usd": 1.0447065, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23033612458, + "workflow": "Security Guard", + "created_at": "2026-03-13T02:33:58Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6440, + "effective_tokens": -247095, + "cache_hit_rate": 32183.667, + "cost_usd": 0.5319200000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23033448653, + "workflow": "Security Guard", + "created_at": "2026-03-13T02:27:06Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 8848, + "effective_tokens": -219998, + "cache_hit_rate": 27903.4, + "cost_usd": 0.674728, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23033264214, + "workflow": "Security Guard", + "created_at": "2026-03-13T02:19:02Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 15509, + "effective_tokens": -308384, + "cache_hit_rate": 80.962, + "cost_usd": 0.968494, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23032905598, + "workflow": "Security Guard", + "created_at": "2026-03-13T02:04:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 14145, + "effective_tokens": -315836, + "cache_hit_rate": 4874.083, + "cost_usd": 1.053706, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23032805950, + "workflow": "Security Guard", + "created_at": "2026-03-13T02:00:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 11267, + "effective_tokens": -353787, + "cache_hit_rate": 32221, + "cost_usd": 0.8287512499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23032288999, + "workflow": "Security Guard", + "created_at": "2026-03-13T01:39:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 17686, + "effective_tokens": -213643, + "cache_hit_rate": 48.676, + "cost_usd": 0.8760227500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23032273030, + "workflow": "Security Guard", + "created_at": "2026-03-13T01:38:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 8108, + "effective_tokens": -507514, + "cache_hit_rate": 44279.538, + "cost_usd": 0.8658680000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23032094405, + "workflow": "Security Guard", + "created_at": "2026-03-13T01:31:47Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 27901, + "effective_tokens": -312648, + "cache_hit_rate": 43390.3, + "cost_usd": 1.498275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23031879446, + "workflow": "Security Guard", + "created_at": "2026-03-13T01:22:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 10613, + "effective_tokens": -442316, + "cache_hit_rate": 42776.333, + "cost_usd": 0.8996977500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23031733659, + "workflow": "Security Guard", + "created_at": "2026-03-13T01:16:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 25011, + "effective_tokens": -229115, + "cache_hit_rate": 33817.9, + "cost_usd": 1.32003175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23031566926, + "workflow": "Security Guard", + "created_at": "2026-03-13T01:10:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 11691, + "effective_tokens": -290349, + "cache_hit_rate": 31595.333, + "cost_usd": 0.964043, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23031227992, + "workflow": "Security Guard", + "created_at": "2026-03-13T00:57:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 11027, + "effective_tokens": -376322, + "cache_hit_rate": 838.794, + "cost_usd": 0.92445175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23030944671, + "workflow": "Security Guard", + "created_at": "2026-03-13T00:46:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4616, + "effective_tokens": -144802, + "cache_hit_rate": 26846.286, + "cost_usd": 0.4504205, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23030632977, + "workflow": "Security Guard", + "created_at": "2026-03-13T00:35:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 21276, + "effective_tokens": -314687, + "cache_hit_rate": 34991.917, + "cost_usd": 1.2667725, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23030523853, + "workflow": "Security Guard", + "created_at": "2026-03-13T00:31:19Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4879, + "effective_tokens": -67554, + "cache_hit_rate": 20325.5, + "cost_usd": 0.4928675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23030235941, + "workflow": "Security Guard", + "created_at": "2026-03-13T00:20:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4155, + "effective_tokens": -202419, + "cache_hit_rate": 30202, + "cost_usd": 0.44407150000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23030123292, + "workflow": "Security Guard", + "created_at": "2026-03-13T00:16:23Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 7792, + "effective_tokens": -346152, + "cache_hit_rate": 35180.917, + "cost_usd": 0.8326002499999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23030045629, + "workflow": "Security Guard", + "created_at": "2026-03-13T00:13:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2748, + "effective_tokens": -69673, + "cache_hit_rate": 18986.333, + "cost_usd": 0.38543125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23029774277, + "workflow": "Security Guard", + "created_at": "2026-03-13T00:04:24Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 13747, + "effective_tokens": -145324, + "cache_hit_rate": 27.308, + "cost_usd": 0.52530625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23029654346, + "workflow": "Security Guard", + "created_at": "2026-03-13T00:00:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 16787, + "effective_tokens": -299619, + "cache_hit_rate": 32871.917, + "cost_usd": 1.10505875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23029571800, + "workflow": "Security Guard", + "created_at": "2026-03-12T23:57:05Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 10815, + "effective_tokens": -132796, + "cache_hit_rate": 28.363, + "cost_usd": 0.48603500000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23029427048, + "workflow": "Security Guard", + "created_at": "2026-03-12T23:51:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3428, + "effective_tokens": -156759, + "cache_hit_rate": 26179, + "cost_usd": 0.321885, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23029271141, + "workflow": "Security Guard", + "created_at": "2026-03-12T23:46:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 18610, + "effective_tokens": -380229, + "cache_hit_rate": 104.576, + "cost_usd": 1.076676, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23028773415, + "workflow": "Security Guard", + "created_at": "2026-03-12T23:28:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4303, + "effective_tokens": -286593, + "cache_hit_rate": 384.522, + "cost_usd": 1.0939282500000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23028546945, + "workflow": "Security Guard", + "created_at": "2026-03-12T23:20:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3983, + "effective_tokens": -239919, + "cache_hit_rate": 30728.222, + "cost_usd": 0.44228300000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23028383744, + "workflow": "Security Guard", + "created_at": "2026-03-12T23:15:09Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6701, + "effective_tokens": -230618, + "cache_hit_rate": 26815.909, + "cost_usd": 0.6756785000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23026407867, + "workflow": "Security Guard", + "created_at": "2026-03-12T22:12:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 8019, + "effective_tokens": -198170, + "cache_hit_rate": 32237.889, + "cost_usd": 0.8706015000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23025933753, + "workflow": "Security Guard", + "created_at": "2026-03-12T22:00:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5677, + "effective_tokens": -117756, + "cache_hit_rate": 25911.429, + "cost_usd": 0.59517975, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23024618839, + "workflow": "Security Guard", + "created_at": "2026-03-12T21:24:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 7635, + "effective_tokens": -196573, + "cache_hit_rate": 30941.667, + "cost_usd": 0.79463725, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23023824907, + "workflow": "Security Guard", + "created_at": "2026-03-12T21:04:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6439, + "effective_tokens": -199170, + "cache_hit_rate": 29012.111, + "cost_usd": 0.6387605, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23022670596, + "workflow": "Security Guard", + "created_at": "2026-03-12T20:35:40Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4578, + "effective_tokens": -245319, + "cache_hit_rate": 31204.333, + "cost_usd": 0.448613, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23022503418, + "workflow": "Security Guard", + "created_at": "2026-03-12T20:31:25Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5479, + "effective_tokens": -285039, + "cache_hit_rate": 27929.417, + "cost_usd": 0.7465574999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23022188569, + "workflow": "Security Guard", + "created_at": "2026-03-12T20:23:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6932, + "effective_tokens": -248272, + "cache_hit_rate": 34131.667, + "cost_usd": 0.6521297500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23022151455, + "workflow": "Security Guard", + "created_at": "2026-03-12T20:22:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 8173, + "effective_tokens": -187416, + "cache_hit_rate": 52.3, + "cost_usd": 0.454407, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23021896244, + "workflow": "Security Guard", + "created_at": "2026-03-12T20:16:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3890, + "effective_tokens": -218526, + "cache_hit_rate": 25756.5, + "cost_usd": 0.44604975, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23021761385, + "workflow": "Security Guard", + "created_at": "2026-03-12T20:12:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6806, + "effective_tokens": -245786, + "cache_hit_rate": 33784.222, + "cost_usd": 0.6441975, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23021614977, + "workflow": "Security Guard", + "created_at": "2026-03-12T20:09:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3794, + "effective_tokens": -246221, + "cache_hit_rate": 31348.889, + "cost_usd": 0.43705725, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23021568000, + "workflow": "Security Guard", + "created_at": "2026-03-12T20:08:06Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6193, + "effective_tokens": -303038, + "cache_hit_rate": 30606.5, + "cost_usd": 0.7015537500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23021299865, + "workflow": "Security Guard", + "created_at": "2026-03-12T20:01:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6689, + "effective_tokens": -194831, + "cache_hit_rate": 29389.222, + "cost_usd": 0.6934762500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23018810712, + "workflow": "Security Guard", + "created_at": "2026-03-12T18:57:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4675, + "effective_tokens": -243542, + "cache_hit_rate": 31117.889, + "cost_usd": 0.45628649999999993, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23018665732, + "workflow": "Security Guard", + "created_at": "2026-03-12T18:53:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5593, + "effective_tokens": -352609, + "cache_hit_rate": 37597.455, + "cost_usd": 0.6929945, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23018464723, + "workflow": "Security Guard", + "created_at": "2026-03-12T18:48:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 13113, + "effective_tokens": -362257, + "cache_hit_rate": 38476.833, + "cost_usd": 1.098674, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23018270844, + "workflow": "Security Guard", + "created_at": "2026-03-12T18:43:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 9100, + "effective_tokens": -98082, + "cache_hit_rate": 20.473, + "cost_usd": 0.356308, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23018025649, + "workflow": "Security Guard", + "created_at": "2026-03-12T18:37:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 9905, + "effective_tokens": -134016, + "cache_hit_rate": 27.028, + "cost_usd": 0.45209475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23017900372, + "workflow": "Security Guard", + "created_at": "2026-03-12T18:34:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5323, + "effective_tokens": -244164, + "cache_hit_rate": 31531.222, + "cost_usd": 0.48965899999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23017716336, + "workflow": "Security Guard", + "created_at": "2026-03-12T18:30:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 8133, + "effective_tokens": -207005, + "cache_hit_rate": 25110.273, + "cost_usd": 0.7234712500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23015440382, + "workflow": "Security Guard", + "created_at": "2026-03-12T17:35:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3506, + "effective_tokens": -114082, + "cache_hit_rate": 24329.167, + "cost_usd": 0.33847725000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23015283040, + "workflow": "Security Guard", + "created_at": "2026-03-12T17:32:06Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3319, + "effective_tokens": -275333, + "cache_hit_rate": 32044.8, + "cost_usd": 0.504765, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23015270228, + "workflow": "Security Guard", + "created_at": "2026-03-12T17:31:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 8380, + "effective_tokens": -369872, + "cache_hit_rate": 38682.273, + "cost_usd": 0.71790475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23005850150, + "workflow": "Security Guard", + "created_at": "2026-03-12T14:03:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 10303, + "effective_tokens": -176389, + "cache_hit_rate": 32283.625, + "cost_usd": 0.83444175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22985307623, + "workflow": "Security Guard", + "created_at": "2026-03-12T03:30:58Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 10233, + "effective_tokens": -294828, + "cache_hit_rate": 34778.8, + "cost_usd": 0.69710375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22985143135, + "workflow": "Security Guard", + "created_at": "2026-03-12T03:23:46Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 8925, + "effective_tokens": -189174, + "cache_hit_rate": 30824.375, + "cost_usd": 0.6498905, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22982054126, + "workflow": "Security Guard", + "created_at": "2026-03-12T01:09:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6657, + "effective_tokens": -150518, + "cache_hit_rate": 26493.625, + "cost_usd": 0.615105, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22980663916, + "workflow": "Security Guard", + "created_at": "2026-03-12T00:17:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 7207, + "effective_tokens": -150970, + "cache_hit_rate": 26612.75, + "cost_usd": 0.62903025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22970800357, + "workflow": "Security Guard", + "created_at": "2026-03-11T19:32:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4028, + "effective_tokens": -239754, + "cache_hit_rate": 26362.818, + "cost_usd": 0.53480975, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22970656093, + "workflow": "Security Guard", + "created_at": "2026-03-11T19:29:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 15360, + "effective_tokens": -225834, + "cache_hit_rate": 68.409, + "cost_usd": 0.8548345000000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22970267294, + "workflow": "Security Guard", + "created_at": "2026-03-11T19:19:29Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6098, + "effective_tokens": -196492, + "cache_hit_rate": 32778.25, + "cost_usd": 0.6566610000000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22969603716, + "workflow": "Security Guard", + "created_at": "2026-03-11T19:02:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5666, + "effective_tokens": -424903, + "cache_hit_rate": 39829.667, + "cost_usd": 0.67708975, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22969587348, + "workflow": "Security Guard", + "created_at": "2026-03-11T19:02:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5406, + "effective_tokens": -244531, + "cache_hit_rate": 31464.444, + "cost_usd": 0.48486175000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22969585924, + "workflow": "Security Guard", + "created_at": "2026-03-11T19:02:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4050, + "effective_tokens": -146067, + "cache_hit_rate": 27172.571, + "cost_usd": 0.44731075000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22969581001, + "workflow": "Security Guard", + "created_at": "2026-03-11T19:02:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1070, + "effective_tokens": -156689, + "cache_hit_rate": 25810.286, + "cost_usd": 0.26068025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22969561690, + "workflow": "Security Guard", + "created_at": "2026-03-11T19:01:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1144, + "effective_tokens": -156832, + "cache_hit_rate": 25942.857, + "cost_usd": 0.267438, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22969455346, + "workflow": "Security Guard", + "created_at": "2026-03-11T18:59:09Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3779, + "effective_tokens": -244966, + "cache_hit_rate": 30970.222, + "cost_usd": 0.42160774999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22968955640, + "workflow": "Security Guard", + "created_at": "2026-03-11T18:46:46Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3636, + "effective_tokens": -133546, + "cache_hit_rate": 25391.857, + "cost_usd": 0.43366575000000007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22968816783, + "workflow": "Security Guard", + "created_at": "2026-03-11T18:43:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4469, + "effective_tokens": -183192, + "cache_hit_rate": 27999.25, + "cost_usd": 0.45117125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22968551085, + "workflow": "Security Guard", + "created_at": "2026-03-11T18:36:40Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 9897, + "effective_tokens": -148646, + "cache_hit_rate": 28.743, + "cost_usd": 0.41166350000000007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22968393728, + "workflow": "Security Guard", + "created_at": "2026-03-11T18:32:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4350, + "effective_tokens": -246387, + "cache_hit_rate": 31446.222, + "cost_usd": 0.45234974999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22968247257, + "workflow": "Security Guard", + "created_at": "2026-03-11T18:29:19Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5478, + "effective_tokens": -227978, + "cache_hit_rate": 30327.889, + "cost_usd": 0.52061725, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22967971474, + "workflow": "Security Guard", + "created_at": "2026-03-11T18:22:35Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3898, + "effective_tokens": -246775, + "cache_hit_rate": 31343.667, + "cost_usd": 0.4352245, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22967766496, + "workflow": "Security Guard", + "created_at": "2026-03-11T18:17:33Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2238, + "effective_tokens": -111900, + "cache_hit_rate": 23179.571, + "cost_usd": 0.43821025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22967427724, + "workflow": "Security Guard", + "created_at": "2026-03-11T18:09:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2897, + "effective_tokens": -153770, + "cache_hit_rate": 25904.5, + "cost_usd": 0.49246724999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22966932879, + "workflow": "Security Guard", + "created_at": "2026-03-11T17:57:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4214, + "effective_tokens": -233307, + "cache_hit_rate": 31139, + "cost_usd": 0.512886, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22966761061, + "workflow": "Security Guard", + "created_at": "2026-03-11T17:53:02Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5090, + "effective_tokens": -247249, + "cache_hit_rate": 413.92, + "cost_usd": 0.45636950000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22966572537, + "workflow": "Security Guard", + "created_at": "2026-03-11T17:48:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2050, + "effective_tokens": -72557, + "cache_hit_rate": 20427.5, + "cost_usd": 0.41267800000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22965778996, + "workflow": "Security Guard", + "created_at": "2026-03-11T17:29:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2949, + "effective_tokens": -186597, + "cache_hit_rate": 28925, + "cost_usd": 0.45138049999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22965562351, + "workflow": "Security Guard", + "created_at": "2026-03-11T17:24:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 10423, + "effective_tokens": -275304, + "cache_hit_rate": 27878.083, + "cost_usd": 1.18791175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22965137202, + "workflow": "Security Guard", + "created_at": "2026-03-11T17:14:57Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1788, + "effective_tokens": -97996, + "cache_hit_rate": 23583.667, + "cost_usd": 0.37660249999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22964980555, + "workflow": "Security Guard", + "created_at": "2026-03-11T17:11:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 966, + "effective_tokens": -77155, + "cache_hit_rate": 18909.8, + "cost_usd": 0.1745275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22964820527, + "workflow": "Security Guard", + "created_at": "2026-03-11T17:07:23Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1205, + "effective_tokens": -76671, + "cache_hit_rate": 19016.6, + "cost_usd": 0.18562825000000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22964704149, + "workflow": "Security Guard", + "created_at": "2026-03-11T17:04:40Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1130, + "effective_tokens": -113850, + "cache_hit_rate": 22786.286, + "cost_usd": 0.386665, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22932379674, + "workflow": "Security Guard", + "created_at": "2026-03-11T01:33:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4965, + "effective_tokens": -199148, + "cache_hit_rate": 29426.5, + "cost_usd": 0.43781774999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22932264172, + "workflow": "Security Guard", + "created_at": "2026-03-11T01:29:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1347, + "effective_tokens": -114256, + "cache_hit_rate": 23227.333, + "cost_usd": 0.25227125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22932163778, + "workflow": "Security Guard", + "created_at": "2026-03-11T01:25:02Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1446, + "effective_tokens": -61338, + "cache_hit_rate": 17640.4, + "cost_usd": 0.2395415, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22932059951, + "workflow": "Security Guard", + "created_at": "2026-03-11T01:20:51Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2718, + "effective_tokens": -98816, + "cache_hit_rate": 22974, + "cost_usd": 0.36421749999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22931933999, + "workflow": "Security Guard", + "created_at": "2026-03-11T01:15:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2119, + "effective_tokens": -200599, + "cache_hit_rate": 28792.625, + "cost_usd": 0.34115725, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22931851470, + "workflow": "Security Guard", + "created_at": "2026-03-11T01:12:35Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2373, + "effective_tokens": -98974, + "cache_hit_rate": 21586.5, + "cost_usd": 0.3005725, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22931715772, + "workflow": "Security Guard", + "created_at": "2026-03-11T01:07:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1796, + "effective_tokens": -100109, + "cache_hit_rate": 22419.833, + "cost_usd": 0.316405, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22931580211, + "workflow": "Security Guard", + "created_at": "2026-03-11T01:02:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5415, + "effective_tokens": -284282, + "cache_hit_rate": 27766.083, + "cost_usd": 0.5741094999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22931436699, + "workflow": "Security Guard", + "created_at": "2026-03-11T00:56:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 9042, + "effective_tokens": -301877, + "cache_hit_rate": 34640.364, + "cost_usd": 1.0408871000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22931375790, + "workflow": "Security Guard", + "created_at": "2026-03-11T00:54:31Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2682, + "effective_tokens": -161205, + "cache_hit_rate": 27537.857, + "cost_usd": 0.344308, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22931275726, + "workflow": "Security Guard", + "created_at": "2026-03-11T00:50:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 24221, + "effective_tokens": -167094, + "cache_hit_rate": 27.564, + "cost_usd": 0.9171642500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22931199493, + "workflow": "Security Guard", + "created_at": "2026-03-11T00:47:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 11742, + "effective_tokens": -456493, + "cache_hit_rate": 39151.846, + "cost_usd": 0.8250457500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22931193631, + "workflow": "Security Guard", + "created_at": "2026-03-11T00:47:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3823, + "effective_tokens": -263636, + "cache_hit_rate": 34841.222, + "cost_usd": 0.5408885, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22931180198, + "workflow": "Security Guard", + "created_at": "2026-03-11T00:47:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6702, + "effective_tokens": -631873, + "cache_hit_rate": 37352.167, + "cost_usd": 0.7568330000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22931178335, + "workflow": "Security Guard", + "created_at": "2026-03-11T00:47:06Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 9291, + "effective_tokens": -326445, + "cache_hit_rate": 667.687, + "cost_usd": 0.656083, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22931175381, + "workflow": "Security Guard", + "created_at": "2026-03-11T00:46:58Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2144, + "effective_tokens": -113514, + "cache_hit_rate": 22517.833, + "cost_usd": 0.24311775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22931173371, + "workflow": "Security Guard", + "created_at": "2026-03-11T00:46:53Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5048, + "effective_tokens": -230548, + "cache_hit_rate": 30683.556, + "cost_usd": 0.518099, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929881354, + "workflow": "Security Guard", + "created_at": "2026-03-11T00:01:26Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1588, + "effective_tokens": -148815, + "cache_hit_rate": 23932, + "cost_usd": 0.23085624999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929879206, + "workflow": "Security Guard", + "created_at": "2026-03-11T00:01:22Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2858, + "effective_tokens": -113403, + "cache_hit_rate": 24629.5, + "cost_usd": 0.3427215, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929878084, + "workflow": "Security Guard", + "created_at": "2026-03-11T00:01:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6054, + "effective_tokens": -191940, + "cache_hit_rate": 29455.125, + "cost_usd": 0.50483225, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929877363, + "workflow": "Security Guard", + "created_at": "2026-03-11T00:01:19Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 14758, + "effective_tokens": -244122, + "cache_hit_rate": 27523.818, + "cost_usd": 0.7949014999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929876234, + "workflow": "Security Guard", + "created_at": "2026-03-11T00:01:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2062, + "effective_tokens": -111882, + "cache_hit_rate": 25127.167, + "cost_usd": 0.3574582500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929876732, + "workflow": "Security Guard", + "created_at": "2026-03-11T00:01:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 14789, + "effective_tokens": -232114, + "cache_hit_rate": 33.506, + "cost_usd": 0.6976694999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929875849, + "workflow": "Security Guard", + "created_at": "2026-03-11T00:01:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 19695, + "effective_tokens": -113480, + "cache_hit_rate": 10.771, + "cost_usd": 0.587375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929875422, + "workflow": "Security Guard", + "created_at": "2026-03-11T00:01:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 13313, + "effective_tokens": -488516, + "cache_hit_rate": 36496.2, + "cost_usd": 0.8918670000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929874755, + "workflow": "Security Guard", + "created_at": "2026-03-11T00:01:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1791, + "effective_tokens": -148346, + "cache_hit_rate": 26196.286, + "cost_usd": 0.34458625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929874548, + "workflow": "Security Guard", + "created_at": "2026-03-11T00:01:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 8524, + "effective_tokens": -706711, + "cache_hit_rate": 8211.739, + "cost_usd": 1.789479, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929873688, + "workflow": "Security Guard", + "created_at": "2026-03-11T00:01:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1469, + "effective_tokens": -149018, + "cache_hit_rate": 26443.143, + "cost_usd": 0.34601275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929873986, + "workflow": "Security Guard", + "created_at": "2026-03-11T00:01:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5043, + "effective_tokens": -485223, + "cache_hit_rate": 34529.4, + "cost_usd": 0.5900575, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929872954, + "workflow": "Security Guard", + "created_at": "2026-03-11T00:01:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 8057, + "effective_tokens": -548391, + "cache_hit_rate": 47464.615, + "cost_usd": 0.8889130000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929872813, + "workflow": "Security Guard", + "created_at": "2026-03-11T00:01:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 9385, + "effective_tokens": -195213, + "cache_hit_rate": 30960.75, + "cost_usd": 0.6281359999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929871379, + "workflow": "Security Guard", + "created_at": "2026-03-11T00:01:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4374, + "effective_tokens": -475375, + "cache_hit_rate": 33919.333, + "cost_usd": 0.58729975, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929870557, + "workflow": "Security Guard", + "created_at": "2026-03-11T00:01:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3333, + "effective_tokens": -283397, + "cache_hit_rate": 27261.583, + "cost_usd": 0.49973875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929870247, + "workflow": "Security Guard", + "created_at": "2026-03-11T00:01:06Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6583, + "effective_tokens": -145685, + "cache_hit_rate": 26219.429, + "cost_usd": 0.452156, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929868539, + "workflow": "Security Guard", + "created_at": "2026-03-11T00:01:03Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3875, + "effective_tokens": -211173, + "cache_hit_rate": 24860.2, + "cost_usd": 0.4312165, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929866818, + "workflow": "Security Guard", + "created_at": "2026-03-11T00:01:00Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2583, + "effective_tokens": -249610, + "cache_hit_rate": 26938.2, + "cost_usd": 0.602851, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929864966, + "workflow": "Security Guard", + "created_at": "2026-03-11T00:00:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6201, + "effective_tokens": -561105, + "cache_hit_rate": 34256.056, + "cost_usd": 0.8086112499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22927994997, + "workflow": "Security Guard", + "created_at": "2026-03-10T22:55:35Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 12447, + "effective_tokens": -710884, + "cache_hit_rate": 41702.211, + "cost_usd": 1.1928694999999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22926794544, + "workflow": "Security Guard", + "created_at": "2026-03-10T22:16:24Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 13452, + "effective_tokens": -675377, + "cache_hit_rate": 45404.353, + "cost_usd": 1.2739805, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22734391343, + "workflow": "Security Guard", + "created_at": "2026-03-05T20:02:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3473, + "effective_tokens": -155371, + "cache_hit_rate": 26151, + "cost_usd": 0.33007274999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22734275231, + "workflow": "Security Guard", + "created_at": "2026-03-05T19:59:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4059, + "effective_tokens": -111715, + "cache_hit_rate": 22855.5, + "cost_usd": 0.30394325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22734171835, + "workflow": "Security Guard", + "created_at": "2026-03-05T19:56:51Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1188, + "effective_tokens": -61887, + "cache_hit_rate": 17577.6, + "cost_usd": 0.22915825, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22733894319, + "workflow": "Security Guard", + "created_at": "2026-03-05T19:49:26Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6459, + "effective_tokens": -189919, + "cache_hit_rate": 30354, + "cost_usd": 0.5735965, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22733678057, + "workflow": "Security Guard", + "created_at": "2026-03-05T19:43:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 30397, + "effective_tokens": -219286, + "cache_hit_rate": 13.337, + "cost_usd": 0.7954494999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22733315943, + "workflow": "Security Guard", + "created_at": "2026-03-05T19:33:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 22372, + "effective_tokens": -2332460, + "cache_hit_rate": 58734.262, + "cost_usd": 2.5678472500000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22732846862, + "workflow": "Security Guard", + "created_at": "2026-03-05T19:21:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 9960, + "effective_tokens": -321392, + "cache_hit_rate": 37785.9, + "cost_usd": 0.72892625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22732817819, + "workflow": "Security Guard", + "created_at": "2026-03-05T19:20:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6166, + "effective_tokens": -339286, + "cache_hit_rate": 33485.5, + "cost_usd": 0.71606575, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22732758344, + "workflow": "Security Guard", + "created_at": "2026-03-05T19:18:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 7619, + "effective_tokens": -284853, + "cache_hit_rate": 28384.583, + "cost_usd": 0.6619692500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22732230904, + "workflow": "Security Guard", + "created_at": "2026-03-05T19:04:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 10407, + "effective_tokens": -318961, + "cache_hit_rate": 31719.417, + "cost_usd": 0.77118575, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22732052988, + "workflow": "Security Guard", + "created_at": "2026-03-05T19:00:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2318, + "effective_tokens": -198842, + "cache_hit_rate": 28723.375, + "cost_usd": 0.35213025000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22731901927, + "workflow": "Security Guard", + "created_at": "2026-03-05T18:56:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 7095, + "effective_tokens": -398543, + "cache_hit_rate": 35191.308, + "cost_usd": 1.243869, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22731667959, + "workflow": "Security Guard", + "created_at": "2026-03-05T18:49:53Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4777, + "effective_tokens": -153667, + "cache_hit_rate": 31307.125, + "cost_usd": 0.82010275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22731026904, + "workflow": "Security Guard", + "created_at": "2026-03-05T18:34:25Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 20963, + "effective_tokens": -282296, + "cache_hit_rate": 27.972, + "cost_usd": 0.97437, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22730613888, + "workflow": "Security Guard", + "created_at": "2026-03-05T18:24:19Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6457, + "effective_tokens": -66018, + "cache_hit_rate": 19718.167, + "cost_usd": 0.50745, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22642370700, + "workflow": "Security Guard", + "created_at": "2026-03-03T20:56:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 8781, + "effective_tokens": -435381, + "cache_hit_rate": 308.88, + "cost_usd": 2.2107242499999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22641182035, + "workflow": "Security Guard", + "created_at": "2026-03-03T20:25:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4349, + "effective_tokens": -296818, + "cache_hit_rate": 37245.8, + "cost_usd": 0.74085075, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22640304004, + "workflow": "Security Guard", + "created_at": "2026-03-03T20:01:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5916, + "effective_tokens": -336134, + "cache_hit_rate": 34826.364, + "cost_usd": 0.596253, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22639188132, + "workflow": "Security Guard", + "created_at": "2026-03-03T19:28:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 12873, + "effective_tokens": -997415, + "cache_hit_rate": 42705.2, + "cost_usd": 1.2507425, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22638961752, + "workflow": "Security Guard", + "created_at": "2026-03-03T19:21:53Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 7517, + "effective_tokens": -222259, + "cache_hit_rate": 3692.386, + "cost_usd": 0.819367, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22603148535, + "workflow": "Security Guard", + "created_at": "2026-03-03T00:57:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2463, + "effective_tokens": -261688, + "cache_hit_rate": 36083.778, + "cost_usd": 0.6030737500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22603140170, + "workflow": "Security Guard", + "created_at": "2026-03-03T00:57:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1861, + "effective_tokens": -133453, + "cache_hit_rate": 25447.143, + "cost_usd": 0.403578, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22603134480, + "workflow": "Security Guard", + "created_at": "2026-03-03T00:57:05Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6307, + "effective_tokens": -464863, + "cache_hit_rate": 34159.533, + "cost_usd": 0.70791075, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22586893835, + "workflow": "Security Guard", + "created_at": "2026-03-02T17:08:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 12119, + "effective_tokens": -232964, + "cache_hit_rate": 26091.909, + "cost_usd": 0.7088435000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22560388416, + "workflow": "Security Guard", + "created_at": "2026-03-02T03:39:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 8267, + "effective_tokens": -65563, + "cache_hit_rate": 20577, + "cost_usd": 0.5790140000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22508186960, + "workflow": "Security Guard", + "created_at": "2026-02-27T23:42:31Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 27795, + "effective_tokens": -122636, + "cache_hit_rate": 14.053, + "cost_usd": 0.9661060000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22499024981, + "workflow": "Security Guard", + "created_at": "2026-02-27T18:37:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5181, + "effective_tokens": -245931, + "cache_hit_rate": 28971.091, + "cost_usd": 0.7114865, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22470276468, + "workflow": "Security Guard", + "created_at": "2026-02-27T02:32:23Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5572, + "effective_tokens": -258986, + "cache_hit_rate": 26572.583, + "cost_usd": 0.63847975, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22469225041, + "workflow": "Security Guard", + "created_at": "2026-02-27T01:45:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4849, + "effective_tokens": -353884, + "cache_hit_rate": 30191.692, + "cost_usd": 0.52873275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22469204771, + "workflow": "Security Guard", + "created_at": "2026-02-27T01:45:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4447, + "effective_tokens": -148337, + "cache_hit_rate": 24974.571, + "cost_usd": 0.3367115, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22469109423, + "workflow": "Security Guard", + "created_at": "2026-02-27T01:41:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6481, + "effective_tokens": -251420, + "cache_hit_rate": 28932.182, + "cost_usd": 0.69866625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22468322865, + "workflow": "Security Guard", + "created_at": "2026-02-27T01:08:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5732, + "effective_tokens": -184645, + "cache_hit_rate": 23077.6, + "cost_usd": 0.51150975, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22467568721, + "workflow": "Security Guard", + "created_at": "2026-02-27T00:39:29Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 7357, + "effective_tokens": -265506, + "cache_hit_rate": 3948.41, + "cost_usd": 0.68951075, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22467422056, + "workflow": "Security Guard", + "created_at": "2026-02-27T00:33:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3483, + "effective_tokens": -386532, + "cache_hit_rate": 5114.583, + "cost_usd": 0.5584459999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22465649028, + "workflow": "Security Guard", + "created_at": "2026-02-26T23:26:19Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5923, + "effective_tokens": -224601, + "cache_hit_rate": 30371.222, + "cost_usd": 0.55269975, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22458943600, + "workflow": "Security Guard", + "created_at": "2026-02-26T20:01:23Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2293, + "effective_tokens": -111555, + "cache_hit_rate": 25309.667, + "cost_usd": 0.3712455, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22458884056, + "workflow": "Security Guard", + "created_at": "2026-02-26T19:59:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5673, + "effective_tokens": -90449, + "cache_hit_rate": 24929.667, + "cost_usd": 0.5511220000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22458313050, + "workflow": "Security Guard", + "created_at": "2026-02-26T19:43:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3639, + "effective_tokens": -66266, + "cache_hit_rate": 23750.167, + "cost_usd": 0.6163585, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22457520561, + "workflow": "Security Guard", + "created_at": "2026-02-26T19:20:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4108, + "effective_tokens": -155090, + "cache_hit_rate": 31347.875, + "cost_usd": 0.80086575, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22456872322, + "workflow": "Security Guard", + "created_at": "2026-02-26T19:02:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3753, + "effective_tokens": -155041, + "cache_hit_rate": 28110.25, + "cost_usd": 0.6196839999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22456523732, + "workflow": "Security Guard", + "created_at": "2026-02-26T18:53:00Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3612, + "effective_tokens": -182706, + "cache_hit_rate": 32092.375, + "cost_usd": 0.6591837500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22456322390, + "workflow": "Security Guard", + "created_at": "2026-02-26T18:47:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 16444, + "effective_tokens": -83641, + "cache_hit_rate": 10.336, + "cost_usd": 0.45609225000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22456223590, + "workflow": "Security Guard", + "created_at": "2026-02-26T18:44:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3994, + "effective_tokens": -249754, + "cache_hit_rate": 27676.636, + "cost_usd": 0.56922325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22456190903, + "workflow": "Security Guard", + "created_at": "2026-02-26T18:43:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 7033, + "effective_tokens": -102312, + "cache_hit_rate": 30.443, + "cost_usd": 0.33823424999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22452681548, + "workflow": "Security Guard", + "created_at": "2026-02-26T17:06:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 8733, + "effective_tokens": -169433, + "cache_hit_rate": 30017.125, + "cost_usd": 0.72608625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22419557193, + "workflow": "Security Guard", + "created_at": "2026-02-25T22:54:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 8459, + "effective_tokens": -841871, + "cache_hit_rate": 41466.727, + "cost_usd": 1.1207194999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22419545189, + "workflow": "Security Guard", + "created_at": "2026-02-25T22:53:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 11084, + "effective_tokens": -814785, + "cache_hit_rate": 1660.078, + "cost_usd": 1.7958564999999993, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22419520898, + "workflow": "Security Guard", + "created_at": "2026-02-25T22:53:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 10154, + "effective_tokens": -657227, + "cache_hit_rate": 8530.045, + "cost_usd": 1.20589725, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22417997084, + "workflow": "Security Guard", + "created_at": "2026-02-25T22:05:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2446, + "effective_tokens": -366954, + "cache_hit_rate": 28924.786, + "cost_usd": 0.7293156000000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22417159128, + "workflow": "Security Guard", + "created_at": "2026-02-25T21:40:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 16903, + "effective_tokens": -871645, + "cache_hit_rate": 247.947, + "cost_usd": 1.42802375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22416952652, + "workflow": "Security Guard", + "created_at": "2026-02-25T21:35:09Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 9409, + "effective_tokens": -823568, + "cache_hit_rate": 39961.864, + "cost_usd": 2.1372679999999993, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22416738895, + "workflow": "Security Guard", + "created_at": "2026-02-25T21:29:25Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1884, + "effective_tokens": -112617, + "cache_hit_rate": 25048.333, + "cost_usd": 0.3463602499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22416713747, + "workflow": "Security Guard", + "created_at": "2026-02-25T21:28:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 14661, + "effective_tokens": -822084, + "cache_hit_rate": 234.293, + "cost_usd": 1.3302165000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22416501505, + "workflow": "Security Guard", + "created_at": "2026-02-25T21:22:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4117, + "effective_tokens": -203744, + "cache_hit_rate": 29992.375, + "cost_usd": 0.423776, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22416284466, + "workflow": "Security Guard", + "created_at": "2026-02-25T21:16:51Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 11986, + "effective_tokens": -727270, + "cache_hit_rate": 47307.471, + "cost_usd": 1.1589592499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22416282639, + "workflow": "Security Guard", + "created_at": "2026-02-25T21:16:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6008, + "effective_tokens": -339766, + "cache_hit_rate": 29077.846, + "cost_usd": 1.1675690000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22415892069, + "workflow": "Security Guard", + "created_at": "2026-02-25T21:05:28Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2279, + "effective_tokens": -114969, + "cache_hit_rate": 23171.667, + "cost_usd": 0.2630615, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22415860050, + "workflow": "Security Guard", + "created_at": "2026-02-25T21:04:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3169, + "effective_tokens": -164696, + "cache_hit_rate": 27143.5, + "cost_usd": 0.49621174999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22415315438, + "workflow": "Security Guard", + "created_at": "2026-02-25T20:48:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 18701, + "effective_tokens": -185679, + "cache_hit_rate": 19.758, + "cost_usd": 0.7034345, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22415250367, + "workflow": "Security Guard", + "created_at": "2026-02-25T20:46:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6944, + "effective_tokens": -151829, + "cache_hit_rate": 27393.25, + "cost_usd": 0.66089825, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22414574184, + "workflow": "Security Guard", + "created_at": "2026-02-25T20:27:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3817, + "effective_tokens": -227586, + "cache_hit_rate": 30053.111, + "cost_usd": 0.47525674999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22414127394, + "workflow": "Security Guard", + "created_at": "2026-02-25T20:14:31Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3457, + "effective_tokens": -155893, + "cache_hit_rate": 26372.143, + "cost_usd": 0.33698524999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22414112663, + "workflow": "Security Guard", + "created_at": "2026-02-25T20:14:05Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 9799, + "effective_tokens": -847452, + "cache_hit_rate": 48572.842, + "cost_usd": 1.1621222500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22414057584, + "workflow": "Security Guard", + "created_at": "2026-02-25T20:12:29Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1608, + "effective_tokens": -114756, + "cache_hit_rate": 22727.333, + "cost_usd": 0.23381600000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22413323744, + "workflow": "Security Guard", + "created_at": "2026-02-25T19:51:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1585, + "effective_tokens": -204133, + "cache_hit_rate": 27995.778, + "cost_usd": 0.5499404999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22411251132, + "workflow": "Security Guard", + "created_at": "2026-02-25T18:54:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 8608, + "effective_tokens": -99102, + "cache_hit_rate": 18.228, + "cost_usd": 0.28618224999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22411132095, + "workflow": "Security Guard", + "created_at": "2026-02-25T18:51:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3102, + "effective_tokens": -253624, + "cache_hit_rate": 3644.44, + "cost_usd": 0.8915154999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22411068703, + "workflow": "Security Guard", + "created_at": "2026-02-25T18:49:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 8583, + "effective_tokens": -137081, + "cache_hit_rate": 28.063, + "cost_usd": 0.46054275000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22409728963, + "workflow": "Security Guard", + "created_at": "2026-02-25T18:11:33Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 11716, + "effective_tokens": -191439, + "cache_hit_rate": 31039.125, + "cost_usd": 0.699688, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22409340176, + "workflow": "Security Guard", + "created_at": "2026-02-25T18:00:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 13872, + "effective_tokens": -195419, + "cache_hit_rate": 27045.2, + "cost_usd": 0.8646362500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22376346777, + "workflow": "Security Guard", + "created_at": "2026-02-25T00:29:05Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 23924, + "effective_tokens": -378996, + "cache_hit_rate": 38505.688, + "cost_usd": 2.249894, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22375090584, + "workflow": "Security Guard", + "created_at": "2026-02-24T23:44:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2472, + "effective_tokens": -158410, + "cache_hit_rate": 26330.25, + "cost_usd": 0.478505, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22374522329, + "workflow": "Security Guard", + "created_at": "2026-02-24T23:24:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1558, + "effective_tokens": -141835, + "cache_hit_rate": 25188.714, + "cost_usd": 0.3333245, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22373975032, + "workflow": "Security Guard", + "created_at": "2026-02-24T23:06:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1307, + "effective_tokens": -33466, + "cache_hit_rate": 14863.6, + "cost_usd": 0.31744425000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22333554486, + "workflow": "Security Guard", + "created_at": "2026-02-24T02:07:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5851, + "effective_tokens": -385587, + "cache_hit_rate": 37993, + "cost_usd": 0.7775345, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22247480576, + "workflow": "Security Guard", + "created_at": "2026-02-21T01:18:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 884, + "effective_tokens": -62424, + "cache_hit_rate": 17445.4, + "cost_usd": 0.21566124999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22247167207, + "workflow": "Security Guard", + "created_at": "2026-02-21T01:01:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6708, + "effective_tokens": -193758, + "cache_hit_rate": 29215, + "cost_usd": 0.68997275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22207731623, + "workflow": "Security Guard", + "created_at": "2026-02-20T01:37:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 12558, + "effective_tokens": -184658, + "cache_hit_rate": 45.094, + "cost_usd": 0.66650275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22203514635, + "workflow": "Security Guard", + "created_at": "2026-02-19T22:53:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 713, + "effective_tokens": -99161, + "cache_hit_rate": 20481.667, + "cost_usd": 0.22355399999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22201432052, + "workflow": "Security Guard", + "created_at": "2026-02-19T21:46:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1824, + "effective_tokens": -254391, + "cache_hit_rate": 6688.386, + "cost_usd": 0.4309609999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22201253693, + "workflow": "Security Guard", + "created_at": "2026-02-19T21:41:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 953, + "effective_tokens": -92234, + "cache_hit_rate": 5503.273, + "cost_usd": 0.25874824999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22200583152, + "workflow": "Security Guard", + "created_at": "2026-02-19T21:20:33Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1694, + "effective_tokens": -248266, + "cache_hit_rate": 7133, + "cost_usd": 0.35809825, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22200520090, + "workflow": "Security Guard", + "created_at": "2026-02-19T21:18:35Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2785, + "effective_tokens": -589683, + "cache_hit_rate": 9259.594, + "cost_usd": 0.6785219999999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22200394523, + "workflow": "Security Guard", + "created_at": "2026-02-19T21:14:46Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2042, + "effective_tokens": -336669, + "cache_hit_rate": 7801.12, + "cost_usd": 0.56653025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22168649636, + "workflow": "Security Guard", + "created_at": "2026-02-19T04:34:03Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1752, + "effective_tokens": -64039, + "cache_hit_rate": 6035.95, + "cost_usd": 0.44760550000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22168490390, + "workflow": "Security Guard", + "created_at": "2026-02-19T04:26:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3250, + "effective_tokens": -610555, + "cache_hit_rate": 7521.416, + "cost_usd": 0.7843482500000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22167849391, + "workflow": "Security Guard", + "created_at": "2026-02-19T03:55:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1607, + "effective_tokens": -142643, + "cache_hit_rate": 7636.083, + "cost_usd": 0.375724, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22165363259, + "workflow": "Security Guard", + "created_at": "2026-02-19T01:53:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2117, + "effective_tokens": -242999, + "cache_hit_rate": 7209.816, + "cost_usd": 0.37005375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22165292328, + "workflow": "Security Guard", + "created_at": "2026-02-19T01:49:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2017, + "effective_tokens": -326448, + "cache_hit_rate": 6852.964, + "cost_usd": 0.5416295, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22164939176, + "workflow": "Security Guard", + "created_at": "2026-02-19T01:33:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6652, + "effective_tokens": -98762, + "cache_hit_rate": 27.507, + "cost_usd": 0.33271925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22121318740, + "workflow": "Security Guard", + "created_at": "2026-02-18T00:25:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3271, + "effective_tokens": -577032, + "cache_hit_rate": 9287.75, + "cost_usd": 0.7211065, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22120677843, + "workflow": "Security Guard", + "created_at": "2026-02-17T23:59:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 860, + "effective_tokens": -65139, + "cache_hit_rate": 4936.136, + "cost_usd": 0.3421285, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22120295938, + "workflow": "Security Guard", + "created_at": "2026-02-17T23:44:05Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 977, + "effective_tokens": -106207, + "cache_hit_rate": 5349.536, + "cost_usd": 0.36557325000000007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22119567793, + "workflow": "Security Guard", + "created_at": "2026-02-17T23:15:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 15678, + "effective_tokens": -1149165, + "cache_hit_rate": 120.178, + "cost_usd": 1.2980209999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22114595737, + "workflow": "Security Guard", + "created_at": "2026-02-17T20:30:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2100, + "effective_tokens": -157990, + "cache_hit_rate": 7449.621, + "cost_usd": 0.51014175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22081374969, + "workflow": "Security Guard", + "created_at": "2026-02-17T00:13:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1069, + "effective_tokens": -106129, + "cache_hit_rate": 5348.75, + "cost_usd": 0.36761325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22080511850, + "workflow": "Security Guard", + "created_at": "2026-02-16T23:26:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1928, + "effective_tokens": -286809, + "cache_hit_rate": 7335.465, + "cost_usd": 0.37237449999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22021681489, + "workflow": "Security Guard", + "created_at": "2026-02-14T17:48:40Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5522, + "effective_tokens": -1277081, + "cache_hit_rate": 28971.457, + "cost_usd": 1.1352445, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22021514445, + "workflow": "Security Guard", + "created_at": "2026-02-14T17:35:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5047, + "effective_tokens": -932825, + "cache_hit_rate": 11360.872, + "cost_usd": 0.8662682499999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22021459608, + "workflow": "Security Guard", + "created_at": "2026-02-14T17:31:58Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4553, + "effective_tokens": -1207018, + "cache_hit_rate": 25050.98, + "cost_usd": 1.017538, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22021371287, + "workflow": "Security Guard", + "created_at": "2026-02-14T17:25:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4798, + "effective_tokens": -344447, + "cache_hit_rate": 187.075, + "cost_usd": 0.61066175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22021142555, + "workflow": "Security Guard", + "created_at": "2026-02-14T17:08:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5598, + "effective_tokens": -981012, + "cache_hit_rate": 24222.372, + "cost_usd": 1.0786835, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22020990609, + "workflow": "Security Guard", + "created_at": "2026-02-14T16:57:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3049, + "effective_tokens": -498664, + "cache_hit_rate": 10776.02, + "cost_usd": 0.6522365, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22020907931, + "workflow": "Security Guard", + "created_at": "2026-02-14T16:51:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2675, + "effective_tokens": -413601, + "cache_hit_rate": 9837.412, + "cost_usd": 0.851976, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22020698216, + "workflow": "Security Guard", + "created_at": "2026-02-14T16:34:26Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1990, + "effective_tokens": -63299, + "cache_hit_rate": 6229.696, + "cost_usd": 0.6089159999999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22020549655, + "workflow": "Security Guard", + "created_at": "2026-02-14T16:23:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3588, + "effective_tokens": -329559, + "cache_hit_rate": 7349.17, + "cost_usd": 0.63615875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22020292273, + "workflow": "Security Guard", + "created_at": "2026-02-14T16:03:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4709, + "effective_tokens": -495105, + "cache_hit_rate": 9139.213, + "cost_usd": 0.7598254999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22020126834, + "workflow": "Security Guard", + "created_at": "2026-02-14T15:50:47Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3089, + "effective_tokens": -404252, + "cache_hit_rate": 8250, + "cost_usd": 0.70491325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22019700394, + "workflow": "Security Guard", + "created_at": "2026-02-14T15:18:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1730, + "effective_tokens": -114173, + "cache_hit_rate": 5791.862, + "cost_usd": 0.45255524999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22019365374, + "workflow": "Security Guard", + "created_at": "2026-02-14T14:53:28Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3621, + "effective_tokens": -828413, + "cache_hit_rate": 11279.975, + "cost_usd": 0.9106660000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22019142131, + "workflow": "Security Guard", + "created_at": "2026-02-14T14:35:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4292, + "effective_tokens": -306840, + "cache_hit_rate": 6971.327, + "cost_usd": 0.60914275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22018943833, + "workflow": "Security Guard", + "created_at": "2026-02-14T14:20:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1376, + "effective_tokens": -109110, + "cache_hit_rate": 6026.536, + "cost_usd": 0.48283975, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22018706172, + "workflow": "Security Guard", + "created_at": "2026-02-14T14:02:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2460, + "effective_tokens": -296769, + "cache_hit_rate": 7194.571, + "cost_usd": 0.5786072499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22018519681, + "workflow": "Security Guard", + "created_at": "2026-02-14T13:48:25Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1504, + "effective_tokens": -64233, + "cache_hit_rate": 5099.696, + "cost_usd": 0.4185335, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22007696184, + "workflow": "Security Guard", + "created_at": "2026-02-14T00:36:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2658, + "effective_tokens": -534124, + "cache_hit_rate": 9727.377, + "cost_usd": 0.7161120000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22006106406, + "workflow": "Security Guard", + "created_at": "2026-02-13T23:15:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6543, + "effective_tokens": -1677779, + "cache_hit_rate": 24403.254, + "cost_usd": 1.3517177500000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22005253140, + "workflow": "Security Guard", + "created_at": "2026-02-13T22:37:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4811, + "effective_tokens": -1301063, + "cache_hit_rate": 23307.293, + "cost_usd": 1.10857475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22005014209, + "workflow": "Security Guard", + "created_at": "2026-02-13T22:27:58Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2017, + "effective_tokens": -219418, + "cache_hit_rate": 9551.586, + "cost_usd": 0.53612925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22004921796, + "workflow": "Security Guard", + "created_at": "2026-02-13T22:24:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4411, + "effective_tokens": -1055092, + "cache_hit_rate": 29862.432, + "cost_usd": 0.9685177499999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22004471265, + "workflow": "Security Guard", + "created_at": "2026-02-13T22:06:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5327, + "effective_tokens": -689825, + "cache_hit_rate": 9000.756, + "cost_usd": 0.7692834999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22004086684, + "workflow": "Security Guard", + "created_at": "2026-02-13T21:51:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 15532, + "effective_tokens": -269097, + "cache_hit_rate": 25.659, + "cost_usd": 0.6564702499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21999300925, + "workflow": "Security Guard", + "created_at": "2026-02-13T19:05:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1463, + "effective_tokens": -150455, + "cache_hit_rate": 8262.25, + "cost_usd": 0.42562199999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21989721528, + "workflow": "Security Guard", + "created_at": "2026-02-13T14:05:47Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3029, + "effective_tokens": -334375, + "cache_hit_rate": 6485.383, + "cost_usd": 0.59286025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21978456111, + "workflow": "Security Guard", + "created_at": "2026-02-13T07:28:19Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5364, + "effective_tokens": -817787, + "cache_hit_rate": 15215.931, + "cost_usd": 0.9527762500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21978273240, + "workflow": "Security Guard", + "created_at": "2026-02-13T07:20:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3166, + "effective_tokens": -463600, + "cache_hit_rate": 9891.96, + "cost_usd": 0.5038109999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21978261176, + "workflow": "Security Guard", + "created_at": "2026-02-13T07:20:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3066, + "effective_tokens": -510428, + "cache_hit_rate": 10963.769, + "cost_usd": 0.7199965, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21977776602, + "workflow": "Security Guard", + "created_at": "2026-02-13T06:58:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6740, + "effective_tokens": -1044518, + "cache_hit_rate": 16701.758, + "cost_usd": 1.0576155, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21977454948, + "workflow": "Security Guard", + "created_at": "2026-02-13T06:43:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3124, + "effective_tokens": -504873, + "cache_hit_rate": 9772.649, + "cost_usd": 0.6664935000000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21977064068, + "workflow": "Security Guard", + "created_at": "2026-02-13T06:25:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2726, + "effective_tokens": -172278, + "cache_hit_rate": 8547.897, + "cost_usd": 0.64757575, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21976652593, + "workflow": "Security Guard", + "created_at": "2026-02-13T06:07:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2917, + "effective_tokens": -547151, + "cache_hit_rate": 13983.143, + "cost_usd": 0.6043819999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21974237707, + "workflow": "Security Guard", + "created_at": "2026-02-13T04:06:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2143, + "effective_tokens": -145053, + "cache_hit_rate": 7323.192, + "cost_usd": 0.41883025000000007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21973717767, + "workflow": "Security Guard", + "created_at": "2026-02-13T03:39:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1725, + "effective_tokens": -159298, + "cache_hit_rate": 7832.269, + "cost_usd": 0.41130449999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21973417599, + "workflow": "Security Guard", + "created_at": "2026-02-13T03:23:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2541, + "effective_tokens": -587029, + "cache_hit_rate": 10902.741, + "cost_usd": 0.6561887500000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21971662644, + "workflow": "Security Guard", + "created_at": "2026-02-13T01:55:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 25533, + "effective_tokens": -94856, + "cache_hit_rate": 8.588, + "cost_usd": 0.7803805, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21971143008, + "workflow": "Security Guard", + "created_at": "2026-02-13T01:30:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2175, + "effective_tokens": -337686, + "cache_hit_rate": 9837.9, + "cost_usd": 0.59050675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21970440977, + "workflow": "Security Guard", + "created_at": "2026-02-13T00:58:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1121, + "effective_tokens": -91716, + "cache_hit_rate": 5170.136, + "cost_usd": 0.21564899999999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21969640306, + "workflow": "Security Guard", + "created_at": "2026-02-13T00:23:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4650, + "effective_tokens": -587674, + "cache_hit_rate": 817.461, + "cost_usd": 0.7749560000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21969369496, + "workflow": "Security Guard", + "created_at": "2026-02-13T00:11:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4961, + "effective_tokens": -1080960, + "cache_hit_rate": 16596.101, + "cost_usd": 1.19738425, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21968429939, + "workflow": "Security Guard", + "created_at": "2026-02-12T23:32:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 11794, + "effective_tokens": -123927, + "cache_hit_rate": 18.208, + "cost_usd": 0.456013, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21968391272, + "workflow": "Security Guard", + "created_at": "2026-02-12T23:30:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1830, + "effective_tokens": -227981, + "cache_hit_rate": 8576.281, + "cost_usd": 0.46181799999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21968389655, + "workflow": "Security Guard", + "created_at": "2026-02-12T23:30:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 9357, + "effective_tokens": -1250921, + "cache_hit_rate": 315.793, + "cost_usd": 1.1636177500000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21967863727, + "workflow": "Security Guard", + "created_at": "2026-02-12T23:10:09Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3866, + "effective_tokens": -977489, + "cache_hit_rate": 17308.542, + "cost_usd": 0.8677522499999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21966537333, + "workflow": "Security Guard", + "created_at": "2026-02-12T22:21:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3126, + "effective_tokens": -232316, + "cache_hit_rate": 7077.027, + "cost_usd": 0.373935, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21966505346, + "workflow": "Security Guard", + "created_at": "2026-02-12T22:20:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2745, + "effective_tokens": -190126, + "cache_hit_rate": 6804.618, + "cost_usd": 0.424706, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21966346027, + "workflow": "Security Guard", + "created_at": "2026-02-12T22:15:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3826, + "effective_tokens": -860206, + "cache_hit_rate": 24399.514, + "cost_usd": 0.8022135, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21966225270, + "workflow": "Security Guard", + "created_at": "2026-02-12T22:11:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 12266, + "effective_tokens": -349746, + "cache_hit_rate": 41.683, + "cost_usd": 0.59914225, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21965543302, + "workflow": "Security Guard", + "created_at": "2026-02-12T21:48:31Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6484, + "effective_tokens": -773701, + "cache_hit_rate": 9279.933, + "cost_usd": 0.93246125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21964764014, + "workflow": "Security Guard", + "created_at": "2026-02-12T21:22:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3421, + "effective_tokens": -350178, + "cache_hit_rate": 446.497, + "cost_usd": 0.47482075, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21964509043, + "workflow": "Security Guard", + "created_at": "2026-02-12T21:14:23Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3875, + "effective_tokens": -620955, + "cache_hit_rate": 7047, + "cost_usd": 0.7585345, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21964106126, + "workflow": "Security Guard", + "created_at": "2026-02-12T21:01:22Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 15708, + "effective_tokens": -878793, + "cache_hit_rate": 91.056, + "cost_usd": 0.9762474999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21964052918, + "workflow": "Security Guard", + "created_at": "2026-02-12T20:59:35Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4545, + "effective_tokens": -348367, + "cache_hit_rate": 7389.577, + "cost_usd": 0.5011764999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21963585905, + "workflow": "Security Guard", + "created_at": "2026-02-12T20:44:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6599, + "effective_tokens": -734459, + "cache_hit_rate": 7943.619, + "cost_usd": 0.74060375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21963442305, + "workflow": "Security Guard", + "created_at": "2026-02-12T20:39:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5946, + "effective_tokens": -1345519, + "cache_hit_rate": 11827.831, + "cost_usd": 2.5420849999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21963305587, + "workflow": "Security Guard", + "created_at": "2026-02-12T20:35:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 7733, + "effective_tokens": -862528, + "cache_hit_rate": 7549.783, + "cost_usd": 0.8848422499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21963223596, + "workflow": "Security Guard", + "created_at": "2026-02-12T20:32:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6554, + "effective_tokens": -1281692, + "cache_hit_rate": 10311.556, + "cost_usd": 1.3878202499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21962867754, + "workflow": "Security Guard", + "created_at": "2026-02-12T20:21:29Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3379, + "effective_tokens": -151285, + "cache_hit_rate": 6182.333, + "cost_usd": 0.3696975, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21962766103, + "workflow": "Security Guard", + "created_at": "2026-02-12T20:18:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2468, + "effective_tokens": -317717, + "cache_hit_rate": 6439.944, + "cost_usd": 1.4012589999999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21962737252, + "workflow": "Security Guard", + "created_at": "2026-02-12T20:17:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1933, + "effective_tokens": -148373, + "cache_hit_rate": 7367.667, + "cost_usd": 0.5035654999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21962690259, + "workflow": "Security Guard", + "created_at": "2026-02-12T20:15:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1905, + "effective_tokens": -342494, + "cache_hit_rate": 7688.275, + "cost_usd": 0.54327675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21962659758, + "workflow": "Security Guard", + "created_at": "2026-02-12T20:14:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2788, + "effective_tokens": -690327, + "cache_hit_rate": 7653.649, + "cost_usd": 0.6017155, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21962630529, + "workflow": "Security Guard", + "created_at": "2026-02-12T20:13:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1402, + "effective_tokens": -189826, + "cache_hit_rate": 6444.788, + "cost_usd": 0.2753415, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21962603404, + "workflow": "Security Guard", + "created_at": "2026-02-12T20:13:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2984, + "effective_tokens": -660864, + "cache_hit_rate": 7491.695, + "cost_usd": 0.7432962499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21962594242, + "workflow": "Security Guard", + "created_at": "2026-02-12T20:12:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2669, + "effective_tokens": -777522, + "cache_hit_rate": 8947.011, + "cost_usd": 0.7186385000000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21962175440, + "workflow": "Security Guard", + "created_at": "2026-02-12T19:59:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5493, + "effective_tokens": -433846, + "cache_hit_rate": 6352.342, + "cost_usd": 0.52254, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21962056549, + "workflow": "Security Guard", + "created_at": "2026-02-12T19:55:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1649, + "effective_tokens": -202445, + "cache_hit_rate": 8253.414, + "cost_usd": 0.38121325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21961966394, + "workflow": "Security Guard", + "created_at": "2026-02-12T19:53:19Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4158, + "effective_tokens": -380410, + "cache_hit_rate": 2231.091, + "cost_usd": 0.5217115000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21961945221, + "workflow": "Security Guard", + "created_at": "2026-02-12T19:52:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2826, + "effective_tokens": -703654, + "cache_hit_rate": 8971.277, + "cost_usd": 0.6923029999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21961398447, + "workflow": "Security Guard", + "created_at": "2026-02-12T19:35:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3302, + "effective_tokens": -574482, + "cache_hit_rate": 7432.793, + "cost_usd": 0.5931077499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21961291485, + "workflow": "Security Guard", + "created_at": "2026-02-12T19:32:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6364, + "effective_tokens": -1188977, + "cache_hit_rate": 10970.018, + "cost_usd": 1.36907075, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21959922842, + "workflow": "Security Guard", + "created_at": "2026-02-12T18:51:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3479, + "effective_tokens": -302877, + "cache_hit_rate": 6298.404, + "cost_usd": 0.5992057500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21959823879, + "workflow": "Security Guard", + "created_at": "2026-02-12T18:48:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2731, + "effective_tokens": -760277, + "cache_hit_rate": 9033.598, + "cost_usd": 0.6249089999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21958327669, + "workflow": "Security Guard", + "created_at": "2026-02-12T18:02:24Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6732, + "effective_tokens": -1260862, + "cache_hit_rate": 6445.195, + "cost_usd": 1.1942562500000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21957514895, + "workflow": "Security Guard", + "created_at": "2026-02-12T17:38:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2197, + "effective_tokens": -226549, + "cache_hit_rate": 3322.674, + "cost_usd": 0.5548219999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21954029925, + "workflow": "Security Guard", + "created_at": "2026-02-12T15:58:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5567, + "effective_tokens": -695500, + "cache_hit_rate": 9614.325, + "cost_usd": 0.9542887500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21953261492, + "workflow": "Security Guard", + "created_at": "2026-02-12T15:38:25Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2669, + "effective_tokens": -446805, + "cache_hit_rate": 5328.663, + "cost_usd": 0.79456325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21939754179, + "workflow": "Security Guard", + "created_at": "2026-02-12T08:52:00Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5761, + "effective_tokens": -618465, + "cache_hit_rate": 8736.519, + "cost_usd": 0.9038732499999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21939064636, + "workflow": "Security Guard", + "created_at": "2026-02-12T08:28:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3000, + "effective_tokens": -399445, + "cache_hit_rate": 4247.385, + "cost_usd": 0.6859134999999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21938698699, + "workflow": "Security Guard", + "created_at": "2026-02-12T08:15:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2902, + "effective_tokens": -383050, + "cache_hit_rate": 6733.576, + "cost_usd": 0.6612869999999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21937881077, + "workflow": "Security Guard", + "created_at": "2026-02-12T07:44:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2590, + "effective_tokens": -202989, + "cache_hit_rate": 7954.028, + "cost_usd": 0.71254, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21937400708, + "workflow": "Security Guard", + "created_at": "2026-02-12T07:25:29Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 21367, + "effective_tokens": -52039, + "cache_hit_rate": 7.05, + "cost_usd": 0.6174769999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21936982055, + "workflow": "Security Guard", + "created_at": "2026-02-12T07:07:57Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1906, + "effective_tokens": -147226, + "cache_hit_rate": 7166.63, + "cost_usd": 0.42170325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21936807123, + "workflow": "Security Guard", + "created_at": "2026-02-12T07:00:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1242, + "effective_tokens": -30449, + "cache_hit_rate": 4144.438, + "cost_usd": 0.2808105, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21936294358, + "workflow": "Security Guard", + "created_at": "2026-02-12T06:37:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2972, + "effective_tokens": -274829, + "cache_hit_rate": 8530.5, + "cost_usd": 0.64102875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21935968817, + "workflow": "Security Guard", + "created_at": "2026-02-12T06:23:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5903, + "effective_tokens": -1182652, + "cache_hit_rate": 17673.857, + "cost_usd": 1.09266075, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21935709797, + "workflow": "Security Guard", + "created_at": "2026-02-12T06:12:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2837, + "effective_tokens": -654315, + "cache_hit_rate": 11630.949, + "cost_usd": 0.6065125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21935542078, + "workflow": "Security Guard", + "created_at": "2026-02-12T06:04:31Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5866, + "effective_tokens": -770220, + "cache_hit_rate": 11687.857, + "cost_usd": 0.840859, + "models": [ + "claude-sonnet-4-5-20250929", + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 21935286075, + "workflow": "Security Guard", + "created_at": "2026-02-12T05:52:32Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4166, + "effective_tokens": -966520, + "cache_hit_rate": 8399.6, + "cost_usd": 0.8516444999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21935267622, + "workflow": "Security Guard", + "created_at": "2026-02-12T05:51:47Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4570, + "effective_tokens": -967543, + "cache_hit_rate": 13366.403, + "cost_usd": 1.0005264999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21935233811, + "workflow": "Security Guard", + "created_at": "2026-02-12T05:50:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4587, + "effective_tokens": -760487, + "cache_hit_rate": 7687.519, + "cost_usd": 0.8541792500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21935064985, + "workflow": "Security Guard", + "created_at": "2026-02-12T05:41:53Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2903, + "effective_tokens": -541394, + "cache_hit_rate": 6191.396, + "cost_usd": 0.48148350000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21934885398, + "workflow": "Security Guard", + "created_at": "2026-02-12T05:33:28Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1638, + "effective_tokens": -155754, + "cache_hit_rate": 7844.25, + "cost_usd": 0.32808849999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21934813755, + "workflow": "Security Guard", + "created_at": "2026-02-12T05:30:23Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2752, + "effective_tokens": -669980, + "cache_hit_rate": 7051.747, + "cost_usd": 0.5920872499999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21934742290, + "workflow": "Security Guard", + "created_at": "2026-02-12T05:27:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4002, + "effective_tokens": -520304, + "cache_hit_rate": 1105.189, + "cost_usd": 0.60034875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21934741129, + "workflow": "Security Guard", + "created_at": "2026-02-12T05:27:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1317, + "effective_tokens": -108670, + "cache_hit_rate": 6059.182, + "cost_usd": 0.24540475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21934702087, + "workflow": "Security Guard", + "created_at": "2026-02-12T05:25:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2391, + "effective_tokens": -438268, + "cache_hit_rate": 6380.054, + "cost_usd": 0.4961402499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21934695279, + "workflow": "Security Guard", + "created_at": "2026-02-12T05:24:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3516, + "effective_tokens": -805152, + "cache_hit_rate": 8425.902, + "cost_usd": 0.8437404999999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21934568455, + "workflow": "Security Guard", + "created_at": "2026-02-12T05:18:31Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1034, + "effective_tokens": -133491, + "cache_hit_rate": 6809.542, + "cost_usd": 0.2882845, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21933879921, + "workflow": "Security Guard", + "created_at": "2026-02-12T04:44:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3678, + "effective_tokens": -867970, + "cache_hit_rate": 10320.909, + "cost_usd": 0.7859799999999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21933663324, + "workflow": "Security Guard", + "created_at": "2026-02-12T04:33:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3881, + "effective_tokens": -480254, + "cache_hit_rate": 8465.508, + "cost_usd": 0.5591722499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21933390850, + "workflow": "Security Guard", + "created_at": "2026-02-12T04:19:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5589, + "effective_tokens": -1577082, + "cache_hit_rate": 15182.318, + "cost_usd": 1.2296222499999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21933277561, + "workflow": "Security Guard", + "created_at": "2026-02-12T04:13:28Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3955, + "effective_tokens": -604984, + "cache_hit_rate": 7501.276, + "cost_usd": 0.7099694999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21933071649, + "workflow": "Security Guard", + "created_at": "2026-02-12T04:03:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2989, + "effective_tokens": -695656, + "cache_hit_rate": 8425.953, + "cost_usd": 0.6091387500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21933032005, + "workflow": "Security Guard", + "created_at": "2026-02-12T04:01:25Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2109, + "effective_tokens": -277668, + "cache_hit_rate": 6737.216, + "cost_usd": 0.62434625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21932766712, + "workflow": "Security Guard", + "created_at": "2026-02-12T03:47:28Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3476, + "effective_tokens": -577651, + "cache_hit_rate": 9731.815, + "cost_usd": 0.7332142500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21932533816, + "workflow": "Security Guard", + "created_at": "2026-02-12T03:34:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6796, + "effective_tokens": -2077155, + "cache_hit_rate": 18709.632, + "cost_usd": 1.5736907500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21931167941, + "workflow": "Security Guard", + "created_at": "2026-02-12T02:25:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4318, + "effective_tokens": -1262500, + "cache_hit_rate": 6520.741, + "cost_usd": 1.0525512500000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21930931029, + "workflow": "Security Guard", + "created_at": "2026-02-12T02:13:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3464, + "effective_tokens": -358220, + "cache_hit_rate": 406.597, + "cost_usd": 0.5594824999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21930790425, + "workflow": "Security Guard", + "created_at": "2026-02-12T02:06:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5135, + "effective_tokens": -705791, + "cache_hit_rate": 9610.718, + "cost_usd": 0.954539, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21928865266, + "workflow": "Security Guard", + "created_at": "2026-02-12T00:38:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3804, + "effective_tokens": -594894, + "cache_hit_rate": 8710.613, + "cost_usd": 0.7785725, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21928494233, + "workflow": "Security Guard", + "created_at": "2026-02-12T00:22:40Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6736, + "effective_tokens": -942126, + "cache_hit_rate": 10589.063, + "cost_usd": 1.04544925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21928139129, + "workflow": "Security Guard", + "created_at": "2026-02-12T00:07:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4031, + "effective_tokens": -438274, + "cache_hit_rate": 7491.47, + "cost_usd": 0.6812735000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21927373214, + "workflow": "Security Guard", + "created_at": "2026-02-11T23:36:06Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 9160, + "effective_tokens": -391675, + "cache_hit_rate": 99.312, + "cost_usd": 0.74232225, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21926041129, + "workflow": "Security Guard", + "created_at": "2026-02-11T22:45:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2609, + "effective_tokens": -245403, + "cache_hit_rate": 3443.471, + "cost_usd": 0.49018124999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21925639971, + "workflow": "Security Guard", + "created_at": "2026-02-11T22:31:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3000, + "effective_tokens": -329603, + "cache_hit_rate": 9465.073, + "cost_usd": 0.61540225, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21912929115, + "workflow": "Security Guard", + "created_at": "2026-02-11T16:12:22Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2366, + "effective_tokens": -332264, + "cache_hit_rate": 7569.784, + "cost_usd": 0.57314075, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21912194840, + "workflow": "Security Guard", + "created_at": "2026-02-11T15:52:32Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6011, + "effective_tokens": -1127544, + "cache_hit_rate": 13198.656, + "cost_usd": 1.1031104999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21911671030, + "workflow": "Security Guard", + "created_at": "2026-02-11T15:38:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2414, + "effective_tokens": -473217, + "cache_hit_rate": 9493.556, + "cost_usd": 0.5533062499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21887882314, + "workflow": "Security Guard", + "created_at": "2026-02-11T00:30:09Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4109, + "effective_tokens": -1181564, + "cache_hit_rate": 13850.393, + "cost_usd": 1.0287685, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21887056009, + "workflow": "Security Guard", + "created_at": "2026-02-10T23:54:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2057, + "effective_tokens": -213404, + "cache_hit_rate": 9098.414, + "cost_usd": 0.48577825, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21886867206, + "workflow": "Security Guard", + "created_at": "2026-02-10T23:46:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 18399, + "effective_tokens": -1031758, + "cache_hit_rate": 81.631, + "cost_usd": 1.0595275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21886806173, + "workflow": "Security Guard", + "created_at": "2026-02-10T23:44:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2120, + "effective_tokens": -171144, + "cache_hit_rate": 8377.828, + "cost_usd": 0.6100297499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21886284599, + "workflow": "Security Guard", + "created_at": "2026-02-10T23:22:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1397, + "effective_tokens": -137222, + "cache_hit_rate": 7026.76, + "cost_usd": 0.35437199999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21886205750, + "workflow": "Security Guard", + "created_at": "2026-02-10T23:19:32Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2641, + "effective_tokens": -503107, + "cache_hit_rate": 7470.054, + "cost_usd": 0.642888, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21885952352, + "workflow": "Security Guard", + "created_at": "2026-02-10T23:09:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1249, + "effective_tokens": -106475, + "cache_hit_rate": 5847.182, + "cost_usd": 0.2263665, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21885925016, + "workflow": "Security Guard", + "created_at": "2026-02-10T23:08:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1207, + "effective_tokens": -65500, + "cache_hit_rate": 5023.545, + "cost_usd": 0.35932575, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21883807503, + "workflow": "Security Guard", + "created_at": "2026-02-10T21:52:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 861, + "effective_tokens": -58553, + "cache_hit_rate": 4975.25, + "cost_usd": 0.1877445, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21883741126, + "workflow": "Security Guard", + "created_at": "2026-02-10T21:50:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3008, + "effective_tokens": -602955, + "cache_hit_rate": 1933.599, + "cost_usd": 0.5855157500000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21883651858, + "workflow": "Security Guard", + "created_at": "2026-02-10T21:47:40Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1410, + "effective_tokens": -193816, + "cache_hit_rate": 7946.643, + "cost_usd": 0.316956, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21883517187, + "workflow": "Security Guard", + "created_at": "2026-02-10T21:43:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6617, + "effective_tokens": -1993394, + "cache_hit_rate": 12991.348, + "cost_usd": 1.5435229999999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21883495260, + "workflow": "Security Guard", + "created_at": "2026-02-10T21:42:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1328, + "effective_tokens": -96022, + "cache_hit_rate": 5929.545, + "cost_usd": 0.30537300000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21883147600, + "workflow": "Security Guard", + "created_at": "2026-02-10T21:30:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 15382, + "effective_tokens": -407411, + "cache_hit_rate": 41.563, + "cost_usd": 0.6348444999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21882985921, + "workflow": "Security Guard", + "created_at": "2026-02-10T21:25:35Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1038, + "effective_tokens": -147025, + "cache_hit_rate": 6039.893, + "cost_usd": 0.242078, + "models": [ + "claude-sonnet-4-5-20250929", + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 21882778254, + "workflow": "Security Guard", + "created_at": "2026-02-10T21:18:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4270, + "effective_tokens": -471300, + "cache_hit_rate": 8382.773, + "cost_usd": 0.8728947500000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21882478532, + "workflow": "Security Guard", + "created_at": "2026-02-10T21:09:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 943, + "effective_tokens": -105429, + "cache_hit_rate": 5717.727, + "cost_usd": 0.2079055, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21882418856, + "workflow": "Security Guard", + "created_at": "2026-02-10T21:07:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5117, + "effective_tokens": -1148596, + "cache_hit_rate": 10976.394, + "cost_usd": 1.006618, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21882397995, + "workflow": "Security Guard", + "created_at": "2026-02-10T21:06:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1676, + "effective_tokens": -90512, + "cache_hit_rate": 6723.35, + "cost_usd": 0.37349925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21882216873, + "workflow": "Security Guard", + "created_at": "2026-02-10T21:00:25Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3688, + "effective_tokens": -495373, + "cache_hit_rate": 3638.913, + "cost_usd": 0.6411542499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21882209571, + "workflow": "Security Guard", + "created_at": "2026-02-10T21:00:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4847, + "effective_tokens": -810246, + "cache_hit_rate": 12433.162, + "cost_usd": 0.9941122, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21882149885, + "workflow": "Security Guard", + "created_at": "2026-02-10T20:58:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1854, + "effective_tokens": -225658, + "cache_hit_rate": 10046.621, + "cost_usd": 0.59097, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21881985441, + "workflow": "Security Guard", + "created_at": "2026-02-10T20:52:40Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3647, + "effective_tokens": -473472, + "cache_hit_rate": 8699.35, + "cost_usd": 0.6366740000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21881713553, + "workflow": "Security Guard", + "created_at": "2026-02-10T20:43:46Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3974, + "effective_tokens": -944347, + "cache_hit_rate": 8236.767, + "cost_usd": 0.8590137500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21881548254, + "workflow": "Security Guard", + "created_at": "2026-02-10T20:38:22Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4528, + "effective_tokens": -715609, + "cache_hit_rate": 5356.007, + "cost_usd": 0.7897464999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21880881328, + "workflow": "Security Guard", + "created_at": "2026-02-10T20:16:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6370, + "effective_tokens": -1521658, + "cache_hit_rate": 13266.873, + "cost_usd": 1.2046782500000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21880608756, + "workflow": "Security Guard", + "created_at": "2026-02-10T20:07:57Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1954, + "effective_tokens": -358654, + "cache_hit_rate": 8324.02, + "cost_usd": 0.6614767500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21880092317, + "workflow": "Security Guard", + "created_at": "2026-02-10T19:51:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4528, + "effective_tokens": -1083144, + "cache_hit_rate": 9722.417, + "cost_usd": 0.8814634999999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21879405311, + "workflow": "Security Guard", + "created_at": "2026-02-10T19:30:03Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3494, + "effective_tokens": -1015524, + "cache_hit_rate": 11625.151, + "cost_usd": 1.02333875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21879070226, + "workflow": "Security Guard", + "created_at": "2026-02-10T19:19:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5297, + "effective_tokens": -935373, + "cache_hit_rate": 9754.832, + "cost_usd": 0.91194, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21878734471, + "workflow": "Security Guard", + "created_at": "2026-02-10T19:08:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1825, + "effective_tokens": -154203, + "cache_hit_rate": 8798.692, + "cost_usd": 0.6146225000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21878733529, + "workflow": "Security Guard", + "created_at": "2026-02-10T19:08:47Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1136, + "effective_tokens": -131334, + "cache_hit_rate": 6159.615, + "cost_usd": 0.28197800000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21878728307, + "workflow": "Security Guard", + "created_at": "2026-02-10T19:08:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5380, + "effective_tokens": -806964, + "cache_hit_rate": 8849.784, + "cost_usd": 0.8598847499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21877893176, + "workflow": "Security Guard", + "created_at": "2026-02-10T18:42:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3118, + "effective_tokens": -137910, + "cache_hit_rate": 7532.125, + "cost_usd": 0.41677125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21877091730, + "workflow": "Security Guard", + "created_at": "2026-02-10T18:18:25Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2209, + "effective_tokens": -88859, + "cache_hit_rate": 5534.652, + "cost_usd": 0.34536675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21877003755, + "workflow": "Security Guard", + "created_at": "2026-02-10T18:15:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2073, + "effective_tokens": -94383, + "cache_hit_rate": 5890.818, + "cost_usd": 0.3238435, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21876677324, + "workflow": "Security Guard", + "created_at": "2026-02-10T18:05:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3185, + "effective_tokens": -206736, + "cache_hit_rate": 7144.886, + "cost_usd": 0.45542, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21876153224, + "workflow": "Security Guard", + "created_at": "2026-02-10T17:49:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3429, + "effective_tokens": -179050, + "cache_hit_rate": 7641.448, + "cost_usd": 0.44098675000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21856555277, + "workflow": "Security Guard", + "created_at": "2026-02-10T08:00:58Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2166, + "effective_tokens": -213790, + "cache_hit_rate": 9970.414, + "cost_usd": 0.6560755, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21856359340, + "workflow": "Security Guard", + "created_at": "2026-02-10T07:53:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2524, + "effective_tokens": -298226, + "cache_hit_rate": 7904.956, + "cost_usd": 0.58416475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21856359216, + "workflow": "Security Guard", + "created_at": "2026-02-10T07:53:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4745, + "effective_tokens": -1270641, + "cache_hit_rate": 16124.793, + "cost_usd": 1.08614725, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21856336559, + "workflow": "Security Guard", + "created_at": "2026-02-10T07:52:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1819, + "effective_tokens": -231179, + "cache_hit_rate": 6850.923, + "cost_usd": 0.39248500000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21856218897, + "workflow": "Security Guard", + "created_at": "2026-02-10T07:48:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1829, + "effective_tokens": -190679, + "cache_hit_rate": 8013.233, + "cost_usd": 0.46515175000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21855460561, + "workflow": "Security Guard", + "created_at": "2026-02-10T07:18:19Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3524, + "effective_tokens": -551533, + "cache_hit_rate": 12043.16, + "cost_usd": 0.8541442499999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21855149986, + "workflow": "Security Guard", + "created_at": "2026-02-10T07:05:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 24080, + "effective_tokens": -535649, + "cache_hit_rate": 29.876, + "cost_usd": 0.9343212499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21854832574, + "workflow": "Security Guard", + "created_at": "2026-02-10T06:52:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2771, + "effective_tokens": -420135, + "cache_hit_rate": 8280.14, + "cost_usd": 0.6199395, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21854597685, + "workflow": "Security Guard", + "created_at": "2026-02-10T06:42:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1918, + "effective_tokens": -250647, + "cache_hit_rate": 7666.974, + "cost_usd": 0.48749574999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21854586552, + "workflow": "Security Guard", + "created_at": "2026-02-10T06:41:32Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2360, + "effective_tokens": -329171, + "cache_hit_rate": 2836.477, + "cost_usd": 0.5178885, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21854575539, + "workflow": "Security Guard", + "created_at": "2026-02-10T06:41:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3253, + "effective_tokens": -464902, + "cache_hit_rate": 8694.333, + "cost_usd": 0.67725525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21854552126, + "workflow": "Security Guard", + "created_at": "2026-02-10T06:40:05Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2455, + "effective_tokens": -292122, + "cache_hit_rate": 6956.543, + "cost_usd": 0.3798685, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21854367050, + "workflow": "Security Guard", + "created_at": "2026-02-10T06:32:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2547, + "effective_tokens": -215792, + "cache_hit_rate": 7863.061, + "cost_usd": 1.2408224999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21854249509, + "workflow": "Security Guard", + "created_at": "2026-02-10T06:27:06Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2791, + "effective_tokens": -523007, + "cache_hit_rate": 6692.41, + "cost_usd": 0.5402049999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21854153193, + "workflow": "Security Guard", + "created_at": "2026-02-10T06:23:02Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4704, + "effective_tokens": -1082072, + "cache_hit_rate": 9700.25, + "cost_usd": 0.9318527500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21854107053, + "workflow": "Security Guard", + "created_at": "2026-02-10T06:21:06Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4534, + "effective_tokens": -477864, + "cache_hit_rate": 9450.636, + "cost_usd": 0.60810325, + "models": [ + "claude-sonnet-4-5-20250929", + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 21853923946, + "workflow": "Security Guard", + "created_at": "2026-02-10T06:13:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1825, + "effective_tokens": -170420, + "cache_hit_rate": 8342.769, + "cost_usd": 0.43324275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21852297099, + "workflow": "Security Guard", + "created_at": "2026-02-10T04:57:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2777, + "effective_tokens": -150072, + "cache_hit_rate": 6640, + "cost_usd": 0.41383175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21838280328, + "workflow": "Security Guard", + "created_at": "2026-02-09T19:51:05Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3183, + "effective_tokens": -560023, + "cache_hit_rate": 6303.927, + "cost_usd": 0.66116225, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21837714768, + "workflow": "Security Guard", + "created_at": "2026-02-09T19:31:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 9289, + "effective_tokens": -2043514, + "cache_hit_rate": 14336.436, + "cost_usd": 1.8894049999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21837292321, + "workflow": "Security Guard", + "created_at": "2026-02-09T19:13:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5756, + "effective_tokens": -785991, + "cache_hit_rate": 2641.205, + "cost_usd": 0.9581252500000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21836642475, + "workflow": "Security Guard", + "created_at": "2026-02-09T18:34:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5317, + "effective_tokens": -1165957, + "cache_hit_rate": 7092.538, + "cost_usd": 1.1240342500000005, + "models": [ + "claude-sonnet-4-5-20250929", + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 21836285186, + "workflow": "Security Guard", + "created_at": "2026-02-09T18:23:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3175, + "effective_tokens": -608886, + "cache_hit_rate": 10256.984, + "cost_usd": 0.7092190000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21836226372, + "workflow": "Security Guard", + "created_at": "2026-02-09T18:22:00Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4962, + "effective_tokens": -1222229, + "cache_hit_rate": 14436.955, + "cost_usd": 1.2362925500000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21834573345, + "workflow": "Security Guard", + "created_at": "2026-02-09T17:32:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1222, + "effective_tokens": -75795, + "cache_hit_rate": 5472.261, + "cost_usd": 0.39881524999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21816564598, + "workflow": "Security Guard", + "created_at": "2026-02-09T07:45:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2818, + "effective_tokens": -559178, + "cache_hit_rate": 9539.587, + "cost_usd": 0.66369075, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21816493355, + "workflow": "Security Guard", + "created_at": "2026-02-09T07:42:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4264, + "effective_tokens": -1242338, + "cache_hit_rate": 9136.73, + "cost_usd": 1.0298547500000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21816197792, + "workflow": "Security Guard", + "created_at": "2026-02-09T07:31:05Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1962, + "effective_tokens": -317266, + "cache_hit_rate": 10443.222, + "cost_usd": 0.62565925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21816046943, + "workflow": "Security Guard", + "created_at": "2026-02-09T07:25:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5858, + "effective_tokens": -2195198, + "cache_hit_rate": 25642.034, + "cost_usd": 1.6478142500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21815733274, + "workflow": "Security Guard", + "created_at": "2026-02-09T07:11:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4033, + "effective_tokens": -822304, + "cache_hit_rate": 7778.327, + "cost_usd": 0.7378994999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21769918674, + "workflow": "Security Guard", + "created_at": "2026-02-06T23:46:28Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1967, + "effective_tokens": -299730, + "cache_hit_rate": 7473.574, + "cost_usd": 0.53999825, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21769608780, + "workflow": "Security Guard", + "created_at": "2026-02-06T23:30:32Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 8461, + "effective_tokens": -1769893, + "cache_hit_rate": 19512.989, + "cost_usd": 1.7178729999999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21768434762, + "workflow": "Security Guard", + "created_at": "2026-02-06T22:39:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1661, + "effective_tokens": -169709, + "cache_hit_rate": 6979.75, + "cost_usd": 0.4779615, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21768414318, + "workflow": "Security Guard", + "created_at": "2026-02-06T22:38:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6956, + "effective_tokens": -1420781, + "cache_hit_rate": 21729.696, + "cost_usd": 1.6149154999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21767994426, + "workflow": "Security Guard", + "created_at": "2026-02-06T22:21:29Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 7144, + "effective_tokens": -956459, + "cache_hit_rate": 11923.36, + "cost_usd": 1.20821775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21765845046, + "workflow": "Security Guard", + "created_at": "2026-02-06T21:04:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3331, + "effective_tokens": -444881, + "cache_hit_rate": 9255.519, + "cost_usd": 0.6568825000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21760357219, + "workflow": "Security Guard", + "created_at": "2026-02-06T17:50:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1984, + "effective_tokens": -113974, + "cache_hit_rate": 8302.364, + "cost_usd": 0.5578365000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21760203581, + "workflow": "Security Guard", + "created_at": "2026-02-06T17:45:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3064, + "effective_tokens": -620539, + "cache_hit_rate": 9754.176, + "cost_usd": 0.65541125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21760072040, + "workflow": "Security Guard", + "created_at": "2026-02-06T17:41:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2925, + "effective_tokens": -680606, + "cache_hit_rate": 11780.587, + "cost_usd": 0.8100139999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21758499058, + "workflow": "Security Guard", + "created_at": "2026-02-06T16:48:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2781, + "effective_tokens": -459449, + "cache_hit_rate": 8564.783, + "cost_usd": 0.64996475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21758099130, + "workflow": "Security Guard", + "created_at": "2026-02-06T16:35:51Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3078, + "effective_tokens": -478369, + "cache_hit_rate": 10042.98, + "cost_usd": 0.5246952500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21757970256, + "workflow": "Security Guard", + "created_at": "2026-02-06T16:31:40Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2505, + "effective_tokens": -333358, + "cache_hit_rate": 8048.553, + "cost_usd": 0.51646775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21757833820, + "workflow": "Security Guard", + "created_at": "2026-02-06T16:27:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3206, + "effective_tokens": -413431, + "cache_hit_rate": 7250.415, + "cost_usd": 0.6572425000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21744636161, + "workflow": "Security Guard", + "created_at": "2026-02-06T08:55:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3301, + "effective_tokens": -695124, + "cache_hit_rate": 9437.95, + "cost_usd": 0.81277475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21743665469, + "workflow": "Security Guard", + "created_at": "2026-02-06T08:18:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2185, + "effective_tokens": -335356, + "cache_hit_rate": 7388.627, + "cost_usd": 0.49354275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21743293649, + "workflow": "Security Guard", + "created_at": "2026-02-06T08:03:53Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2869, + "effective_tokens": -285155, + "cache_hit_rate": 7650.302, + "cost_usd": 0.49172825000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21742638951, + "workflow": "Security Guard", + "created_at": "2026-02-06T07:36:29Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2162, + "effective_tokens": -285497, + "cache_hit_rate": 11793.75, + "cost_usd": 0.80400525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21735908731, + "workflow": "Security Guard", + "created_at": "2026-02-06T02:01:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2579, + "effective_tokens": -405455, + "cache_hit_rate": 8355.411, + "cost_usd": 0.67200075, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21735624914, + "workflow": "Security Guard", + "created_at": "2026-02-06T01:46:58Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2085, + "effective_tokens": -273363, + "cache_hit_rate": 7322.857, + "cost_usd": 0.40627800000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21735579044, + "workflow": "Security Guard", + "created_at": "2026-02-06T01:44:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1860, + "effective_tokens": -320770, + "cache_hit_rate": 7785.245, + "cost_usd": 0.60456525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21735300022, + "workflow": "Security Guard", + "created_at": "2026-02-06T01:31:22Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4765, + "effective_tokens": -346644, + "cache_hit_rate": 187.32, + "cost_usd": 0.6068349999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21734652923, + "workflow": "Security Guard", + "created_at": "2026-02-06T01:00:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2680, + "effective_tokens": -370011, + "cache_hit_rate": 10482.667, + "cost_usd": 0.49758925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21734617926, + "workflow": "Security Guard", + "created_at": "2026-02-06T00:58:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1796, + "effective_tokens": -190905, + "cache_hit_rate": 6045.59, + "cost_usd": 0.43175325000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21734436720, + "workflow": "Security Guard", + "created_at": "2026-02-06T00:50:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5723, + "effective_tokens": -982526, + "cache_hit_rate": 12770.111, + "cost_usd": 0.9474799999999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21733737018, + "workflow": "Security Guard", + "created_at": "2026-02-06T00:19:57Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3344, + "effective_tokens": -629489, + "cache_hit_rate": 8222.916, + "cost_usd": 0.7492392499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21733318378, + "workflow": "Security Guard", + "created_at": "2026-02-06T00:02:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4545, + "effective_tokens": -936618, + "cache_hit_rate": 10276.124, + "cost_usd": 0.59594395, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21732785593, + "workflow": "Security Guard", + "created_at": "2026-02-05T23:39:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 7865, + "effective_tokens": -1338774, + "cache_hit_rate": 646.222, + "cost_usd": 0.6907688499999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21732471803, + "workflow": "Security Guard", + "created_at": "2026-02-05T23:27:00Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5877, + "effective_tokens": -1490712, + "cache_hit_rate": 21743.042, + "cost_usd": 0.8160512999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21732239596, + "workflow": "Security Guard", + "created_at": "2026-02-05T23:17:53Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3391, + "effective_tokens": -386913, + "cache_hit_rate": 8228.444, + "cost_usd": 0.3924657999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21732111936, + "workflow": "Security Guard", + "created_at": "2026-02-05T23:13:03Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1596, + "effective_tokens": -217143, + "cache_hit_rate": 6789.703, + "cost_usd": 0.2230427, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21731363144, + "workflow": "Security Guard", + "created_at": "2026-02-05T22:44:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1638, + "effective_tokens": -231490, + "cache_hit_rate": 12226.125, + "cost_usd": 0.33895034999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21731200182, + "workflow": "Security Guard", + "created_at": "2026-02-05T22:38:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2135, + "effective_tokens": -409546, + "cache_hit_rate": 9576.638, + "cost_usd": 0.31108935, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21730900660, + "workflow": "Security Guard", + "created_at": "2026-02-05T22:27:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3490, + "effective_tokens": -644681, + "cache_hit_rate": 9310.675, + "cost_usd": 0.55966985, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21729817865, + "workflow": "Security Guard", + "created_at": "2026-02-05T21:50:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2237, + "effective_tokens": -327070, + "cache_hit_rate": 11144.2, + "cost_usd": 0.37844310000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21729465060, + "workflow": "Security Guard", + "created_at": "2026-02-05T21:38:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2455, + "effective_tokens": -517901, + "cache_hit_rate": 13051.091, + "cost_usd": 0.4125254000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21729338591, + "workflow": "Security Guard", + "created_at": "2026-02-05T21:34:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3206, + "effective_tokens": -612638, + "cache_hit_rate": 9060.625, + "cost_usd": 0.3872652499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21728425199, + "workflow": "Security Guard", + "created_at": "2026-02-05T21:04:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3121, + "effective_tokens": -307151, + "cache_hit_rate": 6666.815, + "cost_usd": 0.3440074, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21728091581, + "workflow": "Security Guard", + "created_at": "2026-02-05T20:53:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3300, + "effective_tokens": -325959, + "cache_hit_rate": 1321.848, + "cost_usd": 0.36394744999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21727792752, + "workflow": "Security Guard", + "created_at": "2026-02-05T20:43:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4531, + "effective_tokens": -918124, + "cache_hit_rate": 14453.119, + "cost_usd": 0.5505787, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21727002051, + "workflow": "Security Guard", + "created_at": "2026-02-05T20:17:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2164, + "effective_tokens": -227180, + "cache_hit_rate": 8015.5, + "cost_usd": 0.67642875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21726878068, + "workflow": "Security Guard", + "created_at": "2026-02-05T20:13:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2259, + "effective_tokens": -331031, + "cache_hit_rate": 8104.396, + "cost_usd": 0.59879975, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21726643830, + "workflow": "Security Guard", + "created_at": "2026-02-05T20:06:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2319, + "effective_tokens": -291311, + "cache_hit_rate": 7379.479, + "cost_usd": 0.61330175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21726113734, + "workflow": "Security Guard", + "created_at": "2026-02-05T19:50:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3162, + "effective_tokens": -251257, + "cache_hit_rate": 304.04, + "cost_usd": 0.387592, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21725987373, + "workflow": "Security Guard", + "created_at": "2026-02-05T19:45:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1654, + "effective_tokens": -169388, + "cache_hit_rate": 7058.688, + "cost_usd": 0.496887, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21725387808, + "workflow": "Security Guard", + "created_at": "2026-02-05T19:26:47Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1662, + "effective_tokens": -198234, + "cache_hit_rate": 6969.75, + "cost_usd": 0.29754899999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21722898238, + "workflow": "Security Guard", + "created_at": "2026-02-05T18:06:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6464, + "effective_tokens": -1072736, + "cache_hit_rate": 11845.844, + "cost_usd": 1.0990217500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21698153397, + "workflow": "Security Guard", + "created_at": "2026-02-05T03:56:57Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3284, + "effective_tokens": -535952, + "cache_hit_rate": 7943.747, + "cost_usd": 0.7432317500000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21691710077, + "workflow": "Security Guard", + "created_at": "2026-02-04T23:00:00Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1281, + "effective_tokens": -179058, + "cache_hit_rate": 8012.286, + "cost_usd": 0.41918125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21691231155, + "workflow": "Security Guard", + "created_at": "2026-02-04T22:41:57Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4017, + "effective_tokens": -931645, + "cache_hit_rate": 15290.656, + "cost_usd": 1.22815075, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21690990036, + "workflow": "Security Guard", + "created_at": "2026-02-04T22:33:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 7255, + "effective_tokens": -1252916, + "cache_hit_rate": 13197.388, + "cost_usd": 1.2676214999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21690705018, + "workflow": "Security Guard", + "created_at": "2026-02-04T22:23:05Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1117, + "effective_tokens": -131670, + "cache_hit_rate": 7675.522, + "cost_usd": 0.389694, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21690581768, + "workflow": "Security Guard", + "created_at": "2026-02-04T22:18:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 980, + "effective_tokens": -30696, + "cache_hit_rate": 5863.875, + "cost_usd": 0.4600265, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21688655944, + "workflow": "Security Guard", + "created_at": "2026-02-04T21:15:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2533, + "effective_tokens": -394730, + "cache_hit_rate": 8201.8, + "cost_usd": 0.6247625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21687517706, + "workflow": "Security Guard", + "created_at": "2026-02-04T20:38:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1561, + "effective_tokens": -29506, + "cache_hit_rate": 5264.438, + "cost_usd": 0.4136225, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21686841630, + "workflow": "Security Guard", + "created_at": "2026-02-04T20:16:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2303, + "effective_tokens": -332062, + "cache_hit_rate": 8190.277, + "cost_usd": 0.565746, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21686572590, + "workflow": "Security Guard", + "created_at": "2026-02-04T20:08:09Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 7271, + "effective_tokens": -1519536, + "cache_hit_rate": 23412.597, + "cost_usd": 1.4443945000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21686334425, + "workflow": "Security Guard", + "created_at": "2026-02-04T20:00:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5918, + "effective_tokens": -1269540, + "cache_hit_rate": 12355.131, + "cost_usd": 1.09920975, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21686330507, + "workflow": "Security Guard", + "created_at": "2026-02-04T20:00:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4376, + "effective_tokens": -712162, + "cache_hit_rate": 9572.487, + "cost_usd": 0.7446815, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21686326537, + "workflow": "Security Guard", + "created_at": "2026-02-04T20:00:33Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1531, + "effective_tokens": -120345, + "cache_hit_rate": 6735.174, + "cost_usd": 0.32224875000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21686296465, + "workflow": "Security Guard", + "created_at": "2026-02-04T19:59:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1060, + "effective_tokens": -132414, + "cache_hit_rate": 8869.136, + "cost_usd": 0.50943725, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21686290051, + "workflow": "Security Guard", + "created_at": "2026-02-04T19:59:23Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 665, + "effective_tokens": -73441, + "cache_hit_rate": 5818.875, + "cost_usd": 0.182104, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21686286488, + "workflow": "Security Guard", + "created_at": "2026-02-04T19:59:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6013, + "effective_tokens": -1623178, + "cache_hit_rate": 22697, + "cost_usd": 1.33712675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21686265594, + "workflow": "Security Guard", + "created_at": "2026-02-04T19:58:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5027, + "effective_tokens": -1428336, + "cache_hit_rate": 18027.205, + "cost_usd": 1.2823077500000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21685295408, + "workflow": "Security Guard", + "created_at": "2026-02-04T19:27:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6500, + "effective_tokens": -1253721, + "cache_hit_rate": 17521.587, + "cost_usd": 1.6639477499999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21681865540, + "workflow": "Security Guard", + "created_at": "2026-02-04T17:38:29Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1409, + "effective_tokens": -217607, + "cache_hit_rate": 8048.844, + "cost_usd": 0.24308614999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21681860943, + "workflow": "Security Guard", + "created_at": "2026-02-04T17:38:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5005, + "effective_tokens": -629625, + "cache_hit_rate": 11831.228, + "cost_usd": 0.64680675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21681777888, + "workflow": "Security Guard", + "created_at": "2026-02-04T17:35:40Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4268, + "effective_tokens": -753395, + "cache_hit_rate": 4869.06, + "cost_usd": 0.7330748500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21681537617, + "workflow": "Security Guard", + "created_at": "2026-02-04T17:28:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1646, + "effective_tokens": -235936, + "cache_hit_rate": 8297.412, + "cost_usd": 0.37540275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21681137831, + "workflow": "Security Guard", + "created_at": "2026-02-04T17:15:58Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1250, + "effective_tokens": -149799, + "cache_hit_rate": 7348.346, + "cost_usd": 0.2262881, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21647029799, + "workflow": "Security Guard", + "created_at": "2026-02-03T20:41:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2629, + "effective_tokens": -547062, + "cache_hit_rate": 10071.377, + "cost_usd": 0.4660084500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21646517033, + "workflow": "Security Guard", + "created_at": "2026-02-03T20:25:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3124, + "effective_tokens": -374745, + "cache_hit_rate": 664.165, + "cost_usd": 0.28578495, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21645926639, + "workflow": "Security Guard", + "created_at": "2026-02-03T20:08:25Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4260, + "effective_tokens": -631023, + "cache_hit_rate": 9680.884, + "cost_usd": 0.38658679999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21645059383, + "workflow": "Security Guard", + "created_at": "2026-02-03T19:43:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1215, + "effective_tokens": -97808, + "cache_hit_rate": 5928.136, + "cost_usd": 0.1753247, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21643861968, + "workflow": "Security Guard", + "created_at": "2026-02-03T19:07:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 5852, + "effective_tokens": -914333, + "cache_hit_rate": 14876.136, + "cost_usd": 0.8166697499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21643407159, + "workflow": "Security Guard", + "created_at": "2026-02-03T18:53:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6310, + "effective_tokens": -1322302, + "cache_hit_rate": 16167.012, + "cost_usd": 0.8755338000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21640468023, + "workflow": "Security Guard", + "created_at": "2026-02-03T17:24:51Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6071, + "effective_tokens": -1289225, + "cache_hit_rate": 25757.83, + "cost_usd": 0.8927417500000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 24699078431, + "workflow": "Smoke Claude", + "created_at": "2026-04-21T01:21:58Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 1327, + "effective_tokens": 66253, + "cache_hit_rate": 3671.5, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24696048108, + "workflow": "Smoke Claude", + "created_at": "2026-04-20T23:40:49Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 1815, + "effective_tokens": 67997, + "cache_hit_rate": 3974.62, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24693917087, + "workflow": "Smoke Claude", + "created_at": "2026-04-20T22:36:53Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 1113, + "effective_tokens": 52105, + "cache_hit_rate": 3007.846, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24693738845, + "workflow": "Smoke Claude", + "created_at": "2026-04-20T22:31:48Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 1640, + "effective_tokens": 62773, + "cache_hit_rate": 3765.81, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24693378629, + "workflow": "Smoke Claude", + "created_at": "2026-04-20T22:21:39Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 1706, + "effective_tokens": 74085, + "cache_hit_rate": 4203.19, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24693187587, + "workflow": "Smoke Claude", + "created_at": "2026-04-20T22:16:14Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 1643, + "effective_tokens": 58585, + "cache_hit_rate": 3474.059, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24692805243, + "workflow": "Smoke Claude", + "created_at": "2026-04-20T22:05:52Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 1706, + "effective_tokens": 69131, + "cache_hit_rate": 3745.265, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24691126103, + "workflow": "Smoke Claude", + "created_at": "2026-04-20T21:23:51Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 1688, + "effective_tokens": 47595, + "cache_hit_rate": 4448.912, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24690933107, + "workflow": "Smoke Claude", + "created_at": "2026-04-20T21:19:11Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 1487, + "effective_tokens": 36305, + "cache_hit_rate": 4171.353, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24690740053, + "workflow": "Smoke Claude", + "created_at": "2026-04-20T21:14:20Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 1270, + "effective_tokens": 56965, + "cache_hit_rate": 3469.588, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24688419410, + "workflow": "Smoke Claude", + "created_at": "2026-04-20T20:21:51Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 1852, + "effective_tokens": 59476, + "cache_hit_rate": 3464.735, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24688165488, + "workflow": "Smoke Claude", + "created_at": "2026-04-20T20:16:24Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 1491, + "effective_tokens": 57923, + "cache_hit_rate": 3468.059, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24687095878, + "workflow": "Smoke Claude", + "created_at": "2026-04-20T19:52:22Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 1291, + "effective_tokens": 57013, + "cache_hit_rate": 3456.588, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24684649496, + "workflow": "Smoke Claude", + "created_at": "2026-04-20T18:56:08Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 1724, + "effective_tokens": 74180, + "cache_hit_rate": 4199.952, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24684043333, + "workflow": "Smoke Claude", + "created_at": "2026-04-20T18:42:56Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 1896, + "effective_tokens": 64106, + "cache_hit_rate": 3763.119, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24682053949, + "workflow": "Smoke Claude", + "created_at": "2026-04-20T17:58:17Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 1283, + "effective_tokens": 57002, + "cache_hit_rate": 3470.706, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24680602688, + "workflow": "Smoke Claude", + "created_at": "2026-04-20T17:25:54Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 1504, + "effective_tokens": 61884, + "cache_hit_rate": 3756.071, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24678902585, + "workflow": "Smoke Claude", + "created_at": "2026-04-20T16:47:52Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 2204, + "effective_tokens": 75982, + "cache_hit_rate": 3817.341, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24677468112, + "workflow": "Smoke Claude", + "created_at": "2026-04-20T16:16:35Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 1425, + "effective_tokens": 36177, + "cache_hit_rate": 4173.441, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24677434575, + "workflow": "Smoke Claude", + "created_at": "2026-04-20T16:15:51Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 1375, + "effective_tokens": 57495, + "cache_hit_rate": 3469.588, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24676940934, + "workflow": "Smoke Claude", + "created_at": "2026-04-20T16:05:12Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 1448, + "effective_tokens": 57895, + "cache_hit_rate": 3470.971, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24674947892, + "workflow": "Smoke Claude", + "created_at": "2026-04-20T15:24:35Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 1688, + "effective_tokens": 69644, + "cache_hit_rate": 3555.75, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24673612618, + "workflow": "Smoke Claude", + "created_at": "2026-04-20T14:57:32Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 1336, + "effective_tokens": 57951, + "cache_hit_rate": 3442.118, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24673276282, + "workflow": "Smoke Claude", + "created_at": "2026-04-20T14:50:40Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 1480, + "effective_tokens": 39507, + "cache_hit_rate": 4381.559, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24673246665, + "workflow": "Smoke Claude", + "created_at": "2026-04-20T14:50:05Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 1462, + "effective_tokens": 60930, + "cache_hit_rate": 3680.765, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24672401913, + "workflow": "Smoke Claude", + "created_at": "2026-04-20T14:33:33Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 1455, + "effective_tokens": 71075, + "cache_hit_rate": 3947.765, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24670564560, + "workflow": "Smoke Claude", + "created_at": "2026-04-20T13:56:04Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 1201, + "effective_tokens": 35196, + "cache_hit_rate": 4175.147, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24670276095, + "workflow": "Smoke Claude", + "created_at": "2026-04-20T13:50:14Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 1256, + "effective_tokens": 38451, + "cache_hit_rate": 4378.5, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24670097659, + "workflow": "Smoke Claude", + "created_at": "2026-04-20T13:46:28Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 1295, + "effective_tokens": 38536, + "cache_hit_rate": 4380.059, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24668885123, + "workflow": "Smoke Claude", + "created_at": "2026-04-20T13:21:10Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 1095, + "effective_tokens": 62301, + "cache_hit_rate": 3898.571, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24651284507, + "workflow": "Smoke Claude", + "created_at": "2026-04-20T06:10:57Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 1421, + "effective_tokens": 70852, + "cache_hit_rate": 3944.147, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24644090473, + "workflow": "Smoke Claude", + "created_at": "2026-04-20T01:22:06Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 1257, + "effective_tokens": 58930, + "cache_hit_rate": 3617.059, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24640001465, + "workflow": "Smoke Claude", + "created_at": "2026-04-19T21:52:18Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 1341, + "effective_tokens": 56095, + "cache_hit_rate": 3189.423, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24630039907, + "workflow": "Smoke Claude", + "created_at": "2026-04-19T13:18:32Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 1342, + "effective_tokens": 59409, + "cache_hit_rate": 3621.088, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24629144037, + "workflow": "Smoke Claude", + "created_at": "2026-04-19T12:31:12Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 1283, + "effective_tokens": 60123, + "cache_hit_rate": 3676.559, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24618064206, + "workflow": "Smoke Claude", + "created_at": "2026-04-19T01:22:10Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 1318, + "effective_tokens": 59316, + "cache_hit_rate": 3617.5, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24615927586, + "workflow": "Smoke Claude", + "created_at": "2026-04-18T23:05:41Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 1643, + "effective_tokens": 54987, + "cache_hit_rate": 4564.477, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24615910446, + "workflow": "Smoke Claude", + "created_at": "2026-04-18T23:04:37Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 1189, + "effective_tokens": 55442, + "cache_hit_rate": 3188.885, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24615750575, + "workflow": "Smoke Claude", + "created_at": "2026-04-18T22:54:41Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 1341, + "effective_tokens": 60378, + "cache_hit_rate": 3676.794, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24612740312, + "workflow": "Smoke Claude", + "created_at": "2026-04-18T20:00:38Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 1353, + "effective_tokens": 64617, + "cache_hit_rate": 3972.262, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24612543356, + "workflow": "Smoke Claude", + "created_at": "2026-04-18T19:49:29Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 1147, + "effective_tokens": 59349, + "cache_hit_rate": 3667.912, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24610775074, + "workflow": "Smoke Claude", + "created_at": "2026-04-18T18:11:08Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 1137, + "effective_tokens": 55176, + "cache_hit_rate": 3189.154, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24610603484, + "workflow": "Smoke Claude", + "created_at": "2026-04-18T18:01:30Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 1474, + "effective_tokens": 61010, + "cache_hit_rate": 3680.029, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24605543422, + "workflow": "Smoke Claude", + "created_at": "2026-04-18T13:18:32Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 1229, + "effective_tokens": 59603, + "cache_hit_rate": 3593.118, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24593695609, + "workflow": "Smoke Claude", + "created_at": "2026-04-18T01:23:52Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 1237, + "effective_tokens": 55678, + "cache_hit_rate": 3191.154, + "cost_usd": null, + "models": [ + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 24593652310, + "workflow": "Smoke Claude", + "created_at": "2026-04-18T01:21:46Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 638, + "effective_tokens": 51516, + "cache_hit_rate": 16142.4, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24593538065, + "workflow": "Smoke Claude", + "created_at": "2026-04-18T01:16:32Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 762, + "effective_tokens": 61300, + "cache_hit_rate": 23579, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24591315622, + "workflow": "Smoke Claude", + "created_at": "2026-04-17T23:36:17Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 687, + "effective_tokens": 57080, + "cache_hit_rate": 20587.167, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24590789047, + "workflow": "Smoke Claude", + "created_at": "2026-04-17T23:15:53Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 738, + "effective_tokens": 57357, + "cache_hit_rate": 20596.333, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24586966583, + "workflow": "Smoke Claude", + "created_at": "2026-04-17T21:13:44Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 743, + "effective_tokens": 53026, + "cache_hit_rate": 16435.4, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24583912086, + "workflow": "Smoke Claude", + "created_at": "2026-04-17T19:52:58Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 1284, + "effective_tokens": 68667, + "cache_hit_rate": 25941.75, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24577008385, + "workflow": "Smoke Claude", + "created_at": "2026-04-17T17:01:01Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 1295, + "effective_tokens": 60013, + "cache_hit_rate": 20638.667, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24572922735, + "workflow": "Smoke Claude", + "created_at": "2026-04-17T15:25:15Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 1298, + "effective_tokens": 68720, + "cache_hit_rate": 25905.875, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24572432517, + "workflow": "Smoke Claude", + "created_at": "2026-04-17T15:14:18Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 1165, + "effective_tokens": 63413, + "cache_hit_rate": 23675.857, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24572129849, + "workflow": "Smoke Claude", + "created_at": "2026-04-17T15:07:31Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 787, + "effective_tokens": 67751, + "cache_hit_rate": 25904.714, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24571087257, + "workflow": "Smoke Claude", + "created_at": "2026-04-17T14:44:31Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 1270, + "effective_tokens": 74887, + "cache_hit_rate": 28234.875, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24567220405, + "workflow": "Smoke Claude", + "created_at": "2026-04-17T13:20:09Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 689, + "effective_tokens": 61892, + "cache_hit_rate": 22381.167, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24549105731, + "workflow": "Smoke Claude", + "created_at": "2026-04-17T05:19:49Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 845, + "effective_tokens": 73155, + "cache_hit_rate": 28585, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24548864481, + "workflow": "Smoke Claude", + "created_at": "2026-04-17T05:11:27Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 785, + "effective_tokens": 63312, + "cache_hit_rate": 22759.667, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24546091768, + "workflow": "Smoke Claude", + "created_at": "2026-04-17T03:25:56Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 743, + "effective_tokens": 63135, + "cache_hit_rate": 22761.5, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24545607072, + "workflow": "Smoke Claude", + "created_at": "2026-04-17T03:07:08Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 759, + "effective_tokens": 63181, + "cache_hit_rate": 22641.333, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24544776289, + "workflow": "Smoke Claude", + "created_at": "2026-04-17T02:34:49Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 736, + "effective_tokens": 62730, + "cache_hit_rate": 22654.667, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24542800577, + "workflow": "Smoke Claude", + "created_at": "2026-04-17T01:22:02Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 738, + "effective_tokens": 57221, + "cache_hit_rate": 17708.8, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24539423992, + "workflow": "Smoke Claude", + "created_at": "2026-04-16T23:30:41Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 750, + "effective_tokens": 62948, + "cache_hit_rate": 22583.833, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24535683334, + "workflow": "Smoke Claude", + "created_at": "2026-04-16T21:46:38Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 1007, + "effective_tokens": 64160, + "cache_hit_rate": 22718.333, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24524657144, + "workflow": "Smoke Claude", + "created_at": "2026-04-16T17:33:29Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 763, + "effective_tokens": 71263, + "cache_hit_rate": 27980.125, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24492723038, + "workflow": "Smoke Claude", + "created_at": "2026-04-16T04:50:25Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 639, + "effective_tokens": 62973, + "cache_hit_rate": 22723.667, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24492526139, + "workflow": "Smoke Claude", + "created_at": "2026-04-16T04:43:30Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 637, + "effective_tokens": 62918, + "cache_hit_rate": 22712, + "cost_usd": null, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24488563705, + "workflow": "Smoke Claude", + "created_at": "2026-04-16T02:21:25Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 768, + "effective_tokens": 64915, + "cache_hit_rate": 22050.667, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24487070324, + "workflow": "Smoke Claude", + "created_at": "2026-04-16T01:27:53Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 908, + "effective_tokens": 63394, + "cache_hit_rate": 22518.167, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24486847211, + "workflow": "Smoke Claude", + "created_at": "2026-04-16T01:19:47Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 636, + "effective_tokens": 37738, + "cache_hit_rate": 26956.5, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24486540184, + "workflow": "Smoke Claude", + "created_at": "2026-04-16T01:08:34Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 639, + "effective_tokens": 61990, + "cache_hit_rate": 22383.333, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24486126479, + "workflow": "Smoke Claude", + "created_at": "2026-04-16T00:53:56Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 782, + "effective_tokens": 67543, + "cache_hit_rate": 25759.857, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24485779159, + "workflow": "Smoke Claude", + "created_at": "2026-04-16T00:41:21Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 815, + "effective_tokens": 62830, + "cache_hit_rate": 22462.833, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24485544682, + "workflow": "Smoke Claude", + "created_at": "2026-04-16T00:32:44Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 790, + "effective_tokens": 67645, + "cache_hit_rate": 25775.857, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24485332546, + "workflow": "Smoke Claude", + "created_at": "2026-04-16T00:25:04Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 743, + "effective_tokens": 71987, + "cache_hit_rate": 28372, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24477096714, + "workflow": "Smoke Claude", + "created_at": "2026-04-15T20:36:47Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 650, + "effective_tokens": 61993, + "cache_hit_rate": 22442.667, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24476706364, + "workflow": "Smoke Claude", + "created_at": "2026-04-15T20:28:11Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 649, + "effective_tokens": 66481, + "cache_hit_rate": 25708.571, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24470570566, + "workflow": "Smoke Claude", + "created_at": "2026-04-15T18:12:27Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 651, + "effective_tokens": 61492, + "cache_hit_rate": 22304.833, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24469880182, + "workflow": "Smoke Claude", + "created_at": "2026-04-15T17:56:41Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 750, + "effective_tokens": 63816, + "cache_hit_rate": 21964.167, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24467006847, + "workflow": "Smoke Claude", + "created_at": "2026-04-15T16:51:37Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 752, + "effective_tokens": 71780, + "cache_hit_rate": 28086.125, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24466516318, + "workflow": "Smoke Claude", + "created_at": "2026-04-15T16:40:24Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 795, + "effective_tokens": 67080, + "cache_hit_rate": 25708.714, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24436400540, + "workflow": "Smoke Claude", + "created_at": "2026-04-15T04:28:10Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 775, + "effective_tokens": 71574, + "cache_hit_rate": 28170.625, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24435902136, + "workflow": "Smoke Claude", + "created_at": "2026-04-15T04:08:59Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 721, + "effective_tokens": 73274, + "cache_hit_rate": 27818.125, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24434523391, + "workflow": "Smoke Claude", + "created_at": "2026-04-15T03:14:56Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 759, + "effective_tokens": 66868, + "cache_hit_rate": 25700.571, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24425093415, + "workflow": "Smoke Claude", + "created_at": "2026-04-14T22:01:38Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 726, + "effective_tokens": 47292, + "cache_hit_rate": 31432.75, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24424029719, + "workflow": "Smoke Claude", + "created_at": "2026-04-14T21:33:11Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 645, + "effective_tokens": 42546, + "cache_hit_rate": 29561.714, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24423751372, + "workflow": "Smoke Claude", + "created_at": "2026-04-14T21:26:05Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 736, + "effective_tokens": 47535, + "cache_hit_rate": 31615, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24423591401, + "workflow": "Smoke Claude", + "created_at": "2026-04-14T21:22:13Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 684, + "effective_tokens": 67017, + "cache_hit_rate": 25704.714, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24422261479, + "workflow": "Smoke Claude", + "created_at": "2026-04-14T20:50:18Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 783, + "effective_tokens": 67145, + "cache_hit_rate": 25749.143, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24421517493, + "workflow": "Smoke Claude", + "created_at": "2026-04-14T20:33:03Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 648, + "effective_tokens": 62085, + "cache_hit_rate": 22355.5, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24411708847, + "workflow": "Smoke Claude", + "created_at": "2026-04-14T16:49:56Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 972, + "effective_tokens": 68751, + "cache_hit_rate": 25981, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24319647106, + "workflow": "Smoke Claude", + "created_at": "2026-04-13T00:04:05Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 768, + "effective_tokens": 67939, + "cache_hit_rate": 26039.286, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24319183558, + "workflow": "Smoke Claude", + "created_at": "2026-04-12T23:39:15Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 661, + "effective_tokens": 62760, + "cache_hit_rate": 22649.5, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24318847644, + "workflow": "Smoke Claude", + "created_at": "2026-04-12T23:20:37Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 730, + "effective_tokens": 43407, + "cache_hit_rate": 29839.571, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24318792261, + "workflow": "Smoke Claude", + "created_at": "2026-04-12T23:17:23Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 750, + "effective_tokens": 70673, + "cache_hit_rate": 25580.857, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24318513152, + "workflow": "Smoke Claude", + "created_at": "2026-04-12T23:02:13Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 807, + "effective_tokens": 68396, + "cache_hit_rate": 25995.714, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24316781100, + "workflow": "Smoke Claude", + "created_at": "2026-04-12T21:25:54Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 636, + "effective_tokens": 61866, + "cache_hit_rate": 22424.667, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24315641999, + "workflow": "Smoke Claude", + "created_at": "2026-04-12T20:25:06Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 772, + "effective_tokens": 67970, + "cache_hit_rate": 26048.857, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24315473861, + "workflow": "Smoke Claude", + "created_at": "2026-04-12T20:16:04Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 636, + "effective_tokens": 42980, + "cache_hit_rate": 29831.714, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24315034244, + "workflow": "Smoke Claude", + "created_at": "2026-04-12T19:52:55Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 719, + "effective_tokens": 61833, + "cache_hit_rate": 22318.333, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24314916431, + "workflow": "Smoke Claude", + "created_at": "2026-04-12T19:46:43Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 717, + "effective_tokens": 42288, + "cache_hit_rate": 29343.571, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24314890524, + "workflow": "Smoke Claude", + "created_at": "2026-04-12T19:45:21Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 633, + "effective_tokens": 41585, + "cache_hit_rate": 29373.571, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24314841015, + "workflow": "Smoke Claude", + "created_at": "2026-04-12T19:42:45Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 635, + "effective_tokens": 67424, + "cache_hit_rate": 25276.286, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24314497454, + "workflow": "Smoke Claude", + "created_at": "2026-04-12T19:24:24Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 648, + "effective_tokens": 67475, + "cache_hit_rate": 25269.143, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24314442127, + "workflow": "Smoke Claude", + "created_at": "2026-04-12T19:21:46Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 652, + "effective_tokens": 62145, + "cache_hit_rate": 22374.167, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24314154128, + "workflow": "Smoke Claude", + "created_at": "2026-04-12T19:06:42Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 659, + "effective_tokens": 32535, + "cache_hit_rate": 23027.2, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24312346897, + "workflow": "Smoke Claude", + "created_at": "2026-04-12T17:32:08Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 660, + "effective_tokens": 61181, + "cache_hit_rate": 22200.333, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24310558528, + "workflow": "Smoke Claude", + "created_at": "2026-04-12T15:56:09Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 689, + "effective_tokens": 70660, + "cache_hit_rate": 27880.25, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24292329628, + "workflow": "Smoke Claude", + "created_at": "2026-04-11T21:47:13Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 770, + "effective_tokens": 66654, + "cache_hit_rate": 25487.429, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24292134862, + "workflow": "Smoke Claude", + "created_at": "2026-04-11T21:36:04Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 750, + "effective_tokens": 42096, + "cache_hit_rate": 29277.286, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24292050173, + "workflow": "Smoke Claude", + "created_at": "2026-04-11T21:31:15Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 717, + "effective_tokens": 72035, + "cache_hit_rate": 27657.625, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24291085395, + "workflow": "Smoke Claude", + "created_at": "2026-04-11T20:36:17Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 766, + "effective_tokens": 44373, + "cache_hit_rate": 29203.143, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24290215008, + "workflow": "Smoke Claude", + "created_at": "2026-04-11T19:48:06Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 627, + "effective_tokens": 66035, + "cache_hit_rate": 25494.857, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24290111810, + "workflow": "Smoke Claude", + "created_at": "2026-04-11T19:42:20Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 725, + "effective_tokens": 70880, + "cache_hit_rate": 28005.5, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24289182699, + "workflow": "Smoke Claude", + "created_at": "2026-04-11T18:49:58Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 748, + "effective_tokens": 44085, + "cache_hit_rate": 29113, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24289175294, + "workflow": "Smoke Claude", + "created_at": "2026-04-11T18:49:35Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 666, + "effective_tokens": 61703, + "cache_hit_rate": 22217.833, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24287824928, + "workflow": "Smoke Claude", + "created_at": "2026-04-11T17:33:22Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 747, + "effective_tokens": 70990, + "cache_hit_rate": 27936.375, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24287094163, + "workflow": "Smoke Claude", + "created_at": "2026-04-11T16:52:15Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 743, + "effective_tokens": 57513, + "cache_hit_rate": 17695.4, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24286946585, + "workflow": "Smoke Claude", + "created_at": "2026-04-11T16:44:04Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 643, + "effective_tokens": 37098, + "cache_hit_rate": 26693.667, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24286910024, + "workflow": "Smoke Claude", + "created_at": "2026-04-11T16:42:06Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 660, + "effective_tokens": 37518, + "cache_hit_rate": 26756.833, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24286885994, + "workflow": "Smoke Claude", + "created_at": "2026-04-11T16:40:49Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 657, + "effective_tokens": 61721, + "cache_hit_rate": 22291, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24285997561, + "workflow": "Smoke Claude", + "created_at": "2026-04-11T15:50:31Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 609, + "effective_tokens": 32699, + "cache_hit_rate": 23094.6, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24285974365, + "workflow": "Smoke Claude", + "created_at": "2026-04-11T15:49:15Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 650, + "effective_tokens": 42123, + "cache_hit_rate": 29413.571, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24285926885, + "workflow": "Smoke Claude", + "created_at": "2026-04-11T15:46:28Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 662, + "effective_tokens": 66255, + "cache_hit_rate": 25619.286, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24285565769, + "workflow": "Smoke Claude", + "created_at": "2026-04-11T15:26:54Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 737, + "effective_tokens": 73579, + "cache_hit_rate": 27915.125, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24285399453, + "workflow": "Smoke Claude", + "created_at": "2026-04-11T15:17:49Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 633, + "effective_tokens": 65976, + "cache_hit_rate": 25570.286, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24284801988, + "workflow": "Smoke Claude", + "created_at": "2026-04-11T14:44:26Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 706, + "effective_tokens": 70672, + "cache_hit_rate": 27891, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24272439720, + "workflow": "Smoke Claude", + "created_at": "2026-04-11T02:19:27Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 688, + "effective_tokens": 66316, + "cache_hit_rate": 25594.857, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24271386279, + "workflow": "Smoke Claude", + "created_at": "2026-04-11T01:21:30Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 712, + "effective_tokens": 37793, + "cache_hit_rate": 26870.333, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24271368226, + "workflow": "Smoke Claude", + "created_at": "2026-04-11T01:20:34Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 729, + "effective_tokens": 47460, + "cache_hit_rate": 31486.875, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24258771915, + "workflow": "Smoke Claude", + "created_at": "2026-04-10T18:48:36Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 745, + "effective_tokens": 68388, + "cache_hit_rate": 25325.143, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24257149635, + "workflow": "Smoke Claude", + "created_at": "2026-04-10T18:09:13Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 669, + "effective_tokens": 61698, + "cache_hit_rate": 22211.667, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24256448107, + "workflow": "Smoke Claude", + "created_at": "2026-04-10T17:52:03Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 625, + "effective_tokens": 66909, + "cache_hit_rate": 25214.286, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24244933707, + "workflow": "Smoke Claude", + "created_at": "2026-04-10T13:19:20Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 726, + "effective_tokens": 61779, + "cache_hit_rate": 22162.667, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24222066731, + "workflow": "Smoke Claude", + "created_at": "2026-04-10T01:39:37Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 709, + "effective_tokens": 70918, + "cache_hit_rate": 27868.75, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24221601046, + "workflow": "Smoke Claude", + "created_at": "2026-04-10T01:21:52Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 820, + "effective_tokens": 66978, + "cache_hit_rate": 25502.714, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24219215695, + "workflow": "Smoke Claude", + "created_at": "2026-04-09T23:55:55Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 721, + "effective_tokens": 71000, + "cache_hit_rate": 27938.75, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24219039648, + "workflow": "Smoke Claude", + "created_at": "2026-04-09T23:49:49Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 762, + "effective_tokens": 66334, + "cache_hit_rate": 25512, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24218243708, + "workflow": "Smoke Claude", + "created_at": "2026-04-09T23:24:02Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 785, + "effective_tokens": 68277, + "cache_hit_rate": 25227.143, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24218045430, + "workflow": "Smoke Claude", + "created_at": "2026-04-09T23:18:00Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 709, + "effective_tokens": 41720, + "cache_hit_rate": 29305.857, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24217982683, + "workflow": "Smoke Claude", + "created_at": "2026-04-09T23:16:03Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 639, + "effective_tokens": 37126, + "cache_hit_rate": 26665, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24217822439, + "workflow": "Smoke Claude", + "created_at": "2026-04-09T23:11:01Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 714, + "effective_tokens": 46301, + "cache_hit_rate": 31167.75, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24217646404, + "workflow": "Smoke Claude", + "created_at": "2026-04-09T23:05:23Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 635, + "effective_tokens": 60991, + "cache_hit_rate": 22108.5, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24217244196, + "workflow": "Smoke Claude", + "created_at": "2026-04-09T22:52:54Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 652, + "effective_tokens": 65925, + "cache_hit_rate": 25520.429, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24216025232, + "workflow": "Smoke Claude", + "created_at": "2026-04-09T22:16:12Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 685, + "effective_tokens": 56945, + "cache_hit_rate": 17636, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24215549177, + "workflow": "Smoke Claude", + "created_at": "2026-04-09T22:02:44Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 720, + "effective_tokens": 61813, + "cache_hit_rate": 22188.667, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24214577220, + "workflow": "Smoke Claude", + "created_at": "2026-04-09T21:37:00Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 717, + "effective_tokens": 70497, + "cache_hit_rate": 27878.125, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24214152972, + "workflow": "Smoke Claude", + "created_at": "2026-04-09T21:26:14Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 742, + "effective_tokens": 63254, + "cache_hit_rate": 21902.333, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24211578450, + "workflow": "Smoke Claude", + "created_at": "2026-04-09T20:24:27Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 645, + "effective_tokens": 61145, + "cache_hit_rate": 22208.333, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24210496314, + "workflow": "Smoke Claude", + "created_at": "2026-04-09T19:58:48Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 763, + "effective_tokens": 68186, + "cache_hit_rate": 25256.571, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24207729222, + "workflow": "Smoke Claude", + "created_at": "2026-04-09T18:53:12Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 674, + "effective_tokens": 66022, + "cache_hit_rate": 25394.286, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24206947985, + "workflow": "Smoke Claude", + "created_at": "2026-04-09T18:34:55Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 662, + "effective_tokens": 61224, + "cache_hit_rate": 22137.667, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24173267129, + "workflow": "Smoke Claude", + "created_at": "2026-04-09T04:59:31Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 653, + "effective_tokens": 62699, + "cache_hit_rate": 22634, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24170589321, + "workflow": "Smoke Claude", + "created_at": "2026-04-09T03:20:28Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 778, + "effective_tokens": 72747, + "cache_hit_rate": 28509.625, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24168921662, + "workflow": "Smoke Claude", + "created_at": "2026-04-09T02:17:12Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 782, + "effective_tokens": 68189, + "cache_hit_rate": 25960, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24167894155, + "workflow": "Smoke Claude", + "created_at": "2026-04-09T01:38:57Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 725, + "effective_tokens": 67892, + "cache_hit_rate": 25944.714, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24167457603, + "workflow": "Smoke Claude", + "created_at": "2026-04-09T01:22:54Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 796, + "effective_tokens": 68018, + "cache_hit_rate": 26009.286, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24167079667, + "workflow": "Smoke Claude", + "created_at": "2026-04-09T01:08:50Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 651, + "effective_tokens": 67279, + "cache_hit_rate": 25972.714, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24166690630, + "workflow": "Smoke Claude", + "created_at": "2026-04-09T00:55:21Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 794, + "effective_tokens": 68220, + "cache_hit_rate": 25954.857, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24166414353, + "workflow": "Smoke Claude", + "created_at": "2026-04-09T00:45:52Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 677, + "effective_tokens": 62806, + "cache_hit_rate": 22561.333, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24165829842, + "workflow": "Smoke Claude", + "created_at": "2026-04-09T00:26:17Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 662, + "effective_tokens": 62943, + "cache_hit_rate": 22575.833, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24165554236, + "workflow": "Smoke Claude", + "created_at": "2026-04-09T00:17:18Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 702, + "effective_tokens": 62887, + "cache_hit_rate": 22629.167, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24161014883, + "workflow": "Smoke Claude", + "created_at": "2026-04-08T22:02:24Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 653, + "effective_tokens": 62961, + "cache_hit_rate": 22594, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24160740661, + "workflow": "Smoke Claude", + "created_at": "2026-04-08T21:55:24Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 663, + "effective_tokens": 38438, + "cache_hit_rate": 27110.167, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24159853461, + "workflow": "Smoke Claude", + "created_at": "2026-04-08T21:33:14Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 658, + "effective_tokens": 41927, + "cache_hit_rate": 29451.571, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24158697843, + "workflow": "Smoke Claude", + "created_at": "2026-04-08T21:05:45Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 711, + "effective_tokens": 46783, + "cache_hit_rate": 31388.5, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24157022218, + "workflow": "Smoke Claude", + "created_at": "2026-04-08T20:28:04Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 726, + "effective_tokens": 70719, + "cache_hit_rate": 27948.5, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24153738011, + "workflow": "Smoke Claude", + "created_at": "2026-04-08T19:15:32Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 663, + "effective_tokens": 66361, + "cache_hit_rate": 25534.857, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24153270491, + "workflow": "Smoke Claude", + "created_at": "2026-04-08T19:04:29Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 624, + "effective_tokens": 65835, + "cache_hit_rate": 25529.286, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24152900341, + "workflow": "Smoke Claude", + "created_at": "2026-04-08T18:55:48Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 650, + "effective_tokens": 37230, + "cache_hit_rate": 26790.667, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24149404892, + "workflow": "Smoke Claude", + "created_at": "2026-04-08T17:32:27Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 794, + "effective_tokens": 69061, + "cache_hit_rate": 25416.857, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24148412522, + "workflow": "Smoke Claude", + "created_at": "2026-04-08T17:09:17Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 747, + "effective_tokens": 71377, + "cache_hit_rate": 28147.625, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24147514339, + "workflow": "Smoke Claude", + "created_at": "2026-04-08T16:49:03Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 817, + "effective_tokens": 62608, + "cache_hit_rate": 22329.833, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24147122962, + "workflow": "Smoke Claude", + "created_at": "2026-04-08T16:40:26Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 660, + "effective_tokens": 62028, + "cache_hit_rate": 22317.333, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24146264722, + "workflow": "Smoke Claude", + "created_at": "2026-04-08T16:21:30Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 642, + "effective_tokens": 61560, + "cache_hit_rate": 22256.333, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24144863679, + "workflow": "Smoke Claude", + "created_at": "2026-04-08T15:52:59Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 707, + "effective_tokens": 66920, + "cache_hit_rate": 25767.143, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24144139289, + "workflow": "Smoke Claude", + "created_at": "2026-04-08T15:38:09Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 654, + "effective_tokens": 66602, + "cache_hit_rate": 25738.286, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24142200186, + "workflow": "Smoke Claude", + "created_at": "2026-04-08T14:57:06Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 651, + "effective_tokens": 66614, + "cache_hit_rate": 25747, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24114638692, + "workflow": "Smoke Claude", + "created_at": "2026-04-08T02:35:45Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 650, + "effective_tokens": 69462, + "cache_hit_rate": 25477.714, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24113906806, + "workflow": "Smoke Claude", + "created_at": "2026-04-08T02:09:13Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 810, + "effective_tokens": 62950, + "cache_hit_rate": 22503.5, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24113556109, + "workflow": "Smoke Claude", + "created_at": "2026-04-08T01:56:42Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 745, + "effective_tokens": 69530, + "cache_hit_rate": 25478.714, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24112123276, + "workflow": "Smoke Claude", + "created_at": "2026-04-08T01:04:43Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 662, + "effective_tokens": 42478, + "cache_hit_rate": 29624.714, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24112018856, + "workflow": "Smoke Claude", + "created_at": "2026-04-08T01:00:58Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 762, + "effective_tokens": 69550, + "cache_hit_rate": 25451.857, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24110398427, + "workflow": "Smoke Claude", + "created_at": "2026-04-08T00:02:41Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 641, + "effective_tokens": 61598, + "cache_hit_rate": 22227.833, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24109835227, + "workflow": "Smoke Claude", + "created_at": "2026-04-07T23:42:57Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 838, + "effective_tokens": 66765, + "cache_hit_rate": 25515.143, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24109529335, + "workflow": "Smoke Claude", + "created_at": "2026-04-07T23:32:34Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 704, + "effective_tokens": 66358, + "cache_hit_rate": 25484.143, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24109086107, + "workflow": "Smoke Claude", + "created_at": "2026-04-07T23:17:44Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 654, + "effective_tokens": 41555, + "cache_hit_rate": 29331.143, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24109078764, + "workflow": "Smoke Claude", + "created_at": "2026-04-07T23:17:29Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 665, + "effective_tokens": 61417, + "cache_hit_rate": 22261.667, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24107878288, + "workflow": "Smoke Claude", + "created_at": "2026-04-07T22:39:26Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 657, + "effective_tokens": 37448, + "cache_hit_rate": 26844.5, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24107839261, + "workflow": "Smoke Claude", + "created_at": "2026-04-07T22:38:10Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 643, + "effective_tokens": 37379, + "cache_hit_rate": 26842.167, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24107801334, + "workflow": "Smoke Claude", + "created_at": "2026-04-07T22:37:00Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 657, + "effective_tokens": 41958, + "cache_hit_rate": 29459.857, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24107778191, + "workflow": "Smoke Claude", + "created_at": "2026-04-07T22:36:18Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 639, + "effective_tokens": 61624, + "cache_hit_rate": 22350.667, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24106990912, + "workflow": "Smoke Claude", + "created_at": "2026-04-07T22:13:29Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 744, + "effective_tokens": 42371, + "cache_hit_rate": 29464.143, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24106961822, + "workflow": "Smoke Claude", + "created_at": "2026-04-07T22:12:39Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 644, + "effective_tokens": 41865, + "cache_hit_rate": 29447.143, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24106923639, + "workflow": "Smoke Claude", + "created_at": "2026-04-07T22:11:36Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 684, + "effective_tokens": 42325, + "cache_hit_rate": 29409.857, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24106892877, + "workflow": "Smoke Claude", + "created_at": "2026-04-07T22:10:42Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 674, + "effective_tokens": 66268, + "cache_hit_rate": 25599.714, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24106893129, + "workflow": "Smoke Claude", + "created_at": "2026-04-07T22:10:42Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 675, + "effective_tokens": 42250, + "cache_hit_rate": 29420.143, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24082106071, + "workflow": "Smoke Claude", + "created_at": "2026-04-07T12:47:33Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 635, + "effective_tokens": 66033, + "cache_hit_rate": 25574, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24058780076, + "workflow": "Smoke Claude", + "created_at": "2026-04-07T00:53:39Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 751, + "effective_tokens": 48777, + "cache_hit_rate": 32104.875, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24057582147, + "workflow": "Smoke Claude", + "created_at": "2026-04-07T00:10:34Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 639, + "effective_tokens": 68533, + "cache_hit_rate": 25436.571, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24056639933, + "workflow": "Smoke Claude", + "created_at": "2026-04-06T23:39:13Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 634, + "effective_tokens": 62148, + "cache_hit_rate": 22369, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24056188641, + "workflow": "Smoke Claude", + "created_at": "2026-04-06T23:24:29Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 629, + "effective_tokens": 66260, + "cache_hit_rate": 25666.143, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24055842277, + "workflow": "Smoke Claude", + "created_at": "2026-04-06T23:13:10Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 635, + "effective_tokens": 61479, + "cache_hit_rate": 22284.5, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24055762012, + "workflow": "Smoke Claude", + "created_at": "2026-04-06T23:10:42Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 705, + "effective_tokens": 73056, + "cache_hit_rate": 27891.375, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24054424503, + "workflow": "Smoke Claude", + "created_at": "2026-04-06T22:30:41Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 713, + "effective_tokens": 71107, + "cache_hit_rate": 28020.375, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24052321090, + "workflow": "Smoke Claude", + "created_at": "2026-04-06T21:33:18Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 652, + "effective_tokens": 42488, + "cache_hit_rate": 29393.714, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24052189851, + "workflow": "Smoke Claude", + "created_at": "2026-04-06T21:30:05Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 713, + "effective_tokens": 71409, + "cache_hit_rate": 28084.875, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24051472552, + "workflow": "Smoke Claude", + "created_at": "2026-04-06T21:11:38Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 614, + "effective_tokens": 33008, + "cache_hit_rate": 23020, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24051295776, + "workflow": "Smoke Claude", + "created_at": "2026-04-06T21:07:10Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 645, + "effective_tokens": 42181, + "cache_hit_rate": 29425.143, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24051182246, + "workflow": "Smoke Claude", + "created_at": "2026-04-06T21:04:16Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 663, + "effective_tokens": 66322, + "cache_hit_rate": 25613.429, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24050933322, + "workflow": "Smoke Claude", + "created_at": "2026-04-06T20:57:59Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 634, + "effective_tokens": 65691, + "cache_hit_rate": 25328.286, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24048360915, + "workflow": "Smoke Claude", + "created_at": "2026-04-06T19:55:26Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 745, + "effective_tokens": 71196, + "cache_hit_rate": 28066.125, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24048276590, + "workflow": "Smoke Claude", + "created_at": "2026-04-06T19:53:22Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 729, + "effective_tokens": 49154, + "cache_hit_rate": 31102, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24044349061, + "workflow": "Smoke Claude", + "created_at": "2026-04-06T18:17:21Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 724, + "effective_tokens": 66650, + "cache_hit_rate": 25499.429, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24042923183, + "workflow": "Smoke Claude", + "created_at": "2026-04-06T17:40:58Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 639, + "effective_tokens": 37624, + "cache_hit_rate": 26686.667, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24042861995, + "workflow": "Smoke Claude", + "created_at": "2026-04-06T17:39:25Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 761, + "effective_tokens": 46954, + "cache_hit_rate": 31309, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24042836908, + "workflow": "Smoke Claude", + "created_at": "2026-04-06T17:38:46Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 755, + "effective_tokens": 70974, + "cache_hit_rate": 27964.375, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24042812156, + "workflow": "Smoke Claude", + "created_at": "2026-04-06T17:38:07Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 713, + "effective_tokens": 47029, + "cache_hit_rate": 31308.875, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24040169366, + "workflow": "Smoke Claude", + "created_at": "2026-04-06T16:28:09Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 642, + "effective_tokens": 65885, + "cache_hit_rate": 25497.571, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24039692779, + "workflow": "Smoke Claude", + "created_at": "2026-04-06T16:15:06Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 637, + "effective_tokens": 66128, + "cache_hit_rate": 25471.143, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24036649171, + "workflow": "Smoke Claude", + "created_at": "2026-04-06T14:51:42Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 665, + "effective_tokens": 66262, + "cache_hit_rate": 25586.714, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24017481862, + "workflow": "Smoke Claude", + "created_at": "2026-04-06T03:28:34Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 639, + "effective_tokens": 62482, + "cache_hit_rate": 22558.333, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24017214063, + "workflow": "Smoke Claude", + "created_at": "2026-04-06T03:15:08Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 635, + "effective_tokens": 57868, + "cache_hit_rate": 17803.4, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24014586355, + "workflow": "Smoke Claude", + "created_at": "2026-04-06T01:03:49Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 854, + "effective_tokens": -87685, + "cache_hit_rate": 22466, + "cost_usd": 0.22664055000000002, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24013019416, + "workflow": "Smoke Claude", + "created_at": "2026-04-05T23:37:39Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 641, + "effective_tokens": -87743, + "cache_hit_rate": 22500.5, + "cost_usd": 0.22486515, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24012505996, + "workflow": "Smoke Claude", + "created_at": "2026-04-05T23:06:17Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 643, + "effective_tokens": -87525, + "cache_hit_rate": 22433.667, + "cost_usd": 0.22408109999999995, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23982295391, + "workflow": "Smoke Claude", + "created_at": "2026-04-04T15:53:17Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 720, + "effective_tokens": -178012, + "cache_hit_rate": 29521.875, + "cost_usd": 0.29696775, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23981897210, + "workflow": "Smoke Claude", + "created_at": "2026-04-04T15:30:14Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 684, + "effective_tokens": -92268, + "cache_hit_rate": 23896.167, + "cost_usd": 0.24229484999999998, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23981761197, + "workflow": "Smoke Claude", + "created_at": "2026-04-04T15:22:19Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1441, + "effective_tokens": -163778, + "cache_hit_rate": 25974.25, + "cost_usd": 0.41019275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23981507985, + "workflow": "Smoke Claude", + "created_at": "2026-04-04T15:07:40Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 632, + "effective_tokens": -145629, + "cache_hit_rate": 28300.667, + "cost_usd": 0.14863545, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23966647833, + "workflow": "Smoke Claude", + "created_at": "2026-04-03T23:58:04Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 632, + "effective_tokens": -87292, + "cache_hit_rate": 22218.5, + "cost_usd": 0.21960255, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23965813992, + "workflow": "Smoke Claude", + "created_at": "2026-04-03T23:19:57Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 664, + "effective_tokens": -147896, + "cache_hit_rate": 26579.429, + "cost_usd": 0.20630279999999998, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23965257129, + "workflow": "Smoke Claude", + "created_at": "2026-04-03T22:55:55Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 912, + "effective_tokens": -239126, + "cache_hit_rate": 30913, + "cost_usd": 0.24020835000000001, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23964113501, + "workflow": "Smoke Claude", + "created_at": "2026-04-03T22:11:42Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 844, + "effective_tokens": -194627, + "cache_hit_rate": 29164.125, + "cost_usd": 0.22446539999999998, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23962697824, + "workflow": "Smoke Claude", + "created_at": "2026-04-03T21:22:06Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 748, + "effective_tokens": -148913, + "cache_hit_rate": 26765.714, + "cost_usd": 0.20871525, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23957630045, + "workflow": "Smoke Claude", + "created_at": "2026-04-03T18:37:50Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1040, + "effective_tokens": -283525, + "cache_hit_rate": 26896.667, + "cost_usd": 0.25551524999999997, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23935548933, + "workflow": "Smoke Claude", + "created_at": "2026-04-03T05:43:59Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 770, + "effective_tokens": -132067, + "cache_hit_rate": 25476.286, + "cost_usd": 0.23557994999999995, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23928978715, + "workflow": "Smoke Claude", + "created_at": "2026-04-03T00:57:03Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1231, + "effective_tokens": -136189, + "cache_hit_rate": 27992, + "cost_usd": 0.49562700000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23925961907, + "workflow": "Smoke Claude", + "created_at": "2026-04-02T23:01:43Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 909, + "effective_tokens": -163706, + "cache_hit_rate": 29931.857, + "cost_usd": 0.40922050000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23925696368, + "workflow": "Smoke Claude", + "created_at": "2026-04-02T22:52:32Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1016, + "effective_tokens": -192861, + "cache_hit_rate": 28981.375, + "cost_usd": 0.22710180000000002, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23925394166, + "workflow": "Smoke Claude", + "created_at": "2026-04-02T22:42:31Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1792, + "effective_tokens": -204022, + "cache_hit_rate": 22594.727, + "cost_usd": 0.44045899999999993, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23919740353, + "workflow": "Smoke Claude", + "created_at": "2026-04-02T20:09:23Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1151, + "effective_tokens": -107611, + "cache_hit_rate": 25253.167, + "cost_usd": 0.37285275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23919645768, + "workflow": "Smoke Claude", + "created_at": "2026-04-02T20:07:03Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1169, + "effective_tokens": -106549, + "cache_hit_rate": 25165.167, + "cost_usd": 0.37625574999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23919398533, + "workflow": "Smoke Claude", + "created_at": "2026-04-02T20:01:02Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 990, + "effective_tokens": -79956, + "cache_hit_rate": 22920.833, + "cost_usd": 0.44821025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23918299908, + "workflow": "Smoke Claude", + "created_at": "2026-04-02T19:32:27Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 2056, + "effective_tokens": -232821, + "cache_hit_rate": 24025.636, + "cost_usd": 0.3765272500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23917325450, + "workflow": "Smoke Claude", + "created_at": "2026-04-02T19:07:36Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1540, + "effective_tokens": -190839, + "cache_hit_rate": 27608.375, + "cost_usd": 0.3332585, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23916962136, + "workflow": "Smoke Claude", + "created_at": "2026-04-02T18:58:53Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1209, + "effective_tokens": -107632, + "cache_hit_rate": 25360.167, + "cost_usd": 0.37813450000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23916622154, + "workflow": "Smoke Claude", + "created_at": "2026-04-02T18:51:13Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1228, + "effective_tokens": -107627, + "cache_hit_rate": 25366, + "cost_usd": 0.37875825, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23915369661, + "workflow": "Smoke Claude", + "created_at": "2026-04-02T18:20:25Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1674, + "effective_tokens": -190525, + "cache_hit_rate": 27614.25, + "cost_usd": 0.33794175000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23915028354, + "workflow": "Smoke Claude", + "created_at": "2026-04-02T18:12:01Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1603, + "effective_tokens": -78653, + "cache_hit_rate": 23048, + "cost_usd": 0.47299800000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23914557569, + "workflow": "Smoke Claude", + "created_at": "2026-04-02T18:00:13Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1089, + "effective_tokens": -107962, + "cache_hit_rate": 22822.333, + "cost_usd": 0.27410274999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23911242765, + "workflow": "Smoke Claude", + "created_at": "2026-04-02T16:39:00Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1172, + "effective_tokens": -79571, + "cache_hit_rate": 23062.833, + "cost_usd": 0.45977999999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23908898243, + "workflow": "Smoke Claude", + "created_at": "2026-04-02T15:43:40Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1215, + "effective_tokens": -107612, + "cache_hit_rate": 23466.833, + "cost_usd": 0.30169199999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23908548862, + "workflow": "Smoke Claude", + "created_at": "2026-04-02T15:35:45Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1134, + "effective_tokens": -107787, + "cache_hit_rate": 25261.667, + "cost_usd": 0.37177025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23900672204, + "workflow": "Smoke Claude", + "created_at": "2026-04-02T12:36:18Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1529, + "effective_tokens": -133382, + "cache_hit_rate": 27597.714, + "cost_usd": 0.4999572500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23882382764, + "workflow": "Smoke Claude", + "created_at": "2026-04-02T03:31:17Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 818, + "effective_tokens": -108138, + "cache_hit_rate": 25081.667, + "cost_usd": 0.35636149999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23882121359, + "workflow": "Smoke Claude", + "created_at": "2026-04-02T03:20:49Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 832, + "effective_tokens": -106081, + "cache_hit_rate": 24918, + "cost_usd": 0.36285175000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23881935575, + "workflow": "Smoke Claude", + "created_at": "2026-04-02T03:13:42Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 989, + "effective_tokens": -163563, + "cache_hit_rate": 29453.143, + "cost_usd": 0.388995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23881637706, + "workflow": "Smoke Claude", + "created_at": "2026-04-02T03:02:20Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 905, + "effective_tokens": -108086, + "cache_hit_rate": 25098.333, + "cost_usd": 0.35899274999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23881010728, + "workflow": "Smoke Claude", + "created_at": "2026-04-02T02:38:12Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1017, + "effective_tokens": -79915, + "cache_hit_rate": 22785.5, + "cost_usd": 0.44344274999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23879283160, + "workflow": "Smoke Claude", + "created_at": "2026-04-02T01:32:09Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 968, + "effective_tokens": -79987, + "cache_hit_rate": 22770, + "cost_usd": 0.44149525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23878292795, + "workflow": "Smoke Claude", + "created_at": "2026-04-02T00:54:30Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1758, + "effective_tokens": -120571, + "cache_hit_rate": 23565.714, + "cost_usd": 0.39889875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23877180935, + "workflow": "Smoke Claude", + "created_at": "2026-04-02T00:13:31Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 978, + "effective_tokens": -163457, + "cache_hit_rate": 26311.125, + "cost_usd": 0.418571, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23876202503, + "workflow": "Smoke Claude", + "created_at": "2026-04-01T23:39:45Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1202, + "effective_tokens": -107693, + "cache_hit_rate": 25093, + "cost_usd": 0.36680175000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23874305619, + "workflow": "Smoke Claude", + "created_at": "2026-04-01T22:38:39Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1093, + "effective_tokens": -107835, + "cache_hit_rate": 25266.5, + "cost_usd": 0.37089725000000007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23873101575, + "workflow": "Smoke Claude", + "created_at": "2026-04-01T22:04:19Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1472, + "effective_tokens": -162616, + "cache_hit_rate": 25814, + "cost_usd": 0.409514, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23872168536, + "workflow": "Smoke Claude", + "created_at": "2026-04-01T21:39:40Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1774, + "effective_tokens": -317759, + "cache_hit_rate": 26834.692, + "cost_usd": 0.411355, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23867957467, + "workflow": "Smoke Claude", + "created_at": "2026-04-01T19:56:01Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1343, + "effective_tokens": -189667, + "cache_hit_rate": 27549.375, + "cost_usd": 0.33184775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23866922685, + "workflow": "Smoke Claude", + "created_at": "2026-04-01T19:30:35Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1546, + "effective_tokens": -233182, + "cache_hit_rate": 29245.556, + "cost_usd": 0.35431450000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23866856394, + "workflow": "Smoke Claude", + "created_at": "2026-04-01T19:29:05Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1226, + "effective_tokens": -107604, + "cache_hit_rate": 26108.5, + "cost_usd": 0.40893575, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23862883375, + "workflow": "Smoke Claude", + "created_at": "2026-04-01T17:53:28Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 870, + "effective_tokens": -108105, + "cache_hit_rate": 25345.333, + "cost_usd": 0.36822125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23862098116, + "workflow": "Smoke Claude", + "created_at": "2026-04-01T17:35:13Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1147, + "effective_tokens": -107513, + "cache_hit_rate": 25351.333, + "cost_usd": 0.377358, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23861597401, + "workflow": "Smoke Claude", + "created_at": "2026-04-01T17:23:29Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 883, + "effective_tokens": -107857, + "cache_hit_rate": 25307.667, + "cost_usd": 0.3684895, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23861249879, + "workflow": "Smoke Claude", + "created_at": "2026-04-01T17:15:09Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1015, + "effective_tokens": -107979, + "cache_hit_rate": 25362.833, + "cost_usd": 0.37243624999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23860683108, + "workflow": "Smoke Claude", + "created_at": "2026-04-01T17:01:22Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1164, + "effective_tokens": -107702, + "cache_hit_rate": 25381.167, + "cost_usd": 0.37770375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23859302320, + "workflow": "Smoke Claude", + "created_at": "2026-04-01T16:28:30Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1404, + "effective_tokens": -79563, + "cache_hit_rate": 20506, + "cost_usd": 0.36363025000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23857526368, + "workflow": "Smoke Claude", + "created_at": "2026-04-01T15:48:54Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1385, + "effective_tokens": -79215, + "cache_hit_rate": 23332.333, + "cost_usd": 0.4769135, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23848925605, + "workflow": "Smoke Claude", + "created_at": "2026-04-01T12:37:25Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1636, + "effective_tokens": -78489, + "cache_hit_rate": 21104.833, + "cost_usd": 0.39572850000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23833495697, + "workflow": "Smoke Claude", + "created_at": "2026-04-01T05:28:00Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1154, + "effective_tokens": -105526, + "cache_hit_rate": 25484.833, + "cost_usd": 0.39531475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23830751977, + "workflow": "Smoke Claude", + "created_at": "2026-04-01T03:38:59Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 2035, + "effective_tokens": -257117, + "cache_hit_rate": 30552.1, + "cost_usd": 0.49439274999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23829922222, + "workflow": "Smoke Claude", + "created_at": "2026-04-01T03:05:10Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1685, + "effective_tokens": -302005, + "cache_hit_rate": 31777.636, + "cost_usd": 0.5045320000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23828975659, + "workflow": "Smoke Claude", + "created_at": "2026-04-01T02:27:29Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1236, + "effective_tokens": -107584, + "cache_hit_rate": 25280.333, + "cost_usd": 0.3757125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23827810098, + "workflow": "Smoke Claude", + "created_at": "2026-04-01T01:41:02Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1224, + "effective_tokens": -107742, + "cache_hit_rate": 22845, + "cost_usd": 0.278967, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23826821219, + "workflow": "Smoke Claude", + "created_at": "2026-04-01T01:03:26Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1269, + "effective_tokens": -136088, + "cache_hit_rate": 27770.857, + "cost_usd": 0.48635575, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23825943785, + "workflow": "Smoke Claude", + "created_at": "2026-04-01T00:30:35Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1023, + "effective_tokens": -78610, + "cache_hit_rate": 22861.833, + "cost_usd": 0.4548559999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23825478672, + "workflow": "Smoke Claude", + "created_at": "2026-04-01T00:14:19Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1429, + "effective_tokens": -189445, + "cache_hit_rate": 27495.25, + "cost_usd": 0.333661, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23824680081, + "workflow": "Smoke Claude", + "created_at": "2026-03-31T23:44:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1292, + "effective_tokens": -164614, + "cache_hit_rate": 29874.714, + "cost_usd": 0.40803174999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23823419317, + "workflow": "Smoke Claude", + "created_at": "2026-03-31T23:00:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1076, + "effective_tokens": -121464, + "cache_hit_rate": 23540.429, + "cost_usd": 0.5463577500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23811674281, + "workflow": "Smoke Claude", + "created_at": "2026-03-31T17:50:53Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 947, + "effective_tokens": -105853, + "cache_hit_rate": 25245.5, + "cost_usd": 0.37969775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23810580011, + "workflow": "Smoke Claude", + "created_at": "2026-03-31T17:24:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1003, + "effective_tokens": -152589, + "cache_hit_rate": 29051.571, + "cost_usd": 0.43887174999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23810570009, + "workflow": "Smoke Claude", + "created_at": "2026-03-31T17:24:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1304, + "effective_tokens": -107324, + "cache_hit_rate": 25434.5, + "cost_usd": 0.38485225, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23809499241, + "workflow": "Smoke Claude", + "created_at": "2026-03-31T16:59:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1326, + "effective_tokens": -118625, + "cache_hit_rate": 25577.429, + "cost_usd": 0.49363175000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23797614420, + "workflow": "Smoke Claude", + "created_at": "2026-03-31T12:36:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1468, + "effective_tokens": -78769, + "cache_hit_rate": 23064.333, + "cost_usd": 0.47040924999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23781561309, + "workflow": "Smoke Claude", + "created_at": "2026-03-31T05:10:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1003, + "effective_tokens": -107946, + "cache_hit_rate": 3065.84, + "cost_usd": 0.37901075, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23779285488, + "workflow": "Smoke Claude", + "created_at": "2026-03-31T03:38:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1000, + "effective_tokens": -108077, + "cache_hit_rate": 25553.167, + "cost_usd": 0.37925600000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23775246909, + "workflow": "Smoke Claude", + "created_at": "2026-03-31T00:56:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1922, + "effective_tokens": -77775, + "cache_hit_rate": 23133.667, + "cost_usd": 0.48794724999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23745043239, + "workflow": "Smoke Claude", + "created_at": "2026-03-30T12:37:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1306, + "effective_tokens": -78689, + "cache_hit_rate": 23108.833, + "cost_usd": 0.469713, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23725710567, + "workflow": "Smoke Claude", + "created_at": "2026-03-30T02:46:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1316, + "effective_tokens": -107619, + "cache_hit_rate": 22852.167, + "cost_usd": 0.281712, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23723429963, + "workflow": "Smoke Claude", + "created_at": "2026-03-30T00:59:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2552, + "effective_tokens": -163599, + "cache_hit_rate": 26274.5, + "cost_usd": 0.45187924999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23716773057, + "workflow": "Smoke Claude", + "created_at": "2026-03-29T19:07:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1293, + "effective_tokens": -107078, + "cache_hit_rate": 25710, + "cost_usd": 0.39734424999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23716653965, + "workflow": "Smoke Claude", + "created_at": "2026-03-29T19:01:47Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1492, + "effective_tokens": -107330, + "cache_hit_rate": 22870.5, + "cost_usd": 0.28779574999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23713730316, + "workflow": "Smoke Claude", + "created_at": "2026-03-29T16:34:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1308, + "effective_tokens": -139124, + "cache_hit_rate": 28611.286, + "cost_usd": 0.50794625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23713266323, + "workflow": "Smoke Claude", + "created_at": "2026-03-29T16:10:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1293, + "effective_tokens": -79406, + "cache_hit_rate": 23417.167, + "cost_usd": 0.4774345, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23712406253, + "workflow": "Smoke Claude", + "created_at": "2026-03-29T15:28:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1249, + "effective_tokens": -164769, + "cache_hit_rate": 30053.286, + "cost_usd": 0.41469325000000007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23709036791, + "workflow": "Smoke Claude", + "created_at": "2026-03-29T12:28:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1521, + "effective_tokens": -121323, + "cache_hit_rate": 23599.143, + "cost_usd": 0.3895645000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23698168337, + "workflow": "Smoke Claude", + "created_at": "2026-03-29T00:59:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1662, + "effective_tokens": -136580, + "cache_hit_rate": 28067.857, + "cost_usd": 0.5046677500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23690297362, + "workflow": "Smoke Claude", + "created_at": "2026-03-28T17:19:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2221, + "effective_tokens": -233312, + "cache_hit_rate": 24115.636, + "cost_usd": 0.38372075, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23688803164, + "workflow": "Smoke Claude", + "created_at": "2026-03-28T15:56:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1046, + "effective_tokens": -166719, + "cache_hit_rate": 30381.429, + "cost_usd": 0.41414725, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23688357068, + "workflow": "Smoke Claude", + "created_at": "2026-03-28T15:31:03Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1207, + "effective_tokens": -107781, + "cache_hit_rate": 22848.833, + "cost_usd": 0.27855274999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23685212356, + "workflow": "Smoke Claude", + "created_at": "2026-03-28T12:27:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1122, + "effective_tokens": -137053, + "cache_hit_rate": 28111.143, + "cost_usd": 0.49362375000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23673702002, + "workflow": "Smoke Claude", + "created_at": "2026-03-28T00:52:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1562, + "effective_tokens": -121453, + "cache_hit_rate": 23631.571, + "cost_usd": 0.39100700000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23646285448, + "workflow": "Smoke Claude", + "created_at": "2026-03-27T12:30:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2053, + "effective_tokens": -121453, + "cache_hit_rate": 23766.857, + "cost_usd": 0.4068955000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23625706925, + "workflow": "Smoke Claude", + "created_at": "2026-03-27T00:56:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1971, + "effective_tokens": -161971, + "cache_hit_rate": 25928.25, + "cost_usd": 0.431041, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23616504542, + "workflow": "Smoke Claude", + "created_at": "2026-03-26T20:29:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1166, + "effective_tokens": -125905, + "cache_hit_rate": 24851.429, + "cost_usd": 0.41024425000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23615672889, + "workflow": "Smoke Claude", + "created_at": "2026-03-26T20:09:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1553, + "effective_tokens": -120843, + "cache_hit_rate": 23574.143, + "cost_usd": 0.3939182500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23594623109, + "workflow": "Smoke Claude", + "created_at": "2026-03-26T12:36:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1471, + "effective_tokens": -121386, + "cache_hit_rate": 23612.429, + "cost_usd": 0.38902799999999993, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23572049916, + "workflow": "Smoke Claude", + "created_at": "2026-03-26T00:56:29Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2142, + "effective_tokens": -161639, + "cache_hit_rate": 25868.375, + "cost_usd": 0.434732, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23568297586, + "workflow": "Smoke Claude", + "created_at": "2026-03-25T22:54:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1098, + "effective_tokens": -107782, + "cache_hit_rate": 22809.333, + "cost_usd": 0.27509, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23568015725, + "workflow": "Smoke Claude", + "created_at": "2026-03-25T22:46:28Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1304, + "effective_tokens": -37793, + "cache_hit_rate": 16247.6, + "cost_usd": 0.33769825000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23566178499, + "workflow": "Smoke Claude", + "created_at": "2026-03-25T21:56:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1101, + "effective_tokens": -107687, + "cache_hit_rate": 3049.58, + "cost_usd": 0.37697425, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23565351702, + "workflow": "Smoke Claude", + "created_at": "2026-03-25T21:35:40Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1116, + "effective_tokens": -107745, + "cache_hit_rate": 22810.333, + "cost_usd": 0.27554324999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23564909311, + "workflow": "Smoke Claude", + "created_at": "2026-03-25T21:24:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2716, + "effective_tokens": -459429, + "cache_hit_rate": 8558.379, + "cost_usd": 0.5300802500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23564292043, + "workflow": "Smoke Claude", + "created_at": "2026-03-25T21:09:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 972, + "effective_tokens": -107906, + "cache_hit_rate": 22795.333, + "cost_usd": 0.2711625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23560627418, + "workflow": "Smoke Claude", + "created_at": "2026-03-25T19:43:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1123, + "effective_tokens": -107759, + "cache_hit_rate": 22806.167, + "cost_usd": 0.27556725, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23560261692, + "workflow": "Smoke Claude", + "created_at": "2026-03-25T19:34:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 993, + "effective_tokens": -107843, + "cache_hit_rate": 25279, + "cost_usd": 0.3694205, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23553272137, + "workflow": "Smoke Claude", + "created_at": "2026-03-25T16:53:58Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1124, + "effective_tokens": -107834, + "cache_hit_rate": 22838.333, + "cost_usd": 0.276211, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23541151634, + "workflow": "Smoke Claude", + "created_at": "2026-03-25T12:32:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2086, + "effective_tokens": -247125, + "cache_hit_rate": 24373, + "cost_usd": 0.47299925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23519550993, + "workflow": "Smoke Claude", + "created_at": "2026-03-25T00:53:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2212, + "effective_tokens": -246115, + "cache_hit_rate": 29167.6, + "cost_usd": 0.4769272500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23512312431, + "workflow": "Smoke Claude", + "created_at": "2026-03-24T21:08:26Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1371, + "effective_tokens": -107031, + "cache_hit_rate": 25763.5, + "cost_usd": 0.40126324999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23510263366, + "workflow": "Smoke Claude", + "created_at": "2026-03-24T20:17:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1157, + "effective_tokens": -66161, + "cache_hit_rate": 19055.6, + "cost_usd": 0.252413, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23507729080, + "workflow": "Smoke Claude", + "created_at": "2026-03-24T19:12:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1295, + "effective_tokens": -149854, + "cache_hit_rate": 25620.857, + "cost_usd": 0.30280225, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23506392822, + "workflow": "Smoke Claude", + "created_at": "2026-03-24T18:40:33Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 946, + "effective_tokens": -79186, + "cache_hit_rate": 20405.5, + "cost_usd": 0.35032775000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23489627285, + "workflow": "Smoke Claude", + "created_at": "2026-03-24T12:33:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1979, + "effective_tokens": -135256, + "cache_hit_rate": 27865.857, + "cost_usd": 0.509538, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23467608544, + "workflow": "Smoke Claude", + "created_at": "2026-03-24T00:48:32Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1562, + "effective_tokens": -78594, + "cache_hit_rate": 22917.333, + "cost_usd": 0.46716199999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23454976134, + "workflow": "Smoke Claude", + "created_at": "2026-03-23T19:00:23Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1202, + "effective_tokens": -148896, + "cache_hit_rate": 25506.714, + "cost_usd": 0.30146875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23454015137, + "workflow": "Smoke Claude", + "created_at": "2026-03-23T18:37:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 986, + "effective_tokens": -127290, + "cache_hit_rate": 27007.833, + "cost_usd": 0.31776425, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23453333306, + "workflow": "Smoke Claude", + "created_at": "2026-03-23T18:22:00Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2360, + "effective_tokens": -331076, + "cache_hit_rate": 31421.5, + "cost_usd": 0.5249825, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23447290661, + "workflow": "Smoke Claude", + "created_at": "2026-03-23T16:08:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2031, + "effective_tokens": -317176, + "cache_hit_rate": 31666.818, + "cost_usd": 0.4118605, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23444610831, + "workflow": "Smoke Claude", + "created_at": "2026-03-23T15:12:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2307, + "effective_tokens": -317127, + "cache_hit_rate": 31725.727, + "cost_usd": 0.42294275000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23437453736, + "workflow": "Smoke Claude", + "created_at": "2026-03-23T12:32:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1700, + "effective_tokens": -78346, + "cache_hit_rate": 22955.167, + "cost_usd": 0.47303175000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23416828979, + "workflow": "Smoke Claude", + "created_at": "2026-03-23T00:55:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1441, + "effective_tokens": -78915, + "cache_hit_rate": 22941.167, + "cost_usd": 0.46384725000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23403051111, + "workflow": "Smoke Claude", + "created_at": "2026-03-22T12:27:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1315, + "effective_tokens": -79175, + "cache_hit_rate": 22942.167, + "cost_usd": 0.4598892500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23392505377, + "workflow": "Smoke Claude", + "created_at": "2026-03-22T00:54:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2002, + "effective_tokens": -163426, + "cache_hit_rate": 26031.625, + "cost_usd": 0.43087175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23379665254, + "workflow": "Smoke Claude", + "created_at": "2026-03-21T12:27:33Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1162, + "effective_tokens": -79512, + "cache_hit_rate": 20437, + "cost_usd": 0.35679200000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23368350240, + "workflow": "Smoke Claude", + "created_at": "2026-03-21T00:48:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2146, + "effective_tokens": -246188, + "cache_hit_rate": 29170.3, + "cost_usd": 0.6306640000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23355713263, + "workflow": "Smoke Claude", + "created_at": "2026-03-20T17:53:22Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2445, + "effective_tokens": -291442, + "cache_hit_rate": 25966.769, + "cost_usd": 0.5106842500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23342821518, + "workflow": "Smoke Claude", + "created_at": "2026-03-20T12:28:26Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2008, + "effective_tokens": -135804, + "cache_hit_rate": 27920.429, + "cost_usd": 0.50909125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23324195583, + "workflow": "Smoke Claude", + "created_at": "2026-03-20T00:51:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1518, + "effective_tokens": -135603, + "cache_hit_rate": 27769.857, + "cost_usd": 0.4939015, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23321225333, + "workflow": "Smoke Claude", + "created_at": "2026-03-19T23:07:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2051, + "effective_tokens": -387005, + "cache_hit_rate": 35312.25, + "cost_usd": 0.48087424999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23319964333, + "workflow": "Smoke Claude", + "created_at": "2026-03-19T22:29:32Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 967, + "effective_tokens": -107948, + "cache_hit_rate": 22799.333, + "cost_usd": 0.27119825, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23312074327, + "workflow": "Smoke Claude", + "created_at": "2026-03-19T19:04:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1271, + "effective_tokens": -107547, + "cache_hit_rate": 22821.833, + "cost_usd": 0.28030075000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23311291737, + "workflow": "Smoke Claude", + "created_at": "2026-03-19T18:45:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1136, + "effective_tokens": -107133, + "cache_hit_rate": 25300.5, + "cost_usd": 0.377473, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23311114087, + "workflow": "Smoke Claude", + "created_at": "2026-03-19T18:41:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2210, + "effective_tokens": -248420, + "cache_hit_rate": 24508.25, + "cost_usd": 0.48651174999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23294873665, + "workflow": "Smoke Claude", + "created_at": "2026-03-19T12:29:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1462, + "effective_tokens": -136044, + "cache_hit_rate": 27806.571, + "cost_usd": 0.492127, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23274484786, + "workflow": "Smoke Claude", + "created_at": "2026-03-19T00:53:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2095, + "effective_tokens": -78152, + "cache_hit_rate": 20521.833, + "cost_usd": 0.38629150000000007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23262912555, + "workflow": "Smoke Claude", + "created_at": "2026-03-18T19:23:25Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1618, + "effective_tokens": -191414, + "cache_hit_rate": 27747.125, + "cost_usd": 0.33755675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23244909538, + "workflow": "Smoke Claude", + "created_at": "2026-03-18T12:34:26Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1927, + "effective_tokens": -120152, + "cache_hit_rate": 23607.286, + "cost_usd": 0.40479249999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23223734782, + "workflow": "Smoke Claude", + "created_at": "2026-03-18T00:53:40Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1422, + "effective_tokens": -135275, + "cache_hit_rate": 27580.714, + "cost_usd": 0.4852115, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23216067915, + "workflow": "Smoke Claude", + "created_at": "2026-03-17T20:56:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1440, + "effective_tokens": -79193, + "cache_hit_rate": 22848, + "cost_usd": 0.45847274999999993, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23208183265, + "workflow": "Smoke Claude", + "created_at": "2026-03-17T17:42:32Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1228, + "effective_tokens": -104699, + "cache_hit_rate": 2930.58, + "cost_usd": 0.357881, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23208130322, + "workflow": "Smoke Claude", + "created_at": "2026-03-17T17:41:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1184, + "effective_tokens": -104837, + "cache_hit_rate": 24429.333, + "cost_usd": 0.35744875000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23208107224, + "workflow": "Smoke Claude", + "created_at": "2026-03-17T17:40:46Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1133, + "effective_tokens": -105060, + "cache_hit_rate": 22141.333, + "cost_usd": 0.26578675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23194354878, + "workflow": "Smoke Claude", + "created_at": "2026-03-17T12:33:05Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1905, + "effective_tokens": -131246, + "cache_hit_rate": 27464.429, + "cost_usd": 0.5140605, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23180056355, + "workflow": "Smoke Claude", + "created_at": "2026-03-17T05:33:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1256, + "effective_tokens": -104295, + "cache_hit_rate": 24692.333, + "cost_usd": 0.37283775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23178913116, + "workflow": "Smoke Claude", + "created_at": "2026-03-17T04:47:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1191, + "effective_tokens": -160918, + "cache_hit_rate": 29183.143, + "cost_usd": 0.39656925000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23173099651, + "workflow": "Smoke Claude", + "created_at": "2026-03-17T00:50:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1410, + "effective_tokens": -132343, + "cache_hit_rate": 27154.143, + "cost_usd": 0.48344699999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23143909354, + "workflow": "Smoke Claude", + "created_at": "2026-03-16T12:35:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1895, + "effective_tokens": -156916, + "cache_hit_rate": 25017.5, + "cost_usd": 0.4100172499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23123527484, + "workflow": "Smoke Claude", + "created_at": "2026-03-16T00:58:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6791, + "effective_tokens": -282736, + "cache_hit_rate": 73.457, + "cost_usd": 0.5371635, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23110362971, + "workflow": "Smoke Claude", + "created_at": "2026-03-15T12:27:58Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1270, + "effective_tokens": -117194, + "cache_hit_rate": 22734.429, + "cost_usd": 0.37003375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23100164327, + "workflow": "Smoke Claude", + "created_at": "2026-03-15T00:59:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1578, + "effective_tokens": -132003, + "cache_hit_rate": 27390, + "cost_usd": 0.49967025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23097588156, + "workflow": "Smoke Claude", + "created_at": "2026-03-14T22:20:53Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1905, + "effective_tokens": -266179, + "cache_hit_rate": 29554.9, + "cost_usd": 0.36931875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23097349934, + "workflow": "Smoke Claude", + "created_at": "2026-03-14T22:06:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1238, + "effective_tokens": -145168, + "cache_hit_rate": 24765.714, + "cost_usd": 0.2905135000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23097147926, + "workflow": "Smoke Claude", + "created_at": "2026-03-14T21:54:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1230, + "effective_tokens": -145022, + "cache_hit_rate": 24711.714, + "cost_usd": 0.2884485, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23095782223, + "workflow": "Smoke Claude", + "created_at": "2026-03-14T20:30:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1187, + "effective_tokens": -104683, + "cache_hit_rate": 24796.833, + "cost_usd": 0.37335124999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23087951560, + "workflow": "Smoke Claude", + "created_at": "2026-03-14T12:27:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1876, + "effective_tokens": -157174, + "cache_hit_rate": 25043.5, + "cost_usd": 0.4117425, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23076488894, + "workflow": "Smoke Claude", + "created_at": "2026-03-14T00:48:47Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1622, + "effective_tokens": -132135, + "cache_hit_rate": 27234.714, + "cost_usd": 0.492604, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23060732615, + "workflow": "Smoke Claude", + "created_at": "2026-03-13T16:36:35Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1281, + "effective_tokens": -116558, + "cache_hit_rate": 22667.571, + "cost_usd": 0.37069, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23056869347, + "workflow": "Smoke Claude", + "created_at": "2026-03-13T15:02:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1502, + "effective_tokens": -185350, + "cache_hit_rate": 26758.125, + "cost_usd": 0.32426075000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23050828697, + "workflow": "Smoke Claude", + "created_at": "2026-03-13T12:28:22Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1421, + "effective_tokens": -76236, + "cache_hit_rate": 22140.167, + "cost_usd": 0.44799049999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23035379256, + "workflow": "Smoke Claude", + "created_at": "2026-03-13T03:52:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1166, + "effective_tokens": -76780, + "cache_hit_rate": 22171.333, + "cost_usd": 0.4410204999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23034667820, + "workflow": "Smoke Claude", + "created_at": "2026-03-13T03:19:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1297, + "effective_tokens": -104160, + "cache_hit_rate": 24433.167, + "cost_usd": 0.363956, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23034463251, + "workflow": "Smoke Claude", + "created_at": "2026-03-13T03:10:35Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1615, + "effective_tokens": -185833, + "cache_hit_rate": 26820.5, + "cost_usd": 0.32366700000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23034442941, + "workflow": "Smoke Claude", + "created_at": "2026-03-13T03:09:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1087, + "effective_tokens": -158764, + "cache_hit_rate": 28733.714, + "cost_usd": 0.38684725, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23033826882, + "workflow": "Smoke Claude", + "created_at": "2026-03-13T02:43:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1472, + "effective_tokens": -104489, + "cache_hit_rate": 24478.167, + "cost_usd": 0.36700250000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23033612468, + "workflow": "Smoke Claude", + "created_at": "2026-03-13T02:33:58Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1347, + "effective_tokens": -145123, + "cache_hit_rate": 24784.143, + "cost_usd": 0.29561925000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23033448641, + "workflow": "Smoke Claude", + "created_at": "2026-03-13T02:27:06Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1215, + "effective_tokens": -145082, + "cache_hit_rate": 24694, + "cost_usd": 0.28382124999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23033264199, + "workflow": "Smoke Claude", + "created_at": "2026-03-13T02:19:02Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 791, + "effective_tokens": -65434, + "cache_hit_rate": 18913.6, + "cost_usd": 0.24531675000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23032905590, + "workflow": "Smoke Claude", + "created_at": "2026-03-13T02:04:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1206, + "effective_tokens": -124155, + "cache_hit_rate": 26065.333, + "cost_usd": 0.30338375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23032805873, + "workflow": "Smoke Claude", + "created_at": "2026-03-13T02:00:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1099, + "effective_tokens": -76949, + "cache_hit_rate": 19786, + "cost_usd": 0.34546599999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23032289010, + "workflow": "Smoke Claude", + "created_at": "2026-03-13T01:39:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1225, + "effective_tokens": -104887, + "cache_hit_rate": 22128.667, + "cost_usd": 0.26783599999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23032273053, + "workflow": "Smoke Claude", + "created_at": "2026-03-13T01:38:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2197, + "effective_tokens": -267118, + "cache_hit_rate": 24754.75, + "cost_usd": 0.38113499999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23032094389, + "workflow": "Smoke Claude", + "created_at": "2026-03-13T01:31:47Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1179, + "effective_tokens": -104915, + "cache_hit_rate": 22117.833, + "cost_usd": 0.26655575000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23031879440, + "workflow": "Smoke Claude", + "created_at": "2026-03-13T01:22:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 898, + "effective_tokens": -65224, + "cache_hit_rate": 18939.4, + "cost_usd": 0.24950525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23031733669, + "workflow": "Smoke Claude", + "created_at": "2026-03-13T01:16:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1209, + "effective_tokens": -159394, + "cache_hit_rate": 28757, + "cost_usd": 0.38629750000000007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23031566911, + "workflow": "Smoke Claude", + "created_at": "2026-03-13T01:10:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1602, + "effective_tokens": -104338, + "cache_hit_rate": 22166.5, + "cost_usd": 0.28137925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23031227981, + "workflow": "Smoke Claude", + "created_at": "2026-03-13T00:57:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1134, + "effective_tokens": -104962, + "cache_hit_rate": 22112.333, + "cost_usd": 0.2651865, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23031046887, + "workflow": "Smoke Claude", + "created_at": "2026-03-13T00:50:31Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1735, + "effective_tokens": -122854, + "cache_hit_rate": 26176.167, + "cost_usd": 0.32595850000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23030944673, + "workflow": "Smoke Claude", + "created_at": "2026-03-13T00:46:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1200, + "effective_tokens": -104461, + "cache_hit_rate": 24582.667, + "cost_usd": 0.36632475000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23030632932, + "workflow": "Smoke Claude", + "created_at": "2026-03-13T00:35:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1134, + "effective_tokens": -124349, + "cache_hit_rate": 23720.5, + "cost_usd": 0.20897149999999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23030523882, + "workflow": "Smoke Claude", + "created_at": "2026-03-13T00:31:19Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1367, + "effective_tokens": -144904, + "cache_hit_rate": 24744.286, + "cost_usd": 0.29550174999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23030235945, + "workflow": "Smoke Claude", + "created_at": "2026-03-13T00:20:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1454, + "effective_tokens": -164473, + "cache_hit_rate": 26170.143, + "cost_usd": 0.2368565, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23030123238, + "workflow": "Smoke Claude", + "created_at": "2026-03-13T00:16:23Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1220, + "effective_tokens": -145578, + "cache_hit_rate": 24782.714, + "cost_usd": 0.28818775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23030045655, + "workflow": "Smoke Claude", + "created_at": "2026-03-13T00:13:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1369, + "effective_tokens": -104523, + "cache_hit_rate": 24768.333, + "cost_usd": 0.3766105, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23029774294, + "workflow": "Smoke Claude", + "created_at": "2026-03-13T00:04:24Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1315, + "effective_tokens": -104590, + "cache_hit_rate": 24767, + "cost_usd": 0.37512524999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23029654325, + "workflow": "Smoke Claude", + "created_at": "2026-03-13T00:00:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1261, + "effective_tokens": -104654, + "cache_hit_rate": 24757.167, + "cost_usd": 0.3733145, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23029571826, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T23:57:05Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1303, + "effective_tokens": -104618, + "cache_hit_rate": 24763.667, + "cost_usd": 0.37459025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23029271162, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T23:46:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1452, + "effective_tokens": -145192, + "cache_hit_rate": 24834.143, + "cost_usd": 0.29934825000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23029134348, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T23:41:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1153, + "effective_tokens": -76882, + "cache_hit_rate": 19787.667, + "cost_usd": 0.34674674999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23028773416, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T23:28:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1305, + "effective_tokens": -160954, + "cache_hit_rate": 29288.714, + "cost_usd": 0.40347000000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23028546966, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T23:20:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 844, + "effective_tokens": -145467, + "cache_hit_rate": 24655.714, + "cost_usd": 0.27264974999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23028383732, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T23:15:09Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 816, + "effective_tokens": -77140, + "cache_hit_rate": 19716, + "cost_usd": 0.3327079999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23026407904, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T22:12:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1157, + "effective_tokens": -104979, + "cache_hit_rate": 22137, + "cost_usd": 0.2662505, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23025933769, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T22:00:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1183, + "effective_tokens": -145583, + "cache_hit_rate": 24773.143, + "cost_usd": 0.2869025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23024618868, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T21:24:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 865, + "effective_tokens": -105061, + "cache_hit_rate": 24468.667, + "cost_usd": 0.3516605, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23023824919, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T21:04:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1170, + "effective_tokens": -76813, + "cache_hit_rate": 19769.167, + "cost_usd": 0.34685949999999993, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23022670598, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T20:35:40Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1788, + "effective_tokens": -320177, + "cache_hit_rate": 32008.455, + "cost_usd": 0.4100385, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23022503444, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T20:31:25Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1818, + "effective_tokens": -226175, + "cache_hit_rate": 23268.818, + "cost_usd": 0.3579005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23022188554, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T20:23:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1604, + "effective_tokens": -104305, + "cache_hit_rate": 24571.833, + "cost_usd": 0.37442000000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23022151420, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T20:22:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1631, + "effective_tokens": -227357, + "cache_hit_rate": 28504.889, + "cost_usd": 0.34896900000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23021896260, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T20:16:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1266, + "effective_tokens": -164749, + "cache_hit_rate": 26130.571, + "cost_usd": 0.23293175000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23021761349, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T20:12:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1600, + "effective_tokens": -180178, + "cache_hit_rate": 30678.571, + "cost_usd": 0.354522, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23021614822, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T20:09:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1779, + "effective_tokens": -185654, + "cache_hit_rate": 26878.875, + "cost_usd": 0.33375000000000016, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23021567980, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T20:08:06Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1494, + "effective_tokens": -104321, + "cache_hit_rate": 2967.82, + "cost_usd": 0.3778005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23021299874, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T20:01:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1219, + "effective_tokens": -104707, + "cache_hit_rate": 24338.5, + "cost_usd": 0.35523875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23018810714, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T18:57:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1407, + "effective_tokens": -145120, + "cache_hit_rate": 24791.429, + "cost_usd": 0.29725425000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23018665746, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T18:53:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1174, + "effective_tokens": -104938, + "cache_hit_rate": 22128.167, + "cost_usd": 0.26656975000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23018464744, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T18:48:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1038, + "effective_tokens": -159145, + "cache_hit_rate": 3929.353, + "cost_usd": 0.377613, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23018270850, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T18:43:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 859, + "effective_tokens": -107643, + "cache_hit_rate": 22813.833, + "cost_usd": 0.26839575000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23018025679, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T18:37:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1048, + "effective_tokens": -104445, + "cache_hit_rate": 24212.833, + "cost_usd": 0.34858049999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23017900358, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T18:34:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1167, + "effective_tokens": -145467, + "cache_hit_rate": 24741.286, + "cost_usd": 0.2858622500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23017716310, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T18:30:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1103, + "effective_tokens": -105057, + "cache_hit_rate": 22129.5, + "cost_usd": 0.2645147500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23015440358, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T17:35:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1145, + "effective_tokens": -124207, + "cache_hit_rate": 24506, + "cost_usd": 0.23876499999999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23015283051, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T17:32:06Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1961, + "effective_tokens": -370556, + "cache_hit_rate": 33728.5, + "cost_usd": 0.45377925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23015270247, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T17:31:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1172, + "effective_tokens": -104755, + "cache_hit_rate": 24583.5, + "cost_usd": 0.363985, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23005850196, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T14:03:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1225, + "effective_tokens": -104366, + "cache_hit_rate": 24553.333, + "cost_usd": 0.36618325000000007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23001974982, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T12:28:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2015, + "effective_tokens": -198179, + "cache_hit_rate": 26871.111, + "cost_usd": 0.4408094999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22985307622, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T03:30:58Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1013, + "effective_tokens": -105031, + "cache_hit_rate": 22092, + "cost_usd": 0.261428, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22985143162, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T03:23:46Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1115, + "effective_tokens": -76875, + "cache_hit_rate": 19775.167, + "cost_usd": 0.34572575000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22982054128, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T01:09:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1112, + "effective_tokens": -104441, + "cache_hit_rate": 24366.167, + "cost_usd": 0.3560125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22981445915, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T00:44:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1788, + "effective_tokens": -130336, + "cache_hit_rate": 26761.714, + "cost_usd": 0.48428499999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22980663924, + "workflow": "Smoke Claude", + "created_at": "2026-03-12T00:17:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1345, + "effective_tokens": -76463, + "cache_hit_rate": 19764.667, + "cost_usd": 0.351935, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22970800376, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T19:32:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1760, + "effective_tokens": -144970, + "cache_hit_rate": 24932.571, + "cost_usd": 0.3115745, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22970656034, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T19:29:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1161, + "effective_tokens": -104841, + "cache_hit_rate": 24442, + "cost_usd": 0.35750250000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22970451788, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T19:24:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1794, + "effective_tokens": -144426, + "cache_hit_rate": 24823.714, + "cost_usd": 0.3099795, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22970267367, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T19:19:29Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1152, + "effective_tokens": -104832, + "cache_hit_rate": 24438.167, + "cost_usd": 0.35723475000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22970074436, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T19:14:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2226, + "effective_tokens": -197956, + "cache_hit_rate": 22035.455, + "cost_usd": 0.452875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22969603649, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T19:02:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1374, + "effective_tokens": -144640, + "cache_hit_rate": 24709.429, + "cost_usd": 0.293649, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22969587359, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T19:02:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1257, + "effective_tokens": -124069, + "cache_hit_rate": 26031.167, + "cost_usd": 0.30348875000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22969585895, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T19:02:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1617, + "effective_tokens": -163880, + "cache_hit_rate": 26125.857, + "cost_usd": 0.2449115, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22969580974, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T19:02:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1269, + "effective_tokens": -165013, + "cache_hit_rate": 26186.143, + "cost_usd": 0.23409874999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22969561724, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T19:01:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1132, + "effective_tokens": -104500, + "cache_hit_rate": 24391.5, + "cost_usd": 0.35698274999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22969455384, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T18:59:09Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1178, + "effective_tokens": -104777, + "cache_hit_rate": 24418, + "cost_usd": 0.35724925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22968955546, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T18:46:46Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1083, + "effective_tokens": -105072, + "cache_hit_rate": 22129.333, + "cost_usd": 0.26402325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22968817364, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T18:43:22Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1282, + "effective_tokens": -104728, + "cache_hit_rate": 24440.833, + "cost_usd": 0.36042525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22968551125, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T18:36:40Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1601, + "effective_tokens": -145268, + "cache_hit_rate": 24858.571, + "cost_usd": 0.30243425, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22968393691, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T18:32:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1210, + "effective_tokens": -124314, + "cache_hit_rate": 23744.667, + "cost_usd": 0.212907, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22968247247, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T18:29:19Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1013, + "effective_tokens": -105084, + "cache_hit_rate": 22102.167, + "cost_usd": 0.2616165, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22967971531, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T18:22:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 915, + "effective_tokens": -107801, + "cache_hit_rate": 22890.5, + "cost_usd": 0.27155425000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22967766576, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T18:17:33Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 912, + "effective_tokens": -65189, + "cache_hit_rate": 18953.2, + "cost_usd": 0.25044325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22967427599, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T18:09:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1855, + "effective_tokens": -227120, + "cache_hit_rate": 28538.556, + "cost_usd": 0.35555850000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22966932960, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T17:57:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 923, + "effective_tokens": -105183, + "cache_hit_rate": 24265.5, + "cost_usd": 0.34369225000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22966761040, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T17:53:02Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1009, + "effective_tokens": -105126, + "cache_hit_rate": 22113.833, + "cost_usd": 0.2617125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22966572545, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T17:48:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1029, + "effective_tokens": -105066, + "cache_hit_rate": 22101.5, + "cost_usd": 0.261916, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22965778986, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T17:29:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1199, + "effective_tokens": -104975, + "cache_hit_rate": 22138.167, + "cost_usd": 0.26713825, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22965562311, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T17:24:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1123, + "effective_tokens": -105040, + "cache_hit_rate": 22126.333, + "cost_usd": 0.26487275000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22965137198, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T17:14:57Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1138, + "effective_tokens": -104852, + "cache_hit_rate": 24282.5, + "cost_usd": 0.35054375000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22964980615, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T17:11:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1299, + "effective_tokens": -145200, + "cache_hit_rate": 24792.857, + "cost_usd": 0.2945237500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22964820529, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T17:07:23Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1172, + "effective_tokens": -104768, + "cache_hit_rate": 24285, + "cost_usd": 0.35180150000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22964704073, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T17:04:40Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1091, + "effective_tokens": -104937, + "cache_hit_rate": 24569, + "cost_usd": 0.3607285, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22952574714, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T12:28:29Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1286, + "effective_tokens": -116854, + "cache_hit_rate": 22719.571, + "cost_usd": 0.37362675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22932379671, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T01:33:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1789, + "effective_tokens": -185675, + "cache_hit_rate": 27275.375, + "cost_usd": 0.35497525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22932264173, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T01:29:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1200, + "effective_tokens": -179212, + "cache_hit_rate": 30304.429, + "cost_usd": 0.33537324999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22932163740, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T01:25:02Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2433, + "effective_tokens": -310226, + "cache_hit_rate": 26275.385, + "cost_usd": 0.42693425, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22932059958, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T01:20:51Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2195, + "effective_tokens": -268304, + "cache_hit_rate": 24933.25, + "cost_usd": 0.3958244999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22931933989, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T01:15:47Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1313, + "effective_tokens": -186203, + "cache_hit_rate": 26816.875, + "cost_usd": 0.31506924999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22931851528, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T01:12:35Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1266, + "effective_tokens": -104596, + "cache_hit_rate": 22885.833, + "cost_usd": 0.29796275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22931715729, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T01:07:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1511, + "effective_tokens": -185860, + "cache_hit_rate": 26848.125, + "cost_usd": 0.32611300000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22931580217, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T01:02:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1294, + "effective_tokens": -104240, + "cache_hit_rate": 24512.167, + "cost_usd": 0.36658925000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22931436689, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:56:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2191, + "effective_tokens": -311422, + "cache_hit_rate": 26330, + "cost_usd": 0.4181522500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22931375785, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:54:31Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1199, + "effective_tokens": -104758, + "cache_hit_rate": 24554.667, + "cost_usd": 0.36329174999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22931275725, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:50:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2492, + "effective_tokens": -412437, + "cache_hit_rate": 33384, + "cost_usd": 0.41683975, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22931210897, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:48:23Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1850, + "effective_tokens": -122737, + "cache_hit_rate": 26128, + "cost_usd": 0.32705925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22931199564, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:47:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1800, + "effective_tokens": -227250, + "cache_hit_rate": 28527.556, + "cost_usd": 0.35447549999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22931193652, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:47:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1399, + "effective_tokens": -104460, + "cache_hit_rate": 24577.5, + "cost_usd": 0.369809, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22931180165, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:47:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1230, + "effective_tokens": -124066, + "cache_hit_rate": 26171.833, + "cost_usd": 0.30869325000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22931178368, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:47:06Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1201, + "effective_tokens": -164822, + "cache_hit_rate": 26138.714, + "cost_usd": 0.23160649999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22931175398, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:46:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1299, + "effective_tokens": -104660, + "cache_hit_rate": 22908.833, + "cost_usd": 0.29912299999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22931173345, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:46:53Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1250, + "effective_tokens": -124281, + "cache_hit_rate": 23753.333, + "cost_usd": 0.21297224999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22931035770, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:41:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 959, + "effective_tokens": -65128, + "cache_hit_rate": 19068.6, + "cost_usd": 0.2556055, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22931032469, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:41:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1941, + "effective_tokens": -197418, + "cache_hit_rate": 22229.091, + "cost_usd": 0.46065825000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929881384, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:01:26Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 4032, + "effective_tokens": -484675, + "cache_hit_rate": 34707.4, + "cost_usd": 0.603104, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929879218, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:01:22Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2184, + "effective_tokens": -267809, + "cache_hit_rate": 24865.167, + "cost_usd": 0.39386924999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929878097, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:01:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1632, + "effective_tokens": -164272, + "cache_hit_rate": 26223.857, + "cost_usd": 0.24913824999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929877359, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:01:19Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1976, + "effective_tokens": -245738, + "cache_hit_rate": 24154.182, + "cost_usd": 0.30067050000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929876255, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:01:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2047, + "effective_tokens": -144532, + "cache_hit_rate": 25345.714, + "cost_usd": 0.33849524999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929876672, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:01:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 920, + "effective_tokens": -84577, + "cache_hit_rate": 21015.4, + "cost_usd": 0.19901749999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929875854, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:01:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1790, + "effective_tokens": -245324, + "cache_hit_rate": 24093.818, + "cost_usd": 0.2956645, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929875445, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:01:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1806, + "effective_tokens": -246150, + "cache_hit_rate": 29530.889, + "cost_usd": 0.2955035, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929874779, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:01:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1657, + "effective_tokens": -205765, + "cache_hit_rate": 28137.375, + "cost_usd": 0.27067775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929874588, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:01:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2035, + "effective_tokens": -245582, + "cache_hit_rate": 24141.273, + "cost_usd": 0.30302525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929873700, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:01:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2630, + "effective_tokens": -370895, + "cache_hit_rate": 28057.143, + "cost_usd": 0.39423775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929873934, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:01:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3048, + "effective_tokens": -371298, + "cache_hit_rate": 32857.833, + "cost_usd": 0.41670699999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929873026, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:01:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1641, + "effective_tokens": -185116, + "cache_hit_rate": 21736.6, + "cost_usd": 0.34531225, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929872761, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:01:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1549, + "effective_tokens": -164311, + "cache_hit_rate": 26197.857, + "cost_usd": 0.24609974999999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929871344, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:01:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2334, + "effective_tokens": -288873, + "cache_hit_rate": 25847.333, + "cost_usd": 0.34164824999999993, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929870572, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:01:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 814, + "effective_tokens": -127575, + "cache_hit_rate": 24645, + "cost_usd": 0.21706825, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929870279, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:01:06Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1871, + "effective_tokens": -246509, + "cache_hit_rate": 29605.444, + "cost_usd": 0.29814075, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929868542, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:01:03Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1449, + "effective_tokens": -104486, + "cache_hit_rate": 22138, + "cost_usd": 0.27495624999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929866829, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:01:00Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2363, + "effective_tokens": -298563, + "cache_hit_rate": 25237.231, + "cost_usd": 0.40542349999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22929864988, + "workflow": "Smoke Claude", + "created_at": "2026-03-11T00:00:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1309, + "effective_tokens": -208624, + "cache_hit_rate": 28788.125, + "cost_usd": 0.2793785, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22927994971, + "workflow": "Smoke Claude", + "created_at": "2026-03-10T22:55:35Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1821, + "effective_tokens": -197764, + "cache_hit_rate": 21946.909, + "cost_usd": 0.43662275000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22926794594, + "workflow": "Smoke Claude", + "created_at": "2026-03-10T22:16:24Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1498, + "effective_tokens": -145186, + "cache_hit_rate": 25128.714, + "cost_usd": 0.31238175000000007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22902477082, + "workflow": "Smoke Claude", + "created_at": "2026-03-10T12:28:51Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2283, + "effective_tokens": -196984, + "cache_hit_rate": 21943.364, + "cost_usd": 0.450725, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22881777616, + "workflow": "Smoke Claude", + "created_at": "2026-03-10T00:47:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1446, + "effective_tokens": -197152, + "cache_hit_rate": 26623.556, + "cost_usd": 0.41453550000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22853454810, + "workflow": "Smoke Claude", + "created_at": "2026-03-09T12:28:47Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1902, + "effective_tokens": -287313, + "cache_hit_rate": 30220.909, + "cost_usd": 0.4847957499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22833908319, + "workflow": "Smoke Claude", + "created_at": "2026-03-09T00:52:09Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1522, + "effective_tokens": -75488, + "cache_hit_rate": 21804.167, + "cost_usd": 0.44075025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22821083190, + "workflow": "Smoke Claude", + "created_at": "2026-03-08T12:27:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1395, + "effective_tokens": -76826, + "cache_hit_rate": 19840.667, + "cost_usd": 0.35359475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22810760522, + "workflow": "Smoke Claude", + "created_at": "2026-03-08T00:52:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1529, + "effective_tokens": -129605, + "cache_hit_rate": 26406.571, + "cost_usd": 0.467472, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22799044222, + "workflow": "Smoke Claude", + "created_at": "2026-03-07T12:27:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1393, + "effective_tokens": -76220, + "cache_hit_rate": 21872.333, + "cost_usd": 0.43671324999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22788127182, + "workflow": "Smoke Claude", + "created_at": "2026-03-07T00:48:24Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1589, + "effective_tokens": -78623, + "cache_hit_rate": 20491, + "cost_usd": 0.36918650000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22763453462, + "workflow": "Smoke Claude", + "created_at": "2026-03-06T12:28:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1108, + "effective_tokens": -76887, + "cache_hit_rate": 19763.333, + "cost_usd": 0.34507524999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22743845658, + "workflow": "Smoke Claude", + "created_at": "2026-03-06T00:54:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1341, + "effective_tokens": -76783, + "cache_hit_rate": 19821.5, + "cost_usd": 0.35251375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22734391379, + "workflow": "Smoke Claude", + "created_at": "2026-03-05T20:02:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1122, + "effective_tokens": -105099, + "cache_hit_rate": 22147.333, + "cost_usd": 0.26528575, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22734275233, + "workflow": "Smoke Claude", + "created_at": "2026-03-05T19:59:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1220, + "effective_tokens": -104489, + "cache_hit_rate": 24212.5, + "cost_usd": 0.35150899999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22734171787, + "workflow": "Smoke Claude", + "created_at": "2026-03-05T19:56:51Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1221, + "effective_tokens": -104495, + "cache_hit_rate": 24223.167, + "cost_usd": 0.35192225, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22733894331, + "workflow": "Smoke Claude", + "created_at": "2026-03-05T19:49:26Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1380, + "effective_tokens": -230285, + "cache_hit_rate": 28942.667, + "cost_usd": 0.34646775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22733678105, + "workflow": "Smoke Claude", + "created_at": "2026-03-05T19:43:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 930, + "effective_tokens": -105210, + "cache_hit_rate": 22101.333, + "cost_usd": 0.259149, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22733315828, + "workflow": "Smoke Claude", + "created_at": "2026-03-05T19:33:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1470, + "effective_tokens": -145206, + "cache_hit_rate": 24827.286, + "cost_usd": 0.2992092499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22732846830, + "workflow": "Smoke Claude", + "created_at": "2026-03-05T19:21:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1024, + "effective_tokens": -105172, + "cache_hit_rate": 22121.833, + "cost_usd": 0.26200324999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22732817906, + "workflow": "Smoke Claude", + "created_at": "2026-03-05T19:20:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1541, + "effective_tokens": -186235, + "cache_hit_rate": 26878.625, + "cost_usd": 0.32279475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22732758304, + "workflow": "Smoke Claude", + "created_at": "2026-03-05T19:18:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1924, + "effective_tokens": -199913, + "cache_hit_rate": 22220, + "cost_usd": 0.44623375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22732230930, + "workflow": "Smoke Claude", + "created_at": "2026-03-05T19:04:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1960, + "effective_tokens": -185982, + "cache_hit_rate": 26981.75, + "cost_usd": 0.3386490000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22732053059, + "workflow": "Smoke Claude", + "created_at": "2026-03-05T19:00:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2638, + "effective_tokens": -350863, + "cache_hit_rate": 27308.286, + "cost_usd": 0.44542574999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22731901935, + "workflow": "Smoke Claude", + "created_at": "2026-03-05T18:56:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3089, + "effective_tokens": -351961, + "cache_hit_rate": 32052.167, + "cost_usd": 0.47348199999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22731668059, + "workflow": "Smoke Claude", + "created_at": "2026-03-05T18:49:53Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2053, + "effective_tokens": -226644, + "cache_hit_rate": 23344.364, + "cost_usd": 0.36625175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22731026947, + "workflow": "Smoke Claude", + "created_at": "2026-03-05T18:34:25Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1574, + "effective_tokens": -144845, + "cache_hit_rate": 24814.714, + "cost_usd": 0.3028084999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22730613836, + "workflow": "Smoke Claude", + "created_at": "2026-03-05T18:24:19Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1791, + "effective_tokens": -268383, + "cache_hit_rate": 24846.417, + "cost_usd": 0.37855225000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22717927588, + "workflow": "Smoke Claude", + "created_at": "2026-03-05T12:28:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1816, + "effective_tokens": -116122, + "cache_hit_rate": 22756.143, + "cost_usd": 0.39151525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22696891702, + "workflow": "Smoke Claude", + "created_at": "2026-03-05T00:51:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2871, + "effective_tokens": -302167, + "cache_hit_rate": 5635.127, + "cost_usd": 0.5620062499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22669347738, + "workflow": "Smoke Claude", + "created_at": "2026-03-04T12:28:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2319, + "effective_tokens": -260722, + "cache_hit_rate": 5786.167, + "cost_usd": 0.5229285, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22649848420, + "workflow": "Smoke Claude", + "created_at": "2026-03-04T00:49:51Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1664, + "effective_tokens": -157134, + "cache_hit_rate": 24982.875, + "cost_usd": 0.40540374999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22642370718, + "workflow": "Smoke Claude", + "created_at": "2026-03-03T20:56:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1970, + "effective_tokens": -156800, + "cache_hit_rate": 20076.4, + "cost_usd": 0.41819549999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22641181923, + "workflow": "Smoke Claude", + "created_at": "2026-03-03T20:25:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2544, + "effective_tokens": -351465, + "cache_hit_rate": 6834.071, + "cost_usd": 0.4442907500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22640303970, + "workflow": "Smoke Claude", + "created_at": "2026-03-03T20:01:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2435, + "effective_tokens": -239920, + "cache_hit_rate": 23767.5, + "cost_usd": 0.48437474999999985, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22639188101, + "workflow": "Smoke Claude", + "created_at": "2026-03-03T19:28:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1851, + "effective_tokens": -157543, + "cache_hit_rate": 25148.875, + "cost_usd": 0.41654574999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22638961770, + "workflow": "Smoke Claude", + "created_at": "2026-03-03T19:21:53Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1875, + "effective_tokens": -225406, + "cache_hit_rate": 23178.545, + "cost_usd": 0.35169375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22623001390, + "workflow": "Smoke Claude", + "created_at": "2026-03-03T12:28:25Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2411, + "effective_tokens": -322492, + "cache_hit_rate": 26263.143, + "cost_usd": 0.5273992499999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22603148562, + "workflow": "Smoke Claude", + "created_at": "2026-03-03T00:57:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1653, + "effective_tokens": -288512, + "cache_hit_rate": 32507.5, + "cost_usd": 0.42305499999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22603140171, + "workflow": "Smoke Claude", + "created_at": "2026-03-03T00:57:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2315, + "effective_tokens": -268395, + "cache_hit_rate": 24956.5, + "cost_usd": 0.3993300000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22603134438, + "workflow": "Smoke Claude", + "created_at": "2026-03-03T00:57:05Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1738, + "effective_tokens": -185788, + "cache_hit_rate": 26905.5, + "cost_usd": 0.3323644999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22603002905, + "workflow": "Smoke Claude", + "created_at": "2026-03-03T00:52:24Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2095, + "effective_tokens": -357167, + "cache_hit_rate": 34042.25, + "cost_usd": 0.5660117499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22586893777, + "workflow": "Smoke Claude", + "created_at": "2026-03-02T17:08:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1378, + "effective_tokens": -164682, + "cache_hit_rate": 26213.143, + "cost_usd": 0.24125899999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22576020528, + "workflow": "Smoke Claude", + "created_at": "2026-03-02T12:28:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1386, + "effective_tokens": -124539, + "cache_hit_rate": 24904.571, + "cost_usd": 0.42549875000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22560388433, + "workflow": "Smoke Claude", + "created_at": "2026-03-02T03:39:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1402, + "effective_tokens": -145417, + "cache_hit_rate": 24879.857, + "cost_usd": 0.2994095, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22557000905, + "workflow": "Smoke Claude", + "created_at": "2026-03-02T00:51:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2243, + "effective_tokens": -156569, + "cache_hit_rate": 25102.25, + "cost_usd": 0.4251935, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22543408357, + "workflow": "Smoke Claude", + "created_at": "2026-03-01T12:27:40Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1826, + "effective_tokens": -197432, + "cache_hit_rate": 26729.111, + "cost_usd": 0.4282639999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22532749877, + "workflow": "Smoke Claude", + "created_at": "2026-03-01T00:57:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1973, + "effective_tokens": -75768, + "cache_hit_rate": 19848.833, + "cost_usd": 0.37157550000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22520733993, + "workflow": "Smoke Claude", + "created_at": "2026-02-28T12:27:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1155, + "effective_tokens": -117245, + "cache_hit_rate": 22700, + "cost_usd": 0.36584999999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22509556585, + "workflow": "Smoke Claude", + "created_at": "2026-02-28T00:45:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1893, + "effective_tokens": -197440, + "cache_hit_rate": 26744.778, + "cost_usd": 0.43051900000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22508186955, + "workflow": "Smoke Claude", + "created_at": "2026-02-27T23:42:31Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1970, + "effective_tokens": -309874, + "cache_hit_rate": 26170.538, + "cost_usd": 0.40498874999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22499024927, + "workflow": "Smoke Claude", + "created_at": "2026-02-27T18:37:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1285, + "effective_tokens": -124824, + "cache_hit_rate": 24917.286, + "cost_usd": 0.4223555, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22486233657, + "workflow": "Smoke Claude", + "created_at": "2026-02-27T12:28:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2003, + "effective_tokens": -197724, + "cache_hit_rate": 26816.111, + "cost_usd": 0.437303, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22470276453, + "workflow": "Smoke Claude", + "created_at": "2026-02-27T02:32:23Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1310, + "effective_tokens": -145318, + "cache_hit_rate": 24817.429, + "cost_usd": 0.29516250000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22469225025, + "workflow": "Smoke Claude", + "created_at": "2026-02-27T01:45:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1468, + "effective_tokens": -164405, + "cache_hit_rate": 26197.143, + "cost_usd": 0.24397175000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22469204754, + "workflow": "Smoke Claude", + "created_at": "2026-02-27T01:45:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1836, + "effective_tokens": -287126, + "cache_hit_rate": 25587.667, + "cost_usd": 0.3228465, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22469109401, + "workflow": "Smoke Claude", + "created_at": "2026-02-27T01:41:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1579, + "effective_tokens": -198895, + "cache_hit_rate": 26872.444, + "cost_usd": 0.42550949999999993, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22468322826, + "workflow": "Smoke Claude", + "created_at": "2026-02-27T01:08:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1870, + "effective_tokens": -198576, + "cache_hit_rate": 22056, + "cost_usd": 0.4407544999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22467880364, + "workflow": "Smoke Claude", + "created_at": "2026-02-27T00:51:29Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1962, + "effective_tokens": -75929, + "cache_hit_rate": 19883.833, + "cost_usd": 0.3735855, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22467568734, + "workflow": "Smoke Claude", + "created_at": "2026-02-27T00:39:29Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1200, + "effective_tokens": -105038, + "cache_hit_rate": 22149.5, + "cost_usd": 0.26718125000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22467422104, + "workflow": "Smoke Claude", + "created_at": "2026-02-27T00:33:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1379, + "effective_tokens": -76434, + "cache_hit_rate": 22762.333, + "cost_usd": 0.47110325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22465649061, + "workflow": "Smoke Claude", + "created_at": "2026-02-26T23:26:19Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1312, + "effective_tokens": -145049, + "cache_hit_rate": 24746.571, + "cost_usd": 0.29157425, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22458943574, + "workflow": "Smoke Claude", + "created_at": "2026-02-26T20:01:23Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1245, + "effective_tokens": -104812, + "cache_hit_rate": 24576.333, + "cost_usd": 0.36470024999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22458884072, + "workflow": "Smoke Claude", + "created_at": "2026-02-26T19:59:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1305, + "effective_tokens": -104697, + "cache_hit_rate": 22120.667, + "cost_usd": 0.2703475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22458313039, + "workflow": "Smoke Claude", + "created_at": "2026-02-26T19:43:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1108, + "effective_tokens": -105021, + "cache_hit_rate": 22107.833, + "cost_usd": 0.26387900000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22457520684, + "workflow": "Smoke Claude", + "created_at": "2026-02-26T19:20:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1057, + "effective_tokens": -105022, + "cache_hit_rate": 2944.94, + "cost_usd": 0.3574955, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22456872363, + "workflow": "Smoke Claude", + "created_at": "2026-02-26T19:02:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1591, + "effective_tokens": -104406, + "cache_hit_rate": 22160, + "cost_usd": 0.27912375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22456523765, + "workflow": "Smoke Claude", + "created_at": "2026-02-26T18:53:00Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1118, + "effective_tokens": -105027, + "cache_hit_rate": 22120.167, + "cost_usd": 0.2647405, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22456322456, + "workflow": "Smoke Claude", + "created_at": "2026-02-26T18:47:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1227, + "effective_tokens": -104337, + "cache_hit_rate": 24459.667, + "cost_usd": 0.3626005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22456223613, + "workflow": "Smoke Claude", + "created_at": "2026-02-26T18:44:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1270, + "effective_tokens": -160303, + "cache_hit_rate": 29024.429, + "cost_usd": 0.39439199999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22456190905, + "workflow": "Smoke Claude", + "created_at": "2026-02-26T18:43:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1309, + "effective_tokens": -186246, + "cache_hit_rate": 26815.875, + "cost_usd": 0.31462150000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22452681550, + "workflow": "Smoke Claude", + "created_at": "2026-02-26T17:06:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1187, + "effective_tokens": -104992, + "cache_hit_rate": 22134, + "cost_usd": 0.26662525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22442148500, + "workflow": "Smoke Claude", + "created_at": "2026-02-26T12:30:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1166, + "effective_tokens": -76750, + "cache_hit_rate": 19746.333, + "cost_usd": 0.3462935, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22422835031, + "workflow": "Smoke Claude", + "created_at": "2026-02-26T00:49:00Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1940, + "effective_tokens": -122522, + "cache_hit_rate": 24488.143, + "cost_usd": 0.42859125000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22419557220, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T22:54:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1601, + "effective_tokens": -186483, + "cache_hit_rate": 26938.75, + "cost_usd": 0.3256345, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22419545165, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T22:53:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1323, + "effective_tokens": -124011, + "cache_hit_rate": 26283.5, + "cost_usd": 0.31530825, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22419520901, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T22:53:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1329, + "effective_tokens": -164949, + "cache_hit_rate": 26184.143, + "cost_usd": 0.23550925000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22419219954, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T22:43:23Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1245, + "effective_tokens": -104655, + "cache_hit_rate": 22807.5, + "cost_usd": 0.29404375000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22417997099, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T22:05:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1116, + "effective_tokens": -145467, + "cache_hit_rate": 24725.714, + "cost_usd": 0.28417225, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22417159102, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T21:40:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1198, + "effective_tokens": -159685, + "cache_hit_rate": 29004.143, + "cost_usd": 0.395947, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22416952684, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T21:35:09Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1164, + "effective_tokens": -145428, + "cache_hit_rate": 24729.286, + "cost_usd": 0.28553075, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22416790428, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T21:30:47Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1360, + "effective_tokens": -145465, + "cache_hit_rate": 24797.714, + "cost_usd": 0.29369875000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22416738853, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T21:29:25Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1553, + "effective_tokens": -185928, + "cache_hit_rate": 26834.375, + "cost_usd": 0.32234999999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22416713770, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T21:28:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1292, + "effective_tokens": -104588, + "cache_hit_rate": 24675.167, + "cost_usd": 0.37098925000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22416501501, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T21:22:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1407, + "effective_tokens": -186247, + "cache_hit_rate": 26839.875, + "cost_usd": 0.31816475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22416284511, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T21:16:51Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1234, + "effective_tokens": -145330, + "cache_hit_rate": 24727, + "cost_usd": 0.28759475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22416282560, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T21:16:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1343, + "effective_tokens": -104581, + "cache_hit_rate": 24691, + "cost_usd": 0.37262550000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22416069690, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T21:10:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1532, + "effective_tokens": -144667, + "cache_hit_rate": 24771.429, + "cost_usd": 0.3012612500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22415905091, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T21:05:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1641, + "effective_tokens": -144628, + "cache_hit_rate": 24787.714, + "cost_usd": 0.30436425, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22415892019, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T21:05:28Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1684, + "effective_tokens": -163724, + "cache_hit_rate": 26132.571, + "cost_usd": 0.24743300000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22415859966, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T21:04:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1215, + "effective_tokens": -64680, + "cache_hit_rate": 18487.2, + "cost_usd": 0.24360425000000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22415315472, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T20:48:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1659, + "effective_tokens": -204328, + "cache_hit_rate": 22943.8, + "cost_usd": 0.30379375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22415250328, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T20:46:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1444, + "effective_tokens": -185154, + "cache_hit_rate": 26692, + "cost_usd": 0.31557549999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22414574176, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T20:27:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1219, + "effective_tokens": -104933, + "cache_hit_rate": 22138, + "cost_usd": 0.268022, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22414127396, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T20:14:31Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1655, + "effective_tokens": -145064, + "cache_hit_rate": 24902.714, + "cost_usd": 0.3076145, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22414112622, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T20:14:05Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1222, + "effective_tokens": -104338, + "cache_hit_rate": 24622.5, + "cost_usd": 0.36910125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22414057544, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T20:12:29Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1279, + "effective_tokens": -104699, + "cache_hit_rate": 24698.167, + "cost_usd": 0.37099825000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22413939339, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T20:09:09Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1718, + "effective_tokens": -186099, + "cache_hit_rate": 26893.375, + "cost_usd": 0.32747000000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22413712283, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T20:02:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1128, + "effective_tokens": -76767, + "cache_hit_rate": 19745, + "cost_usd": 0.34534975, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22413323698, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T19:51:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1676, + "effective_tokens": -185441, + "cache_hit_rate": 26829.25, + "cost_usd": 0.32730924999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22411251082, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T18:54:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1323, + "effective_tokens": -104844, + "cache_hit_rate": 22157.5, + "cost_usd": 0.271294, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22411132006, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T18:51:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1171, + "effective_tokens": -104931, + "cache_hit_rate": 22110.667, + "cost_usd": 0.2658365, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22411068733, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T18:49:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1216, + "effective_tokens": -159006, + "cache_hit_rate": 28694, + "cost_usd": 0.38589399999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22409728844, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T18:11:33Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6441, + "effective_tokens": -224949, + "cache_hit_rate": 57.816, + "cost_usd": 0.40288300000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22409340171, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T18:00:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1713, + "effective_tokens": -185283, + "cache_hit_rate": 21467.7, + "cost_usd": 0.32758075, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22409306434, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T17:59:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1488, + "effective_tokens": -144710, + "cache_hit_rate": 24766.429, + "cost_usd": 0.29982625000000007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22409296193, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T17:59:31Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2434, + "effective_tokens": -225965, + "cache_hit_rate": 23333.273, + "cost_usd": 0.3774457500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22396938474, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T12:30:29Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1891, + "effective_tokens": -75738, + "cache_hit_rate": 20556.5, + "cost_usd": 0.39575600000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22377043153, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T00:54:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1572, + "effective_tokens": -158506, + "cache_hit_rate": 25192.125, + "cost_usd": 0.4057092500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22376346766, + "workflow": "Smoke Claude", + "created_at": "2026-02-25T00:29:05Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 6651, + "effective_tokens": -265386, + "cache_hit_rate": 66.772, + "cost_usd": 0.43059925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22375090601, + "workflow": "Smoke Claude", + "created_at": "2026-02-24T23:44:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1280, + "effective_tokens": -162084, + "cache_hit_rate": 29625.857, + "cost_usd": 0.4118877500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22374522336, + "workflow": "Smoke Claude", + "created_at": "2026-02-24T23:24:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1686, + "effective_tokens": -157499, + "cache_hit_rate": 25098.875, + "cost_usd": 0.40985999999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22373974965, + "workflow": "Smoke Claude", + "created_at": "2026-02-24T23:06:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2029, + "effective_tokens": -279612, + "cache_hit_rate": 31365.3, + "cost_usd": 0.4085995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22350902628, + "workflow": "Smoke Claude", + "created_at": "2026-02-24T12:30:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2219, + "effective_tokens": -251225, + "cache_hit_rate": 29970.3, + "cost_usd": 0.49529524999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22333554473, + "workflow": "Smoke Claude", + "created_at": "2026-02-24T02:07:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1379, + "effective_tokens": -145126, + "cache_hit_rate": 24794.571, + "cost_usd": 0.29655725000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22331625019, + "workflow": "Smoke Claude", + "created_at": "2026-02-24T00:49:05Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2260, + "effective_tokens": -282148, + "cache_hit_rate": 25148.231, + "cost_usd": 0.49813824999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22306186583, + "workflow": "Smoke Claude", + "created_at": "2026-02-23T12:30:23Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2184, + "effective_tokens": -155604, + "cache_hit_rate": 3692.926, + "cost_usd": 0.41810250000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22289176758, + "workflow": "Smoke Claude", + "created_at": "2026-02-23T00:52:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1621, + "effective_tokens": -132326, + "cache_hit_rate": 27223, + "cost_usd": 0.49089700000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22277139913, + "workflow": "Smoke Claude", + "created_at": "2026-02-22T12:27:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1303, + "effective_tokens": -76244, + "cache_hit_rate": 22317.833, + "cost_usd": 0.45273749999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22267586550, + "workflow": "Smoke Claude", + "created_at": "2026-02-22T00:53:03Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1901, + "effective_tokens": -131593, + "cache_hit_rate": 27213.143, + "cost_usd": 0.4999925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22256805734, + "workflow": "Smoke Claude", + "created_at": "2026-02-21T12:27:40Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1284, + "effective_tokens": -76606, + "cache_hit_rate": 19754.5, + "cost_usd": 0.34971575000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22247480589, + "workflow": "Smoke Claude", + "created_at": "2026-02-21T01:18:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1185, + "effective_tokens": -104500, + "cache_hit_rate": 24666.5, + "cost_usd": 0.369198, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22247167185, + "workflow": "Smoke Claude", + "created_at": "2026-02-21T01:01:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1399, + "effective_tokens": -145070, + "cache_hit_rate": 24776.571, + "cost_usd": 0.29678374999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22246934165, + "workflow": "Smoke Claude", + "created_at": "2026-02-21T00:49:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2297, + "effective_tokens": -131874, + "cache_hit_rate": 27367.714, + "cost_usd": 0.51305075, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22224117744, + "workflow": "Smoke Claude", + "created_at": "2026-02-20T12:28:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2089, + "effective_tokens": -196410, + "cache_hit_rate": 26674, + "cost_usd": 0.4362167499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22207731611, + "workflow": "Smoke Claude", + "created_at": "2026-02-20T01:37:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1335, + "effective_tokens": -76750, + "cache_hit_rate": 19815, + "cost_usd": 0.35217024999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22206604542, + "workflow": "Smoke Claude", + "created_at": "2026-02-20T00:49:31Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1233, + "effective_tokens": -104733, + "cache_hit_rate": 22085.5, + "cost_usd": 0.26744224999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22203514636, + "workflow": "Smoke Claude", + "created_at": "2026-02-19T22:53:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2301, + "effective_tokens": -274570, + "cache_hit_rate": 25936.667, + "cost_usd": 0.42893125000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22201432061, + "workflow": "Smoke Claude", + "created_at": "2026-02-19T21:46:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1236, + "effective_tokens": -178713, + "cache_hit_rate": 2990.569, + "cost_usd": 0.3610525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22201253667, + "workflow": "Smoke Claude", + "created_at": "2026-02-19T21:41:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1466, + "effective_tokens": -190313, + "cache_hit_rate": 3172.734, + "cost_usd": 0.53116675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22200583010, + "workflow": "Smoke Claude", + "created_at": "2026-02-19T21:20:33Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1247, + "effective_tokens": -159660, + "cache_hit_rate": 2857.944, + "cost_usd": 0.41777525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22200520155, + "workflow": "Smoke Claude", + "created_at": "2026-02-19T21:18:35Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2723, + "effective_tokens": -572363, + "cache_hit_rate": 9576.323, + "cost_usd": 0.6825372500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22200394483, + "workflow": "Smoke Claude", + "created_at": "2026-02-19T21:14:46Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1945, + "effective_tokens": -307552, + "cache_hit_rate": 3805.464, + "cost_usd": 0.6068772500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22181832523, + "workflow": "Smoke Claude", + "created_at": "2026-02-19T12:29:53Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1207, + "effective_tokens": -132127, + "cache_hit_rate": 2663.514, + "cost_usd": 0.49277525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22168649643, + "workflow": "Smoke Claude", + "created_at": "2026-02-19T04:34:03Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2099, + "effective_tokens": -369785, + "cache_hit_rate": 4282.782, + "cost_usd": 0.6508247499999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22168490413, + "workflow": "Smoke Claude", + "created_at": "2026-02-19T04:26:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1858, + "effective_tokens": -307041, + "cache_hit_rate": 3796.814, + "cost_usd": 0.6037284999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22167849439, + "workflow": "Smoke Claude", + "created_at": "2026-02-19T03:55:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 20625, + "effective_tokens": -374795, + "cache_hit_rate": 23.057, + "cost_usd": 0.58919625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22165363231, + "workflow": "Smoke Claude", + "created_at": "2026-02-19T01:53:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 20282, + "effective_tokens": -295637, + "cache_hit_rate": 19.294, + "cost_usd": 0.5993695000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22165292365, + "workflow": "Smoke Claude", + "created_at": "2026-02-19T01:49:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 20095, + "effective_tokens": -94461, + "cache_hit_rate": 9.247, + "cost_usd": 0.58326775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22164939163, + "workflow": "Smoke Claude", + "created_at": "2026-02-19T01:33:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2218, + "effective_tokens": -412386, + "cache_hit_rate": 4339.279, + "cost_usd": 0.5133287500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22163989704, + "workflow": "Smoke Claude", + "created_at": "2026-02-19T00:52:57Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 19866, + "effective_tokens": -94744, + "cache_hit_rate": 9.231, + "cost_usd": 0.57636725, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22121968074, + "workflow": "Smoke Claude", + "created_at": "2026-02-18T00:52:33Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 19607, + "effective_tokens": -37282, + "cache_hit_rate": 6.818, + "cost_usd": 0.62258925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22121318760, + "workflow": "Smoke Claude", + "created_at": "2026-02-18T00:25:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 20096, + "effective_tokens": -152990, + "cache_hit_rate": 12.404, + "cost_usd": 0.61514375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22120677776, + "workflow": "Smoke Claude", + "created_at": "2026-02-17T23:59:47Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 20682, + "effective_tokens": -328185, + "cache_hit_rate": 21.76, + "cost_usd": 0.7228585000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22120295902, + "workflow": "Smoke Claude", + "created_at": "2026-02-17T23:44:05Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 20053, + "effective_tokens": -152739, + "cache_hit_rate": 12.379, + "cost_usd": 0.61404, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22119567763, + "workflow": "Smoke Claude", + "created_at": "2026-02-17T23:15:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2218, + "effective_tokens": -561602, + "cache_hit_rate": 9202.75, + "cost_usd": 0.7559672499999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22114595787, + "workflow": "Smoke Claude", + "created_at": "2026-02-17T20:30:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 19846, + "effective_tokens": -95136, + "cache_hit_rate": 9.285, + "cost_usd": 0.5782322499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22098514636, + "workflow": "Smoke Claude", + "created_at": "2026-02-17T12:29:33Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 20558, + "effective_tokens": -328217, + "cache_hit_rate": 21.786, + "cost_usd": 0.7193017499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22082099713, + "workflow": "Smoke Claude", + "created_at": "2026-02-17T00:51:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 20389, + "effective_tokens": -296969, + "cache_hit_rate": 19.395, + "cost_usd": 0.606868, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22081375006, + "workflow": "Smoke Claude", + "created_at": "2026-02-17T00:13:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2926, + "effective_tokens": -631447, + "cache_hit_rate": 5243.331, + "cost_usd": 0.7161864999999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22081207714, + "workflow": "Smoke Claude", + "created_at": "2026-02-17T00:04:35Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1505, + "effective_tokens": -275707, + "cache_hit_rate": 7678.69, + "cost_usd": 0.48400675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22081204779, + "workflow": "Smoke Claude", + "created_at": "2026-02-17T00:04:26Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1255, + "effective_tokens": -159754, + "cache_hit_rate": 2820.329, + "cost_usd": 0.41617374999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22081203747, + "workflow": "Smoke Claude", + "created_at": "2026-02-17T00:04:23Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1488, + "effective_tokens": -159384, + "cache_hit_rate": 2785.351, + "cost_usd": 0.42447, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22080511826, + "workflow": "Smoke Claude", + "created_at": "2026-02-16T23:26:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 20253, + "effective_tokens": -238686, + "cache_hit_rate": 16.257, + "cost_usd": 0.570842, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22073943864, + "workflow": "Smoke Claude", + "created_at": "2026-02-16T18:35:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1264, + "effective_tokens": -180061, + "cache_hit_rate": 6295.545, + "cost_usd": 0.3028515, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22073314013, + "workflow": "Smoke Claude", + "created_at": "2026-02-16T18:10:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 19874, + "effective_tokens": -64362, + "cache_hit_rate": 6.904, + "cost_usd": 0.47074874999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22062773578, + "workflow": "Smoke Claude", + "created_at": "2026-02-16T12:29:26Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 20230, + "effective_tokens": -211629, + "cache_hit_rate": 15.552, + "cost_usd": 0.65424775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22046461561, + "workflow": "Smoke Claude", + "created_at": "2026-02-16T00:52:57Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 19791, + "effective_tokens": -94771, + "cache_hit_rate": 9.252, + "cost_usd": 0.57550275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22038526127, + "workflow": "Smoke Claude", + "created_at": "2026-02-15T15:48:40Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 20474, + "effective_tokens": -238694, + "cache_hit_rate": 16.281, + "cost_usd": 0.5776584999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22027137102, + "workflow": "Smoke Claude", + "created_at": "2026-02-15T00:55:28Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 20058, + "effective_tokens": -179851, + "cache_hit_rate": 13.095, + "cost_usd": 0.5339752499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22024160047, + "workflow": "Smoke Claude", + "created_at": "2026-02-14T20:58:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1639, + "effective_tokens": -237122, + "cache_hit_rate": 5344.98, + "cost_usd": 0.7329802499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22023873007, + "workflow": "Smoke Claude", + "created_at": "2026-02-14T20:35:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2223, + "effective_tokens": -381172, + "cache_hit_rate": 6676.574, + "cost_usd": 0.6493027499999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22023695847, + "workflow": "Smoke Claude", + "created_at": "2026-02-14T20:22:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1311, + "effective_tokens": -165196, + "cache_hit_rate": 2428.987, + "cost_usd": 0.562398, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22023595934, + "workflow": "Smoke Claude", + "created_at": "2026-02-14T20:14:25Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1571, + "effective_tokens": -201531, + "cache_hit_rate": 2694.083, + "cost_usd": 0.61652, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22023002013, + "workflow": "Smoke Claude", + "created_at": "2026-02-14T19:28:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2045, + "effective_tokens": -276480, + "cache_hit_rate": 6450.574, + "cost_usd": 0.5084261, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22018519698, + "workflow": "Smoke Claude", + "created_at": "2026-02-14T13:48:25Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1552, + "effective_tokens": -223636, + "cache_hit_rate": 2792.386, + "cost_usd": 0.2918565, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22017322625, + "workflow": "Smoke Claude", + "created_at": "2026-02-14T12:27:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1527, + "effective_tokens": -163036, + "cache_hit_rate": 2467.136, + "cost_usd": 0.8653045000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22007950466, + "workflow": "Smoke Claude", + "created_at": "2026-02-14T00:50:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 19786, + "effective_tokens": -88189, + "cache_hit_rate": 8.778, + "cost_usd": 0.5566962500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22007696202, + "workflow": "Smoke Claude", + "created_at": "2026-02-14T00:36:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2792, + "effective_tokens": -358943, + "cache_hit_rate": 6682.879, + "cost_usd": 0.4281555, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22006106402, + "workflow": "Smoke Claude", + "created_at": "2026-02-13T23:15:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1438, + "effective_tokens": -209190, + "cache_hit_rate": 2940.588, + "cost_usd": 0.30871624999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22005016831, + "workflow": "Smoke Claude", + "created_at": "2026-02-13T22:28:05Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2504, + "effective_tokens": -553530, + "cache_hit_rate": 6680.211, + "cost_usd": 0.7505909999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22004921805, + "workflow": "Smoke Claude", + "created_at": "2026-02-13T22:24:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 19856, + "effective_tokens": -115973, + "cache_hit_rate": 9.539, + "cost_usd": 0.4821377499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22004471237, + "workflow": "Smoke Claude", + "created_at": "2026-02-13T22:06:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 19946, + "effective_tokens": -59967, + "cache_hit_rate": 6.547, + "cost_usd": 0.45670325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 22004086738, + "workflow": "Smoke Claude", + "created_at": "2026-02-13T21:51:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1393, + "effective_tokens": -208862, + "cache_hit_rate": 3285.922, + "cost_usd": 0.42993724999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21999941822, + "workflow": "Smoke Claude", + "created_at": "2026-02-13T19:27:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 19957, + "effective_tokens": -144115, + "cache_hit_rate": 11.814, + "cost_usd": 0.5924605000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21999300948, + "workflow": "Smoke Claude", + "created_at": "2026-02-13T19:05:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1682, + "effective_tokens": -210306, + "cache_hit_rate": 3341.87, + "cost_usd": 0.45846599999999993, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21989781390, + "workflow": "Smoke Claude", + "created_at": "2026-02-13T14:07:46Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1156, + "effective_tokens": -125956, + "cache_hit_rate": 2584.197, + "cost_usd": 0.47626750000000007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21989721577, + "workflow": "Smoke Claude", + "created_at": "2026-02-13T14:05:47Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2392, + "effective_tokens": -409001, + "cache_hit_rate": 3916.817, + "cost_usd": 0.7647680000000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21988744686, + "workflow": "Smoke Claude", + "created_at": "2026-02-13T13:33:58Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 19932, + "effective_tokens": -115976, + "cache_hit_rate": 9.535, + "cost_usd": 0.48210325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21986857909, + "workflow": "Smoke Claude", + "created_at": "2026-02-13T12:28:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1712, + "effective_tokens": -228817, + "cache_hit_rate": 3269.964, + "cost_usd": 0.480278, + "models": [ + "claude-sonnet-4-5-20250929", + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 21982222413, + "workflow": "Smoke Claude", + "created_at": "2026-02-13T09:46:22Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1767, + "effective_tokens": -294012, + "cache_hit_rate": 3677.188, + "cost_usd": 0.57931975, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21978456132, + "workflow": "Smoke Claude", + "created_at": "2026-02-13T07:28:19Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 20173, + "effective_tokens": -171380, + "cache_hit_rate": 12.49, + "cost_usd": 0.52090375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21978273270, + "workflow": "Smoke Claude", + "created_at": "2026-02-13T07:20:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 19913, + "effective_tokens": -115762, + "cache_hit_rate": 9.523, + "cost_usd": 0.48167225, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21978261178, + "workflow": "Smoke Claude", + "created_at": "2026-02-13T07:20:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3901, + "effective_tokens": -516550, + "cache_hit_rate": 7209.184, + "cost_usd": 0.54771375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21977776655, + "workflow": "Smoke Claude", + "created_at": "2026-02-13T06:58:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 20048, + "effective_tokens": -171773, + "cache_hit_rate": 12.502, + "cost_usd": 0.514784, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21977454915, + "workflow": "Smoke Claude", + "created_at": "2026-02-13T06:43:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 20832, + "effective_tokens": -397717, + "cache_hit_rate": 24.622, + "cost_usd": 0.6561514999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21977064051, + "workflow": "Smoke Claude", + "created_at": "2026-02-13T06:25:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3028, + "effective_tokens": -650820, + "cache_hit_rate": 9815.288, + "cost_usd": 0.8323949999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21976652617, + "workflow": "Smoke Claude", + "created_at": "2026-02-13T06:07:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1090, + "effective_tokens": -134616, + "cache_hit_rate": 2125, + "cost_usd": 0.25626174999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21974237737, + "workflow": "Smoke Claude", + "created_at": "2026-02-13T04:06:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1154, + "effective_tokens": -125876, + "cache_hit_rate": 7642.083, + "cost_usd": 0.475455, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21973717768, + "workflow": "Smoke Claude", + "created_at": "2026-02-13T03:39:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1171, + "effective_tokens": -153476, + "cache_hit_rate": 8222.208, + "cost_usd": 0.399056, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21973417616, + "workflow": "Smoke Claude", + "created_at": "2026-02-13T03:23:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1249, + "effective_tokens": -153734, + "cache_hit_rate": 7603.654, + "cost_usd": 0.3982335, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21971662665, + "workflow": "Smoke Claude", + "created_at": "2026-02-13T01:55:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 19802, + "effective_tokens": -116126, + "cache_hit_rate": 9.526, + "cost_usd": 0.47836600000000007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21970440982, + "workflow": "Smoke Claude", + "created_at": "2026-02-13T00:58:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1108, + "effective_tokens": -153448, + "cache_hit_rate": 8213.208, + "cost_usd": 0.39662775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21970371478, + "workflow": "Smoke Claude", + "created_at": "2026-02-13T00:55:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2286, + "effective_tokens": -354800, + "cache_hit_rate": 5011.53, + "cost_usd": 0.7317899999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21969369502, + "workflow": "Smoke Claude", + "created_at": "2026-02-13T00:11:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 19853, + "effective_tokens": -115994, + "cache_hit_rate": 9.511, + "cost_usd": 0.47934475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21968429968, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T23:32:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 19616, + "effective_tokens": -79737, + "cache_hit_rate": 7.894, + "cost_usd": 0.49405275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21968391229, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T23:30:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1140, + "effective_tokens": -153559, + "cache_hit_rate": 8222.292, + "cost_usd": 0.39891150000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21968389676, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T23:30:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1304, + "effective_tokens": -97216, + "cache_hit_rate": 7060.75, + "cost_usd": 0.37149625000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21967863708, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T23:10:09Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1717, + "effective_tokens": -321167, + "cache_hit_rate": 8717.333, + "cost_usd": 0.5015700000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21966537321, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T22:21:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 20466, + "effective_tokens": -284679, + "cache_hit_rate": 18.559, + "cost_usd": 0.586588, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21966505341, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T22:20:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1515, + "effective_tokens": -133813, + "cache_hit_rate": 6638.852, + "cost_usd": 0.4924915, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21966346047, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T22:15:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1086, + "effective_tokens": -116932, + "cache_hit_rate": 8276.45, + "cost_usd": 0.40832324999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21966225317, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T22:11:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 20059, + "effective_tokens": -171900, + "cache_hit_rate": 12.507, + "cost_usd": 0.51430125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21965930541, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T22:01:26Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1168, + "effective_tokens": -153318, + "cache_hit_rate": 2814.2, + "cost_usd": 0.396762, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21965543310, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T21:48:31Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2813, + "effective_tokens": -608942, + "cache_hit_rate": 5574.398, + "cost_usd": 0.7139857499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21964764011, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T21:22:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 19834, + "effective_tokens": -115992, + "cache_hit_rate": 9.524, + "cost_usd": 0.48107449999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21964509025, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T21:14:23Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3618, + "effective_tokens": -534049, + "cache_hit_rate": 2411.813, + "cost_usd": 0.5594892499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21964052901, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T20:59:35Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 935, + "effective_tokens": -117201, + "cache_hit_rate": 7026.875, + "cost_usd": 0.42476375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21962737181, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T20:17:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1160, + "effective_tokens": -172524, + "cache_hit_rate": 8619.5, + "cost_usd": 0.3423700000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21962690253, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T20:15:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1127, + "effective_tokens": -116516, + "cache_hit_rate": 7537.6, + "cost_usd": 0.31306424999999993, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21962659733, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T20:14:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1092, + "effective_tokens": -153568, + "cache_hit_rate": 8219.042, + "cost_usd": 0.39464075, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21962630584, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T20:13:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1917, + "effective_tokens": -248020, + "cache_hit_rate": 6255.818, + "cost_usd": 0.3492227499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21962603450, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T20:13:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1152, + "effective_tokens": -153435, + "cache_hit_rate": 8217.083, + "cost_usd": 0.39631474999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21962594373, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T20:12:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2763, + "effective_tokens": -358993, + "cache_hit_rate": 6683.81, + "cost_usd": 0.42766675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21961945268, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T19:52:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1134, + "effective_tokens": -97544, + "cache_hit_rate": 7065.45, + "cost_usd": 0.36991425, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21961531983, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T19:39:53Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1912, + "effective_tokens": -379060, + "cache_hit_rate": 9879.791, + "cost_usd": 0.54102825, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21961398452, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T19:35:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1651, + "effective_tokens": -265597, + "cache_hit_rate": 7396.429, + "cost_usd": 0.47000950000000014, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21959922813, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T18:51:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2434, + "effective_tokens": -494681, + "cache_hit_rate": 8345.323, + "cost_usd": 0.7204082500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21959823980, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T18:48:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2782, + "effective_tokens": -550777, + "cache_hit_rate": 7675.41, + "cost_usd": 0.65226775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21958327616, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T18:02:24Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 956, + "effective_tokens": -98051, + "cache_hit_rate": 6537.625, + "cost_usd": 0.4655865, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21957514719, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T17:38:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 974, + "effective_tokens": -98018, + "cache_hit_rate": 6537.917, + "cost_usd": 0.4661775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21946689843, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T12:30:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1070, + "effective_tokens": -232837, + "cache_hit_rate": 9120.469, + "cost_usd": 0.5387605, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21935267620, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T05:51:47Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1072, + "effective_tokens": -150165, + "cache_hit_rate": 8055.269, + "cost_usd": 0.4966035, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21934741143, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T05:27:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1085, + "effective_tokens": -151330, + "cache_hit_rate": 8144.154, + "cost_usd": 0.5051752500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21934702044, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T05:25:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1116, + "effective_tokens": -153412, + "cache_hit_rate": 8210.917, + "cost_usd": 0.3966215, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21934568450, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T05:18:31Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 933, + "effective_tokens": -98114, + "cache_hit_rate": 6459.875, + "cost_usd": 0.452051, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21934475014, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T05:13:40Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2743, + "effective_tokens": -608793, + "cache_hit_rate": 9521.42, + "cost_usd": 0.9584615000000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21933879884, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T04:44:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1347, + "effective_tokens": -208990, + "cache_hit_rate": 8441, + "cost_usd": 0.43194024999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21933390894, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T04:19:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1106, + "effective_tokens": -153485, + "cache_hit_rate": 8213.875, + "cost_usd": 0.39648500000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21933277560, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T04:13:28Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1352, + "effective_tokens": -209406, + "cache_hit_rate": 9404.963, + "cost_usd": 0.433103, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21933071664, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T04:03:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1369, + "effective_tokens": -209173, + "cache_hit_rate": 8176.968, + "cost_usd": 0.43172000000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21932766706, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T03:47:28Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 998, + "effective_tokens": -98050, + "cache_hit_rate": 6587.75, + "cost_usd": 0.4745005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21930931047, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T02:13:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1327, + "effective_tokens": -208901, + "cache_hit_rate": 8432.833, + "cost_usd": 0.43028775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21929170894, + "workflow": "Smoke Claude", + "created_at": "2026-02-12T00:52:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2148, + "effective_tokens": -433473, + "cache_hit_rate": 10653.489, + "cost_usd": 0.571292, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21911671082, + "workflow": "Smoke Claude", + "created_at": "2026-02-11T15:38:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1133, + "effective_tokens": -153215, + "cache_hit_rate": 8199.958, + "cost_usd": 0.39455824999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21905203811, + "workflow": "Smoke Claude", + "created_at": "2026-02-11T12:33:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1738, + "effective_tokens": -293493, + "cache_hit_rate": 10367.353, + "cost_usd": 0.5839827499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21888506981, + "workflow": "Smoke Claude", + "created_at": "2026-02-11T00:57:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 972, + "effective_tokens": -97721, + "cache_hit_rate": 7877.7, + "cost_usd": 0.47232124999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21887882259, + "workflow": "Smoke Claude", + "created_at": "2026-02-11T00:30:09Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1361, + "effective_tokens": -181412, + "cache_hit_rate": 7721.742, + "cost_usd": 0.5098062499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21886864124, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T23:46:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 960, + "effective_tokens": -98052, + "cache_hit_rate": 6480.958, + "cost_usd": 0.4564762500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21886284615, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T23:22:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1132, + "effective_tokens": -153387, + "cache_hit_rate": 8210, + "cost_usd": 0.39688524999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21886207359, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T23:19:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 959, + "effective_tokens": -98110, + "cache_hit_rate": 6479.417, + "cost_usd": 0.45584525000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21885952340, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T23:09:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1915, + "effective_tokens": -286648, + "cache_hit_rate": 6543.063, + "cost_usd": 0.36835650000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21885925067, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T23:08:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1062, + "effective_tokens": -96982, + "cache_hit_rate": 7703.95, + "cost_usd": 0.45518025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21883741108, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T21:50:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1115, + "effective_tokens": -153423, + "cache_hit_rate": 8208.75, + "cost_usd": 0.394295, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21883495456, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T21:42:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1712, + "effective_tokens": -318571, + "cache_hit_rate": 7119.627, + "cost_usd": 0.49375700000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21882985972, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T21:25:35Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1954, + "effective_tokens": -380737, + "cache_hit_rate": 9930.419, + "cost_usd": 0.70120925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21882676621, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T21:15:32Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1421, + "effective_tokens": -266658, + "cache_hit_rate": 7901.625, + "cost_usd": 0.497081, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21882478543, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T21:09:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1346, + "effective_tokens": -207291, + "cache_hit_rate": 7841.625, + "cost_usd": 0.42676875000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21882393992, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T21:06:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1347, + "effective_tokens": -207688, + "cache_hit_rate": 8384.567, + "cost_usd": 0.428553, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21882209560, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T21:00:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1096, + "effective_tokens": -152283, + "cache_hit_rate": 8142.917, + "cost_usd": 0.39041975000000007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21881980155, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T20:52:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1781, + "effective_tokens": -320437, + "cache_hit_rate": 3205.807, + "cost_usd": 0.49825499999999984, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21881710467, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T20:43:40Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1288, + "effective_tokens": -152536, + "cache_hit_rate": 7268.444, + "cost_usd": 0.39791299999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21881548283, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T20:38:22Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1152, + "effective_tokens": -152737, + "cache_hit_rate": 8176, + "cost_usd": 0.39402875000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21879403245, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T19:29:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1124, + "effective_tokens": -152108, + "cache_hit_rate": 8134.958, + "cost_usd": 0.3906012499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21879070235, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T19:19:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1535, + "effective_tokens": -265606, + "cache_hit_rate": 8635.306, + "cost_usd": 0.6735200000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21878730001, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T19:08:40Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1152, + "effective_tokens": -152339, + "cache_hit_rate": 8154.583, + "cost_usd": 0.39489374999999993, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21878728297, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T19:08:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2012, + "effective_tokens": -395849, + "cache_hit_rate": 11080.308, + "cost_usd": 0.48504975000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21877893154, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T18:42:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1526, + "effective_tokens": -206880, + "cache_hit_rate": 7390.588, + "cost_usd": 0.43291050000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21877091732, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T18:18:25Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 931, + "effective_tokens": -97354, + "cache_hit_rate": 6493.208, + "cost_usd": 0.4623594999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21876677316, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T18:05:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1767, + "effective_tokens": -170358, + "cache_hit_rate": 1047.777, + "cost_usd": 0.29994125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21855460585, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T07:18:19Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1379, + "effective_tokens": -207482, + "cache_hit_rate": 7851.875, + "cost_usd": 0.42836075, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21855150000, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T07:05:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1335, + "effective_tokens": -207222, + "cache_hit_rate": 7600.061, + "cost_usd": 0.42679225, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21854832573, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T06:52:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1640, + "effective_tokens": -328996, + "cache_hit_rate": 3443.063, + "cost_usd": 0.58193025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21854597702, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T06:42:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1668, + "effective_tokens": -262785, + "cache_hit_rate": 7680.1, + "cost_usd": 0.46683475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21854586594, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T06:41:32Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1826, + "effective_tokens": -383948, + "cache_hit_rate": 3782.795, + "cost_usd": 0.6255627500000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21854575546, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T06:41:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1166, + "effective_tokens": -152079, + "cache_hit_rate": 7511.577, + "cost_usd": 0.39199049999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21854552113, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T06:40:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1658, + "effective_tokens": -330463, + "cache_hit_rate": 3402, + "cost_usd": 0.5832192500000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21854367049, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T06:32:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2095, + "effective_tokens": -431086, + "cache_hit_rate": 7564.619, + "cost_usd": 0.565715, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21854249515, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T06:27:06Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1616, + "effective_tokens": -281828, + "cache_hit_rate": 7721.902, + "cost_usd": 0.4091004999999999, + "models": [ + "claude-sonnet-4-5-20250929", + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 21854153186, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T06:23:02Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2222, + "effective_tokens": -440446, + "cache_hit_rate": 8679.643, + "cost_usd": 0.665736, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21854107060, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T06:21:06Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2195, + "effective_tokens": -494474, + "cache_hit_rate": 7699.886, + "cost_usd": 0.5953997499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21853923921, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T06:13:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1044, + "effective_tokens": -167897, + "cache_hit_rate": 2317.917, + "cost_usd": 0.47208074999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21852297039, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T04:57:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1670, + "effective_tokens": -329510, + "cache_hit_rate": 3439.196, + "cost_usd": 0.5744815, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21847253726, + "workflow": "Smoke Claude", + "created_at": "2026-02-10T00:59:02Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1913, + "effective_tokens": -463791, + "cache_hit_rate": 8667.717, + "cost_usd": 0.6516782500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21838280173, + "workflow": "Smoke Claude", + "created_at": "2026-02-09T19:51:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2974, + "effective_tokens": -393287, + "cache_hit_rate": 6028.957, + "cost_usd": 0.448997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21837714679, + "workflow": "Smoke Claude", + "created_at": "2026-02-09T19:31:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1228, + "effective_tokens": -151987, + "cache_hit_rate": 7509.192, + "cost_usd": 0.39330149999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21837292179, + "workflow": "Smoke Claude", + "created_at": "2026-02-09T19:13:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1454, + "effective_tokens": -151438, + "cache_hit_rate": 7229.593, + "cost_usd": 0.40065625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21837112138, + "workflow": "Smoke Claude", + "created_at": "2026-02-09T18:48:28Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1157, + "effective_tokens": -152051, + "cache_hit_rate": 7509.5, + "cost_usd": 0.39158424999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21836642496, + "workflow": "Smoke Claude", + "created_at": "2026-02-09T18:34:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1123, + "effective_tokens": -152032, + "cache_hit_rate": 7504.346, + "cost_usd": 0.3897, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21836285228, + "workflow": "Smoke Claude", + "created_at": "2026-02-09T18:23:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1902, + "effective_tokens": -359158, + "cache_hit_rate": 3670.034, + "cost_usd": 0.6929475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21836226349, + "workflow": "Smoke Claude", + "created_at": "2026-02-09T18:22:00Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1671, + "effective_tokens": -329404, + "cache_hit_rate": 3324.384, + "cost_usd": 0.4894535, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21834573336, + "workflow": "Smoke Claude", + "created_at": "2026-02-09T17:32:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1706, + "effective_tokens": -385112, + "cache_hit_rate": 7600.138, + "cost_usd": 0.6060915, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21825245456, + "workflow": "Smoke Claude", + "created_at": "2026-02-09T12:33:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1961, + "effective_tokens": -438701, + "cache_hit_rate": 8523.912, + "cost_usd": 0.5816227500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21816564647, + "workflow": "Smoke Claude", + "created_at": "2026-02-09T07:45:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2168, + "effective_tokens": -470004, + "cache_hit_rate": 4096.101, + "cost_usd": 0.6739237499999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21816493351, + "workflow": "Smoke Claude", + "created_at": "2026-02-09T07:42:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1802, + "effective_tokens": -384816, + "cache_hit_rate": 8400.863, + "cost_usd": 0.5293495, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21816197835, + "workflow": "Smoke Claude", + "created_at": "2026-02-09T07:31:05Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2148, + "effective_tokens": -548467, + "cache_hit_rate": 8013.579, + "cost_usd": 0.7235732500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21816046961, + "workflow": "Smoke Claude", + "created_at": "2026-02-09T07:25:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2171, + "effective_tokens": -514845, + "cache_hit_rate": 7907.549, + "cost_usd": 0.6129690000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21815733280, + "workflow": "Smoke Claude", + "created_at": "2026-02-09T07:11:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 646, + "effective_tokens": -114554, + "cache_hit_rate": 7031.5, + "cost_usd": 0.3416587499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21808674772, + "workflow": "Smoke Claude", + "created_at": "2026-02-09T00:53:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1146, + "effective_tokens": -280531, + "cache_hit_rate": 8338.205, + "cost_usd": 0.4662542499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21798149343, + "workflow": "Smoke Claude", + "created_at": "2026-02-08T12:27:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1339, + "effective_tokens": -335793, + "cache_hit_rate": 7670.549, + "cost_usd": 0.5760945, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21789829458, + "workflow": "Smoke Claude", + "created_at": "2026-02-08T01:04:32Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 679, + "effective_tokens": -86812, + "cache_hit_rate": 6396.136, + "cost_usd": 0.4213735, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21780095543, + "workflow": "Smoke Claude", + "created_at": "2026-02-07T12:27:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 755, + "effective_tokens": -139719, + "cache_hit_rate": 6683.966, + "cost_usd": 0.45055075000000006, + "models": [ + "claude-sonnet-4-5-20250929", + "claude-haiku-4-5-20251001" + ] + }, + { + "run_id": 21771070818, + "workflow": "Smoke Claude", + "created_at": "2026-02-07T00:48:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1182, + "effective_tokens": -139969, + "cache_hit_rate": 6746.828, + "cost_usd": 0.47035875000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21769918672, + "workflow": "Smoke Claude", + "created_at": "2026-02-06T23:46:28Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2277, + "effective_tokens": -606663, + "cache_hit_rate": 8604.803, + "cost_usd": 0.67162075, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21768434701, + "workflow": "Smoke Claude", + "created_at": "2026-02-06T22:39:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 706, + "effective_tokens": -109685, + "cache_hit_rate": 6297.348, + "cost_usd": 0.3066815, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21767994446, + "workflow": "Smoke Claude", + "created_at": "2026-02-06T22:21:29Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 704, + "effective_tokens": -109713, + "cache_hit_rate": 6297.13, + "cost_usd": 0.30643525000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21765845038, + "workflow": "Smoke Claude", + "created_at": "2026-02-06T21:04:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1065, + "effective_tokens": -323909, + "cache_hit_rate": 9216.073, + "cost_usd": 0.5489217500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21760357243, + "workflow": "Smoke Claude", + "created_at": "2026-02-06T17:50:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1904, + "effective_tokens": -386163, + "cache_hit_rate": 7732.351, + "cost_usd": 0.59987825, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21743665441, + "workflow": "Smoke Claude", + "created_at": "2026-02-06T08:18:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 879, + "effective_tokens": -99341, + "cache_hit_rate": 9017.45, + "cost_usd": 0.6143277500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21743293656, + "workflow": "Smoke Claude", + "created_at": "2026-02-06T08:03:53Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1637, + "effective_tokens": -193813, + "cache_hit_rate": 2506.56, + "cost_usd": 0.5129645, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21742638962, + "workflow": "Smoke Claude", + "created_at": "2026-02-06T07:36:29Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1453, + "effective_tokens": -222573, + "cache_hit_rate": 2652.26, + "cost_usd": 0.42621000000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21735908759, + "workflow": "Smoke Claude", + "created_at": "2026-02-06T02:01:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1776, + "effective_tokens": -385419, + "cache_hit_rate": 7875.393, + "cost_usd": 0.6050437500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21735624877, + "workflow": "Smoke Claude", + "created_at": "2026-02-06T01:46:58Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2057, + "effective_tokens": -495385, + "cache_hit_rate": 8488.554, + "cost_usd": 0.6759694999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21735579070, + "workflow": "Smoke Claude", + "created_at": "2026-02-06T01:44:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1403, + "effective_tokens": -221715, + "cache_hit_rate": 2692.643, + "cost_usd": 0.42367575, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21735300048, + "workflow": "Smoke Claude", + "created_at": "2026-02-06T01:31:22Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1698, + "effective_tokens": -330699, + "cache_hit_rate": 8217.255, + "cost_usd": 0.573837, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21734652954, + "workflow": "Smoke Claude", + "created_at": "2026-02-06T01:00:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1850, + "effective_tokens": -385012, + "cache_hit_rate": 3697.392, + "cost_usd": 0.6235937499999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21734617937, + "workflow": "Smoke Claude", + "created_at": "2026-02-06T00:58:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 712, + "effective_tokens": -130008, + "cache_hit_rate": 8311.5, + "cost_usd": 0.548555, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21734436740, + "workflow": "Smoke Claude", + "created_at": "2026-02-06T00:50:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1474, + "effective_tokens": -275549, + "cache_hit_rate": 9519.457, + "cost_usd": 0.5594589999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21733736995, + "workflow": "Smoke Claude", + "created_at": "2026-02-06T00:19:57Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1644, + "effective_tokens": -329975, + "cache_hit_rate": 4124.839, + "cost_usd": 0.56168775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21733318371, + "workflow": "Smoke Claude", + "created_at": "2026-02-06T00:02:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 781, + "effective_tokens": -107124, + "cache_hit_rate": 6609.958, + "cost_usd": 0.2516772, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21732785651, + "workflow": "Smoke Claude", + "created_at": "2026-02-05T23:39:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1651, + "effective_tokens": -293608, + "cache_hit_rate": 3083.896, + "cost_usd": 0.2429964, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21732239584, + "workflow": "Smoke Claude", + "created_at": "2026-02-05T23:17:53Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1976, + "effective_tokens": -438384, + "cache_hit_rate": 8317.017, + "cost_usd": 0.34032134999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21732111974, + "workflow": "Smoke Claude", + "created_at": "2026-02-05T23:13:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1454, + "effective_tokens": -274235, + "cache_hit_rate": 8236.725, + "cost_usd": 0.3256247, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21731363138, + "workflow": "Smoke Claude", + "created_at": "2026-02-05T22:44:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1750, + "effective_tokens": -347459, + "cache_hit_rate": 3540.658, + "cost_usd": 0.31204590000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21731200162, + "workflow": "Smoke Claude", + "created_at": "2026-02-05T22:38:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1256, + "effective_tokens": -166986, + "cache_hit_rate": 2154.845, + "cost_usd": 0.2350765, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21730900672, + "workflow": "Smoke Claude", + "created_at": "2026-02-05T22:27:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2565, + "effective_tokens": -548644, + "cache_hit_rate": 4339.226, + "cost_usd": 0.38515694999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21729817844, + "workflow": "Smoke Claude", + "created_at": "2026-02-05T21:50:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 893, + "effective_tokens": -126015, + "cache_hit_rate": 8962.6, + "cost_usd": 0.26499760000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21729338577, + "workflow": "Smoke Claude", + "created_at": "2026-02-05T21:34:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2284, + "effective_tokens": -491020, + "cache_hit_rate": 4054.455, + "cost_usd": 0.35601140000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21728425228, + "workflow": "Smoke Claude", + "created_at": "2026-02-05T21:04:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2212, + "effective_tokens": -492231, + "cache_hit_rate": 8807.689, + "cost_usd": 0.4061667000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21728091574, + "workflow": "Smoke Claude", + "created_at": "2026-02-05T20:53:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1968, + "effective_tokens": -435612, + "cache_hit_rate": 3990.992, + "cost_usd": 0.38010959999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21726878041, + "workflow": "Smoke Claude", + "created_at": "2026-02-05T20:13:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1705, + "effective_tokens": -330224, + "cache_hit_rate": 3414.301, + "cost_usd": 0.57584375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21726643788, + "workflow": "Smoke Claude", + "created_at": "2026-02-05T20:06:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2260, + "effective_tokens": -551668, + "cache_hit_rate": 9476.619, + "cost_usd": 0.67375975, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21725387908, + "workflow": "Smoke Claude", + "created_at": "2026-02-05T19:26:47Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 771, + "effective_tokens": -110030, + "cache_hit_rate": 6809.708, + "cost_usd": 0.4312425, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21722898268, + "workflow": "Smoke Claude", + "created_at": "2026-02-05T18:06:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2081, + "effective_tokens": -494774, + "cache_hit_rate": 4988.778, + "cost_usd": 0.58801325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21711509014, + "workflow": "Smoke Claude", + "created_at": "2026-02-05T12:29:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2318, + "effective_tokens": -550924, + "cache_hit_rate": 4585.9, + "cost_usd": 0.67853675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21698153401, + "workflow": "Smoke Claude", + "created_at": "2026-02-05T03:56:57Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1787, + "effective_tokens": -357185, + "cache_hit_rate": 8336.51, + "cost_usd": 0.6757615, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21694365154, + "workflow": "Smoke Claude", + "created_at": "2026-02-05T00:52:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2214, + "effective_tokens": -521805, + "cache_hit_rate": 8932.754, + "cost_usd": 0.7536955000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21691710081, + "workflow": "Smoke Claude", + "created_at": "2026-02-04T23:00:00Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2503, + "effective_tokens": -605008, + "cache_hit_rate": 4513.125, + "cost_usd": 0.6582267499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21691231160, + "workflow": "Smoke Claude", + "created_at": "2026-02-04T22:41:57Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 852, + "effective_tokens": -126708, + "cache_hit_rate": 9677.25, + "cost_usd": 0.53185975, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21690990040, + "workflow": "Smoke Claude", + "created_at": "2026-02-04T22:33:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2305, + "effective_tokens": -550577, + "cache_hit_rate": 8752.441, + "cost_usd": 0.625068, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21690705028, + "workflow": "Smoke Claude", + "created_at": "2026-02-04T22:23:05Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 934, + "effective_tokens": -156672, + "cache_hit_rate": 8063.5, + "cost_usd": 0.45471775000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21690581773, + "workflow": "Smoke Claude", + "created_at": "2026-02-04T22:18:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2775, + "effective_tokens": -491857, + "cache_hit_rate": 7132.714, + "cost_usd": 0.6893942500000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21688655921, + "workflow": "Smoke Claude", + "created_at": "2026-02-04T21:15:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1742, + "effective_tokens": -329305, + "cache_hit_rate": 3322.616, + "cost_usd": 0.4900549999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21687517645, + "workflow": "Smoke Claude", + "created_at": "2026-02-04T20:38:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1067, + "effective_tokens": -167981, + "cache_hit_rate": 2345.615, + "cost_usd": 0.48994825, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21686841650, + "workflow": "Smoke Claude", + "created_at": "2026-02-04T20:16:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 3104, + "effective_tokens": -502675, + "cache_hit_rate": 7481.73, + "cost_usd": 0.7535097500000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21686572643, + "workflow": "Smoke Claude", + "created_at": "2026-02-04T20:08:09Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 719, + "effective_tokens": -80520, + "cache_hit_rate": 7340, + "cost_usd": 0.35394125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21686444173, + "workflow": "Smoke Claude", + "created_at": "2026-02-04T20:04:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1823, + "effective_tokens": -384730, + "cache_hit_rate": 3741.254, + "cost_usd": 0.6130257499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21686334445, + "workflow": "Smoke Claude", + "created_at": "2026-02-04T20:00:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1544, + "effective_tokens": -348848, + "cache_hit_rate": 8373.979, + "cost_usd": 0.50920075, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21686330487, + "workflow": "Smoke Claude", + "created_at": "2026-02-04T20:00:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1630, + "effective_tokens": -349308, + "cache_hit_rate": 3488.894, + "cost_usd": 0.5090812499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21686326517, + "workflow": "Smoke Claude", + "created_at": "2026-02-04T20:00:33Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1177, + "effective_tokens": -240590, + "cache_hit_rate": 2778.606, + "cost_usd": 0.37594375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21686296471, + "workflow": "Smoke Claude", + "created_at": "2026-02-04T19:59:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1150, + "effective_tokens": -167998, + "cache_hit_rate": 2181.219, + "cost_usd": 0.3877137499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21686289957, + "workflow": "Smoke Claude", + "created_at": "2026-02-04T19:59:23Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1060, + "effective_tokens": -187044, + "cache_hit_rate": 2479.72, + "cost_usd": 0.40741550000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21686286609, + "workflow": "Smoke Claude", + "created_at": "2026-02-04T19:59:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1155, + "effective_tokens": -114052, + "cache_hit_rate": 1727.978, + "cost_usd": 0.35964375000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21686265565, + "workflow": "Smoke Claude", + "created_at": "2026-02-04T19:58:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1406, + "effective_tokens": -275781, + "cache_hit_rate": 8452.538, + "cost_usd": 0.5330370000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21685295426, + "workflow": "Smoke Claude", + "created_at": "2026-02-04T19:27:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 734, + "effective_tokens": -61497, + "cache_hit_rate": 6738, + "cost_usd": 0.40403274999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21681537641, + "workflow": "Smoke Claude", + "created_at": "2026-02-04T17:28:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2212, + "effective_tokens": -411956, + "cache_hit_rate": 5369.671, + "cost_usd": 0.27291864999999993, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21681137817, + "workflow": "Smoke Claude", + "created_at": "2026-02-04T17:15:58Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2585, + "effective_tokens": -423125, + "cache_hit_rate": 5089.33, + "cost_usd": 0.26984055000000007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21671459291, + "workflow": "Smoke Claude", + "created_at": "2026-02-04T12:28:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1693, + "effective_tokens": -174589, + "cache_hit_rate": 5296.22, + "cost_usd": 0.3442126499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21653801793, + "workflow": "Smoke Claude", + "created_at": "2026-02-04T00:48:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2611, + "effective_tokens": -408684, + "cache_hit_rate": 3751.442, + "cost_usd": 0.4010472000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21646517029, + "workflow": "Smoke Claude", + "created_at": "2026-02-03T20:25:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1843, + "effective_tokens": -265328, + "cache_hit_rate": 5491.077, + "cost_usd": 0.24931540000000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21645926650, + "workflow": "Smoke Claude", + "created_at": "2026-02-03T20:08:25Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1650, + "effective_tokens": -232298, + "cache_hit_rate": 5172.938, + "cost_usd": 0.22066460000000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21645059342, + "workflow": "Smoke Claude", + "created_at": "2026-02-03T19:43:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1546, + "effective_tokens": -214584, + "cache_hit_rate": 5819.721, + "cost_usd": 0.2319589, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21643862016, + "workflow": "Smoke Claude", + "created_at": "2026-02-03T19:07:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1510, + "effective_tokens": -301507, + "cache_hit_rate": 3365.09, + "cost_usd": 0.2530197, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21643407155, + "workflow": "Smoke Claude", + "created_at": "2026-02-03T18:53:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2181, + "effective_tokens": -358368, + "cache_hit_rate": 3338.365, + "cost_usd": 0.24269285, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21640467991, + "workflow": "Smoke Claude", + "created_at": "2026-02-03T17:24:51Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 796, + "effective_tokens": -100872, + "cache_hit_rate": 5509.708, + "cost_usd": 0.2907514500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21261641393, + "workflow": "Smoke Claude", + "created_at": "2026-01-22T19:16:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 806, + "effective_tokens": -101004, + "cache_hit_rate": 8462.25, + "cost_usd": 0.3628202499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21261283221, + "workflow": "Smoke Claude", + "created_at": "2026-01-22T19:04:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 724, + "effective_tokens": -102327, + "cache_hit_rate": 9254.35, + "cost_usd": 0.4164696, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21248186259, + "workflow": "Smoke Claude", + "created_at": "2026-01-22T12:19:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 771, + "effective_tokens": -103720, + "cache_hit_rate": 8729.95, + "cost_usd": 0.36663019999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21232846922, + "workflow": "Smoke Claude", + "created_at": "2026-01-22T01:44:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 785, + "effective_tokens": -149516, + "cache_hit_rate": 9887.6, + "cost_usd": 0.26023884999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21232751841, + "workflow": "Smoke Claude", + "created_at": "2026-01-22T01:40:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1745, + "effective_tokens": -404147, + "cache_hit_rate": 9979.213, + "cost_usd": 0.41477239999999993, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21232652700, + "workflow": "Smoke Claude", + "created_at": "2026-01-22T01:35:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 748, + "effective_tokens": -104006, + "cache_hit_rate": 8746.3, + "cost_usd": 0.36998329999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21231821003, + "workflow": "Smoke Claude", + "created_at": "2026-01-22T00:59:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 779, + "effective_tokens": -103882, + "cache_hit_rate": 8743.1, + "cost_usd": 0.3680178499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21231570083, + "workflow": "Smoke Claude", + "created_at": "2026-01-22T00:48:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 801, + "effective_tokens": -103844, + "cache_hit_rate": 8743.5, + "cost_usd": 0.33930625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21231413667, + "workflow": "Smoke Claude", + "created_at": "2026-01-22T00:42:03Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 600, + "effective_tokens": -101880, + "cache_hit_rate": 10689.385, + "cost_usd": 0.2377906, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21231220885, + "workflow": "Smoke Claude", + "created_at": "2026-01-22T00:34:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 794, + "effective_tokens": -103922, + "cache_hit_rate": 8746.9, + "cost_usd": 0.36931440000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 21209303046, + "workflow": "Smoke Claude", + "created_at": "2026-01-21T12:18:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 741, + "effective_tokens": -105151, + "cache_hit_rate": 8868.2, + "cost_usd": 0.3736547, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-5-20250929" + ] + }, + { + "run_id": 24698437822, + "workflow": "Smoke Copilot", + "created_at": "2026-04-21T01:00:05Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 191762, + "effective_tokens": 212556, + "cache_hit_rate": 0.869, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24696048110, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T23:40:49Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 69103, + "effective_tokens": 76067, + "cache_hit_rate": 0.654, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24693917070, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T22:36:53Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 91896, + "effective_tokens": 102635, + "cache_hit_rate": 0.829, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24693738833, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T22:31:48Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 69266, + "effective_tokens": 76415, + "cache_hit_rate": 0.654, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24693378579, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T22:21:39Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 159046, + "effective_tokens": 176039, + "cache_hit_rate": 0.856, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24693187686, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T22:16:14Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 118767, + "effective_tokens": 133597, + "cache_hit_rate": 0.781, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24692805222, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T22:05:52Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 116642, + "effective_tokens": 129894, + "cache_hit_rate": 0.788, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24691126121, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T21:23:51Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 174087, + "effective_tokens": 194221, + "cache_hit_rate": 0.824, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24690933050, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T21:19:11Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 91569, + "effective_tokens": 101777, + "cache_hit_rate": 0.832, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24690739999, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T21:14:20Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 141671, + "effective_tokens": 157557, + "cache_hit_rate": 0.819, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24690425153, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T21:06:49Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 144113, + "effective_tokens": 161921, + "cache_hit_rate": 0.812, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24688419442, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T20:21:51Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 91951, + "effective_tokens": 102850, + "cache_hit_rate": 0.829, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24688165509, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T20:16:24Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 114862, + "effective_tokens": 127310, + "cache_hit_rate": 0.793, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24687095978, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T19:52:22Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 117857, + "effective_tokens": 131686, + "cache_hit_rate": 0.782, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24684649490, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T18:56:08Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 203143, + "effective_tokens": 223955, + "cache_hit_rate": 0.813, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24684043358, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T18:42:56Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 91910, + "effective_tokens": 102182, + "cache_hit_rate": 0.741, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24682053944, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T17:58:17Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 92183, + "effective_tokens": 102044, + "cache_hit_rate": 0.74, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24680602641, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T17:25:54Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 136901, + "effective_tokens": 151018, + "cache_hit_rate": 0.77, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24678902575, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T16:47:52Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 92268, + "effective_tokens": 102376, + "cache_hit_rate": 0.737, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24677468156, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T16:16:36Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 91371, + "effective_tokens": 101279, + "cache_hit_rate": 0.832, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24677434522, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T16:15:51Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 116045, + "effective_tokens": 128452, + "cache_hit_rate": 0.789, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24676940872, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T16:05:12Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 114376, + "effective_tokens": 125915, + "cache_hit_rate": 0.795, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24674947793, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T15:24:35Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 114841, + "effective_tokens": 126735, + "cache_hit_rate": 0.794, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24673612674, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T14:57:32Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 92349, + "effective_tokens": 101883, + "cache_hit_rate": 0.741, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24673276291, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T14:50:40Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 127935, + "effective_tokens": 141970, + "cache_hit_rate": 0.853, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24673246688, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T14:50:05Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 126136, + "effective_tokens": 138598, + "cache_hit_rate": 0.795, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24672401904, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T14:33:33Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 100719, + "effective_tokens": 110477, + "cache_hit_rate": 0.743, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24670564626, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T13:56:04Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 68565, + "effective_tokens": 76192, + "cache_hit_rate": 0.777, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24670445425, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T13:53:42Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 127532, + "effective_tokens": 141333, + "cache_hit_rate": 0.855, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24670276067, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T13:50:14Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 127706, + "effective_tokens": 141674, + "cache_hit_rate": 0.858, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24670097735, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T13:46:28Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 102938, + "effective_tokens": 114471, + "cache_hit_rate": 0.815, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24667017650, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T12:40:41Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 156246, + "effective_tokens": 173913, + "cache_hit_rate": 0.826, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24651284470, + "workflow": "Smoke Copilot", + "created_at": "2026-04-20T06:10:57Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 100502, + "effective_tokens": 110187, + "cache_hit_rate": 0.745, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24640001488, + "workflow": "Smoke Copilot", + "created_at": "2026-04-19T21:52:18Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 102011, + "effective_tokens": 112484, + "cache_hit_rate": 0.743, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24629144049, + "workflow": "Smoke Copilot", + "created_at": "2026-04-19T12:31:12Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 126787, + "effective_tokens": 139571, + "cache_hit_rate": 0.792, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24629015495, + "workflow": "Smoke Copilot", + "created_at": "2026-04-19T12:24:20Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 103993, + "effective_tokens": 115464, + "cache_hit_rate": 0.741, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24617759136, + "workflow": "Smoke Copilot", + "created_at": "2026-04-19T01:02:19Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 76214, + "effective_tokens": 83018, + "cache_hit_rate": 0.662, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24615927601, + "workflow": "Smoke Copilot", + "created_at": "2026-04-18T23:05:41Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 127248, + "effective_tokens": 140823, + "cache_hit_rate": 0.855, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24615910440, + "workflow": "Smoke Copilot", + "created_at": "2026-04-18T23:04:37Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 101759, + "effective_tokens": 112000, + "cache_hit_rate": 0.74, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24615750563, + "workflow": "Smoke Copilot", + "created_at": "2026-04-18T22:54:41Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 127731, + "effective_tokens": 140888, + "cache_hit_rate": 0.79, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24613306287, + "workflow": "Smoke Copilot", + "created_at": "2026-04-18T20:32:09Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 245150, + "effective_tokens": 272815, + "cache_hit_rate": 0.879, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24612740320, + "workflow": "Smoke Copilot", + "created_at": "2026-04-18T20:00:38Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 126036, + "effective_tokens": 138469, + "cache_hit_rate": 0.795, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24612543342, + "workflow": "Smoke Copilot", + "created_at": "2026-04-18T19:49:29Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 101045, + "effective_tokens": 111085, + "cache_hit_rate": 0.743, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24610775082, + "workflow": "Smoke Copilot", + "created_at": "2026-04-18T18:11:08Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 126172, + "effective_tokens": 138578, + "cache_hit_rate": 0.795, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24610603476, + "workflow": "Smoke Copilot", + "created_at": "2026-04-18T18:01:30Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 127549, + "effective_tokens": 140524, + "cache_hit_rate": 0.791, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24604621034, + "workflow": "Smoke Copilot", + "created_at": "2026-04-18T12:24:29Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 76969, + "effective_tokens": 84543, + "cache_hit_rate": 0.661, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24593695588, + "workflow": "Smoke Copilot", + "created_at": "2026-04-18T01:23:52Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 100948, + "effective_tokens": 110785, + "cache_hit_rate": 0.744, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24593538060, + "workflow": "Smoke Copilot", + "created_at": "2026-04-18T01:16:32Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 101032, + "effective_tokens": 111909, + "cache_hit_rate": 0.824, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24593463077, + "workflow": "Smoke Copilot", + "created_at": "2026-04-18T01:13:12Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 127594, + "effective_tokens": 140575, + "cache_hit_rate": 0.79, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24593072788, + "workflow": "Smoke Copilot", + "created_at": "2026-04-18T00:54:48Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 181161, + "effective_tokens": 199995, + "cache_hit_rate": 0.852, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24591315631, + "workflow": "Smoke Copilot", + "created_at": "2026-04-17T23:36:17Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 126747, + "effective_tokens": 139666, + "cache_hit_rate": 0.794, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24590789061, + "workflow": "Smoke Copilot", + "created_at": "2026-04-17T23:15:53Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 100645, + "effective_tokens": 109735, + "cache_hit_rate": 0.746, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24586966572, + "workflow": "Smoke Copilot", + "created_at": "2026-04-17T21:13:44Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 100464, + "effective_tokens": 110215, + "cache_hit_rate": 0.745, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24583912103, + "workflow": "Smoke Copilot", + "created_at": "2026-04-17T19:52:58Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 156571, + "effective_tokens": 173059, + "cache_hit_rate": 0.821, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24572922796, + "workflow": "Smoke Copilot", + "created_at": "2026-04-17T15:25:15Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 148443, + "effective_tokens": 164336, + "cache_hit_rate": 0.77, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24572432509, + "workflow": "Smoke Copilot", + "created_at": "2026-04-17T15:14:18Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 125491, + "effective_tokens": 137888, + "cache_hit_rate": 0.795, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24572129867, + "workflow": "Smoke Copilot", + "created_at": "2026-04-17T15:07:31Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 128860, + "effective_tokens": 143512, + "cache_hit_rate": 0.788, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24571087320, + "workflow": "Smoke Copilot", + "created_at": "2026-04-17T14:44:31Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 178158, + "effective_tokens": 198952, + "cache_hit_rate": 0.82, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24565756608, + "workflow": "Smoke Copilot", + "created_at": "2026-04-17T12:45:44Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 147213, + "effective_tokens": 162987, + "cache_hit_rate": 0.794, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24549105709, + "workflow": "Smoke Copilot", + "created_at": "2026-04-17T05:19:49Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 248870, + "effective_tokens": 277579, + "cache_hit_rate": 0.815, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24548864369, + "workflow": "Smoke Copilot", + "created_at": "2026-04-17T05:11:27Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 209453, + "effective_tokens": 233592, + "cache_hit_rate": 0.845, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24546091774, + "workflow": "Smoke Copilot", + "created_at": "2026-04-17T03:25:56Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 116210, + "effective_tokens": 128938, + "cache_hit_rate": 0.737, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24545607044, + "workflow": "Smoke Copilot", + "created_at": "2026-04-17T03:07:08Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 144912, + "effective_tokens": 159209, + "cache_hit_rate": 0.795, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24544776354, + "workflow": "Smoke Copilot", + "created_at": "2026-04-17T02:34:49Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 175677, + "effective_tokens": 196446, + "cache_hit_rate": 0.822, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24542316937, + "workflow": "Smoke Copilot", + "created_at": "2026-04-17T01:04:57Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 177238, + "effective_tokens": 192439, + "cache_hit_rate": 0.667, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24539423991, + "workflow": "Smoke Copilot", + "created_at": "2026-04-16T23:30:41Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 149377, + "effective_tokens": 164637, + "cache_hit_rate": 0.794, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24535683253, + "workflow": "Smoke Copilot", + "created_at": "2026-04-16T21:46:38Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 116438, + "effective_tokens": 128093, + "cache_hit_rate": 0.744, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24524657075, + "workflow": "Smoke Copilot", + "created_at": "2026-04-16T17:33:29Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 152133, + "effective_tokens": 168802, + "cache_hit_rate": 0.794, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24492879550, + "workflow": "Smoke Copilot", + "created_at": "2026-04-16T04:55:51Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 152834, + "effective_tokens": 828237, + "cache_hit_rate": 0.666, + "cost_usd": null, + "models": [ + "claude-opus-4.6" + ] + }, + { + "run_id": 24488563663, + "workflow": "Smoke Copilot", + "created_at": "2026-04-16T02:21:25Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 147879, + "effective_tokens": 163821, + "cache_hit_rate": 0.789, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24487070380, + "workflow": "Smoke Copilot", + "created_at": "2026-04-16T01:27:53Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 147955, + "effective_tokens": 163712, + "cache_hit_rate": 0.79, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24486847192, + "workflow": "Smoke Copilot", + "created_at": "2026-04-16T01:19:47Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 147183, + "effective_tokens": 164908, + "cache_hit_rate": 0.853, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24486540144, + "workflow": "Smoke Copilot", + "created_at": "2026-04-16T01:08:34Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 178047, + "effective_tokens": 198546, + "cache_hit_rate": 0.874, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24486491567, + "workflow": "Smoke Copilot", + "created_at": "2026-04-16T01:06:55Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 87445, + "effective_tokens": 95979, + "cache_hit_rate": 0.656, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24486126478, + "workflow": "Smoke Copilot", + "created_at": "2026-04-16T00:53:56Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 116353, + "effective_tokens": 128529, + "cache_hit_rate": 0.742, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24485779135, + "workflow": "Smoke Copilot", + "created_at": "2026-04-16T00:41:21Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 176998, + "effective_tokens": 195559, + "cache_hit_rate": 0.825, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24485332531, + "workflow": "Smoke Copilot", + "created_at": "2026-04-16T00:25:04Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 88178, + "effective_tokens": 97502, + "cache_hit_rate": 0.653, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24477096752, + "workflow": "Smoke Copilot", + "created_at": "2026-04-15T20:36:47Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 177807, + "effective_tokens": 197147, + "cache_hit_rate": 0.823, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24476706320, + "workflow": "Smoke Copilot", + "created_at": "2026-04-15T20:28:10Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 89273, + "effective_tokens": 99595, + "cache_hit_rate": 0.649, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24471612919, + "workflow": "Smoke Copilot", + "created_at": "2026-04-15T18:35:47Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 146505, + "effective_tokens": 162566, + "cache_hit_rate": 0.793, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24470576010, + "workflow": "Smoke Copilot", + "created_at": "2026-04-15T18:12:35Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 147293, + "effective_tokens": 162507, + "cache_hit_rate": 0.79, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24469880171, + "workflow": "Smoke Copilot", + "created_at": "2026-04-15T17:56:41Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 175602, + "effective_tokens": 193494, + "cache_hit_rate": 0.829, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24467006852, + "workflow": "Smoke Copilot", + "created_at": "2026-04-15T16:51:37Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 88337, + "effective_tokens": 97688, + "cache_hit_rate": 0.653, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24466516327, + "workflow": "Smoke Copilot", + "created_at": "2026-04-15T16:40:24Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 175589, + "effective_tokens": 193303, + "cache_hit_rate": 0.827, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24436400429, + "workflow": "Smoke Copilot", + "created_at": "2026-04-15T04:28:10Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 88978, + "effective_tokens": 98953, + "cache_hit_rate": 0.65, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24435902129, + "workflow": "Smoke Copilot", + "created_at": "2026-04-15T04:08:59Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 116321, + "effective_tokens": 127697, + "cache_hit_rate": 0.744, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24434523406, + "workflow": "Smoke Copilot", + "created_at": "2026-04-15T03:14:56Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 146026, + "effective_tokens": 160861, + "cache_hit_rate": 0.794, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24430959324, + "workflow": "Smoke Copilot", + "created_at": "2026-04-15T01:05:11Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 208144, + "effective_tokens": 231028, + "cache_hit_rate": 0.847, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24425093424, + "workflow": "Smoke Copilot", + "created_at": "2026-04-14T22:01:38Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 177054, + "effective_tokens": 196082, + "cache_hit_rate": 0.878, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24424029728, + "workflow": "Smoke Copilot", + "created_at": "2026-04-14T21:33:11Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 145394, + "effective_tokens": 160898, + "cache_hit_rate": 0.859, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24423751371, + "workflow": "Smoke Copilot", + "created_at": "2026-04-14T21:26:05Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 116983, + "effective_tokens": 129959, + "cache_hit_rate": 0.821, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24422261475, + "workflow": "Smoke Copilot", + "created_at": "2026-04-14T20:50:18Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 146719, + "effective_tokens": 161626, + "cache_hit_rate": 0.791, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24421517417, + "workflow": "Smoke Copilot", + "created_at": "2026-04-14T20:33:03Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 87216, + "effective_tokens": 95464, + "cache_hit_rate": 0.66, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24411708834, + "workflow": "Smoke Copilot", + "created_at": "2026-04-14T16:49:56Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 147762, + "effective_tokens": 163634, + "cache_hit_rate": 0.789, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24399187160, + "workflow": "Smoke Copilot", + "created_at": "2026-04-14T12:35:02Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 88494, + "effective_tokens": 98065, + "cache_hit_rate": 0.653, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24343716626, + "workflow": "Smoke Copilot", + "created_at": "2026-04-13T12:37:11Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 147055, + "effective_tokens": 163671, + "cache_hit_rate": 0.792, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24320850993, + "workflow": "Smoke Copilot", + "created_at": "2026-04-13T00:59:46Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 116846, + "effective_tokens": 129323, + "cache_hit_rate": 0.743, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24319647100, + "workflow": "Smoke Copilot", + "created_at": "2026-04-13T00:04:05Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 87052, + "effective_tokens": 95233, + "cache_hit_rate": 0.661, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24319183555, + "workflow": "Smoke Copilot", + "created_at": "2026-04-12T23:39:15Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 146332, + "effective_tokens": 160922, + "cache_hit_rate": 0.793, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24318847646, + "workflow": "Smoke Copilot", + "created_at": "2026-04-12T23:20:37Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 147424, + "effective_tokens": 164174, + "cache_hit_rate": 0.853, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24318792229, + "workflow": "Smoke Copilot", + "created_at": "2026-04-12T23:17:23Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 148980, + "effective_tokens": 165082, + "cache_hit_rate": 0.787, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24316781075, + "workflow": "Smoke Copilot", + "created_at": "2026-04-12T21:25:54Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 147298, + "effective_tokens": 162027, + "cache_hit_rate": 0.791, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24315641993, + "workflow": "Smoke Copilot", + "created_at": "2026-04-12T20:25:06Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 148559, + "effective_tokens": 165080, + "cache_hit_rate": 0.788, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24315473886, + "workflow": "Smoke Copilot", + "created_at": "2026-04-12T20:16:04Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 208188, + "effective_tokens": 231559, + "cache_hit_rate": 0.894, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24315034276, + "workflow": "Smoke Copilot", + "created_at": "2026-04-12T19:52:55Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 147679, + "effective_tokens": 162898, + "cache_hit_rate": 0.79, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24314916415, + "workflow": "Smoke Copilot", + "created_at": "2026-04-12T19:46:43Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 145788, + "effective_tokens": 161268, + "cache_hit_rate": 0.86, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24314841032, + "workflow": "Smoke Copilot", + "created_at": "2026-04-12T19:42:45Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 146449, + "effective_tokens": 161420, + "cache_hit_rate": 0.795, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24314497466, + "workflow": "Smoke Copilot", + "created_at": "2026-04-12T19:24:24Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 87550, + "effective_tokens": 96054, + "cache_hit_rate": 0.66, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24314442117, + "workflow": "Smoke Copilot", + "created_at": "2026-04-12T19:21:46Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 146231, + "effective_tokens": 161038, + "cache_hit_rate": 0.795, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24314154055, + "workflow": "Smoke Copilot", + "created_at": "2026-04-12T19:06:42Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 177544, + "effective_tokens": 197741, + "cache_hit_rate": 0.88, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24312346906, + "workflow": "Smoke Copilot", + "created_at": "2026-04-12T17:32:08Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 118107, + "effective_tokens": 130211, + "cache_hit_rate": 0.74, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24310558543, + "workflow": "Smoke Copilot", + "created_at": "2026-04-12T15:56:09Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 147435, + "effective_tokens": 162604, + "cache_hit_rate": 0.791, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24306668159, + "workflow": "Smoke Copilot", + "created_at": "2026-04-12T12:23:14Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 149097, + "effective_tokens": 165223, + "cache_hit_rate": 0.791, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24295425664, + "workflow": "Smoke Copilot", + "created_at": "2026-04-12T00:59:01Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 118071, + "effective_tokens": 131195, + "cache_hit_rate": 0.741, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24292329645, + "workflow": "Smoke Copilot", + "created_at": "2026-04-11T21:47:13Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 117093, + "effective_tokens": 128873, + "cache_hit_rate": 0.743, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24292134878, + "workflow": "Smoke Copilot", + "created_at": "2026-04-11T21:36:04Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 146519, + "effective_tokens": 162346, + "cache_hit_rate": 0.856, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24292050158, + "workflow": "Smoke Copilot", + "created_at": "2026-04-11T21:31:14Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 177680, + "effective_tokens": 196423, + "cache_hit_rate": 0.824, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24291085389, + "workflow": "Smoke Copilot", + "created_at": "2026-04-11T20:36:17Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 87113, + "effective_tokens": 96179, + "cache_hit_rate": 0.769, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24290215001, + "workflow": "Smoke Copilot", + "created_at": "2026-04-11T19:48:06Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 146286, + "effective_tokens": 161042, + "cache_hit_rate": 0.794, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24290111825, + "workflow": "Smoke Copilot", + "created_at": "2026-04-11T19:42:20Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 117262, + "effective_tokens": 129202, + "cache_hit_rate": 0.743, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24289182698, + "workflow": "Smoke Copilot", + "created_at": "2026-04-11T18:49:58Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 148718, + "effective_tokens": 165818, + "cache_hit_rate": 0.851, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24289175314, + "workflow": "Smoke Copilot", + "created_at": "2026-04-11T18:49:36Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 175899, + "effective_tokens": 193941, + "cache_hit_rate": 0.828, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24287824924, + "workflow": "Smoke Copilot", + "created_at": "2026-04-11T17:33:22Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 146391, + "effective_tokens": 161010, + "cache_hit_rate": 0.795, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24287094158, + "workflow": "Smoke Copilot", + "created_at": "2026-04-11T16:52:15Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 146690, + "effective_tokens": 161449, + "cache_hit_rate": 0.795, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24286946600, + "workflow": "Smoke Copilot", + "created_at": "2026-04-11T16:44:04Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 118406, + "effective_tokens": 131066, + "cache_hit_rate": 0.819, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24286910027, + "workflow": "Smoke Copilot", + "created_at": "2026-04-11T16:42:06Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 148059, + "effective_tokens": 164996, + "cache_hit_rate": 0.853, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24286885992, + "workflow": "Smoke Copilot", + "created_at": "2026-04-11T16:40:49Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 116637, + "effective_tokens": 127898, + "cache_hit_rate": 0.745, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24285997575, + "workflow": "Smoke Copilot", + "created_at": "2026-04-11T15:50:31Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 119288, + "effective_tokens": 133826, + "cache_hit_rate": 0.813, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24285974367, + "workflow": "Smoke Copilot", + "created_at": "2026-04-11T15:49:15Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 146269, + "effective_tokens": 161734, + "cache_hit_rate": 0.859, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24285926883, + "workflow": "Smoke Copilot", + "created_at": "2026-04-11T15:46:28Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 116991, + "effective_tokens": 128651, + "cache_hit_rate": 0.745, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24285565780, + "workflow": "Smoke Copilot", + "created_at": "2026-04-11T15:26:54Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 118054, + "effective_tokens": 131146, + "cache_hit_rate": 0.741, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24285399454, + "workflow": "Smoke Copilot", + "created_at": "2026-04-11T15:17:49Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 146367, + "effective_tokens": 160931, + "cache_hit_rate": 0.795, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24284801989, + "workflow": "Smoke Copilot", + "created_at": "2026-04-11T14:44:26Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 146363, + "effective_tokens": 161060, + "cache_hit_rate": 0.795, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24282379467, + "workflow": "Smoke Copilot", + "created_at": "2026-04-11T12:22:15Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 88979, + "effective_tokens": 98419, + "cache_hit_rate": 0.653, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24272439730, + "workflow": "Smoke Copilot", + "created_at": "2026-04-11T02:19:27Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 116713, + "effective_tokens": 128236, + "cache_hit_rate": 0.744, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24271368224, + "workflow": "Smoke Copilot", + "created_at": "2026-04-11T01:20:34Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 147198, + "effective_tokens": 162920, + "cache_hit_rate": 0.855, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24166572786, + "workflow": "Smoke Copilot", + "created_at": "2026-04-09T00:51:19Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 263497, + "effective_tokens": 286780, + "cache_hit_rate": 0.61, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24161014870, + "workflow": "Smoke Copilot", + "created_at": "2026-04-08T22:02:24Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 231114, + "effective_tokens": 249262, + "cache_hit_rate": 0.565, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24160740641, + "workflow": "Smoke Copilot", + "created_at": "2026-04-08T21:55:24Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 165321, + "effective_tokens": 183228, + "cache_hit_rate": 0.778, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24159853452, + "workflow": "Smoke Copilot", + "created_at": "2026-04-08T21:33:14Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 196575, + "effective_tokens": 217261, + "cache_hit_rate": 0.869, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24158697857, + "workflow": "Smoke Copilot", + "created_at": "2026-04-08T21:05:45Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 95468, + "effective_tokens": 106512, + "cache_hit_rate": 0.752, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24157022156, + "workflow": "Smoke Copilot", + "created_at": "2026-04-08T20:28:03Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 226280, + "effective_tokens": 241835, + "cache_hit_rate": 0.42, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24153737969, + "workflow": "Smoke Copilot", + "created_at": "2026-04-08T19:15:32Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 193641, + "effective_tokens": 213443, + "cache_hit_rate": 0.817, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24153270441, + "workflow": "Smoke Copilot", + "created_at": "2026-04-08T19:04:29Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 157343, + "effective_tokens": 169606, + "cache_hit_rate": 0.585, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24152909076, + "workflow": "Smoke Copilot", + "created_at": "2026-04-08T18:56:00Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 257627, + "effective_tokens": 280928, + "cache_hit_rate": 0.653, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24146264748, + "workflow": "Smoke Copilot", + "created_at": "2026-04-08T16:21:30Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 159517, + "effective_tokens": 176902, + "cache_hit_rate": 0.783, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24144863800, + "workflow": "Smoke Copilot", + "created_at": "2026-04-08T15:52:59Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 161193, + "effective_tokens": 178998, + "cache_hit_rate": 0.846, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24144139309, + "workflow": "Smoke Copilot", + "created_at": "2026-04-08T15:38:09Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 96565, + "effective_tokens": 105800, + "cache_hit_rate": 0.636, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24142200196, + "workflow": "Smoke Copilot", + "created_at": "2026-04-08T14:57:06Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 125153, + "effective_tokens": 137308, + "cache_hit_rate": 0.742, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24114638723, + "workflow": "Smoke Copilot", + "created_at": "2026-04-08T02:35:45Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 193250, + "effective_tokens": 212643, + "cache_hit_rate": 0.819, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24113556068, + "workflow": "Smoke Copilot", + "created_at": "2026-04-08T01:56:42Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 163621, + "effective_tokens": 179995, + "cache_hit_rate": 0.778, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24112123282, + "workflow": "Smoke Copilot", + "created_at": "2026-04-08T01:04:43Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 195268, + "effective_tokens": 212100, + "cache_hit_rate": 0.702, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24111989140, + "workflow": "Smoke Copilot", + "created_at": "2026-04-08T00:59:58Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 158278, + "effective_tokens": 176083, + "cache_hit_rate": 0.782, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24110398413, + "workflow": "Smoke Copilot", + "created_at": "2026-04-08T00:02:41Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 189664, + "effective_tokens": 209034, + "cache_hit_rate": 0.819, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24109835237, + "workflow": "Smoke Copilot", + "created_at": "2026-04-07T23:42:57Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 155137, + "effective_tokens": 170355, + "cache_hit_rate": 0.795, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24109529277, + "workflow": "Smoke Copilot", + "created_at": "2026-04-07T23:32:34Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 127960, + "effective_tokens": 141386, + "cache_hit_rate": 0.726, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24109086174, + "workflow": "Smoke Copilot", + "created_at": "2026-04-07T23:17:44Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 94641, + "effective_tokens": 104078, + "cache_hit_rate": 0.641, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24109078768, + "workflow": "Smoke Copilot", + "created_at": "2026-04-07T23:17:29Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 157299, + "effective_tokens": 169848, + "cache_hit_rate": 0.584, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24107878306, + "workflow": "Smoke Copilot", + "created_at": "2026-04-07T22:39:26Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 253571, + "effective_tokens": 279523, + "cache_hit_rate": 0.823, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24107839277, + "workflow": "Smoke Copilot", + "created_at": "2026-04-07T22:38:10Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 196144, + "effective_tokens": 216440, + "cache_hit_rate": 0.696, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24107801356, + "workflow": "Smoke Copilot", + "created_at": "2026-04-07T22:37:00Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 124406, + "effective_tokens": 136346, + "cache_hit_rate": 0.742, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24107778144, + "workflow": "Smoke Copilot", + "created_at": "2026-04-07T22:36:18Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 191068, + "effective_tokens": 211396, + "cache_hit_rate": 0.818, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24106990922, + "workflow": "Smoke Copilot", + "created_at": "2026-04-07T22:13:29Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 190413, + "effective_tokens": 212193, + "cache_hit_rate": 0.874, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24106961839, + "workflow": "Smoke Copilot", + "created_at": "2026-04-07T22:12:39Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 145886, + "effective_tokens": 157807, + "cache_hit_rate": 0.579, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24106923644, + "workflow": "Smoke Copilot", + "created_at": "2026-04-07T22:11:36Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 225900, + "effective_tokens": 251554, + "cache_hit_rate": 0.89, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24106893100, + "workflow": "Smoke Copilot", + "created_at": "2026-04-07T22:10:42Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 193552, + "effective_tokens": 212716, + "cache_hit_rate": 0.644, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24106892898, + "workflow": "Smoke Copilot", + "created_at": "2026-04-07T22:10:42Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 156373, + "effective_tokens": 168899, + "cache_hit_rate": 0.589, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24082066077, + "workflow": "Smoke Copilot", + "created_at": "2026-04-07T12:46:35Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 201670, + "effective_tokens": 224955, + "cache_hit_rate": 0.634, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24058939825, + "workflow": "Smoke Copilot", + "created_at": "2026-04-07T00:59:30Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 94952, + "effective_tokens": 104965, + "cache_hit_rate": 0.615, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24058780075, + "workflow": "Smoke Copilot", + "created_at": "2026-04-07T00:53:39Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 193307, + "effective_tokens": 213382, + "cache_hit_rate": 0.801, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24057582192, + "workflow": "Smoke Copilot", + "created_at": "2026-04-07T00:10:34Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 203434, + "effective_tokens": 226102, + "cache_hit_rate": 0.795, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24056639925, + "workflow": "Smoke Copilot", + "created_at": "2026-04-06T23:39:13Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 168855, + "effective_tokens": 185161, + "cache_hit_rate": 0.754, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24056188603, + "workflow": "Smoke Copilot", + "created_at": "2026-04-06T23:24:29Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 192404, + "effective_tokens": 212627, + "cache_hit_rate": 0.801, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24055842274, + "workflow": "Smoke Copilot", + "created_at": "2026-04-06T23:13:10Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 97704, + "effective_tokens": 107014, + "cache_hit_rate": 0.605, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24055762003, + "workflow": "Smoke Copilot", + "created_at": "2026-04-06T23:10:42Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 159742, + "effective_tokens": 175540, + "cache_hit_rate": 0.764, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24054424495, + "workflow": "Smoke Copilot", + "created_at": "2026-04-06T22:30:41Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 191542, + "effective_tokens": 211100, + "cache_hit_rate": 0.801, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24052321074, + "workflow": "Smoke Copilot", + "created_at": "2026-04-06T21:33:19Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 97471, + "effective_tokens": 108959, + "cache_hit_rate": 0.711, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24052189910, + "workflow": "Smoke Copilot", + "created_at": "2026-04-06T21:30:05Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 158479, + "effective_tokens": 173562, + "cache_hit_rate": 0.763, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24051472504, + "workflow": "Smoke Copilot", + "created_at": "2026-04-06T21:11:38Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 159148, + "effective_tokens": 175581, + "cache_hit_rate": 0.827, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24051295813, + "workflow": "Smoke Copilot", + "created_at": "2026-04-06T21:07:10Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 129817, + "effective_tokens": 143092, + "cache_hit_rate": 0.702, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24051182184, + "workflow": "Smoke Copilot", + "created_at": "2026-04-06T21:04:16Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 130409, + "effective_tokens": 145050, + "cache_hit_rate": 0.697, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24050933324, + "workflow": "Smoke Copilot", + "created_at": "2026-04-06T20:57:59Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 187641, + "effective_tokens": 205899, + "cache_hit_rate": 0.805, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24048360963, + "workflow": "Smoke Copilot", + "created_at": "2026-04-06T19:55:26Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 130180, + "effective_tokens": 144007, + "cache_hit_rate": 0.698, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24048276589, + "workflow": "Smoke Copilot", + "created_at": "2026-04-06T19:53:22Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 123648, + "effective_tokens": 135630, + "cache_hit_rate": 0.727, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24044348968, + "workflow": "Smoke Copilot", + "created_at": "2026-04-06T18:17:21Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 191670, + "effective_tokens": 212362, + "cache_hit_rate": 0.8, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24042923098, + "workflow": "Smoke Copilot", + "created_at": "2026-04-06T17:40:57Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 122792, + "effective_tokens": 135414, + "cache_hit_rate": 0.811, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24042861978, + "workflow": "Smoke Copilot", + "created_at": "2026-04-06T17:39:25Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 224400, + "effective_tokens": 249588, + "cache_hit_rate": 0.873, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24042836940, + "workflow": "Smoke Copilot", + "created_at": "2026-04-06T17:38:46Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 189561, + "effective_tokens": 208063, + "cache_hit_rate": 0.802, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24042812106, + "workflow": "Smoke Copilot", + "created_at": "2026-04-06T17:38:07Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 160527, + "effective_tokens": 176858, + "cache_hit_rate": 0.761, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24040169335, + "workflow": "Smoke Copilot", + "created_at": "2026-04-06T16:28:09Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 162534, + "effective_tokens": 178759, + "cache_hit_rate": 0.759, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24039692807, + "workflow": "Smoke Copilot", + "created_at": "2026-04-06T16:15:06Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 192257, + "effective_tokens": 211714, + "cache_hit_rate": 0.802, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24036649199, + "workflow": "Smoke Copilot", + "created_at": "2026-04-06T14:51:42Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 124210, + "effective_tokens": 136489, + "cache_hit_rate": 0.727, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24031875972, + "workflow": "Smoke Copilot", + "created_at": "2026-04-06T12:30:56Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 93943, + "effective_tokens": 104125, + "cache_hit_rate": 0.615, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24017481871, + "workflow": "Smoke Copilot", + "created_at": "2026-04-06T03:28:34Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 161970, + "effective_tokens": 179566, + "cache_hit_rate": 0.76, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24017214052, + "workflow": "Smoke Copilot", + "created_at": "2026-04-06T03:15:08Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 161559, + "effective_tokens": 179210, + "cache_hit_rate": 0.758, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24173167475, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-09T04:55:56Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 19067, + "effective_tokens": 418747, + "cache_hit_rate": 56973.956, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24095119211, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-07T17:28:36Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1378, + "effective_tokens": 53081, + "cache_hit_rate": 10498.5, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24081526101, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-07T12:33:30Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1649, + "effective_tokens": 54424, + "cache_hit_rate": 10494.5, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24012669686, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-05T23:16:01Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 856, + "effective_tokens": 1660, + "cache_hit_rate": 9481.75, + "cost_usd": 0.28293025000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24011656105, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-05T22:14:12Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 961, + "effective_tokens": 1932, + "cache_hit_rate": 9481.75, + "cost_usd": 0.286854, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24010635315, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-05T21:15:21Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1284, + "effective_tokens": 2514, + "cache_hit_rate": 9481.75, + "cost_usd": 0.29626275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24009579929, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-05T20:14:28Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1526, + "effective_tokens": 2827, + "cache_hit_rate": 9481.75, + "cost_usd": 0.3028165, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24008628142, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-05T19:20:18Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1075, + "effective_tokens": 2115, + "cache_hit_rate": 9481.75, + "cost_usd": 0.28983525000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24007580596, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-05T18:19:53Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1681, + "effective_tokens": 3178, + "cache_hit_rate": 9481.75, + "cost_usd": 0.3079065, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24006466570, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-05T17:15:54Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 2189, + "effective_tokens": 4350, + "cache_hit_rate": 9481.75, + "cost_usd": 0.3245865, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24005429223, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-05T16:16:25Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 997, + "effective_tokens": 1843, + "cache_hit_rate": 9481.75, + "cost_usd": 0.28644275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24004365799, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-05T15:16:20Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1268, + "effective_tokens": 2548, + "cache_hit_rate": 9481.75, + "cost_usd": 0.29618525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24003375166, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-05T14:18:36Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1144, + "effective_tokens": 2241, + "cache_hit_rate": 9481.75, + "cost_usd": 0.29186650000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24002538112, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-05T13:30:10Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 2014, + "effective_tokens": 3888, + "cache_hit_rate": 9481.75, + "cost_usd": 0.31844275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24001421625, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-05T12:22:20Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 963, + "effective_tokens": 1775, + "cache_hit_rate": 9481.75, + "cost_usd": 0.28545025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24000365407, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-05T11:15:32Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 586, + "effective_tokens": 1185, + "cache_hit_rate": 9481.75, + "cost_usd": 0.27488900000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23999467406, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-05T10:17:14Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1248, + "effective_tokens": 2508, + "cache_hit_rate": 9481.75, + "cost_usd": 0.29531525000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23998599171, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-05T09:21:37Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 923, + "effective_tokens": 1857, + "cache_hit_rate": 9481.75, + "cost_usd": 0.28543775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23997654248, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-05T08:21:17Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1018, + "effective_tokens": 2046, + "cache_hit_rate": 9481.75, + "cost_usd": 0.28831525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23996903175, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-05T07:31:55Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 856, + "effective_tokens": 1543, + "cache_hit_rate": 9481.75, + "cost_usd": 0.28200400000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23996080796, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-05T06:36:48Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1283, + "effective_tokens": 2329, + "cache_hit_rate": 9481.75, + "cost_usd": 0.29514275000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23995248939, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-05T05:40:28Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1050, + "effective_tokens": 2060, + "cache_hit_rate": 9481.75, + "cost_usd": 0.28912275000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23994640604, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-05T04:58:07Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1593, + "effective_tokens": 3097, + "cache_hit_rate": 9481.75, + "cost_usd": 0.3056952500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23993203746, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-05T03:14:40Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1207, + "effective_tokens": 2228, + "cache_hit_rate": 9481.75, + "cost_usd": 0.29285150000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23991828145, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-05T01:42:00Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 715, + "effective_tokens": 1354, + "cache_hit_rate": 9481.75, + "cost_usd": 0.278384, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23991179008, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-05T00:57:52Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 924, + "effective_tokens": 1819, + "cache_hit_rate": 9481.75, + "cost_usd": 0.285214, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23989642851, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-04T23:15:05Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 919, + "effective_tokens": 1849, + "cache_hit_rate": 9481.75, + "cost_usd": 0.28526775000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23988691175, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-04T22:13:36Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 951, + "effective_tokens": 1860, + "cache_hit_rate": 9481.75, + "cost_usd": 0.28596150000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23987719710, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-04T21:14:28Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 831, + "effective_tokens": 1670, + "cache_hit_rate": 9481.75, + "cost_usd": 0.28234400000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23986725479, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-04T20:13:51Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 922, + "effective_tokens": 1801, + "cache_hit_rate": 9481.75, + "cost_usd": 0.28487400000000007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23985786137, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-04T19:18:27Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1406, + "effective_tokens": 2820, + "cache_hit_rate": 9481.75, + "cost_usd": 0.30063775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23984775302, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-04T18:18:31Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1927, + "effective_tokens": 3866, + "cache_hit_rate": 9481.75, + "cost_usd": 0.31680400000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23983697521, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-04T17:15:38Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1850, + "effective_tokens": 3665, + "cache_hit_rate": 9481.75, + "cost_usd": 0.31405400000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23982686901, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-04T16:16:01Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1204, + "effective_tokens": 2376, + "cache_hit_rate": 9481.75, + "cost_usd": 0.29387525000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23981635904, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-04T15:14:58Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 774, + "effective_tokens": 1559, + "cache_hit_rate": 9571.25, + "cost_usd": 0.28303799999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23980685277, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-04T14:18:13Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 990, + "effective_tokens": 1889, + "cache_hit_rate": 9571.25, + "cost_usd": 0.2893055, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23979872253, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-04T13:29:44Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 808, + "effective_tokens": 1556, + "cache_hit_rate": 9571.25, + "cost_usd": 0.28381674999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23978789514, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-04T12:21:47Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1731, + "effective_tokens": 3429, + "cache_hit_rate": 9571.25, + "cost_usd": 0.31278425000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23977759670, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-04T11:14:51Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1296, + "effective_tokens": 2463, + "cache_hit_rate": 9571.25, + "cost_usd": 0.2983555, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23976891455, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-04T10:17:20Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 913, + "effective_tokens": 1744, + "cache_hit_rate": 9571.25, + "cost_usd": 0.28693050000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23976029389, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-04T09:20:57Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1141, + "effective_tokens": 2182, + "cache_hit_rate": 9571.25, + "cost_usd": 0.293918, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23975087904, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-04T08:20:56Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 801, + "effective_tokens": 1614, + "cache_hit_rate": 9571.25, + "cost_usd": 0.28387300000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23974225950, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-04T07:29:04Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 912, + "effective_tokens": 1836, + "cache_hit_rate": 9571.25, + "cost_usd": 0.28730675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23973301883, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-04T06:32:33Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1442, + "effective_tokens": 2897, + "cache_hit_rate": 9571.25, + "cost_usd": 0.3038655, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23972350892, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-04T05:33:44Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 831, + "effective_tokens": 1674, + "cache_hit_rate": 9571.25, + "cost_usd": 0.28482050000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23971545834, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-04T04:42:21Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 927, + "effective_tokens": 1865, + "cache_hit_rate": 9571.25, + "cost_usd": 0.28782425, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23970107687, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-04T03:11:17Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 948, + "effective_tokens": 1863, + "cache_hit_rate": 9569.5, + "cost_usd": 0.28806325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23968629669, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-04T01:41:28Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 808, + "effective_tokens": 1487, + "cache_hit_rate": 9569.5, + "cost_usd": 0.28312325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23967681044, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-04T00:49:42Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 748, + "effective_tokens": 1507, + "cache_hit_rate": 9569.5, + "cost_usd": 0.28224324999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23965756681, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-03T23:17:23Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 983, + "effective_tokens": 1976, + "cache_hit_rate": 9570.5, + "cost_usd": 0.28963275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23964226458, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-03T22:15:39Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 688, + "effective_tokens": 1388, + "cache_hit_rate": 9570.5, + "cost_usd": 0.2804365, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23962538731, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-03T21:16:34Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1163, + "effective_tokens": 2337, + "cache_hit_rate": 9570.5, + "cost_usd": 0.295184, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23960739764, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-03T20:17:04Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1404, + "effective_tokens": 2760, + "cache_hit_rate": 9571.75, + "cost_usd": 0.30266025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23959042026, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-03T19:22:15Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 633, + "effective_tokens": 1277, + "cache_hit_rate": 9571.75, + "cost_usd": 0.27879025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23957139564, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-03T18:22:27Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 965, + "effective_tokens": 1941, + "cache_hit_rate": 9571.75, + "cost_usd": 0.28891524999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23955083235, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-03T17:17:44Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 877, + "effective_tokens": 1766, + "cache_hit_rate": 9571.75, + "cost_usd": 0.2863915, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23953236969, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-03T16:19:38Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 928, + "effective_tokens": 1869, + "cache_hit_rate": 9571, + "cost_usd": 0.28792625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23951410187, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-03T15:22:41Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1157, + "effective_tokens": 2325, + "cache_hit_rate": 9571, + "cost_usd": 0.29499, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23949532160, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-03T14:23:23Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 829, + "effective_tokens": 1519, + "cache_hit_rate": 9571, + "cost_usd": 0.2839325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23948063299, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-03T13:35:33Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 865, + "effective_tokens": 1743, + "cache_hit_rate": 9571, + "cost_usd": 0.2858575, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23946122079, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-03T12:26:26Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 661, + "effective_tokens": 1320, + "cache_hit_rate": 9571, + "cost_usd": 0.27949375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23944496610, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-03T11:22:06Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 570, + "effective_tokens": 1152, + "cache_hit_rate": 9571, + "cost_usd": 0.2766725, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23943004094, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-03T10:22:11Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 706, + "effective_tokens": 1425, + "cache_hit_rate": 9571, + "cost_usd": 0.2807887499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23941506290, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-03T09:27:34Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 823, + "effective_tokens": 1555, + "cache_hit_rate": 9571, + "cost_usd": 0.28406, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23939813713, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-03T08:27:18Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1147, + "effective_tokens": 2287, + "cache_hit_rate": 9571, + "cost_usd": 0.294655, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23938382634, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-03T07:35:23Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1348, + "effective_tokens": 2657, + "cache_hit_rate": 9571, + "cost_usd": 0.30080625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23936880003, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-03T06:38:33Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1293, + "effective_tokens": 2599, + "cache_hit_rate": 9571, + "cost_usd": 0.29934749999999993, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23935442834, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-03T05:39:28Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 886, + "effective_tokens": 1784, + "cache_hit_rate": 9571, + "cost_usd": 0.28668749999999993, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23934384122, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-03T04:53:41Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 820, + "effective_tokens": 1652, + "cache_hit_rate": 9571, + "cost_usd": 0.284645, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23932125483, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-03T03:14:37Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1353, + "effective_tokens": 2473, + "cache_hit_rate": 9571, + "cost_usd": 0.29953, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23930061346, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-03T01:43:06Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1513, + "effective_tokens": 2985, + "cache_hit_rate": 9571, + "cost_usd": 0.30593, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23928903674, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-03T00:54:06Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 891, + "effective_tokens": 1793, + "cache_hit_rate": 9571, + "cost_usd": 0.2866525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23926415018, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-02T23:16:59Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 886, + "effective_tokens": 1785, + "cache_hit_rate": 9571, + "cost_usd": 0.28654875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23924593633, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-02T22:17:19Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1360, + "effective_tokens": 2731, + "cache_hit_rate": 9571, + "cost_usd": 0.30153375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23922500628, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-02T21:19:06Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 890, + "effective_tokens": 1790, + "cache_hit_rate": 9571, + "cost_usd": 0.286795, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23920074040, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-02T20:17:44Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1139, + "effective_tokens": 2240, + "cache_hit_rate": 9568.75, + "cost_usd": 0.29423050000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23918086138, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-02T19:26:54Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1591, + "effective_tokens": 3071, + "cache_hit_rate": 9572, + "cost_usd": 0.307962, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23915716592, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-02T18:29:00Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1102, + "effective_tokens": 2213, + "cache_hit_rate": 9571.5, + "cost_usd": 0.29340725, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23913089446, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-02T17:23:56Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 889, + "effective_tokens": 1792, + "cache_hit_rate": 9569.75, + "cost_usd": 0.286685, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23910833577, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-02T16:29:06Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 830, + "effective_tokens": 1563, + "cache_hit_rate": 9571.5, + "cost_usd": 0.28422975, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23908295140, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-02T15:30:01Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1058, + "effective_tokens": 2128, + "cache_hit_rate": 9572.5, + "cost_usd": 0.29222299999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23905789915, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-02T14:34:43Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 818, + "effective_tokens": 1648, + "cache_hit_rate": 9572.5, + "cost_usd": 0.284468, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23903292277, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-02T13:39:42Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1091, + "effective_tokens": 2141, + "cache_hit_rate": 9572.5, + "cost_usd": 0.2926329999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23900523156, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-02T12:32:30Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 822, + "effective_tokens": 1633, + "cache_hit_rate": 9572.5, + "cost_usd": 0.28458925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23898029123, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-02T11:23:47Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 967, + "effective_tokens": 1945, + "cache_hit_rate": 9572.5, + "cost_usd": 0.289178, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23896027991, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-02T10:28:03Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 835, + "effective_tokens": 1678, + "cache_hit_rate": 9572.5, + "cost_usd": 0.28507924999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23893853966, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-02T09:30:20Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 903, + "effective_tokens": 1817, + "cache_hit_rate": 9572.5, + "cost_usd": 0.287073, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23891603263, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-02T08:31:25Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1460, + "effective_tokens": 2877, + "cache_hit_rate": 9572.5, + "cost_usd": 0.30416675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23889612031, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-02T07:38:01Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 847, + "effective_tokens": 1578, + "cache_hit_rate": 9572.5, + "cost_usd": 0.28468424999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23887619779, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-02T06:39:23Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 730, + "effective_tokens": 1471, + "cache_hit_rate": 9572.5, + "cost_usd": 0.28212675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23885813783, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-02T05:39:25Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1028, + "effective_tokens": 2067, + "cache_hit_rate": 9572.5, + "cost_usd": 0.29103925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23884492670, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-02T04:52:24Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 948, + "effective_tokens": 1713, + "cache_hit_rate": 9572.5, + "cost_usd": 0.28722675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23881955757, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-02T03:14:28Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 652, + "effective_tokens": 1132, + "cache_hit_rate": 9570.25, + "cost_usd": 0.27821975, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23879569575, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-02T01:42:46Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 703, + "effective_tokens": 1419, + "cache_hit_rate": 9570.25, + "cost_usd": 0.28074475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23878210621, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-02T00:51:36Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 904, + "effective_tokens": 1820, + "cache_hit_rate": 9570, + "cost_usd": 0.28721300000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23875596651, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-01T23:19:35Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1204, + "effective_tokens": 2259, + "cache_hit_rate": 9569.75, + "cost_usd": 0.29531, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23873636044, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-01T22:19:13Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1307, + "effective_tokens": 2557, + "cache_hit_rate": 9568.5, + "cost_usd": 0.299345, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23871505940, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-01T21:22:21Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 731, + "effective_tokens": 1398, + "cache_hit_rate": 9570, + "cost_usd": 0.28132675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23869037301, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-01T20:21:59Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1110, + "effective_tokens": 2178, + "cache_hit_rate": 9571.5, + "cost_usd": 0.2931435, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23866953587, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-01T19:31:19Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 926, + "effective_tokens": 1860, + "cache_hit_rate": 9570.25, + "cost_usd": 0.28787225000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23864407071, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-01T18:30:01Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 929, + "effective_tokens": 1821, + "cache_hit_rate": 9570.25, + "cost_usd": 0.28766475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23861726631, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-01T17:26:34Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 952, + "effective_tokens": 1914, + "cache_hit_rate": 9570, + "cost_usd": 0.2886555, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23859344018, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-01T16:29:29Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 525, + "effective_tokens": 1063, + "cache_hit_rate": 9570, + "cost_usd": 0.2754555, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23857040208, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-01T15:37:56Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 658, + "effective_tokens": 1272, + "cache_hit_rate": 9571, + "cost_usd": 0.2789975, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23854392209, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-01T14:40:42Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 814, + "effective_tokens": 1576, + "cache_hit_rate": 9571, + "cost_usd": 0.2839975, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23851603445, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-01T13:40:15Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 974, + "effective_tokens": 1831, + "cache_hit_rate": 9571, + "cost_usd": 0.28842625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23848786828, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-01T12:34:00Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 784, + "effective_tokens": 1299, + "cache_hit_rate": 9571, + "cost_usd": 0.28167875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23846276708, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-01T11:27:13Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1572, + "effective_tokens": 3104, + "cache_hit_rate": 9571, + "cost_usd": 0.307575, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23844226981, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-01T10:30:38Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 764, + "effective_tokens": 1439, + "cache_hit_rate": 9571, + "cost_usd": 0.28226375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23842070912, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-01T09:35:03Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1051, + "effective_tokens": 2112, + "cache_hit_rate": 9571, + "cost_usd": 0.29185125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23839819749, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-01T08:39:19Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 991, + "effective_tokens": 1991, + "cache_hit_rate": 9571, + "cost_usd": 0.29001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23837631235, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-01T07:40:34Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 673, + "effective_tokens": 1359, + "cache_hit_rate": 9571, + "cost_usd": 0.28018750000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23835821105, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-01T06:47:36Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 1228, + "effective_tokens": 2408, + "cache_hit_rate": 9571, + "cost_usd": 0.29672999999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23832916651, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-01T05:06:16Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 715, + "effective_tokens": 1293, + "cache_hit_rate": 9571, + "cost_usd": 0.2802025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23830182720, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-01T03:15:18Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 139, + "effective_tokens": -37626, + "cache_hit_rate": 38282, + "cost_usd": 0.026300249999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23827853515, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-01T01:42:39Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 808, + "effective_tokens": 1461, + "cache_hit_rate": 9572, + "cost_usd": 0.28324825000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23826724212, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-04-01T00:59:48Z", + "epoch": 0, + "label": "baseline", + "total_tokens": 733, + "effective_tokens": 1479, + "cache_hit_rate": 9571.75, + "cost_usd": 0.28179775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23823910136, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-31T23:16:33Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1063, + "effective_tokens": 2124, + "cache_hit_rate": 9571.5, + "cost_usd": 0.29215475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23822086371, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-31T22:18:57Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 717, + "effective_tokens": 1436, + "cache_hit_rate": 9571.5, + "cost_usd": 0.28111725000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23819955665, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-31T21:20:31Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 642, + "effective_tokens": 1285, + "cache_hit_rate": 9571.5, + "cost_usd": 0.27895725, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23817649118, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-31T20:21:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1264, + "effective_tokens": 2524, + "cache_hit_rate": 9571.5, + "cost_usd": 0.2982035, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23815603951, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-31T19:29:46Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1421, + "effective_tokens": 2799, + "cache_hit_rate": 9571.5, + "cost_usd": 0.302816, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23813276415, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-31T18:30:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 736, + "effective_tokens": 1475, + "cache_hit_rate": 9571.5, + "cost_usd": 0.28174725, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23810716010, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-31T17:28:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 928, + "effective_tokens": 1668, + "cache_hit_rate": 9571.5, + "cost_usd": 0.2865685, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23808297636, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-31T16:30:35Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 784, + "effective_tokens": 1575, + "cache_hit_rate": 9571.5, + "cost_usd": 0.28322725, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23805812711, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-31T15:34:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 856, + "effective_tokens": 1709, + "cache_hit_rate": 9571.5, + "cost_usd": 0.28568975, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23803248463, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-31T14:40:35Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 733, + "effective_tokens": 1355, + "cache_hit_rate": 9571.5, + "cost_usd": 0.281101, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23800422775, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-31T13:40:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 557, + "effective_tokens": 1114, + "cache_hit_rate": 9571.5, + "cost_usd": 0.27622975, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23797473955, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-31T12:33:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1047, + "effective_tokens": 2096, + "cache_hit_rate": 9571.5, + "cost_usd": 0.29155475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23794840138, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-31T11:25:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1442, + "effective_tokens": 2880, + "cache_hit_rate": 9571.5, + "cost_usd": 0.30396100000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23792774091, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-31T10:30:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 818, + "effective_tokens": 1500, + "cache_hit_rate": 9571.5, + "cost_usd": 0.283451, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23790520502, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-31T09:32:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 592, + "effective_tokens": 1182, + "cache_hit_rate": 9571.5, + "cost_usd": 0.277266, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23788155537, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-31T08:34:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1100, + "effective_tokens": 2092, + "cache_hit_rate": 9571.5, + "cost_usd": 0.29264350000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23786060101, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-31T07:38:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 794, + "effective_tokens": 1588, + "cache_hit_rate": 9571.5, + "cost_usd": 0.28351100000000007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23784114137, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-31T06:41:19Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 670, + "effective_tokens": 1345, + "cache_hit_rate": 9571.5, + "cost_usd": 0.27968225, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23782347679, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-31T05:40:22Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1175, + "effective_tokens": 2205, + "cache_hit_rate": 9571.5, + "cost_usd": 0.294746, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23781185889, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-31T04:56:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1127, + "effective_tokens": 2249, + "cache_hit_rate": 9572, + "cost_usd": 0.2939295, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23778723819, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-31T03:15:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1347, + "effective_tokens": 2392, + "cache_hit_rate": 9572, + "cost_usd": 0.29909325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23776435795, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-31T01:43:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 755, + "effective_tokens": 1509, + "cache_hit_rate": 9572, + "cost_usd": 0.28226949999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23775159842, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-31T00:53:35Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 848, + "effective_tokens": 1636, + "cache_hit_rate": 9572, + "cost_usd": 0.28494700000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23772428322, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-30T23:18:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1213, + "effective_tokens": 2416, + "cache_hit_rate": 9572, + "cost_usd": 0.29668075, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23770451387, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-30T22:17:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 708, + "effective_tokens": 1416, + "cache_hit_rate": 9572, + "cost_usd": 0.281112, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23768390985, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-30T21:22:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 956, + "effective_tokens": 1846, + "cache_hit_rate": 9572, + "cost_usd": 0.2882145, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23765868137, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-30T20:21:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1196, + "effective_tokens": 2352, + "cache_hit_rate": 9572, + "cost_usd": 0.296057, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23763586207, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-30T19:29:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1119, + "effective_tokens": 2202, + "cache_hit_rate": 9572, + "cost_usd": 0.29351575, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23761029058, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-30T18:30:05Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1257, + "effective_tokens": 2343, + "cache_hit_rate": 9572, + "cost_usd": 0.2971645, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23758207810, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-30T17:25:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 942, + "effective_tokens": 1672, + "cache_hit_rate": 9572, + "cost_usd": 0.28707950000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23755774340, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-30T16:30:53Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 613, + "effective_tokens": 1238, + "cache_hit_rate": 9572, + "cost_usd": 0.27814825000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23753313417, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-30T15:37:26Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 861, + "effective_tokens": 1703, + "cache_hit_rate": 9572, + "cost_usd": 0.2857645, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23750656402, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-30T14:41:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 849, + "effective_tokens": 1711, + "cache_hit_rate": 9572, + "cost_usd": 0.28555450000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23747782708, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-30T13:40:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 921, + "effective_tokens": 1682, + "cache_hit_rate": 9572, + "cost_usd": 0.28668325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23744866175, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-30T12:32:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 590, + "effective_tokens": 1193, + "cache_hit_rate": 9572, + "cost_usd": 0.27730075, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23742446971, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-30T11:29:09Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1306, + "effective_tokens": 2624, + "cache_hit_rate": 9572, + "cost_usd": 0.29961950000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23740514905, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-30T10:38:02Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 949, + "effective_tokens": 1691, + "cache_hit_rate": 9572, + "cost_usd": 0.2872745, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23738314872, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-30T09:43:02Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 734, + "effective_tokens": 1349, + "cache_hit_rate": 9572, + "cost_usd": 0.28105075000000007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23735904252, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-30T08:43:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 920, + "effective_tokens": 1699, + "cache_hit_rate": 9572, + "cost_usd": 0.28680075000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23733529069, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-30T07:41:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 656, + "effective_tokens": 1304, + "cache_hit_rate": 9572, + "cost_usd": 0.2793820000000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23731778927, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-30T06:50:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 761, + "effective_tokens": 1533, + "cache_hit_rate": 9572, + "cost_usd": 0.282762, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23728841495, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-30T05:05:23Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1228, + "effective_tokens": 2280, + "cache_hit_rate": 9572, + "cost_usd": 0.296282, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23726374584, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-30T03:15:51Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 893, + "effective_tokens": 1653, + "cache_hit_rate": 9572, + "cost_usd": 0.286012, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23724366067, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-30T01:44:05Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1151, + "effective_tokens": 2312, + "cache_hit_rate": 9572.25, + "cost_usd": 0.29486999999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23723364830, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-30T00:56:26Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 940, + "effective_tokens": 1866, + "cache_hit_rate": 9572.25, + "cost_usd": 0.28820125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23721429836, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-29T23:15:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1203, + "effective_tokens": 2369, + "cache_hit_rate": 9572.25, + "cost_usd": 0.29630625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23720346577, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-29T22:14:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 865, + "effective_tokens": 1612, + "cache_hit_rate": 9572.25, + "cost_usd": 0.2850675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23719240869, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-29T21:15:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1261, + "effective_tokens": 2535, + "cache_hit_rate": 9572.25, + "cost_usd": 0.29839125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23718090613, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-29T20:14:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1262, + "effective_tokens": 2470, + "cache_hit_rate": 9572.25, + "cost_usd": 0.2978887499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23716990277, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-29T19:18:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 668, + "effective_tokens": 1349, + "cache_hit_rate": 9573, + "cost_usd": 0.27992525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23715821572, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-29T18:19:09Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1064, + "effective_tokens": 2048, + "cache_hit_rate": 9573, + "cost_usd": 0.291759, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23714547435, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-29T17:15:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1333, + "effective_tokens": 2567, + "cache_hit_rate": 9573, + "cost_usd": 0.30000150000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23713369184, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-29T16:15:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 767, + "effective_tokens": 1397, + "cache_hit_rate": 9573, + "cost_usd": 0.28213150000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23712142935, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-29T15:14:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1096, + "effective_tokens": 2204, + "cache_hit_rate": 9573, + "cost_usd": 0.293309, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23711061039, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-29T14:18:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 846, + "effective_tokens": 1594, + "cache_hit_rate": 9573, + "cost_usd": 0.284749, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23710143541, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-29T13:29:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 630, + "effective_tokens": 1272, + "cache_hit_rate": 9573, + "cost_usd": 0.2785265, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23708921483, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-29T12:21:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 888, + "effective_tokens": 1785, + "cache_hit_rate": 9573, + "cost_usd": 0.28691525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23707797681, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-29T11:14:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1110, + "effective_tokens": 2230, + "cache_hit_rate": 9573, + "cost_usd": 0.293714, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23706858559, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-29T10:17:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 938, + "effective_tokens": 1888, + "cache_hit_rate": 9573, + "cost_usd": 0.2882315, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23705908278, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-29T09:19:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1079, + "effective_tokens": 2098, + "cache_hit_rate": 9573, + "cost_usd": 0.29228275000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23704946121, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-29T08:20:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1043, + "effective_tokens": 2099, + "cache_hit_rate": 9573, + "cost_usd": 0.29161400000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23704137693, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-29T07:29:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 925, + "effective_tokens": 1860, + "cache_hit_rate": 9573, + "cost_usd": 0.28789775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23703296298, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-29T06:35:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1098, + "effective_tokens": 2040, + "cache_hit_rate": 9573, + "cost_usd": 0.2923115, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23702458477, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-29T05:40:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 894, + "effective_tokens": 1801, + "cache_hit_rate": 9573, + "cost_usd": 0.28691775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23701808066, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-29T04:57:05Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1587, + "effective_tokens": 3184, + "cache_hit_rate": 9573, + "cost_usd": 0.3086002500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23700262374, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-29T03:14:58Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 888, + "effective_tokens": 1785, + "cache_hit_rate": 9573, + "cost_usd": 0.28662525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23698821017, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-29T01:41:53Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1174, + "effective_tokens": 2180, + "cache_hit_rate": 9573, + "cost_usd": 0.2944015, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23698125742, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-29T00:57:00Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1289, + "effective_tokens": 2588, + "cache_hit_rate": 9573, + "cost_usd": 0.29912275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23696505740, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-28T23:14:51Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1195, + "effective_tokens": 2355, + "cache_hit_rate": 9573, + "cost_usd": 0.296034, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23695470910, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-28T22:12:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 713, + "effective_tokens": 1436, + "cache_hit_rate": 9573, + "cost_usd": 0.28122274999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23694465583, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-28T21:14:06Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1207, + "effective_tokens": 2389, + "cache_hit_rate": 9573, + "cost_usd": 0.29639150000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23693423450, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-28T20:13:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1264, + "effective_tokens": 2396, + "cache_hit_rate": 9573, + "cost_usd": 0.29754900000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23692436876, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-28T19:17:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 838, + "effective_tokens": 1629, + "cache_hit_rate": 9573, + "cost_usd": 0.28510275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23691366166, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-28T18:18:00Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 737, + "effective_tokens": 1487, + "cache_hit_rate": 9573, + "cost_usd": 0.28208150000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23690205900, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-28T17:14:35Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 790, + "effective_tokens": 1591, + "cache_hit_rate": 9571.75, + "cost_usd": 0.2835115, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23689146204, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-28T16:15:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 907, + "effective_tokens": 1754, + "cache_hit_rate": 9573.75, + "cost_usd": 0.28697300000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23688068763, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-28T15:14:53Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1211, + "effective_tokens": 2430, + "cache_hit_rate": 9573.75, + "cost_usd": 0.29665300000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23687072778, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-28T14:17:40Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 743, + "effective_tokens": 1498, + "cache_hit_rate": 9573.75, + "cost_usd": 0.28205800000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23686227795, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-28T13:28:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 541, + "effective_tokens": 1093, + "cache_hit_rate": 9573.75, + "cost_usd": 0.27599425000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23685100746, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-28T12:21:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 528, + "effective_tokens": 1068, + "cache_hit_rate": 9573.75, + "cost_usd": 0.27528925000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23684009145, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-28T11:14:03Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 816, + "effective_tokens": 1644, + "cache_hit_rate": 9573.75, + "cost_usd": 0.28461425, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23683083951, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-28T10:16:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 712, + "effective_tokens": 1436, + "cache_hit_rate": 9573.75, + "cost_usd": 0.28107425, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23682149713, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-28T09:19:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1077, + "effective_tokens": 2090, + "cache_hit_rate": 9573.75, + "cost_usd": 0.2922555, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23681177182, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-28T08:20:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 571, + "effective_tokens": 1154, + "cache_hit_rate": 9573.75, + "cost_usd": 0.276918, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23680292807, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-28T07:26:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1395, + "effective_tokens": 2748, + "cache_hit_rate": 9573.75, + "cost_usd": 0.3023655, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23679403986, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-28T06:31:06Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1505, + "effective_tokens": 3022, + "cache_hit_rate": 9573.75, + "cost_usd": 0.3059255, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23678509253, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-28T05:33:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1244, + "effective_tokens": 2256, + "cache_hit_rate": 9573.75, + "cost_usd": 0.29644925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23677725753, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-28T04:44:28Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1219, + "effective_tokens": 2448, + "cache_hit_rate": 9573.75, + "cost_usd": 0.2969205, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23676207411, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-28T03:11:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1058, + "effective_tokens": 2127, + "cache_hit_rate": 9573.75, + "cost_usd": 0.2921505, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23674650201, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-28T01:41:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 954, + "effective_tokens": 1788, + "cache_hit_rate": 9573.75, + "cost_usd": 0.28786175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23673645240, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-28T00:49:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1099, + "effective_tokens": 2205, + "cache_hit_rate": 9573.75, + "cost_usd": 0.29310674999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23671503963, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-27T23:16:31Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1224, + "effective_tokens": 2409, + "cache_hit_rate": 9573.75, + "cost_usd": 0.2969705, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23669781686, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-27T22:15:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1044, + "effective_tokens": 2034, + "cache_hit_rate": 9573.75, + "cost_usd": 0.29125175000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23667921927, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-27T21:17:57Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 919, + "effective_tokens": 1798, + "cache_hit_rate": 9573.75, + "cost_usd": 0.287223, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23665732042, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-27T20:18:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 885, + "effective_tokens": 1780, + "cache_hit_rate": 9573.75, + "cost_usd": 0.28656300000000007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23663620907, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-27T19:22:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 750, + "effective_tokens": 1459, + "cache_hit_rate": 9573.75, + "cost_usd": 0.2819005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23661493174, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-27T18:28:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 920, + "effective_tokens": 1705, + "cache_hit_rate": 9573.75, + "cost_usd": 0.2868555, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23658956249, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-27T17:24:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 828, + "effective_tokens": 1515, + "cache_hit_rate": 9573.75, + "cost_usd": 0.28395800000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23656535558, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-27T16:26:32Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 803, + "effective_tokens": 1619, + "cache_hit_rate": 9573.75, + "cost_usd": 0.28420925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23653812636, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-27T15:24:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1018, + "effective_tokens": 2045, + "cache_hit_rate": 9573.75, + "cost_usd": 0.29061800000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23651208059, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-27T14:29:06Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 666, + "effective_tokens": 1321, + "cache_hit_rate": 9573.75, + "cost_usd": 0.27977300000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23648873254, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-27T13:37:23Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 983, + "effective_tokens": 1845, + "cache_hit_rate": 9573.75, + "cost_usd": 0.28867175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23646112167, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-27T12:26:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 991, + "effective_tokens": 1873, + "cache_hit_rate": 9573.75, + "cost_usd": 0.28928175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23643920148, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-27T11:22:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 774, + "effective_tokens": 1433, + "cache_hit_rate": 9573.75, + "cost_usd": 0.282233, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23641813837, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-27T10:24:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 958, + "effective_tokens": 1928, + "cache_hit_rate": 9573.75, + "cost_usd": 0.28891675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23639700741, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-27T09:26:06Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 642, + "effective_tokens": 1296, + "cache_hit_rate": 9573.75, + "cost_usd": 0.27892175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23637641992, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-27T08:25:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 878, + "effective_tokens": 1743, + "cache_hit_rate": 9573.75, + "cost_usd": 0.2863605, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23636049049, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-27T07:33:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1213, + "effective_tokens": 2281, + "cache_hit_rate": 9573.75, + "cost_usd": 0.29596925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23634513344, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-27T06:38:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 656, + "effective_tokens": 1323, + "cache_hit_rate": 9573.75, + "cost_usd": 0.27941800000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23632943308, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-27T05:39:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1750, + "effective_tokens": 3510, + "cache_hit_rate": 9573.75, + "cost_usd": 0.31347425000000007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23631828808, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-27T04:55:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1452, + "effective_tokens": 2784, + "cache_hit_rate": 9573.75, + "cost_usd": 0.30350925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23629415761, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-27T03:15:24Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 932, + "effective_tokens": 1877, + "cache_hit_rate": 9573.75, + "cost_usd": 0.28823550000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23627003071, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-27T01:43:51Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 965, + "effective_tokens": 1793, + "cache_hit_rate": 9573.75, + "cost_usd": 0.28819924999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23625622858, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-27T00:53:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 642, + "effective_tokens": 1188, + "cache_hit_rate": 9573.75, + "cost_usd": 0.27860674999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23622704273, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-26T23:14:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1334, + "effective_tokens": 2680, + "cache_hit_rate": 9573.75, + "cost_usd": 0.30052675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23620611060, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-26T22:12:47Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 891, + "effective_tokens": 1677, + "cache_hit_rate": 9571, + "cost_usd": 0.28606750000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23618422529, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-26T21:16:03Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1242, + "effective_tokens": 2295, + "cache_hit_rate": 9571, + "cost_usd": 0.29643625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23616004846, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-26T20:17:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 869, + "effective_tokens": 1558, + "cache_hit_rate": 9572.5, + "cost_usd": 0.28477674999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23614050946, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-26T19:31:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 655, + "effective_tokens": 1322, + "cache_hit_rate": 9572.5, + "cost_usd": 0.27947425, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23611498803, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-26T18:32:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 674, + "effective_tokens": 1361, + "cache_hit_rate": 9572.5, + "cost_usd": 0.28005424999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23608728841, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-26T17:30:24Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 839, + "effective_tokens": 1690, + "cache_hit_rate": 9572.5, + "cost_usd": 0.28505425, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23606091883, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-26T16:35:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 927, + "effective_tokens": 1734, + "cache_hit_rate": 9570, + "cost_usd": 0.28707175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23603259300, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-26T15:37:19Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 606, + "effective_tokens": 1150, + "cache_hit_rate": 9570, + "cost_usd": 0.277418, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23600414099, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-26T14:41:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 992, + "effective_tokens": 1995, + "cache_hit_rate": 9570, + "cost_usd": 0.28991175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23597352337, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-26T13:38:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 621, + "effective_tokens": 1254, + "cache_hit_rate": 9570, + "cost_usd": 0.27828425000000007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23594459155, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-26T12:32:47Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 970, + "effective_tokens": 1952, + "cache_hit_rate": 9570, + "cost_usd": 0.2890855, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23591809977, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-26T11:25:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 864, + "effective_tokens": 1740, + "cache_hit_rate": 9570, + "cost_usd": 0.28601800000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23589500680, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-26T10:27:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1078, + "effective_tokens": 2167, + "cache_hit_rate": 9570, + "cost_usd": 0.29263924999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23587095355, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-26T09:29:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1051, + "effective_tokens": 2112, + "cache_hit_rate": 9570, + "cost_usd": 0.29162925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23584674438, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-26T08:27:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 749, + "effective_tokens": 1461, + "cache_hit_rate": 9570, + "cost_usd": 0.28190800000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23582806739, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-26T07:34:29Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 743, + "effective_tokens": 1499, + "cache_hit_rate": 9570, + "cost_usd": 0.282138, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23581033669, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-26T06:38:02Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 913, + "effective_tokens": 1837, + "cache_hit_rate": 9570, + "cost_usd": 0.287273, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23579363613, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-26T05:39:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 641, + "effective_tokens": 1151, + "cache_hit_rate": 9570, + "cost_usd": 0.2779505, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23578195777, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-26T04:54:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1026, + "effective_tokens": 1869, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28977, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23575703001, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-26T03:14:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 706, + "effective_tokens": 1423, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28081249999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23573326242, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-26T01:43:47Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 667, + "effective_tokens": 1256, + "cache_hit_rate": 9569.75, + "cost_usd": 0.2790225, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23571968107, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-26T00:53:40Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 828, + "effective_tokens": 1540, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28404625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23569075399, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-25T23:17:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 743, + "effective_tokens": 1499, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28202625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23567033006, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-25T22:19:02Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1100, + "effective_tokens": 2212, + "cache_hit_rate": 9569.5, + "cost_usd": 0.29332949999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23564690904, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-25T21:19:28Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 916, + "effective_tokens": 1842, + "cache_hit_rate": 9570.25, + "cost_usd": 0.28758724999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23562166231, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-25T20:20:35Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1185, + "effective_tokens": 2383, + "cache_hit_rate": 9570.25, + "cost_usd": 0.29576225, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23559831785, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-25T19:24:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1011, + "effective_tokens": 2032, + "cache_hit_rate": 9570.25, + "cost_usd": 0.29034099999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23557459909, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-25T18:29:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1060, + "effective_tokens": 1995, + "cache_hit_rate": 9570.25, + "cost_usd": 0.29120350000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23554838979, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-25T17:28:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1331, + "effective_tokens": 2543, + "cache_hit_rate": 9570.25, + "cost_usd": 0.29954475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23552437813, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-25T16:35:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 736, + "effective_tokens": 1482, + "cache_hit_rate": 9570, + "cost_usd": 0.2819255, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23549538661, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-25T15:35:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1069, + "effective_tokens": 2148, + "cache_hit_rate": 9570, + "cost_usd": 0.29236175000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23546593116, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-25T14:35:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 463, + "effective_tokens": 938, + "cache_hit_rate": 9570, + "cost_usd": 0.27343675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23543980805, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-25T13:39:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 691, + "effective_tokens": 1394, + "cache_hit_rate": 9570, + "cost_usd": 0.28031675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23540983905, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-25T12:28:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 770, + "effective_tokens": 1452, + "cache_hit_rate": 9570, + "cost_usd": 0.28226550000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23538487385, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-25T11:22:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 904, + "effective_tokens": 1701, + "cache_hit_rate": 9570, + "cost_usd": 0.28624925000000007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23536274475, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-25T10:25:24Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 843, + "effective_tokens": 1660, + "cache_hit_rate": 9570, + "cost_usd": 0.28488925000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23533932327, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-25T09:25:57Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 669, + "effective_tokens": 1219, + "cache_hit_rate": 9570, + "cost_usd": 0.2790905, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23531697604, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-25T08:25:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1461, + "effective_tokens": 2768, + "cache_hit_rate": 9570, + "cost_usd": 0.30343675000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23529871676, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-25T07:29:53Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 967, + "effective_tokens": 1779, + "cache_hit_rate": 9570, + "cost_usd": 0.28823800000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23528212839, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-25T06:34:05Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2023, + "effective_tokens": 4053, + "cache_hit_rate": 9570, + "cost_usd": 0.3219205, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23526630113, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-25T05:35:47Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 801, + "effective_tokens": 1453, + "cache_hit_rate": 9570, + "cost_usd": 0.28299300000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23525354790, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-25T04:45:47Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 808, + "effective_tokens": 1552, + "cache_hit_rate": 9570, + "cost_usd": 0.283528, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23523102330, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-25T03:12:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 766, + "effective_tokens": 1543, + "cache_hit_rate": 9570, + "cost_usd": 0.28274425000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23520836959, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-25T01:42:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 495, + "effective_tokens": 1002, + "cache_hit_rate": 9570, + "cost_usd": 0.27445175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23519476731, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-25T00:50:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1339, + "effective_tokens": 2649, + "cache_hit_rate": 9570, + "cost_usd": 0.3005755, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23516792788, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-24T23:15:22Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1333, + "effective_tokens": 2678, + "cache_hit_rate": 9570, + "cost_usd": 0.30041425000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23514932389, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-24T22:18:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 900, + "effective_tokens": 1817, + "cache_hit_rate": 9570, + "cost_usd": 0.28685425000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23512753738, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-24T21:19:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 911, + "effective_tokens": 1746, + "cache_hit_rate": 9570, + "cost_usd": 0.28683175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23510412183, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-24T20:21:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1032, + "effective_tokens": 2027, + "cache_hit_rate": 9570, + "cost_usd": 0.29089675000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23508431709, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-24T19:30:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1245, + "effective_tokens": 2378, + "cache_hit_rate": 9570, + "cost_usd": 0.29708925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23505945776, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-24T18:30:02Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 569, + "effective_tokens": 987, + "cache_hit_rate": 9570, + "cost_usd": 0.2756905, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23503258450, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-24T17:27:40Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 917, + "effective_tokens": 1663, + "cache_hit_rate": 9570, + "cost_usd": 0.28629550000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23500736794, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-24T16:32:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 988, + "effective_tokens": 1875, + "cache_hit_rate": 9570, + "cost_usd": 0.28910175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23497956537, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-24T15:33:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 880, + "effective_tokens": 1741, + "cache_hit_rate": 9570, + "cost_usd": 0.28609925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23495120116, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-24T14:35:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1292, + "effective_tokens": 2543, + "cache_hit_rate": 9570, + "cost_usd": 0.29902675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23492426152, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-24T13:39:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 859, + "effective_tokens": 1680, + "cache_hit_rate": 9570, + "cost_usd": 0.28548425000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23489476626, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-24T12:30:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 865, + "effective_tokens": 1741, + "cache_hit_rate": 9570, + "cost_usd": 0.28584300000000007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23486931230, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-24T11:23:40Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 811, + "effective_tokens": 1498, + "cache_hit_rate": 9570, + "cost_usd": 0.28359675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23484667166, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-24T10:25:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 925, + "effective_tokens": 1861, + "cache_hit_rate": 9570, + "cost_usd": 0.287853, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23482291484, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-24T09:26:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 783, + "effective_tokens": 1578, + "cache_hit_rate": 9570, + "cost_usd": 0.28338175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23479947583, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-24T08:25:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 968, + "effective_tokens": 1948, + "cache_hit_rate": 9570, + "cost_usd": 0.289013, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23478105212, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-24T07:30:28Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 834, + "effective_tokens": 1681, + "cache_hit_rate": 9570, + "cost_usd": 0.28507675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23476429961, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-24T06:34:19Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 657, + "effective_tokens": 1326, + "cache_hit_rate": 9570, + "cost_usd": 0.27952925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23474838906, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-24T05:36:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 947, + "effective_tokens": 1877, + "cache_hit_rate": 9570, + "cost_usd": 0.28833549999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23471247951, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-24T03:10:26Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1157, + "effective_tokens": 2322, + "cache_hit_rate": 9570, + "cost_usd": 0.29507425, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23468992084, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-24T01:41:26Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1308, + "effective_tokens": 2585, + "cache_hit_rate": 9570, + "cost_usd": 0.29951425000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23467534410, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-24T00:45:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 745, + "effective_tokens": 1482, + "cache_hit_rate": 9570, + "cost_usd": 0.28192925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23464846701, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-23T23:15:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 762, + "effective_tokens": 1536, + "cache_hit_rate": 9570, + "cost_usd": 0.28253550000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23462805048, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-23T22:14:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 910, + "effective_tokens": 1661, + "cache_hit_rate": 9570, + "cost_usd": 0.28636675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23460675118, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-23T21:19:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 688, + "effective_tokens": 1271, + "cache_hit_rate": 9570, + "cost_usd": 0.27974675000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23458233483, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-23T20:20:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 876, + "effective_tokens": 1763, + "cache_hit_rate": 9570, + "cost_usd": 0.28617174999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23455987698, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-23T19:25:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1812, + "effective_tokens": 3635, + "cache_hit_rate": 9570.75, + "cost_usd": 0.31541699999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23453530955, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-23T18:26:33Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1142, + "effective_tokens": 2295, + "cache_hit_rate": 9571.5, + "cost_usd": 0.29447475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23450831039, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-23T17:25:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 535, + "effective_tokens": 1084, + "cache_hit_rate": 9571.5, + "cost_usd": 0.27559475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23448217594, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-23T16:28:32Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 933, + "effective_tokens": 1876, + "cache_hit_rate": 9571.5, + "cost_usd": 0.28811725000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23445481820, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-23T15:30:31Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 582, + "effective_tokens": 1060, + "cache_hit_rate": 9569.75, + "cost_usd": 0.27622375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23442725382, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-23T14:33:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 676, + "effective_tokens": 1362, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28003875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23440231859, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-23T13:39:57Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1144, + "effective_tokens": 2238, + "cache_hit_rate": 9569.75, + "cost_usd": 0.29429375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23437308806, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-23T12:28:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1290, + "effective_tokens": 2539, + "cache_hit_rate": 9569.75, + "cost_usd": 0.2988975, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23434874554, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-23T11:23:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 838, + "effective_tokens": 1686, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28512125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23432801362, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-23T10:29:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 822, + "effective_tokens": 1655, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28447749999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23430504389, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-23T09:32:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 961, + "effective_tokens": 1775, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28779875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23428138811, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-23T08:29:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 656, + "effective_tokens": 1184, + "cache_hit_rate": 9569.75, + "cost_usd": 0.27858125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23426417696, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-23T07:36:47Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 783, + "effective_tokens": 1578, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28323000000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23424776112, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-23T06:39:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 594, + "effective_tokens": 1200, + "cache_hit_rate": 9569.75, + "cost_usd": 0.27750875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23423140249, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-23T05:38:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 729, + "effective_tokens": 1468, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28170500000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23422029043, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-23T04:52:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1011, + "effective_tokens": 1988, + "cache_hit_rate": 9569.75, + "cost_usd": 0.2900625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23419867495, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-23T03:14:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1349, + "effective_tokens": 2421, + "cache_hit_rate": 9569.75, + "cost_usd": 0.29956125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23417858652, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-23T01:43:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1170, + "effective_tokens": 2290, + "cache_hit_rate": 9569.75, + "cost_usd": 0.29514124999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23416763870, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-23T00:52:33Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 899, + "effective_tokens": 1811, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28707125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23414840987, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-22T23:13:24Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 795, + "effective_tokens": 1602, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23413723039, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-22T22:11:29Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1248, + "effective_tokens": 2227, + "cache_hit_rate": 9569.75, + "cost_usd": 0.29607, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23412631943, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-22T21:12:47Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 869, + "effective_tokens": 1710, + "cache_hit_rate": 9569.75, + "cost_usd": 0.2857075, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23409369589, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-22T18:16:24Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 723, + "effective_tokens": 1448, + "cache_hit_rate": 9569.75, + "cost_usd": 0.2813825, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23408183111, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-22T17:12:32Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1079, + "effective_tokens": 2056, + "cache_hit_rate": 9569.75, + "cost_usd": 0.29169249999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23407097997, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-22T16:12:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1071, + "effective_tokens": 1958, + "cache_hit_rate": 9569.75, + "cost_usd": 0.29096, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23405965638, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-22T15:12:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1080, + "effective_tokens": 2159, + "cache_hit_rate": 9569.75, + "cost_usd": 0.29261, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23404901712, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-22T14:14:26Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 996, + "effective_tokens": 1992, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28974625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23404013286, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-22T13:24:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1084, + "effective_tokens": 2113, + "cache_hit_rate": 9569.75, + "cost_usd": 0.29225249999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23402912939, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-22T12:19:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1013, + "effective_tokens": 1865, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28952125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23401808481, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-22T11:12:02Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 774, + "effective_tokens": 1468, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28237375000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23400859967, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-22T10:12:53Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 886, + "effective_tokens": 1662, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28569125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23399944680, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-22T09:15:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1251, + "effective_tokens": 2498, + "cache_hit_rate": 9569.75, + "cost_usd": 0.29791500000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23399002572, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-22T08:16:33Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1514, + "effective_tokens": 3010, + "cache_hit_rate": 9569.75, + "cost_usd": 0.30581625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23398179814, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-22T07:22:57Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1251, + "effective_tokens": 2492, + "cache_hit_rate": 9569.75, + "cost_usd": 0.29770750000000007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23397356321, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-22T06:27:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 870, + "effective_tokens": 1559, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28473750000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23396557782, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-22T05:32:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1265, + "effective_tokens": 2354, + "cache_hit_rate": 9569.75, + "cost_usd": 0.2971975, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23395873693, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-22T04:44:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 869, + "effective_tokens": 1631, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28515875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23394594675, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-22T03:13:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 866, + "effective_tokens": 1582, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28482625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23393211965, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-22T01:41:32Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 788, + "effective_tokens": 1346, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28209375000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23392464951, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-22T00:52:25Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 787, + "effective_tokens": 1573, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28330374999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23390907421, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-21T23:12:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1484, + "effective_tokens": 2927, + "cache_hit_rate": 9569.75, + "cost_usd": 0.30482499999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23389904270, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-21T22:10:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1192, + "effective_tokens": 2179, + "cache_hit_rate": 9569.75, + "cost_usd": 0.294655, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23388899105, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-21T21:12:09Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 889, + "effective_tokens": 1783, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28648375000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23387776410, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-21T20:11:22Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 376, + "effective_tokens": 764, + "cache_hit_rate": 9569.75, + "cost_usd": 0.27080625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23386736413, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-21T19:13:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1472, + "effective_tokens": 2798, + "cache_hit_rate": 9569.75, + "cost_usd": 0.30397375000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23385710040, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-21T18:16:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 905, + "effective_tokens": 1639, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28588375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23384587071, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-21T17:12:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 759, + "effective_tokens": 1491, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28228125000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23383545944, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-21T16:12:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1023, + "effective_tokens": 2039, + "cache_hit_rate": 9569.75, + "cost_usd": 0.29061625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23382487907, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-21T15:12:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 732, + "effective_tokens": 1465, + "cache_hit_rate": 9569.75, + "cost_usd": 0.2816425, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23381472160, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-21T14:13:19Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1558, + "effective_tokens": 3058, + "cache_hit_rate": 9569.75, + "cost_usd": 0.30718125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23380644975, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-21T13:24:05Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1264, + "effective_tokens": 2527, + "cache_hit_rate": 9569.75, + "cost_usd": 0.29818, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23379511825, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-21T12:17:53Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1334, + "effective_tokens": 2656, + "cache_hit_rate": 9569.75, + "cost_usd": 0.30028375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23378410839, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-21T11:11:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1093, + "effective_tokens": 2179, + "cache_hit_rate": 9569.75, + "cost_usd": 0.29299375000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23377405739, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-21T10:12:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 894, + "effective_tokens": 1629, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28561000000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23376499671, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-21T09:14:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 737, + "effective_tokens": 1480, + "cache_hit_rate": 9569.75, + "cost_usd": 0.281955, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23375551068, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-21T08:14:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 681, + "effective_tokens": 1308, + "cache_hit_rate": 9569.75, + "cost_usd": 0.27981999999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23374679409, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-21T07:19:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 987, + "effective_tokens": 1812, + "cache_hit_rate": 9569.75, + "cost_usd": 0.2886975, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23373802136, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-21T06:22:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1212, + "effective_tokens": 2368, + "cache_hit_rate": 9569.75, + "cost_usd": 0.29638625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23372894799, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-21T05:24:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1263, + "effective_tokens": 2368, + "cache_hit_rate": 9569.75, + "cost_usd": 0.29730749999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23372167152, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-21T04:38:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 982, + "effective_tokens": 1820, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28863875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23371401828, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-21T03:50:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1115, + "effective_tokens": 2223, + "cache_hit_rate": 9569.75, + "cost_usd": 0.29353125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23370657452, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-21T03:03:09Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1031, + "effective_tokens": 1968, + "cache_hit_rate": 9569.75, + "cost_usd": 0.29046750000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23369296131, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-21T01:40:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1330, + "effective_tokens": 2510, + "cache_hit_rate": 9569.75, + "cost_usd": 0.29926625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23368298909, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-21T00:46:03Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 905, + "effective_tokens": 1610, + "cache_hit_rate": 9571.5, + "cost_usd": 0.28597475000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23366312672, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-20T23:14:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 816, + "effective_tokens": 1633, + "cache_hit_rate": 9571.5, + "cost_usd": 0.28472975, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23364689959, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-20T22:12:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1071, + "effective_tokens": 2133, + "cache_hit_rate": 9571.5, + "cost_usd": 0.29217100000000007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23362865917, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-20T21:14:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1081, + "effective_tokens": 1831, + "cache_hit_rate": 9571.5, + "cost_usd": 0.290791, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23360856949, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-20T20:14:58Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 920, + "effective_tokens": 1841, + "cache_hit_rate": 9571.5, + "cost_usd": 0.28765475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23358994796, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-20T19:21:46Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1051, + "effective_tokens": 1960, + "cache_hit_rate": 9571.5, + "cost_usd": 0.29093975, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23356839748, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-20T18:22:29Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 819, + "effective_tokens": 1645, + "cache_hit_rate": 9571.5, + "cost_usd": 0.28454100000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23354422662, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-20T17:20:57Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 660, + "effective_tokens": 1324, + "cache_hit_rate": 9570.25, + "cost_usd": 0.27955475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23352109027, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-20T16:22:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 843, + "effective_tokens": 1683, + "cache_hit_rate": 9570.25, + "cost_usd": 0.28502475000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23349645688, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-20T15:22:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 811, + "effective_tokens": 1629, + "cache_hit_rate": 9570.25, + "cost_usd": 0.28416225, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23347229420, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-20T14:24:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 968, + "effective_tokens": 1761, + "cache_hit_rate": 9570.25, + "cost_usd": 0.28801099999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23345152229, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-20T13:33:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 974, + "effective_tokens": 1944, + "cache_hit_rate": 9570.25, + "cost_usd": 0.28903724999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23342648898, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-20T12:23:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 757, + "effective_tokens": 1466, + "cache_hit_rate": 9570.25, + "cost_usd": 0.282281, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23340473292, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-20T11:17:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 966, + "effective_tokens": 1887, + "cache_hit_rate": 9570.25, + "cost_usd": 0.288746, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23338549805, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-20T10:19:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1684, + "effective_tokens": 3299, + "cache_hit_rate": 9570.25, + "cost_usd": 0.3110985, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23336610876, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-20T09:21:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 956, + "effective_tokens": 1912, + "cache_hit_rate": 9570.25, + "cost_usd": 0.28883974999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23334741198, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-20T08:21:47Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1152, + "effective_tokens": 2280, + "cache_hit_rate": 9570.25, + "cost_usd": 0.29501475000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23333187256, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-20T07:26:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1096, + "effective_tokens": 2190, + "cache_hit_rate": 9570.25, + "cost_usd": 0.29313725, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23331783707, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-20T06:29:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1033, + "effective_tokens": 1792, + "cache_hit_rate": 9570.25, + "cost_usd": 0.2894785, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23330441734, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-20T05:30:23Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1009, + "effective_tokens": 1869, + "cache_hit_rate": 9570.25, + "cost_usd": 0.28928975000000007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23329357218, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-20T04:41:00Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 957, + "effective_tokens": 1913, + "cache_hit_rate": 9570.25, + "cost_usd": 0.28857475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23327381019, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-20T03:08:09Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 753, + "effective_tokens": 1506, + "cache_hit_rate": 9570.25, + "cost_usd": 0.282221, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23325462337, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-20T01:41:35Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1372, + "effective_tokens": 2735, + "cache_hit_rate": 9570.25, + "cost_usd": 0.3017185, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23324116844, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-20T00:48:26Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 907, + "effective_tokens": 1815, + "cache_hit_rate": 9570.25, + "cost_usd": 0.28708475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23321431381, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-19T23:14:28Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1669, + "effective_tokens": 3323, + "cache_hit_rate": 9571.5, + "cost_usd": 0.310736, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23319416427, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-19T22:13:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 901, + "effective_tokens": 1798, + "cache_hit_rate": 9571.75, + "cost_usd": 0.28710149999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23317391496, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-19T21:18:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 664, + "effective_tokens": 1330, + "cache_hit_rate": 9571.75, + "cost_usd": 0.27969275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23315081154, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-19T20:18:57Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1187, + "effective_tokens": 2368, + "cache_hit_rate": 9571.75, + "cost_usd": 0.2960315, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23312970427, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-19T19:25:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 967, + "effective_tokens": 1795, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28822625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23310548638, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-19T18:27:29Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 847, + "effective_tokens": 1561, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28452875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23307985782, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-19T17:28:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 889, + "effective_tokens": 1781, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28666625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23305322342, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-19T16:27:25Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 798, + "effective_tokens": 1582, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28365125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23302435246, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-19T15:24:06Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1241, + "effective_tokens": 2236, + "cache_hit_rate": 9569.75, + "cost_usd": 0.295915, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23299771126, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-19T14:26:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1252, + "effective_tokens": 2453, + "cache_hit_rate": 9569.75, + "cost_usd": 0.29752749999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23297618672, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-19T13:37:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1241, + "effective_tokens": 2483, + "cache_hit_rate": 9569.75, + "cost_usd": 0.29748375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23294701117, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-19T12:24:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 827, + "effective_tokens": 1655, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28479125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23292425135, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-19T11:20:05Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1014, + "effective_tokens": 2036, + "cache_hit_rate": 9569.75, + "cost_usd": 0.29067875000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23290328972, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-19T10:21:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1213, + "effective_tokens": 2254, + "cache_hit_rate": 9569.75, + "cost_usd": 0.29544249999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23288190876, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-19T09:23:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1053, + "effective_tokens": 2103, + "cache_hit_rate": 9569.75, + "cost_usd": 0.29157375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23286101653, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-19T08:23:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1050, + "effective_tokens": 2105, + "cache_hit_rate": 9569.75, + "cost_usd": 0.29160500000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23284412491, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-19T07:28:31Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 817, + "effective_tokens": 1608, + "cache_hit_rate": 9569.75, + "cost_usd": 0.284215, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23282867097, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-19T06:31:28Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 883, + "effective_tokens": 1761, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28644875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23281428161, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-19T05:35:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1242, + "effective_tokens": 2482, + "cache_hit_rate": 9569.75, + "cost_usd": 0.29747625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23280259141, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-19T04:46:26Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 601, + "effective_tokens": 1205, + "cache_hit_rate": 9569.75, + "cost_usd": 0.27766124999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23278077464, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-19T03:13:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 878, + "effective_tokens": 1627, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28551250000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23275747054, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-19T01:43:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1255, + "effective_tokens": 2506, + "cache_hit_rate": 9569.75, + "cost_usd": 0.298055, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23274408595, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-19T00:50:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 622, + "effective_tokens": 1081, + "cache_hit_rate": 9569.75, + "cost_usd": 0.27713000000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23271726694, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-18T23:15:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 738, + "effective_tokens": 1321, + "cache_hit_rate": 9569.75, + "cost_usd": 0.280945, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23269747831, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-18T22:16:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1544, + "effective_tokens": 3078, + "cache_hit_rate": 9569.75, + "cost_usd": 0.30688875000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23267559295, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-18T21:18:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1388, + "effective_tokens": 2759, + "cache_hit_rate": 9569.75, + "cost_usd": 0.30216, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23265127229, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-18T20:19:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 760, + "effective_tokens": 1522, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28244875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23263073949, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-18T19:27:23Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1223, + "effective_tokens": 2380, + "cache_hit_rate": 9569.75, + "cost_usd": 0.2964175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23260699175, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-18T18:30:00Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1636, + "effective_tokens": 3212, + "cache_hit_rate": 9569.75, + "cost_usd": 0.30962125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23255675470, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-18T16:33:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1099, + "effective_tokens": 2095, + "cache_hit_rate": 9569.75, + "cost_usd": 0.29244125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23252992793, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-18T15:35:51Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1056, + "effective_tokens": 2020, + "cache_hit_rate": 9569.75, + "cost_usd": 0.29105125, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23250240216, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-18T14:39:00Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 840, + "effective_tokens": 1422, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28350375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23247570670, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-18T13:40:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 913, + "effective_tokens": 1776, + "cache_hit_rate": 9569.75, + "cost_usd": 0.287105, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23244773248, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-18T12:30:46Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1400, + "effective_tokens": 2667, + "cache_hit_rate": 9569.75, + "cost_usd": 0.30168, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23242344561, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-18T11:24:28Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 963, + "effective_tokens": 1766, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28797, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23240202363, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-18T10:27:33Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 824, + "effective_tokens": 1649, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28452249999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23237882797, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-18T09:27:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1048, + "effective_tokens": 2098, + "cache_hit_rate": 9569.75, + "cost_usd": 0.29164375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23235622036, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-18T08:25:06Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 970, + "effective_tokens": 1933, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28899, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23233855841, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-18T07:30:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1207, + "effective_tokens": 2410, + "cache_hit_rate": 9569.75, + "cost_usd": 0.29661, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23232281065, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-18T06:34:46Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 776, + "effective_tokens": 1366, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28174875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23230786789, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-18T05:37:31Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 928, + "effective_tokens": 1854, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28788375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23229562895, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-18T04:47:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 609, + "effective_tokens": 1216, + "cache_hit_rate": 9569.75, + "cost_usd": 0.277695, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23227346403, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-18T03:13:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 662, + "effective_tokens": 1317, + "cache_hit_rate": 9569.75, + "cost_usd": 0.2794, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23225059703, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-18T01:42:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 815, + "effective_tokens": 1626, + "cache_hit_rate": 9569.75, + "cost_usd": 0.28415, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23223647927, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-18T00:50:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 919, + "effective_tokens": 1832, + "cache_hit_rate": 9569.75, + "cost_usd": 0.2875675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23220909482, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-17T23:15:57Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 651, + "effective_tokens": 1300, + "cache_hit_rate": 9569.75, + "cost_usd": 0.2790625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23218983147, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-17T22:17:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1388, + "effective_tokens": 2625, + "cache_hit_rate": 9569.75, + "cost_usd": 0.30113749999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23216900059, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-17T21:19:28Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 614, + "effective_tokens": 1232, + "cache_hit_rate": 9569.75, + "cost_usd": 0.27807375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23214582037, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-17T20:19:33Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 724, + "effective_tokens": 1450, + "cache_hit_rate": 9219, + "cost_usd": 0.27201349999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23212702600, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-17T19:30:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 747, + "effective_tokens": 1384, + "cache_hit_rate": 9219, + "cost_usd": 0.27204725, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23210163047, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-17T18:29:40Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 993, + "effective_tokens": 1979, + "cache_hit_rate": 9218.75, + "cost_usd": 0.28024675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23207657066, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-17T17:30:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 519, + "effective_tokens": 1047, + "cache_hit_rate": 9221.25, + "cost_usd": 0.26573175000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23205168083, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-17T16:34:03Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1716, + "effective_tokens": 3283, + "cache_hit_rate": 9221.25, + "cost_usd": 0.3020255, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23202307244, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-17T15:32:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1524, + "effective_tokens": 3038, + "cache_hit_rate": 9221.25, + "cost_usd": 0.29705424999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23199560449, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-17T14:34:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 835, + "effective_tokens": 1672, + "cache_hit_rate": 9221.25, + "cost_usd": 0.27557800000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23197086590, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-17T13:40:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 479, + "effective_tokens": 964, + "cache_hit_rate": 9221.25, + "cost_usd": 0.264498, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23194202662, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-17T12:29:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 764, + "effective_tokens": 1529, + "cache_hit_rate": 9221.25, + "cost_usd": 0.27332800000000007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23191797961, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-17T11:23:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1202, + "effective_tokens": 2337, + "cache_hit_rate": 9221.25, + "cost_usd": 0.28659550000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23189617304, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-17T10:25:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 675, + "effective_tokens": 1247, + "cache_hit_rate": 9221.25, + "cost_usd": 0.26991675000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23187335000, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-17T09:26:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 568, + "effective_tokens": 1139, + "cache_hit_rate": 9221.25, + "cost_usd": 0.2670905, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23185079813, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-17T08:25:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1198, + "effective_tokens": 2391, + "cache_hit_rate": 9221.25, + "cost_usd": 0.286923, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23183310535, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-17T07:30:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1150, + "effective_tokens": 2251, + "cache_hit_rate": 9221.25, + "cost_usd": 0.285098, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23181674698, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-17T06:34:06Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 931, + "effective_tokens": 1862, + "cache_hit_rate": 9221.25, + "cost_usd": 0.2784505, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23180098290, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-17T05:35:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 756, + "effective_tokens": 1310, + "cache_hit_rate": 9220, + "cost_usd": 0.2718105, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23178801163, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-17T04:43:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1082, + "effective_tokens": 2168, + "cache_hit_rate": 9220, + "cost_usd": 0.2832555, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23176599309, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-17T03:09:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 793, + "effective_tokens": 1388, + "cache_hit_rate": 9220, + "cost_usd": 0.27277675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23174410028, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-17T01:41:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 664, + "effective_tokens": 1329, + "cache_hit_rate": 9220, + "cost_usd": 0.27000925000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23173028678, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-17T00:47:24Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1102, + "effective_tokens": 2206, + "cache_hit_rate": 9220, + "cost_usd": 0.283768, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23170406691, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-16T23:15:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 737, + "effective_tokens": 1475, + "cache_hit_rate": 9220, + "cost_usd": 0.2726305, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23168554580, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-16T22:17:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 699, + "effective_tokens": 1404, + "cache_hit_rate": 9220, + "cost_usd": 0.27108425, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23166483808, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-16T21:20:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1195, + "effective_tokens": 2246, + "cache_hit_rate": 9220, + "cost_usd": 0.28572175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23164053610, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-16T20:19:26Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 552, + "effective_tokens": 1106, + "cache_hit_rate": 9220, + "cost_usd": 0.26649550000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23162086433, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-16T19:29:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 800, + "effective_tokens": 1605, + "cache_hit_rate": 9220, + "cost_usd": 0.27446425, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23159697800, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-16T18:30:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 658, + "effective_tokens": 1190, + "cache_hit_rate": 9220, + "cost_usd": 0.269203, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23157156428, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-16T17:29:53Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 897, + "effective_tokens": 1744, + "cache_hit_rate": 9220, + "cost_usd": 0.27711175000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23154562222, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-16T16:32:22Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 955, + "effective_tokens": 1905, + "cache_hit_rate": 9220, + "cost_usd": 0.27934050000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23151825323, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-16T15:32:53Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 424, + "effective_tokens": 858, + "cache_hit_rate": 9220, + "cost_usd": 0.2625405, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23149206377, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-16T14:36:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 928, + "effective_tokens": 1853, + "cache_hit_rate": 9220, + "cost_usd": 0.27814924999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23146643807, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-16T13:40:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 805, + "effective_tokens": 1611, + "cache_hit_rate": 9220, + "cost_usd": 0.2746055, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23143733381, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-16T12:30:24Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1076, + "effective_tokens": 1988, + "cache_hit_rate": 9220, + "cost_usd": 0.28195300000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23141305346, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-16T11:25:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1438, + "effective_tokens": 2867, + "cache_hit_rate": 9220, + "cost_usd": 0.29427425, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23139264909, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-16T10:31:19Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 703, + "effective_tokens": 1411, + "cache_hit_rate": 9220, + "cost_usd": 0.27123800000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23136992891, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-16T09:34:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 884, + "effective_tokens": 1764, + "cache_hit_rate": 9220, + "cost_usd": 0.27699799999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23134741507, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-16T08:34:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 874, + "effective_tokens": 1751, + "cache_hit_rate": 9220, + "cost_usd": 0.27676425, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23132937724, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-16T07:39:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1195, + "effective_tokens": 2377, + "cache_hit_rate": 9220, + "cost_usd": 0.28667050000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23131346142, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-16T06:44:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 785, + "effective_tokens": 1419, + "cache_hit_rate": 9220, + "cost_usd": 0.2730405, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23129715760, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-16T05:43:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 943, + "effective_tokens": 1885, + "cache_hit_rate": 9220, + "cost_usd": 0.2787305, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23128693547, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-16T05:01:25Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 570, + "effective_tokens": 1147, + "cache_hit_rate": 9220, + "cost_usd": 0.26709925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23126428551, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-16T03:16:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 862, + "effective_tokens": 1727, + "cache_hit_rate": 9220, + "cost_usd": 0.27636425, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23124469374, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-16T01:44:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1003, + "effective_tokens": 2014, + "cache_hit_rate": 9220, + "cost_usd": 0.28077675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23123469727, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-16T00:55:25Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 621, + "effective_tokens": 1104, + "cache_hit_rate": 9220, + "cost_usd": 0.26784675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23121591278, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-15T23:14:32Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 742, + "effective_tokens": 1351, + "cache_hit_rate": 9220, + "cost_usd": 0.27179425, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23120519379, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-15T22:12:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 921, + "effective_tokens": 1730, + "cache_hit_rate": 9220, + "cost_usd": 0.27739925000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23119460457, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-15T21:13:31Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 579, + "effective_tokens": 1008, + "cache_hit_rate": 9220, + "cost_usd": 0.26650925000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23118380345, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-15T20:13:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1074, + "effective_tokens": 2115, + "cache_hit_rate": 9220, + "cost_usd": 0.28264925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23117384077, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-15T19:16:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 806, + "effective_tokens": 1615, + "cache_hit_rate": 9220, + "cost_usd": 0.27443925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23116356672, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-15T18:17:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 726, + "effective_tokens": 1347, + "cache_hit_rate": 9220, + "cost_usd": 0.27148925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23115234300, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-15T17:13:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 737, + "effective_tokens": 1478, + "cache_hit_rate": 9220, + "cost_usd": 0.27250425, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23114198657, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-15T16:14:09Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 630, + "effective_tokens": 1265, + "cache_hit_rate": 9220, + "cost_usd": 0.26911175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23113144413, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-15T15:14:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 671, + "effective_tokens": 1346, + "cache_hit_rate": 9220, + "cost_usd": 0.27048175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23112150557, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-15T14:16:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 556, + "effective_tokens": 1114, + "cache_hit_rate": 9220, + "cost_usd": 0.2668305, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23111303496, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-15T13:26:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1250, + "effective_tokens": 2384, + "cache_hit_rate": 9220, + "cost_usd": 0.2877505, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23110251851, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-15T12:20:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 569, + "effective_tokens": 1140, + "cache_hit_rate": 9220, + "cost_usd": 0.26699675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23109201823, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-15T11:12:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1133, + "effective_tokens": 2135, + "cache_hit_rate": 9220, + "cost_usd": 0.28383050000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23108306487, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-15T10:14:03Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 870, + "effective_tokens": 1694, + "cache_hit_rate": 9220, + "cost_usd": 0.276348, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23107443481, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-15T09:17:33Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1030, + "effective_tokens": 2058, + "cache_hit_rate": 9220, + "cost_usd": 0.281443, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23106580942, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-15T08:19:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1008, + "effective_tokens": 1974, + "cache_hit_rate": 9220, + "cost_usd": 0.28062549999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23105813133, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-15T07:25:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 525, + "effective_tokens": 1003, + "cache_hit_rate": 9220, + "cost_usd": 0.26540050000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23105044751, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-15T06:31:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 862, + "effective_tokens": 1615, + "cache_hit_rate": 9220, + "cost_usd": 0.27574925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23104297781, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-15T05:37:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 944, + "effective_tokens": 1889, + "cache_hit_rate": 9221, + "cost_usd": 0.27892625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23103680816, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-15T04:53:46Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 797, + "effective_tokens": 1598, + "cache_hit_rate": 9221, + "cost_usd": 0.27423624999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23102271634, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-15T03:14:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1138, + "effective_tokens": 2195, + "cache_hit_rate": 9221, + "cost_usd": 0.28441625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23100856949, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-15T01:42:02Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 635, + "effective_tokens": 1093, + "cache_hit_rate": 9221, + "cost_usd": 0.2680525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23100117468, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-15T00:56:19Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 758, + "effective_tokens": 1342, + "cache_hit_rate": 9221, + "cost_usd": 0.27201, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23098455245, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-14T23:13:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1120, + "effective_tokens": 2243, + "cache_hit_rate": 9221, + "cost_usd": 0.28466375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23097434897, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-14T22:11:23Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 788, + "effective_tokens": 1575, + "cache_hit_rate": 9221, + "cost_usd": 0.2740587500000001, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23096482878, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-14T21:13:28Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1086, + "effective_tokens": 2170, + "cache_hit_rate": 9221, + "cost_usd": 0.28325500000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23095487624, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-14T20:12:26Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 771, + "effective_tokens": 1546, + "cache_hit_rate": 9220.75, + "cost_usd": 0.273577, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23094551548, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-14T19:15:33Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 707, + "effective_tokens": 1384, + "cache_hit_rate": 9220.75, + "cost_usd": 0.2712595, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23093591442, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-14T18:16:58Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 544, + "effective_tokens": 1093, + "cache_hit_rate": 9219.75, + "cost_usd": 0.2664575, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23092543368, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-14T17:13:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 782, + "effective_tokens": 1567, + "cache_hit_rate": 9219.75, + "cost_usd": 0.27387750000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23091572379, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-14T16:13:53Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 813, + "effective_tokens": 1627, + "cache_hit_rate": 9219.75, + "cost_usd": 0.27483375000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23090594817, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-14T15:14:00Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1124, + "effective_tokens": 2237, + "cache_hit_rate": 9219.75, + "cost_usd": 0.2842875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23089639173, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-14T14:14:47Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 814, + "effective_tokens": 1500, + "cache_hit_rate": 9219.75, + "cost_usd": 0.27391375000000007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23088849334, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-14T13:25:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 889, + "effective_tokens": 1650, + "cache_hit_rate": 9219.75, + "cost_usd": 0.2764625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23087813304, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-14T12:19:06Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 828, + "effective_tokens": 1498, + "cache_hit_rate": 9219.75, + "cost_usd": 0.27440875000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23086791172, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-14T11:11:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 560, + "effective_tokens": 977, + "cache_hit_rate": 9219.75, + "cost_usd": 0.2658925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23085915394, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-14T10:13:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 671, + "effective_tokens": 1346, + "cache_hit_rate": 9219.75, + "cost_usd": 0.270195, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23085039416, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-14T09:16:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 534, + "effective_tokens": 1072, + "cache_hit_rate": 9219.75, + "cost_usd": 0.26612875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23084101707, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-14T08:16:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1118, + "effective_tokens": 2171, + "cache_hit_rate": 9219.75, + "cost_usd": 0.2837875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23083209596, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-14T07:21:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 868, + "effective_tokens": 1667, + "cache_hit_rate": 9219.75, + "cost_usd": 0.27608000000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23082302188, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-14T06:25:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 791, + "effective_tokens": 1582, + "cache_hit_rate": 9219.75, + "cost_usd": 0.27397000000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23081367628, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-14T05:27:06Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 769, + "effective_tokens": 1371, + "cache_hit_rate": 9219.75, + "cost_usd": 0.27218875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23080611655, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-14T04:40:19Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1296, + "effective_tokens": 2586, + "cache_hit_rate": 9219.75, + "cost_usd": 0.28987875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23079022226, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-14T03:05:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 834, + "effective_tokens": 1671, + "cache_hit_rate": 9219.75, + "cost_usd": 0.2754825, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23077498938, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-14T01:40:26Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 670, + "effective_tokens": 1345, + "cache_hit_rate": 9219.75, + "cost_usd": 0.270235, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23076430307, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-14T00:46:00Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 591, + "effective_tokens": 1188, + "cache_hit_rate": 9219.75, + "cost_usd": 0.26780250000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23074263686, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-13T23:13:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 878, + "effective_tokens": 1604, + "cache_hit_rate": 9219.75, + "cost_usd": 0.27600375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23072633604, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-13T22:14:31Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1165, + "effective_tokens": 2321, + "cache_hit_rate": 9219.75, + "cost_usd": 0.28579625000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23070847183, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-13T21:16:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1359, + "effective_tokens": 2720, + "cache_hit_rate": 9219.75, + "cost_usd": 0.29171250000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23068833844, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-13T20:16:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 838, + "effective_tokens": 1677, + "cache_hit_rate": 9219.75, + "cost_usd": 0.275355, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23066864909, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-13T19:19:26Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 858, + "effective_tokens": 1492, + "cache_hit_rate": 9219.75, + "cost_usd": 0.27457375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23064694923, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-13T18:20:00Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1114, + "effective_tokens": 2082, + "cache_hit_rate": 9219.75, + "cost_usd": 0.28331625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23062393382, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-13T17:19:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 872, + "effective_tokens": 1742, + "cache_hit_rate": 9219.75, + "cost_usd": 0.27668375000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23060068641, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-13T16:19:46Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 907, + "effective_tokens": 1711, + "cache_hit_rate": 9220.75, + "cost_usd": 0.27713825000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23057709670, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-13T15:22:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 810, + "effective_tokens": 1507, + "cache_hit_rate": 9220.75, + "cost_usd": 0.2738345, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23055269172, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-13T14:24:05Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 615, + "effective_tokens": 1234, + "cache_hit_rate": 9220.75, + "cost_usd": 0.268727, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23053225508, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-13T13:33:03Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 573, + "effective_tokens": 1100, + "cache_hit_rate": 9220.75, + "cost_usd": 0.267062, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23050641716, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-13T12:23:00Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 622, + "effective_tokens": 1241, + "cache_hit_rate": 9220.75, + "cost_usd": 0.26884199999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23048424401, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-13T11:17:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 637, + "effective_tokens": 1274, + "cache_hit_rate": 9220.75, + "cost_usd": 0.2693945, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23046372393, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-13T10:18:32Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 812, + "effective_tokens": 1514, + "cache_hit_rate": 9220.75, + "cost_usd": 0.27393575000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23044346390, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-13T09:21:26Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 847, + "effective_tokens": 1697, + "cache_hit_rate": 9220.75, + "cost_usd": 0.27589074999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23042317829, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-13T08:20:25Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 999, + "effective_tokens": 1888, + "cache_hit_rate": 9220.75, + "cost_usd": 0.27980449999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23040697557, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-13T07:25:57Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 737, + "effective_tokens": 1480, + "cache_hit_rate": 9220.75, + "cost_usd": 0.272352, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23039113471, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-13T06:27:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 764, + "effective_tokens": 1366, + "cache_hit_rate": 9220.75, + "cost_usd": 0.27203574999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23037604980, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-13T05:28:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 508, + "effective_tokens": 1025, + "cache_hit_rate": 9220.75, + "cost_usd": 0.2652445, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23036497746, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-13T04:40:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1411, + "effective_tokens": 2600, + "cache_hit_rate": 9220.75, + "cost_usd": 0.2919595, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23034386847, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-13T03:07:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 734, + "effective_tokens": 1327, + "cache_hit_rate": 9220, + "cost_usd": 0.27127425000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23032332570, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-13T01:40:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 558, + "effective_tokens": 1122, + "cache_hit_rate": 9221, + "cost_usd": 0.266685, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23030977124, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-13T00:47:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1090, + "effective_tokens": 2043, + "cache_hit_rate": 9220, + "cost_usd": 0.28249425, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23028330087, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-12T23:13:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 659, + "effective_tokens": 1249, + "cache_hit_rate": 9220, + "cost_usd": 0.2694355, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23026374480, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-12T22:11:57Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 731, + "effective_tokens": 1464, + "cache_hit_rate": 9220, + "cost_usd": 0.27227425, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23024328335, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-12T21:16:25Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 953, + "effective_tokens": 1908, + "cache_hit_rate": 9219.75, + "cost_usd": 0.27921, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23021904502, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-12T20:16:25Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 667, + "effective_tokens": 1337, + "cache_hit_rate": 9220, + "cost_usd": 0.27013550000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23019833243, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-12T19:23:35Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1241, + "effective_tokens": 2474, + "cache_hit_rate": 9218.75, + "cost_usd": 0.2881005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23017594351, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-12T18:26:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 624, + "effective_tokens": 1249, + "cache_hit_rate": 9219.5, + "cost_usd": 0.26865575, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23014999380, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-12T17:25:28Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 860, + "effective_tokens": 1586, + "cache_hit_rate": 9219.5, + "cost_usd": 0.275262, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23012646652, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-12T16:31:02Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 749, + "effective_tokens": 1392, + "cache_hit_rate": 9219.5, + "cost_usd": 0.27217325000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23009795174, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-12T15:27:53Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 699, + "effective_tokens": 1282, + "cache_hit_rate": 9221.5, + "cost_usd": 0.27070725, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23006863920, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-12T14:25:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1252, + "effective_tokens": 2173, + "cache_hit_rate": 9220.25, + "cost_usd": 0.2865059999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23004595805, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-12T13:34:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 837, + "effective_tokens": 1667, + "cache_hit_rate": 9220.25, + "cost_usd": 0.27546725, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 23001769827, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-12T12:23:09Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 870, + "effective_tokens": 1744, + "cache_hit_rate": 9220.25, + "cost_usd": 0.2764972499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22999388164, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-12T11:18:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1197, + "effective_tokens": 2297, + "cache_hit_rate": 9220.25, + "cost_usd": 0.28608474999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22997238259, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-12T10:21:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 925, + "effective_tokens": 1851, + "cache_hit_rate": 9220.25, + "cost_usd": 0.27820225, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22995010002, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-12T09:23:35Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 659, + "effective_tokens": 1322, + "cache_hit_rate": 9220.25, + "cost_usd": 0.27010349999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22992875535, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-12T08:23:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 663, + "effective_tokens": 1332, + "cache_hit_rate": 9220.25, + "cost_usd": 0.27008099999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22991117506, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-12T07:26:23Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 928, + "effective_tokens": 1856, + "cache_hit_rate": 9220.25, + "cost_usd": 0.27845475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22989522772, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-12T06:28:19Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 739, + "effective_tokens": 1292, + "cache_hit_rate": 9220.25, + "cost_usd": 0.271381, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22986913304, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-12T04:41:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 882, + "effective_tokens": 1592, + "cache_hit_rate": 9220.25, + "cost_usd": 0.27596224999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22982820598, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-12T01:42:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 868, + "effective_tokens": 1739, + "cache_hit_rate": 9220.25, + "cost_usd": 0.27657349999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22981374031, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-12T00:42:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 915, + "effective_tokens": 1716, + "cache_hit_rate": 9220.25, + "cost_usd": 0.277331, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22978843420, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-11T23:12:28Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 629, + "effective_tokens": 1269, + "cache_hit_rate": 9220.25, + "cost_usd": 0.2692197499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22976956507, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-11T22:13:23Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 461, + "effective_tokens": 884, + "cache_hit_rate": 9220.25, + "cost_usd": 0.26342849999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22974831008, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-11T21:15:19Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1054, + "effective_tokens": 2001, + "cache_hit_rate": 9220.25, + "cost_usd": 0.2816935, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22972496430, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-11T20:16:24Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 963, + "effective_tokens": 1927, + "cache_hit_rate": 9220.25, + "cost_usd": 0.27938474999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22970450456, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-11T19:24:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 743, + "effective_tokens": 1486, + "cache_hit_rate": 9220.25, + "cost_usd": 0.2724985, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22968194418, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-11T18:28:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 695, + "effective_tokens": 1382, + "cache_hit_rate": 9220, + "cost_usd": 0.27087175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22965579985, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-11T17:25:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 710, + "effective_tokens": 1289, + "cache_hit_rate": 9218.75, + "cost_usd": 0.27059799999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22963032740, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-11T16:26:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 516, + "effective_tokens": 1038, + "cache_hit_rate": 9219, + "cost_usd": 0.26543849999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22960234128, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-11T15:24:28Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1078, + "effective_tokens": 2040, + "cache_hit_rate": 9219, + "cost_usd": 0.2825485, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22957481833, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-11T14:25:03Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 934, + "effective_tokens": 1765, + "cache_hit_rate": 9219, + "cost_usd": 0.27775474999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22955258627, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-11T13:35:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 703, + "effective_tokens": 1314, + "cache_hit_rate": 9219, + "cost_usd": 0.27052475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22952408865, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-11T12:24:19Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 951, + "effective_tokens": 1781, + "cache_hit_rate": 9219, + "cost_usd": 0.27817349999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22950005209, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-11T11:18:53Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 808, + "effective_tokens": 1518, + "cache_hit_rate": 9219, + "cost_usd": 0.27385349999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22947830164, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-11T10:21:35Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 798, + "effective_tokens": 1549, + "cache_hit_rate": 9219, + "cost_usd": 0.27404475, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22945561941, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-11T09:23:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 927, + "effective_tokens": 1862, + "cache_hit_rate": 9219, + "cost_usd": 0.27823975, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22943300259, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-11T08:20:53Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1342, + "effective_tokens": 2668, + "cache_hit_rate": 9219, + "cost_usd": 0.29106849999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22941536360, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-11T07:25:22Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 516, + "effective_tokens": 1036, + "cache_hit_rate": 9219, + "cost_usd": 0.26556599999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22939874860, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-11T06:27:32Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 802, + "effective_tokens": 1603, + "cache_hit_rate": 9219, + "cost_usd": 0.27428224999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22938271979, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-11T05:28:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 956, + "effective_tokens": 1908, + "cache_hit_rate": 9219, + "cost_usd": 0.27931599999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22937086515, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-11T04:40:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 790, + "effective_tokens": 1526, + "cache_hit_rate": 9219, + "cost_usd": 0.27372599999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22934743095, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-11T03:05:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 879, + "effective_tokens": 1755, + "cache_hit_rate": 9219, + "cost_usd": 0.276871, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22932549846, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-11T01:40:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 779, + "effective_tokens": 1407, + "cache_hit_rate": 9219, + "cost_usd": 0.272566, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22931135576, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-11T00:45:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 615, + "effective_tokens": 1193, + "cache_hit_rate": 9219.75, + "cost_usd": 0.26830375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22928519084, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-10T23:13:19Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 936, + "effective_tokens": 1822, + "cache_hit_rate": 9220.25, + "cost_usd": 0.27822224999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22926675096, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-10T22:12:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 911, + "effective_tokens": 1823, + "cache_hit_rate": 9220.25, + "cost_usd": 0.27796974999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22924642103, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-10T21:15:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 634, + "effective_tokens": 1134, + "cache_hit_rate": 9220.25, + "cost_usd": 0.26849474999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22922351014, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-10T20:15:35Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1803, + "effective_tokens": 3512, + "cache_hit_rate": 9220.25, + "cost_usd": 0.30525099999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22920285984, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-10T19:22:23Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1473, + "effective_tokens": 2945, + "cache_hit_rate": 9220.25, + "cost_usd": 0.29522974999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22917960150, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-10T18:26:02Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 750, + "effective_tokens": 1502, + "cache_hit_rate": 9220.25, + "cost_usd": 0.27272974999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22915350439, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-10T17:23:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1342, + "effective_tokens": 2497, + "cache_hit_rate": 9220.25, + "cost_usd": 0.2901835, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22913036643, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-10T16:30:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1062, + "effective_tokens": 2038, + "cache_hit_rate": 9220.25, + "cost_usd": 0.2818847499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22910237273, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-10T15:28:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 944, + "effective_tokens": 1848, + "cache_hit_rate": 9220.25, + "cost_usd": 0.27899975, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22907359047, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-10T14:25:33Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1032, + "effective_tokens": 1937, + "cache_hit_rate": 9220.25, + "cost_usd": 0.28073099999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22905101235, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-10T13:35:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 508, + "effective_tokens": 1026, + "cache_hit_rate": 9220.25, + "cost_usd": 0.26516224999999993, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22902319117, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-10T12:24:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 834, + "effective_tokens": 1470, + "cache_hit_rate": 9220.25, + "cost_usd": 0.27405974999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22899950424, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-10T11:18:40Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 710, + "effective_tokens": 1426, + "cache_hit_rate": 9220.25, + "cost_usd": 0.27184474999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22897844525, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-10T10:21:22Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 864, + "effective_tokens": 1615, + "cache_hit_rate": 9220.25, + "cost_usd": 0.27571349999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22895637081, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-10T09:23:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 737, + "effective_tokens": 1476, + "cache_hit_rate": 9220.25, + "cost_usd": 0.2723035, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22893433051, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-10T08:21:02Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 396, + "effective_tokens": 801, + "cache_hit_rate": 9220.25, + "cost_usd": 0.261661, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22891663367, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-10T07:24:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1151, + "effective_tokens": 2166, + "cache_hit_rate": 9220.25, + "cost_usd": 0.28462350000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22890049176, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-10T06:26:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 936, + "effective_tokens": 1706, + "cache_hit_rate": 9220.25, + "cost_usd": 0.27773224999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22888548190, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-10T05:27:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1240, + "effective_tokens": 2309, + "cache_hit_rate": 9220.25, + "cost_usd": 0.286896, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22887417134, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-10T04:40:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1167, + "effective_tokens": 2204, + "cache_hit_rate": 9220.25, + "cost_usd": 0.285056, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22885179046, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-10T03:06:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 770, + "effective_tokens": 1365, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27252824999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22883118796, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-10T01:41:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 901, + "effective_tokens": 1649, + "cache_hit_rate": 9224.5, + "cost_usd": 0.2767345, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22881708426, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-10T00:44:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 970, + "effective_tokens": 1786, + "cache_hit_rate": 9224.5, + "cost_usd": 0.2788345, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22879140539, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-09T23:13:32Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1251, + "effective_tokens": 2496, + "cache_hit_rate": 9224.5, + "cost_usd": 0.28860575, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22877228966, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-09T22:13:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 727, + "effective_tokens": 1453, + "cache_hit_rate": 9224.5, + "cost_usd": 0.272132, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22875144605, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-09T21:15:35Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 899, + "effective_tokens": 1798, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27745825, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22872814928, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-09T20:15:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1528, + "effective_tokens": 3045, + "cache_hit_rate": 9224.5, + "cost_usd": 0.29705075000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22870763152, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-09T19:22:53Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 548, + "effective_tokens": 1106, + "cache_hit_rate": 9224.5, + "cost_usd": 0.266607, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22868498119, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-09T18:26:06Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1140, + "effective_tokens": 2262, + "cache_hit_rate": 9224.5, + "cost_usd": 0.284937, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22865963256, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-09T17:24:31Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 860, + "effective_tokens": 1720, + "cache_hit_rate": 9224.5, + "cost_usd": 0.2762295, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22863623907, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-09T16:29:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 574, + "effective_tokens": 1149, + "cache_hit_rate": 9224.5, + "cost_usd": 0.26750825, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22860922637, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-09T15:28:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 612, + "effective_tokens": 1225, + "cache_hit_rate": 9224.5, + "cost_usd": 0.26857074999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22858251964, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-09T14:27:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 827, + "effective_tokens": 1661, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27486900000000003, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22856061226, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-09T13:36:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 718, + "effective_tokens": 1436, + "cache_hit_rate": 9224.5, + "cost_usd": 0.272007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22853294688, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-09T12:24:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 936, + "effective_tokens": 1732, + "cache_hit_rate": 9224.5, + "cost_usd": 0.2777745, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22851050479, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-09T11:21:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 722, + "effective_tokens": 1315, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27114574999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22849007084, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-09T10:24:57Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 876, + "effective_tokens": 1754, + "cache_hit_rate": 9224.5, + "cost_usd": 0.276742, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22846805282, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-09T09:26:40Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1259, + "effective_tokens": 2461, + "cache_hit_rate": 9224.5, + "cost_usd": 0.28831199999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22844583724, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-09T08:24:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 904, + "effective_tokens": 1804, + "cache_hit_rate": 9224.5, + "cost_usd": 0.2777645, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22842923457, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-09T07:29:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 780, + "effective_tokens": 1532, + "cache_hit_rate": 9224.5, + "cost_usd": 0.2737245, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22841376298, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-09T06:33:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 572, + "effective_tokens": 1146, + "cache_hit_rate": 9224.5, + "cost_usd": 0.267277, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22839856272, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-09T05:33:28Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1337, + "effective_tokens": 2668, + "cache_hit_rate": 9224.5, + "cost_usd": 0.29103324999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22838736852, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-09T04:43:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 894, + "effective_tokens": 1662, + "cache_hit_rate": 9224.5, + "cost_usd": 0.2768145, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22836756889, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-09T03:11:26Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 607, + "effective_tokens": 1074, + "cache_hit_rate": 9224.5, + "cost_usd": 0.26749325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22834902565, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-09T01:41:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 897, + "effective_tokens": 1791, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27759199999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22833853067, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-09T00:49:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 542, + "effective_tokens": 1088, + "cache_hit_rate": 9224.5, + "cost_usd": 0.266582, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22832067023, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-08T23:11:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 926, + "effective_tokens": 1852, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27849700000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22831025412, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-08T22:10:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1091, + "effective_tokens": 2125, + "cache_hit_rate": 9224.5, + "cost_usd": 0.283267, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22829963074, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-08T21:11:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 783, + "effective_tokens": 1564, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27378575000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22828909460, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-08T20:11:00Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 839, + "effective_tokens": 1681, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27579700000000007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22827904215, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-08T19:12:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 634, + "effective_tokens": 1273, + "cache_hit_rate": 9224.5, + "cost_usd": 0.26924325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22826903672, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-08T18:14:35Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 777, + "effective_tokens": 1419, + "cache_hit_rate": 9224.5, + "cost_usd": 0.272777, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22825822038, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-08T17:11:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1111, + "effective_tokens": 2058, + "cache_hit_rate": 9224.5, + "cost_usd": 0.28326324999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22824826053, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-08T16:12:06Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 909, + "effective_tokens": 1565, + "cache_hit_rate": 9224.5, + "cost_usd": 0.2763695, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22823762493, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-08T15:11:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 835, + "effective_tokens": 1670, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27569325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22822776676, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-08T14:12:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 719, + "effective_tokens": 1423, + "cache_hit_rate": 9224.5, + "cost_usd": 0.2719295, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22821958304, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-08T13:23:03Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 544, + "effective_tokens": 1090, + "cache_hit_rate": 9224.5, + "cost_usd": 0.266597, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22820939929, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-08T12:18:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 737, + "effective_tokens": 1436, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27235325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22819882106, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-08T11:10:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 887, + "effective_tokens": 1773, + "cache_hit_rate": 9224.5, + "cost_usd": 0.277227, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22818953842, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-08T10:11:32Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 702, + "effective_tokens": 1411, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27152575, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22818078718, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-08T09:13:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 818, + "effective_tokens": 1469, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27399325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22817180575, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-08T08:14:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 518, + "effective_tokens": 1046, + "cache_hit_rate": 9224.5, + "cost_usd": 0.2658295, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22816338338, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-08T07:18:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 839, + "effective_tokens": 1528, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27465575000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22815525208, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-08T06:22:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 809, + "effective_tokens": 1560, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27443325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22814713568, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-08T05:25:57Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 649, + "effective_tokens": 1301, + "cache_hit_rate": 9224.5, + "cost_usd": 0.26988449999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22814044111, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-08T04:39:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 649, + "effective_tokens": 1300, + "cache_hit_rate": 9224.5, + "cost_usd": 0.26964825, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22812728423, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-08T03:09:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1130, + "effective_tokens": 2065, + "cache_hit_rate": 9224.5, + "cost_usd": 0.28378825, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22811455454, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-08T01:40:32Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 934, + "effective_tokens": 1865, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27862824999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22810723647, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-08T00:49:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 744, + "effective_tokens": 1274, + "cache_hit_rate": 9224.5, + "cost_usd": 0.271227, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22809243454, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-07T23:10:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1609, + "effective_tokens": 3203, + "cache_hit_rate": 9224.5, + "cost_usd": 0.299757, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22808295214, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-07T22:10:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 810, + "effective_tokens": 1617, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27487324999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22807313200, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-07T21:10:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1103, + "effective_tokens": 2081, + "cache_hit_rate": 9224.5, + "cost_usd": 0.283042, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22806362032, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-07T20:11:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 920, + "effective_tokens": 1684, + "cache_hit_rate": 9224.5, + "cost_usd": 0.2773445, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22805399590, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-07T19:11:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 878, + "effective_tokens": 1700, + "cache_hit_rate": 9224.5, + "cost_usd": 0.276687, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22804457398, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-07T18:14:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 921, + "effective_tokens": 1702, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27744075, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22803416612, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-07T17:11:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 734, + "effective_tokens": 1433, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27225325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22802472902, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-07T16:12:03Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1048, + "effective_tokens": 2096, + "cache_hit_rate": 9224.5, + "cost_usd": 0.2821245, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22801491199, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-07T15:10:58Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 715, + "effective_tokens": 1438, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27188325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22800568073, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-07T14:11:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1005, + "effective_tokens": 1874, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27989074999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22799835152, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-07T13:22:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 502, + "effective_tokens": 1012, + "cache_hit_rate": 9224.5, + "cost_usd": 0.265442, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22798897740, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-07T12:17:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 844, + "effective_tokens": 1681, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27591575, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22797951171, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-07T11:10:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 571, + "effective_tokens": 1144, + "cache_hit_rate": 9224.5, + "cost_usd": 0.26717075, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22797092760, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-07T10:11:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 877, + "effective_tokens": 1718, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27645575, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22796271481, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-07T09:13:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 746, + "effective_tokens": 1498, + "cache_hit_rate": 9224.5, + "cost_usd": 0.2730045, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22795401226, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-07T08:13:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 864, + "effective_tokens": 1729, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27653575, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22794552349, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-07T07:16:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 637, + "effective_tokens": 1280, + "cache_hit_rate": 9224.5, + "cost_usd": 0.26937825, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22793697679, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-07T06:19:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 798, + "effective_tokens": 1551, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27398075, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22792834315, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-07T05:22:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 747, + "effective_tokens": 1505, + "cache_hit_rate": 9224.5, + "cost_usd": 0.272712, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22792151745, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-07T04:37:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 480, + "effective_tokens": 965, + "cache_hit_rate": 9224.5, + "cost_usd": 0.26445074999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22791375261, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-07T03:46:32Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 913, + "effective_tokens": 1691, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27705199999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22790642567, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-07T02:59:51Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 876, + "effective_tokens": 1628, + "cache_hit_rate": 9224.5, + "cost_usd": 0.2759545, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22789177868, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-07T01:40:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 817, + "effective_tokens": 1484, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27399825, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22788069061, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-07T00:45:46Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 959, + "effective_tokens": 1916, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27948075, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22785870703, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-06T23:13:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1038, + "effective_tokens": 2072, + "cache_hit_rate": 9224.5, + "cost_usd": 0.281782, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22784120227, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-06T22:12:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 923, + "effective_tokens": 1818, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27836325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22782238217, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-06T21:14:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 558, + "effective_tokens": 992, + "cache_hit_rate": 9224.5, + "cost_usd": 0.26603699999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22780284172, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-06T20:15:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 807, + "effective_tokens": 1613, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27450199999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22778422228, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-06T19:20:31Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 652, + "effective_tokens": 1308, + "cache_hit_rate": 9224.5, + "cost_usd": 0.2699545, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22776340642, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-06T18:21:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 762, + "effective_tokens": 1392, + "cache_hit_rate": 9224.5, + "cost_usd": 0.272337, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22771912246, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-06T16:19:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 912, + "effective_tokens": 1820, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27806949999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22769659391, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-06T15:19:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 841, + "effective_tokens": 1551, + "cache_hit_rate": 9224.5, + "cost_usd": 0.275007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22767391652, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-06T14:20:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 821, + "effective_tokens": 1646, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27523075, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22765539867, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-06T13:29:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 739, + "effective_tokens": 1305, + "cache_hit_rate": 9224.5, + "cost_usd": 0.271367, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22763243041, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-06T12:21:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 474, + "effective_tokens": 952, + "cache_hit_rate": 9224.5, + "cost_usd": 0.264122, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22761066218, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-06T11:15:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 931, + "effective_tokens": 1788, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27821074999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22759127416, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-06T10:18:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1131, + "effective_tokens": 2128, + "cache_hit_rate": 9224.5, + "cost_usd": 0.28389074999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22757128840, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-06T09:20:23Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1204, + "effective_tokens": 2216, + "cache_hit_rate": 9224.5, + "cost_usd": 0.2860395, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22755098558, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-06T08:18:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1040, + "effective_tokens": 1954, + "cache_hit_rate": 9224.5, + "cost_usd": 0.281207, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22753473091, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-06T07:23:05Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 738, + "effective_tokens": 1369, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27177825, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22751950601, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-06T06:26:02Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 727, + "effective_tokens": 1271, + "cache_hit_rate": 9224.5, + "cost_usd": 0.2709245, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22750442935, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-06T05:26:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 582, + "effective_tokens": 1170, + "cache_hit_rate": 9224.5, + "cost_usd": 0.2676445, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22749349273, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-06T04:39:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 577, + "effective_tokens": 1160, + "cache_hit_rate": 9224.5, + "cost_usd": 0.26769325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22747226492, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-06T03:06:57Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 646, + "effective_tokens": 1141, + "cache_hit_rate": 9224.5, + "cost_usd": 0.26861325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22745132707, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-06T01:41:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 709, + "effective_tokens": 1418, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27155575, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22743771130, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-06T00:51:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 655, + "effective_tokens": 1312, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27002575, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22741397519, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-05T23:29:31Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 834, + "effective_tokens": 1659, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27539575, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22739285114, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-05T22:14:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1062, + "effective_tokens": 2116, + "cache_hit_rate": 9224.5, + "cost_usd": 0.282667, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22737165555, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-05T21:17:28Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 856, + "effective_tokens": 1571, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27528824999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22735014260, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-05T20:19:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 927, + "effective_tokens": 1672, + "cache_hit_rate": 9224.5, + "cost_usd": 0.27741075, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22733328051, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-05T19:34:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1542, + "effective_tokens": 3067, + "cache_hit_rate": 9223.75, + "cost_usd": 0.2974105, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22731489605, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-05T18:45:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 791, + "effective_tokens": 1453, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27343524999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22724901750, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-05T15:25:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 867, + "effective_tokens": 1740, + "cache_hit_rate": 9224.25, + "cost_usd": 0.276479, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22722348114, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-05T14:24:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1416, + "effective_tokens": 2778, + "cache_hit_rate": 9224.25, + "cost_usd": 0.29325524999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22720353239, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-05T13:34:32Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 682, + "effective_tokens": 1233, + "cache_hit_rate": 9224.25, + "cost_usd": 0.26990149999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22717785982, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-05T12:24:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 962, + "effective_tokens": 1930, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27970775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22715450556, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-05T11:19:05Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 980, + "effective_tokens": 1732, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27872274999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22713367772, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-05T10:21:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1039, + "effective_tokens": 2069, + "cache_hit_rate": 9224.25, + "cost_usd": 0.28200525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22711088166, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-05T09:22:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 645, + "effective_tokens": 1296, + "cache_hit_rate": 9224.25, + "cost_usd": 0.2695065, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22708846611, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-05T08:20:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 724, + "effective_tokens": 1282, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27108525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22707028162, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-05T07:24:31Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 652, + "effective_tokens": 1304, + "cache_hit_rate": 9224.25, + "cost_usd": 0.26989775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22705392149, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-05T06:27:24Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 661, + "effective_tokens": 1280, + "cache_hit_rate": 9224.25, + "cost_usd": 0.26996649999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22703796808, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-05T05:28:28Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 979, + "effective_tokens": 1956, + "cache_hit_rate": 9224.25, + "cost_usd": 0.280134, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22702625501, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-05T04:40:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 460, + "effective_tokens": 927, + "cache_hit_rate": 9224.25, + "cost_usd": 0.26373149999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22700370501, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-05T03:07:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 836, + "effective_tokens": 1488, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27452275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22698245162, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-05T01:41:22Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1109, + "effective_tokens": 2184, + "cache_hit_rate": 9224.25, + "cost_usd": 0.2840065, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22696812138, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-05T00:48:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 670, + "effective_tokens": 1225, + "cache_hit_rate": 9224.25, + "cost_usd": 0.2695515, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22693988654, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-04T23:14:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 749, + "effective_tokens": 1317, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27181275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22691937010, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-04T22:14:58Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1223, + "effective_tokens": 2412, + "cache_hit_rate": 9224.25, + "cost_usd": 0.287454, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22689703430, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-04T21:16:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 503, + "effective_tokens": 1012, + "cache_hit_rate": 9224.25, + "cost_usd": 0.265294, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22687399418, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-04T20:16:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 465, + "effective_tokens": 931, + "cache_hit_rate": 9224.25, + "cost_usd": 0.26407525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22685385153, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-04T19:22:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1282, + "effective_tokens": 2407, + "cache_hit_rate": 9224.25, + "cost_usd": 0.28842399999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22683208559, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-04T18:23:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1162, + "effective_tokens": 2242, + "cache_hit_rate": 9224.25, + "cost_usd": 0.28537775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22680835792, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-04T17:21:09Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1025, + "effective_tokens": 2043, + "cache_hit_rate": 9224.25, + "cost_usd": 0.28134525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22678459442, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-04T16:21:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 633, + "effective_tokens": 1133, + "cache_hit_rate": 9224.25, + "cost_usd": 0.26825774999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22675921594, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-04T15:21:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 677, + "effective_tokens": 1355, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27070025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22673502432, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-04T14:22:25Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1280, + "effective_tokens": 2375, + "cache_hit_rate": 9224.25, + "cost_usd": 0.28835649999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22671543405, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-04T13:31:25Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 993, + "effective_tokens": 1933, + "cache_hit_rate": 9224.25, + "cost_usd": 0.28006274999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22669159317, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-04T12:22:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1033, + "effective_tokens": 1908, + "cache_hit_rate": 9224.25, + "cost_usd": 0.2806565, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22667015240, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-04T11:16:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 795, + "effective_tokens": 1449, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27353025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22665037942, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-04T10:19:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 958, + "effective_tokens": 1835, + "cache_hit_rate": 9224.25, + "cost_usd": 0.278794, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22662979318, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-04T09:21:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 724, + "effective_tokens": 1450, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27216025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22660936583, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-04T08:19:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 602, + "effective_tokens": 1206, + "cache_hit_rate": 9224.25, + "cost_usd": 0.26838775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22659311457, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-04T07:22:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 839, + "effective_tokens": 1680, + "cache_hit_rate": 9224.25, + "cost_usd": 0.275764, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22657832730, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-04T06:25:26Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 889, + "effective_tokens": 1790, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27733399999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22656412116, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-04T05:26:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 837, + "effective_tokens": 1672, + "cache_hit_rate": 9224.25, + "cost_usd": 0.2754965, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22655350474, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-04T04:39:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 922, + "effective_tokens": 1839, + "cache_hit_rate": 9224.25, + "cost_usd": 0.278149, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22653210330, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-04T03:05:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 825, + "effective_tokens": 1526, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27439899999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22651187280, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-04T01:40:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 979, + "effective_tokens": 1871, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27977775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22649773576, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-04T00:47:03Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1259, + "effective_tokens": 2212, + "cache_hit_rate": 9224.25, + "cost_usd": 0.286989, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22647118199, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-03T23:13:03Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 708, + "effective_tokens": 1251, + "cache_hit_rate": 9224.25, + "cost_usd": 0.2706265, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22645174883, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-03T22:13:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1090, + "effective_tokens": 2176, + "cache_hit_rate": 9224.25, + "cost_usd": 0.28332025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22643104052, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-03T21:16:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 524, + "effective_tokens": 1056, + "cache_hit_rate": 9224.25, + "cost_usd": 0.26598275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22640817884, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-03T20:15:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 858, + "effective_tokens": 1551, + "cache_hit_rate": 9224.25, + "cost_usd": 0.275154, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22639012159, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-03T19:23:24Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 498, + "effective_tokens": 1001, + "cache_hit_rate": 9224.25, + "cost_usd": 0.26492649999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22637115524, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-03T18:24:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 988, + "effective_tokens": 1975, + "cache_hit_rate": 9224.25, + "cost_usd": 0.28044149999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22634740335, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-03T17:23:03Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 778, + "effective_tokens": 1418, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27298275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22632397826, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-03T16:24:29Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 799, + "effective_tokens": 1595, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27449775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22629894955, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-03T15:25:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 779, + "effective_tokens": 1552, + "cache_hit_rate": 9224.25, + "cost_usd": 0.273799, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22627337783, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-03T14:24:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 719, + "effective_tokens": 1272, + "cache_hit_rate": 9224.25, + "cost_usd": 0.270769, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22625281333, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-03T13:32:09Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 918, + "effective_tokens": 1709, + "cache_hit_rate": 9224.25, + "cost_usd": 0.2774415, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22622830772, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-03T12:23:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 710, + "effective_tokens": 1423, + "cache_hit_rate": 9224.25, + "cost_usd": 0.271559, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22620595432, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-03T11:18:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 865, + "effective_tokens": 1731, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27641524999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22618591766, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-03T10:21:23Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1059, + "effective_tokens": 2110, + "cache_hit_rate": 9224.25, + "cost_usd": 0.2824515, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22616462355, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-03T09:22:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1161, + "effective_tokens": 2178, + "cache_hit_rate": 9224.25, + "cost_usd": 0.284799, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22614395307, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-03T08:20:47Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1550, + "effective_tokens": 3094, + "cache_hit_rate": 9224.25, + "cost_usd": 0.29790274999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22612709621, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-03T07:24:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 850, + "effective_tokens": 1664, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27572525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22611185494, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-03T06:27:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 984, + "effective_tokens": 1739, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27869649999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22609745335, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-03T05:29:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 660, + "effective_tokens": 1319, + "cache_hit_rate": 9224.25, + "cost_usd": 0.2701615, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22608611312, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-03T04:41:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 549, + "effective_tokens": 1102, + "cache_hit_rate": 9224.25, + "cost_usd": 0.26669899999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22606520575, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-03T03:10:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 818, + "effective_tokens": 1447, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27393399999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22604340329, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-03T01:41:58Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 919, + "effective_tokens": 1695, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27720275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22602913289, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-03T00:49:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 624, + "effective_tokens": 1252, + "cache_hit_rate": 9224.25, + "cost_usd": 0.26889275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22600094916, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-02T23:12:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 987, + "effective_tokens": 1869, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27954524999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22598133197, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-02T22:13:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 633, + "effective_tokens": 1266, + "cache_hit_rate": 9224.25, + "cost_usd": 0.269069, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22596102167, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-02T21:17:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1053, + "effective_tokens": 1985, + "cache_hit_rate": 9224.25, + "cost_usd": 0.28170775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22593949412, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-02T20:17:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 873, + "effective_tokens": 1573, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27572274999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22591939872, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-02T19:22:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 815, + "effective_tokens": 1541, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27425525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22589774798, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-02T18:23:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 861, + "effective_tokens": 1562, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27543399999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22587482756, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-02T17:23:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 593, + "effective_tokens": 1028, + "cache_hit_rate": 9224.25, + "cost_usd": 0.26692649999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22585054179, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-02T16:21:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1033, + "effective_tokens": 1943, + "cache_hit_rate": 9224.25, + "cost_usd": 0.28096525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22582617192, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-02T15:22:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 505, + "effective_tokens": 900, + "cache_hit_rate": 9224.25, + "cost_usd": 0.26462149999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22580220209, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-02T14:24:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 519, + "effective_tokens": 1040, + "cache_hit_rate": 9224.25, + "cost_usd": 0.26584399999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22578296215, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-02T13:33:25Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 814, + "effective_tokens": 1503, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27408899999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22575856882, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-02T12:23:47Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1231, + "effective_tokens": 2391, + "cache_hit_rate": 9224.25, + "cost_usd": 0.28754275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22573691023, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-02T11:20:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 488, + "effective_tokens": 978, + "cache_hit_rate": 9224.25, + "cost_usd": 0.26481024999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22571730209, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-02T10:25:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1129, + "effective_tokens": 2195, + "cache_hit_rate": 9224.25, + "cost_usd": 0.28427025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22569628066, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-02T09:27:28Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1101, + "effective_tokens": 2201, + "cache_hit_rate": 9224.25, + "cost_usd": 0.28368775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22567452071, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-02T08:23:29Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 649, + "effective_tokens": 1286, + "cache_hit_rate": 9224.25, + "cost_usd": 0.269749, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22565820658, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-02T07:28:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 614, + "effective_tokens": 1228, + "cache_hit_rate": 9224.25, + "cost_usd": 0.26887025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22564269201, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-02T06:30:48Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 852, + "effective_tokens": 1701, + "cache_hit_rate": 9224.25, + "cost_usd": 0.276154, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22562783671, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-02T05:30:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 741, + "effective_tokens": 1381, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27186774999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22561723673, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-02T04:41:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 711, + "effective_tokens": 1427, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27165775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22559759707, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-02T03:09:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 711, + "effective_tokens": 1372, + "cache_hit_rate": 9224.25, + "cost_usd": 0.271304, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22557996820, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-02T01:41:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1033, + "effective_tokens": 2067, + "cache_hit_rate": 9224.25, + "cost_usd": 0.28188025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22556945157, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-02T00:48:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 426, + "effective_tokens": 855, + "cache_hit_rate": 9224.25, + "cost_usd": 0.26283399999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22555098069, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-01T23:11:23Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 508, + "effective_tokens": 940, + "cache_hit_rate": 9224.25, + "cost_usd": 0.26475275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22553947688, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-01T22:11:03Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1250, + "effective_tokens": 2335, + "cache_hit_rate": 9224.25, + "cost_usd": 0.287429, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22552761619, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-01T21:11:02Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 553, + "effective_tokens": 1112, + "cache_hit_rate": 9224.25, + "cost_usd": 0.2668415, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22551626065, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-01T20:11:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 617, + "effective_tokens": 1233, + "cache_hit_rate": 9224.25, + "cost_usd": 0.26883775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22550536293, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-01T19:12:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 896, + "effective_tokens": 1803, + "cache_hit_rate": 9224.25, + "cost_usd": 0.2776365, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22549475240, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-01T18:14:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 671, + "effective_tokens": 1271, + "cache_hit_rate": 9224.25, + "cost_usd": 0.26991275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22548327612, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-01T17:11:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1121, + "effective_tokens": 2146, + "cache_hit_rate": 9224.25, + "cost_usd": 0.28382399999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22547260046, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-01T16:12:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 913, + "effective_tokens": 1819, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27799525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22546157684, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-01T15:10:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 944, + "effective_tokens": 1738, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27814025000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22545135174, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-01T14:12:03Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 925, + "effective_tokens": 1670, + "cache_hit_rate": 9224.25, + "cost_usd": 0.277424, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22544305425, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-01T13:22:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 642, + "effective_tokens": 1147, + "cache_hit_rate": 9224.25, + "cost_usd": 0.268739, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22543258076, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-01T12:18:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 715, + "effective_tokens": 1432, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27187399999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22542179176, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-01T11:10:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1157, + "effective_tokens": 2154, + "cache_hit_rate": 9224.25, + "cost_usd": 0.28468400000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22541217887, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-01T10:11:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 581, + "effective_tokens": 1047, + "cache_hit_rate": 9224.25, + "cost_usd": 0.26695025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22540249262, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-01T09:14:02Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 747, + "effective_tokens": 1408, + "cache_hit_rate": 9224.25, + "cost_usd": 0.272354, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22539285298, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-01T08:15:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 707, + "effective_tokens": 1419, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27143775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22538441999, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-01T07:20:39Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 869, + "effective_tokens": 1649, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27634274999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22537607561, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-01T06:24:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 687, + "effective_tokens": 1271, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27018274999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22536840137, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-01T05:31:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 843, + "effective_tokens": 1636, + "cache_hit_rate": 9224.25, + "cost_usd": 0.275579, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22536162519, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-01T04:45:31Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 760, + "effective_tokens": 1348, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27207775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22534808458, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-01T03:13:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1003, + "effective_tokens": 2008, + "cache_hit_rate": 9224.25, + "cost_usd": 0.280914, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22533430301, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-01T01:41:31Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 854, + "effective_tokens": 1542, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27502774999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22532708837, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-03-01T00:55:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 566, + "effective_tokens": 1135, + "cache_hit_rate": 9224.25, + "cost_usd": 0.267214, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22531069591, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-28T23:10:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 677, + "effective_tokens": 1357, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27079274999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22530098930, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-28T22:10:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1620, + "effective_tokens": 3071, + "cache_hit_rate": 9224.25, + "cost_usd": 0.29908149999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22529099745, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-28T21:10:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 593, + "effective_tokens": 1190, + "cache_hit_rate": 9224.25, + "cost_usd": 0.268259, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22528131264, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-28T20:11:09Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 811, + "effective_tokens": 1623, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27489275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22527163255, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-28T19:11:06Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1065, + "effective_tokens": 2102, + "cache_hit_rate": 9224.25, + "cost_usd": 0.282599, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22526213424, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-28T18:13:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 779, + "effective_tokens": 1561, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27375025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22525173105, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-28T17:10:53Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 990, + "effective_tokens": 1920, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27984525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22524217255, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-28T16:11:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1243, + "effective_tokens": 2315, + "cache_hit_rate": 9224.25, + "cost_usd": 0.28718774999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22523268902, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-28T15:10:46Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 612, + "effective_tokens": 1227, + "cache_hit_rate": 9224.25, + "cost_usd": 0.2686665, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22522341751, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-28T14:11:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 834, + "effective_tokens": 1667, + "cache_hit_rate": 9224.25, + "cost_usd": 0.275584, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22521550445, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-28T13:21:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 777, + "effective_tokens": 1362, + "cache_hit_rate": 9224.25, + "cost_usd": 0.272599, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22520575972, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-28T12:16:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1174, + "effective_tokens": 2342, + "cache_hit_rate": 9224.25, + "cost_usd": 0.28619775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22519595549, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-28T11:11:06Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 888, + "effective_tokens": 1673, + "cache_hit_rate": 9224.25, + "cost_usd": 0.276654, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22518702050, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-28T10:10:57Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1024, + "effective_tokens": 1877, + "cache_hit_rate": 9224.25, + "cost_usd": 0.280319, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22517817230, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-28T09:12:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1066, + "effective_tokens": 2126, + "cache_hit_rate": 9224.25, + "cost_usd": 0.28276274999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22516907316, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-28T08:13:24Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 554, + "effective_tokens": 1105, + "cache_hit_rate": 9224.25, + "cost_usd": 0.26671649999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22516007449, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-28T07:15:09Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 891, + "effective_tokens": 1784, + "cache_hit_rate": 9224.25, + "cost_usd": 0.277349, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22515084735, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-28T06:18:09Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1317, + "effective_tokens": 2479, + "cache_hit_rate": 9224.25, + "cost_usd": 0.28973525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22514147894, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-28T05:18:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 727, + "effective_tokens": 1366, + "cache_hit_rate": 9224.25, + "cost_usd": 0.2720065, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22513415271, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-28T04:32:26Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1128, + "effective_tokens": 2248, + "cache_hit_rate": 9224.25, + "cost_usd": 0.28456774999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22512627166, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-28T03:43:28Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 660, + "effective_tokens": 1326, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27022025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22511884037, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-28T02:56:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 523, + "effective_tokens": 1052, + "cache_hit_rate": 9224.25, + "cost_usd": 0.265699, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22510587629, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-28T01:39:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1340, + "effective_tokens": 2647, + "cache_hit_rate": 9224.25, + "cost_usd": 0.2910565, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22509502725, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-28T00:43:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1026, + "effective_tokens": 2006, + "cache_hit_rate": 9224.25, + "cost_usd": 0.28117775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22507460378, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-27T23:12:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1067, + "effective_tokens": 2007, + "cache_hit_rate": 9224.25, + "cost_usd": 0.28205274999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22505802441, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-27T22:11:22Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 747, + "effective_tokens": 1344, + "cache_hit_rate": 9224.25, + "cost_usd": 0.271804, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22504037739, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-27T21:13:53Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 681, + "effective_tokens": 1366, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27069899999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22502172175, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-27T20:14:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 859, + "effective_tokens": 1716, + "cache_hit_rate": 9224.25, + "cost_usd": 0.276344, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22500407674, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-27T19:20:05Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 872, + "effective_tokens": 1610, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27570525, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22498407837, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-27T18:19:24Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1043, + "effective_tokens": 2087, + "cache_hit_rate": 9224.25, + "cost_usd": 0.28215275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22496324733, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-27T17:18:26Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 855, + "effective_tokens": 1534, + "cache_hit_rate": 9224.25, + "cost_usd": 0.2751715, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22494239529, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-27T16:19:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 856, + "effective_tokens": 1573, + "cache_hit_rate": 9224.25, + "cost_usd": 0.275219, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22492117434, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-27T15:21:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 645, + "effective_tokens": 1290, + "cache_hit_rate": 9224.25, + "cost_usd": 0.269549, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22489939865, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-27T14:21:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1063, + "effective_tokens": 1972, + "cache_hit_rate": 9224.25, + "cost_usd": 0.281604, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22488255516, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-27T13:31:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 593, + "effective_tokens": 1189, + "cache_hit_rate": 9224.25, + "cost_usd": 0.26786775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22486058552, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-27T12:23:03Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 747, + "effective_tokens": 1339, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27193275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22484106246, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-27T11:18:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1366, + "effective_tokens": 2563, + "cache_hit_rate": 9224.25, + "cost_usd": 0.291164, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22482264071, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-27T10:20:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 922, + "effective_tokens": 1710, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27724775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22480386450, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-27T09:22:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 658, + "effective_tokens": 1311, + "cache_hit_rate": 9224.25, + "cost_usd": 0.270084, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22478530814, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-27T08:22:00Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 726, + "effective_tokens": 1322, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27145274999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22476990482, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-27T07:26:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 674, + "effective_tokens": 1351, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27045399999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22475514146, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-27T06:27:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1120, + "effective_tokens": 2227, + "cache_hit_rate": 9224.25, + "cost_usd": 0.28450149999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22474150482, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-27T05:30:06Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1007, + "effective_tokens": 1893, + "cache_hit_rate": 9224.25, + "cost_usd": 0.28029025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22473058432, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-27T04:41:03Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 966, + "effective_tokens": 1787, + "cache_hit_rate": 9224.25, + "cost_usd": 0.278849, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22471042797, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-27T03:07:00Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 578, + "effective_tokens": 1158, + "cache_hit_rate": 9224.25, + "cost_usd": 0.26747275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22469116013, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-27T01:41:19Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 698, + "effective_tokens": 1251, + "cache_hit_rate": 9224.25, + "cost_usd": 0.270324, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22467804997, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-27T00:48:32Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 516, + "effective_tokens": 1031, + "cache_hit_rate": 9224.25, + "cost_usd": 0.26558649999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22465343679, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-26T23:15:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 871, + "effective_tokens": 1749, + "cache_hit_rate": 9223.5, + "cost_usd": 0.27679500000000007, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22463578215, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-26T22:16:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 845, + "effective_tokens": 1684, + "cache_hit_rate": 9223.5, + "cost_usd": 0.27564625000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22461607377, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-26T21:17:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 682, + "effective_tokens": 1367, + "cache_hit_rate": 9223.5, + "cost_usd": 0.27082875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22459569771, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-26T20:18:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 864, + "effective_tokens": 1731, + "cache_hit_rate": 9223.5, + "cost_usd": 0.27652625000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22457640103, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-26T19:24:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1171, + "effective_tokens": 2207, + "cache_hit_rate": 9223.5, + "cost_usd": 0.28507750000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22455522197, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-26T18:25:02Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 556, + "effective_tokens": 976, + "cache_hit_rate": 9220.75, + "cost_usd": 0.26584325, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22453530617, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-26T17:30:05Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 877, + "effective_tokens": 1517, + "cache_hit_rate": 9224.25, + "cost_usd": 0.27544775, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22451154562, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-26T16:27:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1077, + "effective_tokens": 2098, + "cache_hit_rate": 9223.5, + "cost_usd": 0.28263875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22448665317, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-26T15:25:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 739, + "effective_tokens": 1485, + "cache_hit_rate": 9223.5, + "cost_usd": 0.272735, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22446432794, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-26T14:28:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 744, + "effective_tokens": 1441, + "cache_hit_rate": 9223.5, + "cost_usd": 0.27224375000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22444515212, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-26T13:37:23Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 732, + "effective_tokens": 1468, + "cache_hit_rate": 9223.5, + "cost_usd": 0.27247750000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22442006454, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-26T12:26:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 914, + "effective_tokens": 1667, + "cache_hit_rate": 9223.5, + "cost_usd": 0.27714875000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22439931069, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-26T11:23:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 739, + "effective_tokens": 1480, + "cache_hit_rate": 9223.5, + "cost_usd": 0.27243375000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22437941213, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-26T10:24:18Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 618, + "effective_tokens": 1129, + "cache_hit_rate": 9223.5, + "cost_usd": 0.26801125000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22435897164, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-26T09:25:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1242, + "effective_tokens": 2443, + "cache_hit_rate": 9223.5, + "cost_usd": 0.28801374999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22433875871, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-26T08:24:24Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1302, + "effective_tokens": 2566, + "cache_hit_rate": 9223.5, + "cost_usd": 0.2897225, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22432244568, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-26T07:28:57Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 687, + "effective_tokens": 1377, + "cache_hit_rate": 9223.5, + "cost_usd": 0.27099500000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22430730034, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-26T06:31:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 861, + "effective_tokens": 1721, + "cache_hit_rate": 9223.5, + "cost_usd": 0.2763425, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22429333627, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-26T05:33:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 776, + "effective_tokens": 1534, + "cache_hit_rate": 9223.5, + "cost_usd": 0.27371000000000006, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22428170111, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-26T04:42:29Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 584, + "effective_tokens": 1170, + "cache_hit_rate": 9223.5, + "cost_usd": 0.26765500000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22426118830, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-26T03:07:57Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 492, + "effective_tokens": 993, + "cache_hit_rate": 9223.5, + "cost_usd": 0.26476875000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22424115071, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-26T01:40:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 774, + "effective_tokens": 1418, + "cache_hit_rate": 9223.5, + "cost_usd": 0.27285750000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22422762377, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-26T00:46:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1859, + "effective_tokens": 3702, + "cache_hit_rate": 9223.5, + "cost_usd": 0.30735625000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22420232112, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-25T23:15:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1256, + "effective_tokens": 2437, + "cache_hit_rate": 9223.5, + "cost_usd": 0.28831875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22418304123, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-25T22:14:57Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1059, + "effective_tokens": 1931, + "cache_hit_rate": 9223.25, + "cost_usd": 0.28121575, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22416342870, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-25T21:18:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 829, + "effective_tokens": 1532, + "cache_hit_rate": 9223.25, + "cost_usd": 0.2744845, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22414274332, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-25T20:18:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 541, + "effective_tokens": 970, + "cache_hit_rate": 9223.25, + "cost_usd": 0.265517, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22412489919, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-25T19:29:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1173, + "effective_tokens": 2220, + "cache_hit_rate": 9214.25, + "cost_usd": 0.28500650000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22406192919, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-25T16:34:02Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1055, + "effective_tokens": 1987, + "cache_hit_rate": 9216, + "cost_usd": 0.281515, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22403603701, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-25T15:29:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 823, + "effective_tokens": 1457, + "cache_hit_rate": 9216, + "cost_usd": 0.2738675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22401219481, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-25T14:29:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 861, + "effective_tokens": 1721, + "cache_hit_rate": 9216, + "cost_usd": 0.276045, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22399288853, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-25T13:37:47Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 511, + "effective_tokens": 1025, + "cache_hit_rate": 9216, + "cost_usd": 0.2653025, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22396791694, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-25T12:26:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1011, + "effective_tokens": 1890, + "cache_hit_rate": 9216, + "cost_usd": 0.28036374999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22394669971, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-25T11:22:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1255, + "effective_tokens": 2373, + "cache_hit_rate": 9216, + "cost_usd": 0.2875275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22392727133, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-25T10:26:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 693, + "effective_tokens": 1390, + "cache_hit_rate": 9216, + "cost_usd": 0.27083625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22390576030, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-25T09:26:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 842, + "effective_tokens": 1684, + "cache_hit_rate": 9216, + "cost_usd": 0.2756625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22388464735, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-25T08:24:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 818, + "effective_tokens": 1472, + "cache_hit_rate": 9216, + "cost_usd": 0.27366250000000003, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22386759497, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-25T07:29:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 819, + "effective_tokens": 1584, + "cache_hit_rate": 9216, + "cost_usd": 0.27454124999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22385269650, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-25T06:34:12Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 817, + "effective_tokens": 1473, + "cache_hit_rate": 9216, + "cost_usd": 0.27359999999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22383803910, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-25T05:35:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 667, + "effective_tokens": 1201, + "cache_hit_rate": 9216, + "cost_usd": 0.2692875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22382592729, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-25T04:44:31Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1061, + "effective_tokens": 2118, + "cache_hit_rate": 9216, + "cost_usd": 0.28247625000000004, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22380471599, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-25T03:10:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1071, + "effective_tokens": 2117, + "cache_hit_rate": 9216, + "cost_usd": 0.2825875, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22378308010, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-25T01:41:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1032, + "effective_tokens": 2062, + "cache_hit_rate": 9216, + "cost_usd": 0.2815375, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22376962145, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-25T00:51:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 581, + "effective_tokens": 1038, + "cache_hit_rate": 9216, + "cost_usd": 0.26643625, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22374273696, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-24T23:15:41Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 643, + "effective_tokens": 1287, + "cache_hit_rate": 9212.75, + "cost_usd": 0.26913725000000005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22372436681, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-24T22:15:57Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 747, + "effective_tokens": 1487, + "cache_hit_rate": 9212.75, + "cost_usd": 0.27250725, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22370466918, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-24T21:17:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 841, + "effective_tokens": 1682, + "cache_hit_rate": 9212.5, + "cost_usd": 0.27544675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22368401800, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-24T20:17:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 541, + "effective_tokens": 1089, + "cache_hit_rate": 9216.75, + "cost_usd": 0.26628024999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22366656977, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-24T19:28:20Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 883, + "effective_tokens": 1762, + "cache_hit_rate": 9216.75, + "cost_usd": 0.27709399999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22364591239, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-24T18:30:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 939, + "effective_tokens": 1881, + "cache_hit_rate": 9216.75, + "cost_usd": 0.27871275, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22362408262, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-24T17:29:47Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 874, + "effective_tokens": 1744, + "cache_hit_rate": 9213.75, + "cost_usd": 0.27655175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22360166289, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-24T16:31:35Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 782, + "effective_tokens": 1379, + "cache_hit_rate": 9213.75, + "cost_usd": 0.2725305, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22357609139, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-24T15:28:28Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 672, + "effective_tokens": 1310, + "cache_hit_rate": 9213.75, + "cost_usd": 0.27001175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22355248429, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-24T14:30:35Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 684, + "effective_tokens": 1303, + "cache_hit_rate": 9213.75, + "cost_usd": 0.270223, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22353248079, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-24T13:37:31Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1058, + "effective_tokens": 2107, + "cache_hit_rate": 9213.75, + "cost_usd": 0.2823255, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22350752314, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-24T12:26:11Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 803, + "effective_tokens": 1461, + "cache_hit_rate": 9213.75, + "cost_usd": 0.27326675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22348681799, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-24T11:23:01Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1038, + "effective_tokens": 2039, + "cache_hit_rate": 9213.75, + "cost_usd": 0.28126549999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22346741244, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-24T10:25:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 677, + "effective_tokens": 1353, + "cache_hit_rate": 9213.75, + "cost_usd": 0.27020925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22344667328, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-24T09:27:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1134, + "effective_tokens": 2260, + "cache_hit_rate": 9213.75, + "cost_usd": 0.28441174999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22342573275, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-24T08:24:29Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 949, + "effective_tokens": 1824, + "cache_hit_rate": 9213.75, + "cost_usd": 0.278483, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22340964639, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-24T07:29:02Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 581, + "effective_tokens": 1170, + "cache_hit_rate": 9213.75, + "cost_usd": 0.26751549999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22339483622, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-24T06:31:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 798, + "effective_tokens": 1431, + "cache_hit_rate": 9213.75, + "cost_usd": 0.2729105, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22338119958, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-24T05:34:32Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 2005, + "effective_tokens": 3941, + "cache_hit_rate": 9213.75, + "cost_usd": 0.31141425, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22336968728, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-24T04:43:34Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1291, + "effective_tokens": 2518, + "cache_hit_rate": 9213.75, + "cost_usd": 0.288943, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22334950729, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-24T03:09:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 848, + "effective_tokens": 1688, + "cache_hit_rate": 9213.75, + "cost_usd": 0.27571424999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22332944858, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-24T01:41:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 841, + "effective_tokens": 1447, + "cache_hit_rate": 9215, + "cost_usd": 0.27412549999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22331566453, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-24T00:46:52Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 699, + "effective_tokens": 1310, + "cache_hit_rate": 9215, + "cost_usd": 0.27061175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22329092217, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-23T23:19:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 615, + "effective_tokens": 1181, + "cache_hit_rate": 9215, + "cost_usd": 0.26824549999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22327351354, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-23T22:22:40Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 604, + "effective_tokens": 1214, + "cache_hit_rate": 9215, + "cost_usd": 0.2680205, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22325389785, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-23T21:23:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 676, + "effective_tokens": 1188, + "cache_hit_rate": 9215, + "cost_usd": 0.26916799999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22323316900, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-23T20:21:27Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1038, + "effective_tokens": 1856, + "cache_hit_rate": 9215, + "cost_usd": 0.28014049999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22321624181, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-23T19:32:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 564, + "effective_tokens": 1133, + "cache_hit_rate": 9215, + "cost_usd": 0.26694924999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22319528326, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-23T18:31:50Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1112, + "effective_tokens": 2136, + "cache_hit_rate": 9215, + "cost_usd": 0.28354299999999993, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22317408297, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-23T17:31:36Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 729, + "effective_tokens": 1460, + "cache_hit_rate": 9215, + "cost_usd": 0.27193174999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22315047678, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-23T16:27:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1248, + "effective_tokens": 2467, + "cache_hit_rate": 9215, + "cost_usd": 0.28794175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22312570721, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-23T15:23:56Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1056, + "effective_tokens": 1898, + "cache_hit_rate": 9215, + "cost_usd": 0.28076049999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22310327784, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-23T14:27:46Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 856, + "effective_tokens": 1717, + "cache_hit_rate": 9215, + "cost_usd": 0.27550624999999995, + "models": [ + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22308450791, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-23T13:36:58Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 902, + "effective_tokens": 1796, + "cache_hit_rate": 9215, + "cost_usd": 0.27726549999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22306036605, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-23T12:25:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 648, + "effective_tokens": 1291, + "cache_hit_rate": 9215, + "cost_usd": 0.26925174999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22303996785, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-23T11:22:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 788, + "effective_tokens": 1471, + "cache_hit_rate": 9215, + "cost_usd": 0.27309174999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22302149380, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-23T10:26:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 702, + "effective_tokens": 1277, + "cache_hit_rate": 9215, + "cost_usd": 0.27046175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22300121880, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-23T09:27:42Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 926, + "effective_tokens": 1850, + "cache_hit_rate": 9215, + "cost_usd": 0.27824299999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22298177053, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-23T08:24:09Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 754, + "effective_tokens": 1511, + "cache_hit_rate": 9215, + "cost_usd": 0.27286925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22296812932, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-23T07:31:46Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 756, + "effective_tokens": 1452, + "cache_hit_rate": 9215, + "cost_usd": 0.27233799999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22295520327, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-23T06:36:26Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 695, + "effective_tokens": 1277, + "cache_hit_rate": 9215, + "cost_usd": 0.2702805, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22294276442, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-23T05:37:47Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1053, + "effective_tokens": 2103, + "cache_hit_rate": 9215, + "cost_usd": 0.2822505, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22293316083, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-23T04:48:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 775, + "effective_tokens": 1368, + "cache_hit_rate": 9215, + "cost_usd": 0.27218424999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22291608565, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-23T03:13:03Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1003, + "effective_tokens": 1865, + "cache_hit_rate": 9215, + "cost_usd": 0.27956549999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22290039790, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-23T01:42:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1046, + "effective_tokens": 2037, + "cache_hit_rate": 9215, + "cost_usd": 0.28150675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22289127967, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-23T00:50:02Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 754, + "effective_tokens": 1494, + "cache_hit_rate": 9215, + "cost_usd": 0.27280299999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22287461061, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-22T23:12:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 907, + "effective_tokens": 1815, + "cache_hit_rate": 9215, + "cost_usd": 0.277643, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22286433112, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-22T22:11:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 673, + "effective_tokens": 1347, + "cache_hit_rate": 9215, + "cost_usd": 0.27012549999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22285434826, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-22T21:11:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 737, + "effective_tokens": 1482, + "cache_hit_rate": 9215, + "cost_usd": 0.27215924999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22284446336, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-22T20:11:17Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 894, + "effective_tokens": 1795, + "cache_hit_rate": 9215, + "cost_usd": 0.27727925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22283526171, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-22T19:14:06Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 735, + "effective_tokens": 1473, + "cache_hit_rate": 9215, + "cost_usd": 0.2722905, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22282615372, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-22T18:16:05Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 740, + "effective_tokens": 1348, + "cache_hit_rate": 9215, + "cost_usd": 0.27157299999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22281610368, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-22T17:13:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1065, + "effective_tokens": 2082, + "cache_hit_rate": 9215, + "cost_usd": 0.28232424999999994, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22280658218, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-22T16:12:51Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 650, + "effective_tokens": 1302, + "cache_hit_rate": 9215, + "cost_usd": 0.26940299999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22279686475, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-22T15:12:04Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1003, + "effective_tokens": 1955, + "cache_hit_rate": 9215, + "cost_usd": 0.280328, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22278781521, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-22T14:13:44Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1030, + "effective_tokens": 2016, + "cache_hit_rate": 9215, + "cost_usd": 0.28103049999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22278011464, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-22T13:24:30Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 763, + "effective_tokens": 1328, + "cache_hit_rate": 9215, + "cost_usd": 0.27189925, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22276985949, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-22T12:17:43Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 986, + "effective_tokens": 1981, + "cache_hit_rate": 9215, + "cost_usd": 0.2801017499999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22275996469, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-22T11:11:15Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 985, + "effective_tokens": 1764, + "cache_hit_rate": 9215, + "cost_usd": 0.27862175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22275135702, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-22T10:11:46Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1205, + "effective_tokens": 2405, + "cache_hit_rate": 9215, + "cost_usd": 0.28666299999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22274313366, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-22T09:14:37Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1142, + "effective_tokens": 2161, + "cache_hit_rate": 9215, + "cost_usd": 0.28421175, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22273451657, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-22T08:14:57Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 576, + "effective_tokens": 1155, + "cache_hit_rate": 9215, + "cost_usd": 0.26732674999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22272717581, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-22T07:22:08Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 944, + "effective_tokens": 1728, + "cache_hit_rate": 9215, + "cost_usd": 0.27776799999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22271952653, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-22T06:24:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1046, + "effective_tokens": 2086, + "cache_hit_rate": 9215, + "cost_usd": 0.2817529999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22271211534, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-22T05:30:32Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 666, + "effective_tokens": -26801, + "cache_hit_rate": 12731, + "cost_usd": 0.18915125000000002, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22270591162, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-22T04:41:59Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 798, + "effective_tokens": 1597, + "cache_hit_rate": 9215, + "cost_usd": 0.27405674999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22269415601, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-22T03:11:10Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1261, + "effective_tokens": -25629, + "cache_hit_rate": 12731, + "cost_usd": 0.20772749999999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22268221087, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-22T01:40:38Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 897, + "effective_tokens": 1722, + "cache_hit_rate": 9215, + "cost_usd": 0.27664924999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22267545666, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-22T00:50:14Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1483, + "effective_tokens": -25170, + "cache_hit_rate": 12731, + "cost_usd": 0.21470874999999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22266190056, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-21T23:11:55Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 512, + "effective_tokens": 1024, + "cache_hit_rate": 9215, + "cost_usd": 0.265323, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22265334919, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-21T22:11:03Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1412, + "effective_tokens": 2772, + "cache_hit_rate": 9215, + "cost_usd": 0.293043, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22264433164, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-21T21:11:00Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 694, + "effective_tokens": 1383, + "cache_hit_rate": 9215, + "cost_usd": 0.27109924999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22263540089, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-21T20:11:13Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 761, + "effective_tokens": 1527, + "cache_hit_rate": 9215, + "cost_usd": 0.27310049999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22262683139, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-21T19:13:35Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 762, + "effective_tokens": -26702, + "cache_hit_rate": 12731, + "cost_usd": 0.19164, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22261806797, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-21T18:15:07Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1120, + "effective_tokens": -26035, + "cache_hit_rate": 12731, + "cost_usd": 0.20226624999999998, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22260865850, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-21T17:13:00Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 695, + "effective_tokens": 1242, + "cache_hit_rate": 9215, + "cost_usd": 0.26989674999999996, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22259981315, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-21T16:12:03Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 767, + "effective_tokens": 1454, + "cache_hit_rate": 9215, + "cost_usd": 0.27257675, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22259117389, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-21T15:11:49Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 711, + "effective_tokens": 1425, + "cache_hit_rate": 9215, + "cost_usd": 0.2714005, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22258277500, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-21T14:12:45Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1230, + "effective_tokens": 2316, + "cache_hit_rate": 9215, + "cost_usd": 0.2866355, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22257579043, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-21T13:23:54Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 409, + "effective_tokens": 779, + "cache_hit_rate": 9215, + "cost_usd": 0.2618054999999999, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22256663954, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-21T12:17:09Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 944, + "effective_tokens": 1781, + "cache_hit_rate": 9215, + "cost_usd": 0.27811424999999995, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22255783984, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-21T11:11:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 647, + "effective_tokens": 1300, + "cache_hit_rate": 9215, + "cost_usd": 0.26936424999999997, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22254987907, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-21T10:11:33Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 885, + "effective_tokens": 1767, + "cache_hit_rate": 9215, + "cost_usd": 0.2769155, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22254220124, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-21T09:14:16Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 1207, + "effective_tokens": 2211, + "cache_hit_rate": 9215, + "cost_usd": 0.28559299999999993, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 22253417635, + "workflow": "Secret Digger (Claude)", + "created_at": "2026-02-21T08:14:21Z", + "epoch": -1, + "label": "pre-tracking", + "total_tokens": 517, + "effective_tokens": -27087, + "cache_hit_rate": 12731, + "cost_usd": 0.184435, + "models": [ + "claude-haiku-4-5-20251001", + "claude-sonnet-4-6" + ] + }, + { + "run_id": 24688444699, + "workflow": "Daily Claude Token Optimization Advisor", + "created_at": "2026-04-20T20:22:25Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 221273, + "effective_tokens": 248473, + "cache_hit_rate": 0.846, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24638122342, + "workflow": "Daily Claude Token Optimization Advisor", + "created_at": "2026-04-19T20:13:44Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 416580, + "effective_tokens": 478512, + "cache_hit_rate": 0.871, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24612977751, + "workflow": "Daily Claude Token Optimization Advisor", + "created_at": "2026-04-18T20:14:06Z", + "epoch": 5, + "label": "sg-cache-align", + "total_tokens": 208404, + "effective_tokens": 249404, + "cache_hit_rate": 0.748, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24566435304, + "workflow": "Daily Claude Token Optimization Advisor", + "created_at": "2026-04-17T13:01:46Z", + "epoch": 4, + "label": "smoke-claude-haiku", + "total_tokens": 854609, + "effective_tokens": 997937, + "cache_hit_rate": 0.831, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24365366709, + "workflow": "Daily Claude Token Optimization Advisor", + "created_at": "2026-04-13T20:31:19Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 1094396, + "effective_tokens": 1283349, + "cache_hit_rate": 0.884, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24315540348, + "workflow": "Daily Claude Token Optimization Advisor", + "created_at": "2026-04-12T20:19:46Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 732798, + "effective_tokens": 856859, + "cache_hit_rate": 0.848, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24312479338, + "workflow": "Daily Claude Token Optimization Advisor", + "created_at": "2026-04-12T17:39:24Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 1019447, + "effective_tokens": 1166925, + "cache_hit_rate": 0.911, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24262322621, + "workflow": "Daily Claude Token Optimization Advisor", + "created_at": "2026-04-10T20:18:16Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 909905, + "effective_tokens": 1055304, + "cache_hit_rate": 0.855, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24044400210, + "workflow": "Daily Claude Token Optimization Advisor", + "created_at": "2026-04-06T18:18:38Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1096384, + "effective_tokens": 1241342, + "cache_hit_rate": 0.915, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24678766052, + "workflow": "Daily Copilot Token Optimization Advisor", + "created_at": "2026-04-20T16:44:51Z", + "epoch": 6, + "label": "sg-relevance-gate", + "total_tokens": 96264, + "effective_tokens": 104991, + "cache_hit_rate": 0.747, + "cost_usd": null, + "models": [ + "claude-sonnet-4.6" + ] + }, + { + "run_id": 24482836610, + "workflow": "Daily Copilot Token Optimization Advisor", + "created_at": "2026-04-15T23:02:57Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 445302, + "effective_tokens": 528612, + "cache_hit_rate": 0.79, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24427638400, + "workflow": "Daily Copilot Token Optimization Advisor", + "created_at": "2026-04-14T23:14:36Z", + "epoch": 3, + "label": "haiku-switch", + "total_tokens": 494642, + "effective_tokens": 579138, + "cache_hit_rate": 0.805, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24339492680, + "workflow": "Daily Copilot Token Optimization Advisor", + "created_at": "2026-04-13T10:52:01Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 418679, + "effective_tokens": 482456, + "cache_hit_rate": 0.801, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24304575106, + "workflow": "Daily Copilot Token Optimization Advisor", + "created_at": "2026-04-12T10:29:50Z", + "epoch": 2, + "label": "sg-opt-2", + "total_tokens": 568833, + "effective_tokens": 654874, + "cache_hit_rate": 0.844, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24280552425, + "workflow": "Daily Copilot Token Optimization Advisor", + "created_at": "2026-04-11T10:28:19Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 473376, + "effective_tokens": 542312, + "cache_hit_rate": 0.827, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24239331447, + "workflow": "Daily Copilot Token Optimization Advisor", + "created_at": "2026-04-10T10:49:33Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1951608, + "effective_tokens": 2163765, + "cache_hit_rate": 0.878, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24108831416, + "workflow": "Daily Copilot Token Optimization Advisor", + "created_at": "2026-04-07T23:09:37Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 529050, + "effective_tokens": 611607, + "cache_hit_rate": 0.825, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24044415750, + "workflow": "Daily Copilot Token Optimization Advisor", + "created_at": "2026-04-06T18:19:03Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 1666643, + "effective_tokens": 1894409, + "cache_hit_rate": 0.921, + "cost_usd": null, + "models": [] + }, + { + "run_id": 24028698652, + "workflow": "Daily Copilot Token Optimization Advisor", + "created_at": "2026-04-06T10:39:19Z", + "epoch": 1, + "label": "sg-opt-1", + "total_tokens": 588485, + "effective_tokens": 669217, + "cache_hit_rate": 0.865, + "cost_usd": null, + "models": [] + } + ] +} \ No newline at end of file diff --git a/paper-data/token-dataset.jsonl b/paper-data/token-dataset.jsonl new file mode 100644 index 00000000..0318f473 --- /dev/null +++ b/paper-data/token-dataset.jsonl @@ -0,0 +1,2836 @@ +{"run_id":24673276337,"workflow":"Security Guard","created_at":"2026-04-20T14:50:40Z","date":"2026-04-20","branch":"copilot/fix-smoke-codex-failure","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":8,"input_tokens":10,"output_tokens":2614,"cache_read_tokens":331900,"cache_write_tokens":31288,"effective_tokens":74944,"cache_hit_rate":33190,"total_tokens":2624,"cost_usd":null} +{"run_id":24673246762,"workflow":"Security Guard","created_at":"2026-04-20T14:50:05Z","date":"2026-04-20","branch":"copilot/fix-cli-flag-consistency","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":5,"output_tokens":860,"cache_read_tokens":83259,"cache_write_tokens":46349,"effective_tokens":58120,"cache_hit_rate":16651.8,"total_tokens":865,"cost_usd":null} +{"run_id":24672401933,"workflow":"Security Guard","created_at":"2026-04-20T14:33:33Z","date":"2026-04-20","branch":"test-coverage/config-file-c4537276700a2774","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":4,"input_tokens":6,"output_tokens":887,"cache_read_tokens":120520,"cache_write_tokens":45892,"effective_tokens":61498,"cache_hit_rate":20086.667,"total_tokens":893,"cost_usd":null} +{"run_id":24670445401,"workflow":"Security Guard","created_at":"2026-04-20T13:53:42Z","date":"2026-04-20","branch":"copilot/awf-verify-self-hosted-runner-compatibility","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":8,"input_tokens":10,"output_tokens":3254,"cache_read_tokens":331719,"cache_write_tokens":31754,"effective_tokens":77952,"cache_hit_rate":33171.9,"total_tokens":3264,"cost_usd":null} +{"run_id":24670276070,"workflow":"Security Guard","created_at":"2026-04-20T13:50:14Z","date":"2026-04-20","branch":"copilot/fix-smoke-codex-failure","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":6,"input_tokens":8,"output_tokens":3089,"cache_read_tokens":235398,"cache_write_tokens":30477,"effective_tokens":66381,"cache_hit_rate":29424.75,"total_tokens":3097,"cost_usd":null} +{"run_id":24670097634,"workflow":"Security Guard","created_at":"2026-04-20T13:46:28Z","date":"2026-04-20","branch":"copilot/fix-cli-flag-consistency","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":4,"input_tokens":6,"output_tokens":921,"cache_read_tokens":140632,"cache_write_tokens":26556,"effective_tokens":44309,"cache_hit_rate":23438.667,"total_tokens":927,"cost_usd":null} +{"run_id":24651284473,"workflow":"Security Guard","created_at":"2026-04-20T06:10:57Z","date":"2026-04-20","branch":"test-coverage/config-file-c4537276700a2774","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":4,"input_tokens":6,"output_tokens":880,"cache_read_tokens":119796,"cache_write_tokens":45701,"effective_tokens":61207,"cache_hit_rate":19966,"total_tokens":886,"cost_usd":null} +{"run_id":24640001476,"workflow":"Security Guard","created_at":"2026-04-19T21:52:18Z","date":"2026-04-19","branch":"copilot/awf-fix-chatgpt-firewall-issue","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":7,"input_tokens":9,"output_tokens":2378,"cache_read_tokens":271341,"cache_write_tokens":52524,"effective_tokens":89179,"cache_hit_rate":30149,"total_tokens":2387,"cost_usd":null} +{"run_id":24629144043,"workflow":"Security Guard","created_at":"2026-04-19T12:31:12Z","date":"2026-04-19","branch":"docs/sync-image-tag-digest-format-3a5096c11b4a13d3","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":4,"input_tokens":6,"output_tokens":826,"cache_read_tokens":119876,"cache_write_tokens":45249,"effective_tokens":60547,"cache_hit_rate":19979.333,"total_tokens":832,"cost_usd":null} +{"run_id":24615927594,"workflow":"Security Guard","created_at":"2026-04-18T23:05:41Z","date":"2026-04-18","branch":"copilot/update-runtime-container-image-tags","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":8,"input_tokens":12,"output_tokens":6496,"cache_read_tokens":359196,"cache_write_tokens":42576,"effective_tokens":104492,"cache_hit_rate":29933,"total_tokens":6508,"cost_usd":null} +{"run_id":24615910447,"workflow":"Security Guard","created_at":"2026-04-18T23:04:37Z","date":"2026-04-18","branch":"copilot/optimize-claude-token-usage-again","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":8,"input_tokens":10,"output_tokens":1758,"cache_read_tokens":315159,"cache_write_tokens":53669,"effective_tokens":92227,"cache_hit_rate":31515.9,"total_tokens":1768,"cost_usd":null} +{"run_id":24615750573,"workflow":"Security Guard","created_at":"2026-04-18T22:54:41Z","date":"2026-04-18","branch":"copilot/optimize-claude-token-usage-again","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":7,"input_tokens":9,"output_tokens":2258,"cache_read_tokens":274933,"cache_write_tokens":53970,"effective_tokens":90504,"cache_hit_rate":30548.111,"total_tokens":2267,"cost_usd":null} +{"run_id":24612740314,"workflow":"Security Guard","created_at":"2026-04-18T20:00:38Z","date":"2026-04-18","branch":"copilot/fix-api-proxy-404-error","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":9,"input_tokens":13,"output_tokens":3357,"cache_read_tokens":360867,"cache_write_tokens":52422,"effective_tokens":101950,"cache_hit_rate":27759,"total_tokens":3370,"cost_usd":null} +{"run_id":24612543343,"workflow":"Security Guard","created_at":"2026-04-18T19:49:29Z","date":"2026-04-18","branch":"copilot/fix-api-proxy-404-error","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":6,"input_tokens":8,"output_tokens":3155,"cache_read_tokens":224419,"cache_write_tokens":50459,"effective_tokens":85529,"cache_hit_rate":28052.375,"total_tokens":3163,"cost_usd":null} +{"run_id":24610775084,"workflow":"Security Guard","created_at":"2026-04-18T18:11:08Z","date":"2026-04-18","branch":"copilot/deps-safe-dependency-updates","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":7,"input_tokens":9,"output_tokens":2183,"cache_read_tokens":270768,"cache_write_tokens":48364,"effective_tokens":84182,"cache_hit_rate":30085.333,"total_tokens":2192,"cost_usd":null} +{"run_id":24610603509,"workflow":"Security Guard","created_at":"2026-04-18T18:01:30Z","date":"2026-04-18","branch":"copilot/deps-safe-dependency-updates","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":8,"input_tokens":10,"output_tokens":2001,"cache_read_tokens":307435,"cache_write_tokens":47820,"effective_tokens":86578,"cache_hit_rate":30743.5,"total_tokens":2011,"cost_usd":null} +{"run_id":24593695636,"workflow":"Security Guard","created_at":"2026-04-18T01:23:52Z","date":"2026-04-18","branch":"copilot/optimize-claude-token-usage-again","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":9,"input_tokens":11,"output_tokens":2636,"cache_read_tokens":361645,"cache_write_tokens":54507,"effective_tokens":101227,"cache_hit_rate":32876.818,"total_tokens":2647,"cost_usd":null} +{"run_id":24593538042,"workflow":"Security Guard","created_at":"2026-04-18T01:16:32Z","date":"2026-04-18","branch":"copilot/awf-fix-codex-engine-401-error","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":6,"input_tokens":8,"output_tokens":2248,"cache_read_tokens":244342,"cache_write_tokens":32150,"effective_tokens":65584,"cache_hit_rate":30542.75,"total_tokens":2256,"cost_usd":null} +{"run_id":24593463088,"workflow":"Security Guard","created_at":"2026-04-18T01:13:12Z","date":"2026-04-18","branch":"copilot/optimize-claude-token-usage-again","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":5,"input_tokens":7,"output_tokens":2440,"cache_read_tokens":179179,"cache_write_tokens":48903,"effective_tokens":76588,"cache_hit_rate":25597,"total_tokens":2447,"cost_usd":null} +{"run_id":24586966581,"workflow":"Security Guard","created_at":"2026-04-17T21:13:44Z","date":"2026-04-17","branch":"copilot/convert-cli-proxy-to-byok","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":5,"output_tokens":1040,"cache_read_tokens":83622,"cache_write_tokens":46758,"effective_tokens":59285,"cache_hit_rate":16724.4,"total_tokens":1045,"cost_usd":null} +{"run_id":24572129848,"workflow":"Security Guard","created_at":"2026-04-17T15:07:31Z","date":"2026-04-17","branch":"copilot/convert-cli-proxy-to-byok","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":5,"output_tokens":2512,"cache_read_tokens":93072,"cache_write_tokens":54555,"effective_tokens":73915,"cache_hit_rate":18614.4,"total_tokens":2517,"cost_usd":null} +{"run_id":24571087217,"workflow":"Security Guard","created_at":"2026-04-17T14:44:31Z","date":"2026-04-17","branch":"copilot/smoke-byok-feature-flag","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":5,"output_tokens":2698,"cache_read_tokens":86037,"cache_write_tokens":47567,"effective_tokens":66968,"cache_hit_rate":17207.4,"total_tokens":2703,"cost_usd":null} +{"run_id":24549105710,"workflow":"Security Guard","created_at":"2026-04-17T05:19:49Z","date":"2026-04-17","branch":"copilot/upgrade-gh-aw-v0.68.7","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":8,"input_tokens":10,"output_tokens":2256,"cache_read_tokens":298481,"cache_write_tokens":45374,"effective_tokens":84256,"cache_hit_rate":29848.1,"total_tokens":2266,"cost_usd":null} +{"run_id":24548864415,"workflow":"Security Guard","created_at":"2026-04-17T05:11:27Z","date":"2026-04-17","branch":"copilot/upgrade-gh-aw-v0.68.7","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":8,"input_tokens":12,"output_tokens":2733,"cache_read_tokens":298994,"cache_write_tokens":46190,"effective_tokens":87033,"cache_hit_rate":24916.167,"total_tokens":2745,"cost_usd":null} +{"run_id":24546091734,"workflow":"Security Guard","created_at":"2026-04-17T03:25:56Z","date":"2026-04-17","branch":"copilot/upgrade-gh-aw-v0.68.6","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":6,"input_tokens":8,"output_tokens":2865,"cache_read_tokens":214360,"cache_write_tokens":46155,"effective_tokens":79059,"cache_hit_rate":26795,"total_tokens":2873,"cost_usd":null} +{"run_id":24545607047,"workflow":"Security Guard","created_at":"2026-04-17T03:07:08Z","date":"2026-04-17","branch":"copilot/fix-copilot-model-override","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":1201,"cache_read_tokens":106097,"cache_write_tokens":20931,"effective_tokens":36350,"cache_hit_rate":21219.4,"total_tokens":1206,"cost_usd":null} +{"run_id":24539424005,"workflow":"Security Guard","created_at":"2026-04-16T23:30:41Z","date":"2026-04-16","branch":"copilot/fix-dep-security-allowed-files","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":3135,"cache_read_tokens":99238,"cache_write_tokens":61840,"effective_tokens":84309,"cache_hit_rate":19847.6,"total_tokens":3140,"cost_usd":null} +{"run_id":24524657150,"workflow":"Security Guard","created_at":"2026-04-16T17:33:29Z","date":"2026-04-16","branch":"copilot/add-json-yaml-config-support","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":2537,"cache_read_tokens":163626,"cache_write_tokens":66463,"effective_tokens":92980,"cache_hit_rate":27271,"total_tokens":2543,"cost_usd":null} +{"run_id":24488563668,"workflow":"Security Guard","created_at":"2026-04-16T02:21:25Z","date":"2026-04-16","branch":"copilot/fix-byok-model-requirement","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":3322,"cache_read_tokens":89861,"cache_write_tokens":52543,"effective_tokens":74822,"cache_hit_rate":17972.2,"total_tokens":3327,"cost_usd":null} +{"run_id":24487070340,"workflow":"Security Guard","created_at":"2026-04-16T01:27:53Z","date":"2026-04-16","branch":"copilot/fix-byok-model-requirement","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":2620,"cache_read_tokens":88974,"cache_write_tokens":51107,"effective_tokens":70489,"cache_hit_rate":17794.8,"total_tokens":2625,"cost_usd":null} +{"run_id":24486847234,"workflow":"Security Guard","created_at":"2026-04-16T01:19:47Z","date":"2026-04-16","branch":"copilot/fix-byok-model-requirement","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":2020,"cache_read_tokens":112509,"cache_write_tokens":28153,"effective_tokens":47489,"cache_hit_rate":22501.8,"total_tokens":2025,"cost_usd":null} +{"run_id":24486540170,"workflow":"Security Guard","created_at":"2026-04-16T01:08:34Z","date":"2026-04-16","branch":"copilot/fix-byok-model-requirement","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":3306,"cache_read_tokens":139831,"cache_write_tokens":52291,"effective_tokens":79504,"cache_hit_rate":23305.167,"total_tokens":3312,"cost_usd":null} +{"run_id":24486126487,"workflow":"Security Guard","created_at":"2026-04-16T00:53:56Z","date":"2026-04-16","branch":"copilot/fix-byok-model-requirement","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":2290,"cache_read_tokens":85717,"cache_write_tokens":47367,"effective_tokens":65104,"cache_hit_rate":17143.4,"total_tokens":2295,"cost_usd":null} +{"run_id":24485779131,"workflow":"Security Guard","created_at":"2026-04-16T00:41:21Z","date":"2026-04-16","branch":"copilot/fix-byok-model-requirement","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":1159,"cache_read_tokens":84053,"cache_write_tokens":44923,"effective_tokens":57969,"cache_hit_rate":16810.6,"total_tokens":1164,"cost_usd":null} +{"run_id":24485544681,"workflow":"Security Guard","created_at":"2026-04-16T00:32:44Z","date":"2026-04-16","branch":"copilot/fix-arg-max-exceeded-error","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":6137,"cache_read_tokens":138211,"cache_write_tokens":54293,"effective_tokens":92668,"cache_hit_rate":23035.167,"total_tokens":6143,"cost_usd":null} +{"run_id":24477096733,"workflow":"Security Guard","created_at":"2026-04-15T20:36:47Z","date":"2026-04-15","branch":"copilot/fix-gemini-api-key-injection","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":2850,"cache_read_tokens":128936,"cache_write_tokens":46595,"effective_tokens":70895,"cache_hit_rate":21489.333,"total_tokens":2856,"cost_usd":null} +{"run_id":24476706294,"workflow":"Security Guard","created_at":"2026-04-15T20:28:10Z","date":"2026-04-15","branch":"copilot/fix-gemini-api-key-injection","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":2759,"cache_read_tokens":84111,"cache_write_tokens":46386,"effective_tokens":65838,"cache_hit_rate":16822.2,"total_tokens":2764,"cost_usd":null} +{"run_id":24467006862,"workflow":"Security Guard","created_at":"2026-04-15T16:51:37Z","date":"2026-04-15","branch":"fix/claude-token-optimizer-timeout","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":2269,"cache_read_tokens":110440,"cache_write_tokens":72113,"effective_tokens":92238,"cache_hit_rate":22088,"total_tokens":2274,"cost_usd":null} +{"run_id":24466516283,"workflow":"Security Guard","created_at":"2026-04-15T16:40:24Z","date":"2026-04-15","branch":"fix/claude-token-optimizer-timeout","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":2761,"cache_read_tokens":96252,"cache_write_tokens":58500,"effective_tokens":79174,"cache_hit_rate":19250.4,"total_tokens":2766,"cost_usd":null} +{"run_id":24436400421,"workflow":"Security Guard","created_at":"2026-04-15T04:28:10Z","date":"2026-04-15","branch":"copilot/fix-api-proxy-anthropic-default","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":3440,"cache_read_tokens":225143,"cache_write_tokens":62021,"effective_tokens":98303,"cache_hit_rate":28142.875,"total_tokens":3448,"cost_usd":null} +{"run_id":24435902104,"workflow":"Security Guard","created_at":"2026-04-15T04:08:59Z","date":"2026-04-15","branch":"copilot/fix-review-comments-1979","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":3357,"cache_read_tokens":87785,"cache_write_tokens":50671,"effective_tokens":72883,"cache_hit_rate":17557,"total_tokens":3362,"cost_usd":null} +{"run_id":24434523401,"workflow":"Security Guard","created_at":"2026-04-15T03:14:56Z","date":"2026-04-15","branch":"copilot/fix-review-comments-1979","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":3051,"cache_read_tokens":141351,"cache_write_tokens":55871,"effective_tokens":82216,"cache_hit_rate":23558.5,"total_tokens":3057,"cost_usd":null} +{"run_id":24425093481,"workflow":"Security Guard","created_at":"2026-04-14T22:01:38Z","date":"2026-04-14","branch":"copilot/fix-api-proxy-anthropic-default","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":5547,"cache_read_tokens":170231,"cache_write_tokens":42370,"effective_tokens":81587,"cache_hit_rate":28371.833,"total_tokens":5553,"cost_usd":null} +{"run_id":24424029736,"workflow":"Security Guard","created_at":"2026-04-14T21:33:11Z","date":"2026-04-14","branch":"fix/env-all-size-filtering","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":1703,"cache_read_tokens":106346,"cache_write_tokens":21723,"effective_tokens":39175,"cache_hit_rate":21269.2,"total_tokens":1708,"cost_usd":null} +{"run_id":24423751314,"workflow":"Security Guard","created_at":"2026-04-14T21:26:05Z","date":"2026-04-14","branch":"fix/github-env-toolchain-fallback","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":8892,"cache_read_tokens":174217,"cache_write_tokens":48336,"effective_tokens":101332,"cache_hit_rate":29036.167,"total_tokens":8898,"cost_usd":null} +{"run_id":24422261516,"workflow":"Security Guard","created_at":"2026-04-14T20:50:18Z","date":"2026-04-14","branch":"feat/upstream-proxy-support","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":5827,"cache_read_tokens":165806,"cache_write_tokens":73808,"effective_tokens":113703,"cache_hit_rate":27634.333,"total_tokens":5833,"cost_usd":null} +{"run_id":24421517420,"workflow":"Security Guard","created_at":"2026-04-14T20:33:03Z","date":"2026-04-14","branch":"feat/upstream-proxy-support","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":7325,"cache_read_tokens":166050,"cache_write_tokens":74273,"effective_tokens":120184,"cache_hit_rate":27675,"total_tokens":7331,"cost_usd":null} +{"run_id":24411708762,"workflow":"Security Guard","created_at":"2026-04-14T16:49:56Z","date":"2026-04-14","branch":"copilot/optimize-claude-token-usage-again","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":3608,"cache_read_tokens":91054,"cache_write_tokens":54087,"effective_tokens":77629,"cache_hit_rate":18210.8,"total_tokens":3613,"cost_usd":null} +{"run_id":24319647097,"workflow":"Security Guard","created_at":"2026-04-13T00:04:05Z","date":"2026-04-13","branch":"copilot/optimize-claude-token-usage-again","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":1597,"cache_read_tokens":86915,"cache_write_tokens":47911,"effective_tokens":62996,"cache_hit_rate":17383,"total_tokens":1602,"cost_usd":null} +{"run_id":24319183550,"workflow":"Security Guard","created_at":"2026-04-12T23:39:15Z","date":"2026-04-12","branch":"copilot/awf-fix-gemini-engine-authentication","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":936,"cache_read_tokens":80854,"cache_write_tokens":41388,"effective_tokens":53222,"cache_hit_rate":16170.8,"total_tokens":941,"cost_usd":null} +{"run_id":24318847668,"workflow":"Security Guard","created_at":"2026-04-12T23:20:37Z","date":"2026-04-12","branch":"copilot/fix-dind-configuration-issue","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":8790,"cache_read_tokens":234943,"cache_write_tokens":38579,"effective_tokens":97240,"cache_hit_rate":33563.286,"total_tokens":8797,"cost_usd":null} +{"run_id":24318792239,"workflow":"Security Guard","created_at":"2026-04-12T23:17:23Z","date":"2026-04-12","branch":"copilot/awf-fix-model-validation","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":2552,"cache_read_tokens":144341,"cache_write_tokens":61089,"effective_tokens":85737,"cache_hit_rate":24056.833,"total_tokens":2558,"cost_usd":null} +{"run_id":24318513148,"workflow":"Security Guard","created_at":"2026-04-12T23:02:13Z","date":"2026-04-12","branch":"copilot/awf-fix-model-validation","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":2273,"cache_read_tokens":84421,"cache_write_tokens":46362,"effective_tokens":63901,"cache_hit_rate":16884.2,"total_tokens":2278,"cost_usd":null} +{"run_id":24316781082,"workflow":"Security Guard","created_at":"2026-04-12T21:25:54Z","date":"2026-04-12","branch":"copilot/fix-github-actions-workflow-f9b80918-0fd0-40bc-9b32-e41226265601","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":2257,"cache_read_tokens":82791,"cache_write_tokens":44646,"effective_tokens":61958,"cache_hit_rate":16558.2,"total_tokens":2262,"cost_usd":null} +{"run_id":24315473875,"workflow":"Security Guard","created_at":"2026-04-12T20:16:04Z","date":"2026-04-12","branch":"copilot/awf-fix-gemini-engine-authentication","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":3503,"cache_read_tokens":119089,"cache_write_tokens":36099,"effective_tokens":62025,"cache_hit_rate":23817.8,"total_tokens":3508,"cost_usd":null} +{"run_id":24315034277,"workflow":"Security Guard","created_at":"2026-04-12T19:52:55Z","date":"2026-04-12","branch":"copilot/fix-dind-configuration-issue","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":12213,"cache_read_tokens":161938,"cache_write_tokens":73545,"effective_tokens":138597,"cache_hit_rate":26989.667,"total_tokens":12219,"cost_usd":null} +{"run_id":24314916428,"workflow":"Security Guard","created_at":"2026-04-12T19:46:43Z","date":"2026-04-12","branch":"copilot/awf-fix-gemini-cli-errors","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":2960,"cache_read_tokens":150032,"cache_write_tokens":25230,"effective_tokens":52079,"cache_hit_rate":25005.333,"total_tokens":2966,"cost_usd":null} +{"run_id":24314890506,"workflow":"Security Guard","created_at":"2026-04-12T19:45:21Z","date":"2026-04-12","branch":"copilot/awf-fix-model-validation","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":2348,"cache_read_tokens":107466,"cache_write_tokens":23637,"effective_tokens":43781,"cache_hit_rate":21493.2,"total_tokens":2353,"cost_usd":null} +{"run_id":24314841028,"workflow":"Security Guard","created_at":"2026-04-12T19:42:45Z","date":"2026-04-12","branch":"copilot/awf-fix-gemini-engine-authentication","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":2914,"cache_read_tokens":83361,"cache_write_tokens":45624,"effective_tokens":65621,"cache_hit_rate":16672.2,"total_tokens":2919,"cost_usd":null} +{"run_id":24314497463,"workflow":"Security Guard","created_at":"2026-04-12T19:24:24Z","date":"2026-04-12","branch":"copilot/awf-add-diagnostic-logs-flag","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":14,"output_tokens":6908,"cache_read_tokens":533273,"cache_write_tokens":56261,"effective_tokens":137234,"cache_hit_rate":38090.929,"total_tokens":6922,"cost_usd":null} +{"run_id":24314442122,"workflow":"Security Guard","created_at":"2026-04-12T19:21:46Z","date":"2026-04-12","branch":"copilot/fix-copilot-events-jsonl-capture","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":691,"output_tokens":10144,"cache_read_tokens":1046473,"cache_write_tokens":68527,"effective_tokens":214441,"cache_hit_rate":1514.433,"total_tokens":10835,"cost_usd":null} +{"run_id":24314154045,"workflow":"Security Guard","created_at":"2026-04-12T19:06:42Z","date":"2026-04-12","branch":"copilot/optimize-claude-token-usage-again","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":3087,"cache_read_tokens":88852,"cache_write_tokens":51586,"effective_tokens":72824,"cache_hit_rate":17770.4,"total_tokens":3092,"cost_usd":null} +{"run_id":24312346928,"workflow":"Security Guard","created_at":"2026-04-12T17:32:08Z","date":"2026-04-12","branch":"fix/claude-optimizer-timeout","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":1382,"cache_read_tokens":84224,"cache_write_tokens":45348,"effective_tokens":59303,"cache_hit_rate":16844.8,"total_tokens":1387,"cost_usd":null} +{"run_id":24310558551,"workflow":"Security Guard","created_at":"2026-04-12T15:56:09Z","date":"2026-04-12","branch":"fix/release-yml-expression-quotes","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":1981,"cache_read_tokens":81414,"cache_write_tokens":43047,"effective_tokens":59117,"cache_hit_rate":16282.8,"total_tokens":1986,"cost_usd":null} +{"run_id":24292329640,"workflow":"Security Guard","created_at":"2026-04-11T21:47:13Z","date":"2026-04-11","branch":"copilot/support-offline-mode-byok","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":5475,"cache_read_tokens":180378,"cache_write_tokens":55275,"effective_tokens":95220,"cache_hit_rate":25768.286,"total_tokens":5482,"cost_usd":null} +{"run_id":24292134863,"workflow":"Security Guard","created_at":"2026-04-11T21:36:04Z","date":"2026-04-11","branch":"fix/check-docker-host-unix-sockets","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":3135,"cache_read_tokens":191360,"cache_write_tokens":22680,"effective_tokens":54363,"cache_hit_rate":27337.143,"total_tokens":3142,"cost_usd":null} +{"run_id":24292050150,"workflow":"Security Guard","created_at":"2026-04-11T21:31:14Z","date":"2026-04-11","branch":"copilot/support-offline-mode-byok","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":5053,"cache_read_tokens":184669,"cache_write_tokens":52724,"effective_tokens":91410,"cache_hit_rate":26381.286,"total_tokens":5060,"cost_usd":null} +{"run_id":24291085402,"workflow":"Security Guard","created_at":"2026-04-11T20:36:17Z","date":"2026-04-11","branch":"fix/setup-action-latest-auth","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":3151,"cache_read_tokens":150181,"cache_write_tokens":24510,"effective_tokens":52138,"cache_hit_rate":25030.167,"total_tokens":3157,"cost_usd":null} +{"run_id":24290215023,"workflow":"Security Guard","created_at":"2026-04-11T19:48:06Z","date":"2026-04-11","branch":"copilot/add-support-for-byok-env-var","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":7028,"cache_read_tokens":177667,"cache_write_tokens":44691,"effective_tokens":90576,"cache_hit_rate":29611.167,"total_tokens":7034,"cost_usd":null} +{"run_id":24290111812,"workflow":"Security Guard","created_at":"2026-04-11T19:42:20Z","date":"2026-04-11","branch":"copilot/fix-cache-memory-pipeline-issue","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":21,"output_tokens":17607,"cache_read_tokens":408627,"cache_write_tokens":119506,"effective_tokens":230818,"cache_hit_rate":19458.429,"total_tokens":17628,"cost_usd":null} +{"run_id":24289182705,"workflow":"Security Guard","created_at":"2026-04-11T18:49:58Z","date":"2026-04-11","branch":"copilot/add-list-of-containers-file","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":1791,"cache_read_tokens":105039,"cache_write_tokens":20632,"effective_tokens":38305,"cache_hit_rate":21007.8,"total_tokens":1796,"cost_usd":null} +{"run_id":24289175288,"workflow":"Security Guard","created_at":"2026-04-11T18:49:35Z","date":"2026-04-11","branch":"copilot/fix-actions-artifact-token","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":2743,"cache_read_tokens":170623,"cache_write_tokens":46031,"effective_tokens":74072,"cache_hit_rate":24374.714,"total_tokens":2750,"cost_usd":null} +{"run_id":24287824916,"workflow":"Security Guard","created_at":"2026-04-11T17:33:22Z","date":"2026-04-11","branch":"fix/build-test-add-labels-no-pr","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":1106,"cache_read_tokens":81089,"cache_write_tokens":41975,"effective_tokens":54513,"cache_hit_rate":16217.8,"total_tokens":1111,"cost_usd":null} +{"run_id":24287094159,"workflow":"Security Guard","created_at":"2026-04-11T16:52:15Z","date":"2026-04-11","branch":"copilot/fix-dind-container-networking","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":3084,"cache_read_tokens":125910,"cache_write_tokens":45086,"effective_tokens":70019,"cache_hit_rate":20985,"total_tokens":3090,"cost_usd":null} +{"run_id":24286946593,"workflow":"Security Guard","created_at":"2026-04-11T16:44:04Z","date":"2026-04-11","branch":"copilot/fix-code-for-review-comments","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":874,"cache_read_tokens":103973,"cache_write_tokens":18757,"effective_tokens":32655,"cache_hit_rate":20794.6,"total_tokens":879,"cost_usd":null} +{"run_id":24286910030,"workflow":"Security Guard","created_at":"2026-04-11T16:42:06Z","date":"2026-04-11","branch":"copilot/fix-review-comments","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":2488,"cache_read_tokens":107131,"cache_write_tokens":23386,"effective_tokens":44056,"cache_hit_rate":21426.2,"total_tokens":2493,"cost_usd":null} +{"run_id":24286885999,"workflow":"Security Guard","created_at":"2026-04-11T16:40:49Z","date":"2026-04-11","branch":"copilot/fix-dind-container-networking","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":1904,"cache_read_tokens":84311,"cache_write_tokens":45809,"effective_tokens":61861,"cache_hit_rate":16862.2,"total_tokens":1909,"cost_usd":null} +{"run_id":24285997557,"workflow":"Security Guard","created_at":"2026-04-11T15:50:31Z","date":"2026-04-11","branch":"copilot/fix-cli-proxy-pat-validation","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":1978,"cache_read_tokens":107505,"cache_write_tokens":23250,"effective_tokens":41918,"cache_hit_rate":21501,"total_tokens":1983,"cost_usd":null} +{"run_id":24285974370,"workflow":"Security Guard","created_at":"2026-04-11T15:49:15Z","date":"2026-04-11","branch":"copilot/awf-implement-diagnostic-logs-flag","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":17941,"cache_read_tokens":266095,"cache_write_tokens":60127,"effective_tokens":158508,"cache_hit_rate":38013.571,"total_tokens":17948,"cost_usd":null} +{"run_id":24285926900,"workflow":"Security Guard","created_at":"2026-04-11T15:46:28Z","date":"2026-04-11","branch":"copilot/fix-code-comments-from-review","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1622,"cache_read_tokens":125277,"cache_write_tokens":44039,"effective_tokens":63061,"cache_hit_rate":20879.5,"total_tokens":1628,"cost_usd":null} +{"run_id":24285565760,"workflow":"Security Guard","created_at":"2026-04-11T15:26:54Z","date":"2026-04-11","branch":"copilot/awf-fix-gemini-cli-enoent-error","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":4623,"cache_read_tokens":142069,"cache_write_tokens":62681,"effective_tokens":95386,"cache_hit_rate":23678.167,"total_tokens":4629,"cost_usd":null} +{"run_id":24285399450,"workflow":"Security Guard","created_at":"2026-04-11T15:17:49Z","date":"2026-04-11","branch":"copilot/fix-urls-in-issue-comment","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":1077,"cache_read_tokens":81050,"cache_write_tokens":41927,"effective_tokens":54345,"cache_hit_rate":16210,"total_tokens":1082,"cost_usd":null} +{"run_id":24284801982,"workflow":"Security Guard","created_at":"2026-04-11T14:44:26Z","date":"2026-04-11","branch":"perf/firewall-issue-dispatcher-optimization","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":2306,"cache_read_tokens":85547,"cache_write_tokens":47563,"effective_tokens":65347,"cache_hit_rate":17109.4,"total_tokens":2311,"cost_usd":null} +{"run_id":24272439726,"workflow":"Security Guard","created_at":"2026-04-11T02:19:27Z","date":"2026-04-11","branch":"perf/secret-digger-claude-token-optimization","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":4962,"cache_read_tokens":159496,"cache_write_tokens":68571,"effective_tokens":104375,"cache_hit_rate":26582.667,"total_tokens":4968,"cost_usd":null} +{"run_id":24271368232,"workflow":"Security Guard","created_at":"2026-04-11T01:20:34Z","date":"2026-04-11","branch":"config/disable-threat-detection","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":22,"output_tokens":8014,"cache_read_tokens":927036,"cache_write_tokens":46840,"effective_tokens":171622,"cache_hit_rate":42138,"total_tokens":8036,"cost_usd":null} +{"run_id":24258771879,"workflow":"Security Guard","created_at":"2026-04-10T18:48:36Z","date":"2026-04-10","branch":"perf/secret-digger-copilot-token-optimization","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":2928,"cache_read_tokens":133166,"cache_write_tokens":48961,"effective_tokens":73996,"cache_hit_rate":22194.333,"total_tokens":2934,"cost_usd":null} +{"run_id":24257149617,"workflow":"Security Guard","created_at":"2026-04-10T18:09:13Z","date":"2026-04-10","branch":"refactor/token-workflows-use-gh-aw-logs","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":17,"output_tokens":8945,"cache_read_tokens":644645,"cache_write_tokens":68498,"effective_tokens":168760,"cache_hit_rate":37920.294,"total_tokens":8962,"cost_usd":null} +{"run_id":24256448112,"workflow":"Security Guard","created_at":"2026-04-10T17:52:03Z","date":"2026-04-10","branch":"fix/token-analyzer-artifact-name","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":1459,"cache_read_tokens":105885,"cache_write_tokens":21241,"effective_tokens":37671,"cache_hit_rate":21177,"total_tokens":1464,"cost_usd":null} +{"run_id":24222066729,"workflow":"Security Guard","created_at":"2026-04-10T01:39:37Z","date":"2026-04-10","branch":"chore/upgrade-ghaw-v0.68.0","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":4132,"cache_read_tokens":346984,"cache_write_tokens":48876,"effective_tokens":100113,"cache_hit_rate":31544,"total_tokens":4143,"cost_usd":null} +{"run_id":24219215681,"workflow":"Security Guard","created_at":"2026-04-09T23:55:55Z","date":"2026-04-09","branch":"gh-aw/upgrade","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":5430,"cache_read_tokens":228970,"cache_write_tokens":37389,"effective_tokens":82015,"cache_hit_rate":25441.111,"total_tokens":5439,"cost_usd":null} +{"run_id":24214577208,"workflow":"Security Guard","created_at":"2026-04-09T21:37:00Z","date":"2026-04-09","branch":"fix/security-guard-max-turns","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":2456,"cache_read_tokens":92585,"cache_write_tokens":54813,"effective_tokens":73901,"cache_hit_rate":18517,"total_tokens":2461,"cost_usd":null} +{"run_id":24214152973,"workflow":"Security Guard","created_at":"2026-04-09T21:26:14Z","date":"2026-04-09","branch":"fix/security-guard-max-turns","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":2751,"cache_read_tokens":98853,"cache_write_tokens":61368,"effective_tokens":82262,"cache_hit_rate":19770.6,"total_tokens":2756,"cost_usd":null} +{"run_id":24211578512,"workflow":"Security Guard","created_at":"2026-04-09T20:24:27Z","date":"2026-04-09","branch":"copilot/fix-container-startup-benchmarks","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":7132,"cache_read_tokens":147330,"cache_write_tokens":66627,"effective_tokens":109894,"cache_hit_rate":24555,"total_tokens":7138,"cost_usd":null} +{"run_id":24210496248,"workflow":"Security Guard","created_at":"2026-04-09T19:58:48Z","date":"2026-04-09","branch":"copilot/reimplement-pr-1708-tests-passing","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":14,"output_tokens":5182,"cache_read_tokens":491947,"cache_write_tokens":58088,"effective_tokens":128025,"cache_hit_rate":35139.071,"total_tokens":5196,"cost_usd":null} +{"run_id":24206947964,"workflow":"Security Guard","created_at":"2026-04-09T18:34:55Z","date":"2026-04-09","branch":"chore/recompile-smoke-copilot","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":10,"output_tokens":3732,"cache_read_tokens":304551,"cache_write_tokens":53395,"effective_tokens":98788,"cache_hit_rate":30455.1,"total_tokens":3742,"cost_usd":null} +{"run_id":24173267088,"workflow":"Security Guard","created_at":"2026-04-09T04:59:31Z","date":"2026-04-09","branch":"copilot/merge-validated-fixes-cli-proxy","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":9692,"cache_read_tokens":139697,"cache_write_tokens":57678,"effective_tokens":110422,"cache_hit_rate":23282.833,"total_tokens":9698,"cost_usd":null} +{"run_id":24170589293,"workflow":"Security Guard","created_at":"2026-04-09T03:20:28Z","date":"2026-04-09","branch":"test/smoke-copilot-proxied-cli","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":12959,"cache_read_tokens":238567,"cache_write_tokens":92396,"effective_tokens":168096,"cache_hit_rate":34081,"total_tokens":12966,"cost_usd":null} +{"run_id":24168921673,"workflow":"Security Guard","created_at":"2026-04-09T02:17:12Z","date":"2026-04-09","branch":"test/smoke-copilot-proxied-cli","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":13534,"cache_read_tokens":308760,"cache_write_tokens":83928,"effective_tokens":168949,"cache_hit_rate":34306.667,"total_tokens":13543,"cost_usd":null} +{"run_id":24167894150,"workflow":"Security Guard","created_at":"2026-04-09T01:38:57Z","date":"2026-04-09","branch":"test/smoke-copilot-proxied-cli","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":12872,"cache_read_tokens":236231,"cache_write_tokens":91299,"effective_tokens":166417,"cache_hit_rate":33747.286,"total_tokens":12879,"cost_usd":null} +{"run_id":24167457585,"workflow":"Security Guard","created_at":"2026-04-09T01:22:54Z","date":"2026-04-09","branch":"test/smoke-copilot-proxied-cli","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":631,"output_tokens":10776,"cache_read_tokens":299458,"cache_write_tokens":78977,"effective_tokens":152658,"cache_hit_rate":474.577,"total_tokens":11407,"cost_usd":null} +{"run_id":24167079683,"workflow":"Security Guard","created_at":"2026-04-09T01:08:50Z","date":"2026-04-09","branch":"test/smoke-copilot-proxied-cli","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":8650,"cache_read_tokens":182551,"cache_write_tokens":85657,"effective_tokens":138518,"cache_hit_rate":30425.167,"total_tokens":8656,"cost_usd":null} +{"run_id":24166414379,"workflow":"Security Guard","created_at":"2026-04-09T00:45:52Z","date":"2026-04-09","branch":"test/smoke-copilot-proxied-cli","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":9114,"cache_read_tokens":369630,"cache_write_tokens":73301,"effective_tokens":146731,"cache_hit_rate":33602.727,"total_tokens":9125,"cost_usd":null} +{"run_id":24165829832,"workflow":"Security Guard","created_at":"2026-04-09T00:26:17Z","date":"2026-04-09","branch":"test/smoke-copilot-proxied-cli","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":9338,"cache_read_tokens":180390,"cache_write_tokens":85194,"effective_tokens":140591,"cache_hit_rate":30065,"total_tokens":9344,"cost_usd":null} +{"run_id":24165554268,"workflow":"Security Guard","created_at":"2026-04-09T00:17:19Z","date":"2026-04-09","branch":"test/smoke-copilot-proxied-cli","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":8811,"cache_read_tokens":181963,"cache_write_tokens":85600,"effective_tokens":139046,"cache_hit_rate":30327.167,"total_tokens":8817,"cost_usd":null} +{"run_id":24161014888,"workflow":"Security Guard","created_at":"2026-04-08T22:02:24Z","date":"2026-04-08","branch":"copilot/reimplement-pr-1708-tests-passing","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":17,"output_tokens":5722,"cache_read_tokens":629345,"cache_write_tokens":55726,"effective_tokens":141566,"cache_hit_rate":37020.294,"total_tokens":5739,"cost_usd":null} +{"run_id":24160740642,"workflow":"Security Guard","created_at":"2026-04-08T21:55:24Z","date":"2026-04-08","branch":"copilot/fix-squid-https-latency-report","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":2433,"cache_read_tokens":152070,"cache_write_tokens":25512,"effective_tokens":50457,"cache_hit_rate":25345,"total_tokens":2439,"cost_usd":null} +{"run_id":24158697828,"workflow":"Security Guard","created_at":"2026-04-08T21:05:45Z","date":"2026-04-08","branch":"copilot/awf-fix-gemini-api-key-forwarding","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":2617,"cache_read_tokens":107077,"cache_write_tokens":23487,"effective_tokens":44668,"cache_hit_rate":21415.4,"total_tokens":2622,"cost_usd":null} +{"run_id":24157022165,"workflow":"Security Guard","created_at":"2026-04-08T20:28:03Z","date":"2026-04-08","branch":"copilot/reimplement-pr-1708-tests-passing","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":16,"output_tokens":5979,"cache_read_tokens":600347,"cache_write_tokens":67036,"effective_tokens":151003,"cache_hit_rate":37521.688,"total_tokens":5995,"cost_usd":null} +{"run_id":24153737975,"workflow":"Security Guard","created_at":"2026-04-08T19:15:32Z","date":"2026-04-08","branch":"copilot/reimplement-pr-1708-tests-passing","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":14,"output_tokens":5929,"cache_read_tokens":497320,"cache_write_tokens":56033,"effective_tokens":129495,"cache_hit_rate":35522.857,"total_tokens":5943,"cost_usd":null} +{"run_id":24153274194,"workflow":"Security Guard","created_at":"2026-04-08T19:04:34Z","date":"2026-04-08","branch":"copilot/fix-codex-model-flag-issue","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":2229,"cache_read_tokens":85477,"cache_write_tokens":47400,"effective_tokens":64869,"cache_hit_rate":17095.4,"total_tokens":2234,"cost_usd":null} +{"run_id":24152906096,"workflow":"Security Guard","created_at":"2026-04-08T18:55:56Z","date":"2026-04-08","branch":"copilot/tune-healthcheck-intervals-squid-api-proxy","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":2407,"cache_read_tokens":104680,"cache_write_tokens":20881,"effective_tokens":40982,"cache_hit_rate":20936,"total_tokens":2412,"cost_usd":null} +{"run_id":24149404877,"workflow":"Security Guard","created_at":"2026-04-08T17:32:27Z","date":"2026-04-08","branch":"chore/upgrade-smoke-copilot","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":8289,"cache_read_tokens":178651,"cache_write_tokens":83422,"effective_tokens":134449,"cache_hit_rate":29775.167,"total_tokens":8295,"cost_usd":null} +{"run_id":24148412552,"workflow":"Security Guard","created_at":"2026-04-08T17:09:17Z","date":"2026-04-08","branch":"chore/upgrade-smoke-copilot","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":8144,"cache_read_tokens":158562,"cache_write_tokens":64374,"effective_tokens":112812,"cache_hit_rate":26427,"total_tokens":8150,"cost_usd":null} +{"run_id":24147514298,"workflow":"Security Guard","created_at":"2026-04-08T16:49:03Z","date":"2026-04-08","branch":"chore/upgrade-smoke-copilot","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":10021,"cache_read_tokens":172009,"cache_write_tokens":79857,"effective_tokens":137148,"cache_hit_rate":28668.167,"total_tokens":10027,"cost_usd":null} +{"run_id":24147122969,"workflow":"Security Guard","created_at":"2026-04-08T16:40:26Z","date":"2026-04-08","branch":"chore/upgrade-smoke-copilot","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":6661,"cache_read_tokens":168500,"cache_write_tokens":76538,"effective_tokens":120038,"cache_hit_rate":28083.333,"total_tokens":6667,"cost_usd":null} +{"run_id":24146264742,"workflow":"Security Guard","created_at":"2026-04-08T16:21:30Z","date":"2026-04-08","branch":"chore/upgrade-smoke-copilot","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":3099,"cache_read_tokens":90963,"cache_write_tokens":53727,"effective_tokens":75224,"cache_hit_rate":18192.6,"total_tokens":3104,"cost_usd":null} +{"run_id":24144863729,"workflow":"Security Guard","created_at":"2026-04-08T15:52:59Z","date":"2026-04-08","branch":"fix/api-proxy-normalize-target-scheme","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":3770,"cache_read_tokens":169600,"cache_write_tokens":39281,"effective_tokens":71327,"cache_hit_rate":28266.667,"total_tokens":3776,"cost_usd":null} +{"run_id":24144139230,"workflow":"Security Guard","created_at":"2026-04-08T15:38:09Z","date":"2026-04-08","branch":"fix/api-proxy-normalize-target-scheme","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":2029,"cache_read_tokens":84314,"cache_write_tokens":46150,"effective_tokens":62702,"cache_hit_rate":16862.8,"total_tokens":2034,"cost_usd":null} +{"run_id":24142200199,"workflow":"Security Guard","created_at":"2026-04-08T14:57:06Z","date":"2026-04-08","branch":"copilot/awf-fix-oidc-env-vars-forwarding","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":5762,"cache_read_tokens":174797,"cache_write_tokens":50592,"effective_tokens":91127,"cache_hit_rate":24971,"total_tokens":5769,"cost_usd":null} +{"run_id":24114638676,"workflow":"Security Guard","created_at":"2026-04-08T02:35:45Z","date":"2026-04-08","branch":"fix/cli-proxy-dockerfile-mcpg-path","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":10843,"cache_read_tokens":174247,"cache_write_tokens":83017,"effective_tokens":143820,"cache_hit_rate":29041.167,"total_tokens":10849,"cost_usd":null} +{"run_id":24113906756,"workflow":"Security Guard","created_at":"2026-04-08T02:09:13Z","date":"2026-04-08","branch":"fix/cli-proxy-dockerfile-mcpg-path","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":8650,"cache_read_tokens":325059,"cache_write_tokens":75743,"effective_tokens":142858,"cache_hit_rate":36117.667,"total_tokens":8659,"cost_usd":null} +{"run_id":24113556058,"workflow":"Security Guard","created_at":"2026-04-08T01:56:42Z","date":"2026-04-08","branch":"fix/cli-proxy-dockerfile-mcpg-path","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":21713,"cache_read_tokens":165224,"cache_write_tokens":84115,"effective_tokens":187495,"cache_hit_rate":27537.333,"total_tokens":21719,"cost_usd":null} +{"run_id":24112123300,"workflow":"Security Guard","created_at":"2026-04-08T01:04:43Z","date":"2026-04-08","branch":"fix/cli-proxy-dockerfile-mcpg-path","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":16659,"cache_read_tokens":239717,"cache_write_tokens":80273,"effective_tokens":170888,"cache_hit_rate":34245.286,"total_tokens":16666,"cost_usd":null} +{"run_id":24110398432,"workflow":"Security Guard","created_at":"2026-04-08T00:02:41Z","date":"2026-04-08","branch":"feat/1760-historical-benchmarks","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":3203,"cache_read_tokens":90002,"cache_write_tokens":52975,"effective_tokens":74792,"cache_hit_rate":18000.4,"total_tokens":3208,"cost_usd":null} +{"run_id":24109835235,"workflow":"Security Guard","created_at":"2026-04-07T23:42:57Z","date":"2026-04-07","branch":"copilot/fix-add-cli-proxy-to-release-workflow","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":2172,"cache_read_tokens":82898,"cache_write_tokens":44764,"effective_tokens":61747,"cache_hit_rate":16579.6,"total_tokens":2177,"cost_usd":null} +{"run_id":24109529278,"workflow":"Security Guard","created_at":"2026-04-07T23:32:34Z","date":"2026-04-07","branch":"fix/benchmark-exec-null-trim","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":1238,"cache_read_tokens":81413,"cache_write_tokens":42425,"effective_tokens":55523,"cache_hit_rate":16282.6,"total_tokens":1243,"cost_usd":null} +{"run_id":24109086160,"workflow":"Security Guard","created_at":"2026-04-07T23:17:44Z","date":"2026-04-07","branch":"feat/1760-historical-benchmarks","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":3809,"cache_read_tokens":112923,"cache_write_tokens":30594,"effective_tokens":57127,"cache_hit_rate":22584.6,"total_tokens":3814,"cost_usd":null} +{"run_id":24109078777,"workflow":"Security Guard","created_at":"2026-04-07T23:17:29Z","date":"2026-04-07","branch":"feat/1761-benchmark-unit-tests","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":1575,"cache_read_tokens":86709,"cache_write_tokens":48062,"effective_tokens":63038,"cache_hit_rate":17341.8,"total_tokens":1580,"cost_usd":null} +{"run_id":24107878284,"workflow":"Security Guard","created_at":"2026-04-07T22:39:26Z","date":"2026-04-07","branch":"feat/1760-historical-benchmarks","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":2003,"cache_read_tokens":112873,"cache_write_tokens":28758,"effective_tokens":48062,"cache_hit_rate":22574.6,"total_tokens":2008,"cost_usd":null} +{"run_id":24107839270,"workflow":"Security Guard","created_at":"2026-04-07T22:38:10Z","date":"2026-04-07","branch":"fix/1758-memory-benchmark","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":2773,"cache_read_tokens":235447,"cache_write_tokens":26122,"effective_tokens":60767,"cache_hit_rate":29430.875,"total_tokens":2781,"cost_usd":null} +{"run_id":24107801340,"workflow":"Security Guard","created_at":"2026-04-07T22:37:00Z","date":"2026-04-07","branch":"feat/1761-benchmark-unit-tests","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":1539,"cache_read_tokens":109682,"cache_write_tokens":25130,"effective_tokens":42259,"cache_hit_rate":21936.4,"total_tokens":1544,"cost_usd":null} +{"run_id":24107778201,"workflow":"Security Guard","created_at":"2026-04-07T22:36:18Z","date":"2026-04-07","branch":"fix/1757-benchmark-stderr-capture","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":1151,"cache_read_tokens":81380,"cache_write_tokens":42303,"effective_tokens":55050,"cache_hit_rate":16276,"total_tokens":1156,"cost_usd":null} +{"run_id":24106990910,"workflow":"Security Guard","created_at":"2026-04-07T22:13:29Z","date":"2026-04-07","branch":"feat/1760-historical-benchmarks","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":2832,"cache_read_tokens":153024,"cache_write_tokens":29066,"effective_tokens":55702,"cache_hit_rate":25504,"total_tokens":2838,"cost_usd":null} +{"run_id":24106961823,"workflow":"Security Guard","created_at":"2026-04-07T22:12:39Z","date":"2026-04-07","branch":"feat/1761-benchmark-unit-tests","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":1509,"cache_read_tokens":109451,"cache_write_tokens":24826,"effective_tokens":41812,"cache_hit_rate":21890.2,"total_tokens":1514,"cost_usd":null} +{"run_id":24106923629,"workflow":"Security Guard","created_at":"2026-04-07T22:11:36Z","date":"2026-04-07","branch":"fix/1758-memory-benchmark","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":1752,"cache_read_tokens":105950,"cache_write_tokens":21632,"effective_tokens":39240,"cache_hit_rate":21190,"total_tokens":1757,"cost_usd":null} +{"run_id":24106893085,"workflow":"Security Guard","created_at":"2026-04-07T22:10:42Z","date":"2026-04-07","branch":"fix/1757-benchmark-stderr-capture","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1423,"cache_read_tokens":146907,"cache_write_tokens":20222,"effective_tokens":40611,"cache_hit_rate":24484.5,"total_tokens":1429,"cost_usd":null} +{"run_id":24106892881,"workflow":"Security Guard","created_at":"2026-04-07T22:10:42Z","date":"2026-04-07","branch":"fix/1759-missing-label","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":1509,"cache_read_tokens":81531,"cache_write_tokens":42632,"effective_tokens":56826,"cache_hit_rate":16306.2,"total_tokens":1514,"cost_usd":null} +{"run_id":24058780094,"workflow":"Security Guard","created_at":"2026-04-07T00:53:40Z","date":"2026-04-07","branch":"feat/cli-proxy-integration-tests","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":10,"output_tokens":9737,"cache_read_tokens":266967,"cache_write_tokens":67603,"effective_tokens":133258,"cache_hit_rate":26696.7,"total_tokens":9747,"cost_usd":null} +{"run_id":24057582152,"workflow":"Security Guard","created_at":"2026-04-07T00:10:34Z","date":"2026-04-07","branch":"copilot/design-gh-cli-proxy-sidecar","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":2247,"output_tokens":15474,"cache_read_tokens":828172,"cache_write_tokens":92018,"effective_tokens":238978,"cache_hit_rate":368.568,"total_tokens":17721,"cost_usd":null} +{"run_id":24056188642,"workflow":"Security Guard","created_at":"2026-04-06T23:24:29Z","date":"2026-04-06","branch":"chore/upgrade-workflows-20260406","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":79,"output_tokens":13018,"cache_read_tokens":754468,"cache_write_tokens":84563,"effective_tokens":212161,"cache_hit_rate":9550.228,"total_tokens":13097,"cost_usd":null} +{"run_id":24055842273,"workflow":"Security Guard","created_at":"2026-04-06T23:13:10Z","date":"2026-04-06","branch":"copilot/fix-smoke-services-failure","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":3257,"cache_read_tokens":130672,"cache_write_tokens":48340,"effective_tokens":74441,"cache_hit_rate":21778.667,"total_tokens":3263,"cost_usd":null} +{"run_id":24054424507,"workflow":"Security Guard","created_at":"2026-04-06T22:30:41Z","date":"2026-04-06","branch":"fix/1463-chmod-gh-aw-config-files","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":12517,"cache_read_tokens":340940,"cache_write_tokens":80605,"effective_tokens":164778,"cache_hit_rate":30994.545,"total_tokens":12528,"cost_usd":null} +{"run_id":24052321052,"workflow":"Security Guard","created_at":"2026-04-06T21:33:18Z","date":"2026-04-06","branch":"feat/422-host-docker-internal-propagation","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":9815,"cache_read_tokens":205585,"cache_write_tokens":32816,"effective_tokens":92642,"cache_hit_rate":29369.286,"total_tokens":9822,"cost_usd":null} +{"run_id":24052189873,"workflow":"Security Guard","created_at":"2026-04-06T21:30:05Z","date":"2026-04-06","branch":"feat/240-benchmark-history-tracking","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":5740,"cache_read_tokens":141470,"cache_write_tokens":57869,"effective_tokens":94982,"cache_hit_rate":23578.333,"total_tokens":5746,"cost_usd":null} +{"run_id":24051472521,"workflow":"Security Guard","created_at":"2026-04-06T21:11:38Z","date":"2026-04-06","branch":"feat/422-host-docker-internal-propagation","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":10210,"cache_read_tokens":205379,"cache_write_tokens":31750,"effective_tokens":93135,"cache_hit_rate":29339.857,"total_tokens":10217,"cost_usd":null} +{"run_id":24051295827,"workflow":"Security Guard","created_at":"2026-04-06T21:07:10Z","date":"2026-04-06","branch":"fix/130-child-container-nat-rules","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":10356,"cache_read_tokens":176889,"cache_write_tokens":49599,"effective_tokens":108718,"cache_hit_rate":29481.5,"total_tokens":10362,"cost_usd":null} +{"run_id":24051182225,"workflow":"Security Guard","created_at":"2026-04-06T21:04:16Z","date":"2026-04-06","branch":"feat/240-benchmark-history-tracking","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":4599,"cache_read_tokens":132653,"cache_write_tokens":49813,"effective_tokens":81480,"cache_hit_rate":22108.833,"total_tokens":4605,"cost_usd":null} +{"run_id":24050933385,"workflow":"Security Guard","created_at":"2026-04-06T20:57:59Z","date":"2026-04-06","branch":"feat/1295-npm-global-tools","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":1912,"cache_read_tokens":80048,"cache_write_tokens":41979,"effective_tokens":57637,"cache_hit_rate":16009.6,"total_tokens":1917,"cost_usd":null} +{"run_id":24048360958,"workflow":"Security Guard","created_at":"2026-04-06T19:55:26Z","date":"2026-04-06","branch":"copilot/optimize-claude-token","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":4754,"cache_read_tokens":166454,"cache_write_tokens":73919,"effective_tokens":109586,"cache_hit_rate":27742.333,"total_tokens":4760,"cost_usd":null} +{"run_id":24048276586,"workflow":"Security Guard","created_at":"2026-04-06T19:53:22Z","date":"2026-04-06","branch":"copilot/optimize-pelis-agent-tokens","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":3810,"cache_read_tokens":165937,"cache_write_tokens":32172,"effective_tokens":64012,"cache_hit_rate":27656.167,"total_tokens":3816,"cost_usd":null} +{"run_id":24044714297,"workflow":"Security Guard","created_at":"2026-04-06T18:26:22Z","date":"2026-04-06","branch":"docs/1562-env-vars-cli-reference","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":492,"cache_read_tokens":80524,"cache_write_tokens":41052,"effective_tokens":51077,"cache_hit_rate":16104.8,"total_tokens":497,"cost_usd":null} +{"run_id":24044348996,"workflow":"Security Guard","created_at":"2026-04-06T18:17:21Z","date":"2026-04-06","branch":"fix/1463-chmod-gh-aw-config-files","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":2773,"cache_read_tokens":81054,"cache_write_tokens":43613,"effective_tokens":62815,"cache_hit_rate":16210.8,"total_tokens":2778,"cost_usd":null} +{"run_id":24042923140,"workflow":"Security Guard","created_at":"2026-04-06T17:40:57Z","date":"2026-04-06","branch":"docs/1562-env-vars-cli-reference","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":734,"cache_read_tokens":145623,"cache_write_tokens":19883,"effective_tokens":37387,"cache_hit_rate":24270.5,"total_tokens":740,"cost_usd":null} +{"run_id":24042861963,"workflow":"Security Guard","created_at":"2026-04-06T17:39:25Z","date":"2026-04-06","branch":"fix/1427-tty-color-detection","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":1313,"cache_read_tokens":104357,"cache_write_tokens":20284,"effective_tokens":35977,"cache_hit_rate":20871.4,"total_tokens":1318,"cost_usd":null} +{"run_id":24042836892,"workflow":"Security Guard","created_at":"2026-04-06T17:38:46Z","date":"2026-04-06","branch":"feat/1295-npm-global-tools","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":1755,"cache_read_tokens":103391,"cache_write_tokens":19778,"effective_tokens":37142,"cache_hit_rate":20678.2,"total_tokens":1760,"cost_usd":null} +{"run_id":24042812137,"workflow":"Security Guard","created_at":"2026-04-06T17:38:07Z","date":"2026-04-06","branch":"fix/1463-chmod-gh-aw-config-files","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":5962,"cache_read_tokens":139775,"cache_write_tokens":61878,"effective_tokens":99710,"cache_hit_rate":23295.833,"total_tokens":5968,"cost_usd":null} +{"run_id":24040169380,"workflow":"Security Guard","created_at":"2026-04-06T16:28:09Z","date":"2026-04-06","branch":"test-coverage/host-iptables-branch-coverage-7eaec73b4d4c6e4c","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":1735,"cache_read_tokens":92028,"cache_write_tokens":53731,"effective_tokens":69879,"cache_hit_rate":18405.6,"total_tokens":1740,"cost_usd":null} +{"run_id":24039692819,"workflow":"Security Guard","created_at":"2026-04-06T16:15:07Z","date":"2026-04-06","branch":"copilot/fix-copilot-token-usage-report","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":2358,"cache_read_tokens":82930,"cache_write_tokens":45221,"effective_tokens":62951,"cache_hit_rate":16586,"total_tokens":2363,"cost_usd":null} +{"run_id":24036649182,"workflow":"Security Guard","created_at":"2026-04-06T14:51:42Z","date":"2026-04-06","branch":"copilot/optimize-token-usage","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":3036,"cache_read_tokens":88489,"cache_write_tokens":51344,"effective_tokens":72342,"cache_hit_rate":17697.8,"total_tokens":3041,"cost_usd":null} +{"run_id":24017481873,"workflow":"Security Guard","created_at":"2026-04-06T03:28:34Z","date":"2026-04-06","branch":"fix/recompile-workflows-upgrade","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":15,"output_tokens":6082,"cache_read_tokens":568375,"cache_write_tokens":65661,"effective_tokens":146842,"cache_hit_rate":37891.667,"total_tokens":6097,"cost_usd":null} +{"run_id":24017214071,"workflow":"Security Guard","created_at":"2026-04-06T03:15:08Z","date":"2026-04-06","branch":"fix/recompile-workflows-upgrade","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":13,"output_tokens":3566,"cache_read_tokens":352431,"cache_write_tokens":59576,"effective_tokens":109096,"cache_hit_rate":27110.077,"total_tokens":3579,"cost_usd":null} +{"run_id":24013019384,"workflow":"Security Guard","created_at":"2026-04-05T23:37:39Z","date":"2026-04-05","branch":"copilot/optimize-secret-digger-claude","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":17,"output_tokens":5083,"cache_read_tokens":618067,"cache_write_tokens":50177,"effective_tokens":-562790,"cache_hit_rate":36356.882,"total_tokens":5100,"cost_usd":0.4498798499999999} +{"run_id":23982295405,"workflow":"Security Guard","created_at":"2026-04-04T15:53:17Z","date":"2026-04-04","branch":"copilot/optimize-token-usage","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":16,"output_tokens":6347,"cache_read_tokens":597261,"cache_write_tokens":66703,"effective_tokens":-524195,"cache_hit_rate":37328.813,"total_tokens":6363,"cost_usd":0.52456755} +{"run_id":23981897244,"workflow":"Security Guard","created_at":"2026-04-04T15:30:14Z","date":"2026-04-04","branch":"feat/gemini-api-proxy-support","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":3124,"cache_read_tokens":91991,"cache_write_tokens":54922,"effective_tokens":-33940,"cache_hit_rate":18398.2,"total_tokens":3129,"cost_usd":0.28042979999999995} +{"run_id":23981761202,"workflow":"Security Guard","created_at":"2026-04-04T15:22:19Z","date":"2026-04-04","branch":"copilot/fix-github-actions-workflow-a6630634-59cd-4e93-8792-c601f8fdcf45","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":6,"input_tokens":7,"output_tokens":1624,"cache_read_tokens":170638,"cache_write_tokens":49921,"effective_tokens":-119086,"cache_hit_rate":24376.857,"total_tokens":1631,"cost_usd":0.43848325} +{"run_id":23966647816,"workflow":"Security Guard","created_at":"2026-04-03T23:58:04Z","date":"2026-04-03","branch":"feat/gemini-api-proxy-support","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":4811,"cache_read_tokens":142527,"cache_write_tokens":54663,"effective_tokens":-83047,"cache_hit_rate":23754.5,"total_tokens":4817,"cost_usd":0.31992735} +{"run_id":23965813987,"workflow":"Security Guard","created_at":"2026-04-03T23:19:57Z","date":"2026-04-03","branch":"perf/security-guard-token-optimization","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":5325,"cache_read_tokens":172142,"cache_write_tokens":39784,"effective_tokens":-127026,"cache_hit_rate":24591.714,"total_tokens":5332,"cost_usd":0.9753055500000001} +{"run_id":23962697855,"workflow":"Security Guard","created_at":"2026-04-03T21:22:06Z","date":"2026-04-03","branch":"perf/security-guard-token-optimization","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-sonnet-4-6","claude-haiku-4-5-20251001"],"providers":[],"api_calls":0,"input_tokens":10,"output_tokens":3507,"cache_read_tokens":295376,"cache_write_tokens":40448,"effective_tokens":-251411,"cache_hit_rate":29537.6,"total_tokens":3517,"cost_usd":0.45942714999999995} +{"run_id":23957630036,"workflow":"Security Guard","created_at":"2026-04-03T18:37:50Z","date":"2026-04-03","branch":"perf/doc-maintainer-token-optimization","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":31,"input_tokens":21,"output_tokens":12375,"cache_read_tokens":790011,"cache_write_tokens":87690,"effective_tokens":-689925,"cache_hit_rate":37619.571,"total_tokens":12396,"cost_usd":1.4501270000000002} +{"run_id":23935548926,"workflow":"Security Guard","created_at":"2026-04-03T05:43:59Z","date":"2026-04-03","branch":"feat/gemini-api-proxy-support","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":13,"input_tokens":552,"output_tokens":12492,"cache_read_tokens":616805,"cache_write_tokens":72824,"effective_tokens":-530937,"cache_hit_rate":1117.4,"total_tokens":13044,"cost_usd":1.0791355} +{"run_id":23925961903,"workflow":"Security Guard","created_at":"2026-04-02T23:01:43Z","date":"2026-04-02","branch":"fix/sigterm-fast-kill-container-1590","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":7,"input_tokens":8,"output_tokens":3277,"cache_read_tokens":237768,"cache_write_tokens":31947,"effective_tokens":-202536,"cache_hit_rate":29721,"total_tokens":3285,"cost_usd":0.40104075} +{"run_id":23925696349,"workflow":"Security Guard","created_at":"2026-04-02T22:52:32Z","date":"2026-04-02","branch":"copilot/optimize-claude-token-usage","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":107,"input_tokens":17,"output_tokens":7336,"cache_read_tokens":572526,"cache_write_tokens":58458,"effective_tokens":-506715,"cache_hit_rate":33678,"total_tokens":7353,"cost_usd":2.1509457499999995} +{"run_id":23925394156,"workflow":"Security Guard","created_at":"2026-04-02T22:42:31Z","date":"2026-04-02","branch":"fix/sigterm-fast-kill-container-1590","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":8,"input_tokens":9,"output_tokens":3483,"cache_read_tokens":268663,"cache_write_tokens":53671,"effective_tokens":-211500,"cache_hit_rate":29851.444,"total_tokens":3492,"cost_usd":0.5574182499999999} +{"run_id":23919740371,"workflow":"Security Guard","created_at":"2026-04-02T20:09:23Z","date":"2026-04-02","branch":"perf/smoke-copilot-browser-tool-exclusion","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":7,"input_tokens":8,"output_tokens":2610,"cache_read_tokens":233714,"cache_write_tokens":41840,"effective_tokens":-189256,"cache_hit_rate":29214.25,"total_tokens":2618,"cost_usd":0.44417799999999996} +{"run_id":23919645778,"workflow":"Security Guard","created_at":"2026-04-02T20:07:03Z","date":"2026-04-02","branch":"fix/token-analyzers-update-existing-issues","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":7,"input_tokens":8,"output_tokens":4143,"cache_read_tokens":255949,"cache_write_tokens":50443,"effective_tokens":-201355,"cache_hit_rate":31993.625,"total_tokens":4151,"cost_usd":0.54738125} +{"run_id":23919398558,"workflow":"Security Guard","created_at":"2026-04-02T20:01:02Z","date":"2026-04-02","branch":"perf/smoke-copilot-browser-tool-exclusion","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":7,"input_tokens":8,"output_tokens":2823,"cache_read_tokens":233493,"cache_write_tokens":40801,"effective_tokens":-189861,"cache_hit_rate":29186.625,"total_tokens":2831,"cost_usd":0.44289074999999994} +{"run_id":23918299907,"workflow":"Security Guard","created_at":"2026-04-02T19:32:27Z","date":"2026-04-02","branch":"fix/sigterm-fast-kill-container-1590","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":6,"input_tokens":7,"output_tokens":2901,"cache_read_tokens":157883,"cache_write_tokens":44574,"effective_tokens":-110401,"cache_hit_rate":22554.714,"total_tokens":2908,"cost_usd":0.430612} +{"run_id":23917325455,"workflow":"Security Guard","created_at":"2026-04-02T19:07:36Z","date":"2026-04-02","branch":"fix/sigterm-fast-kill-container-1590","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":7,"input_tokens":8,"output_tokens":3931,"cache_read_tokens":236659,"cache_write_tokens":29147,"effective_tokens":-203573,"cache_hit_rate":29582.375,"total_tokens":3939,"cost_usd":0.39933625} +{"run_id":23916962145,"workflow":"Security Guard","created_at":"2026-04-02T18:58:53Z","date":"2026-04-02","branch":"feat/token-optimizer-workflows","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":43,"input_tokens":19,"output_tokens":6829,"cache_read_tokens":848081,"cache_write_tokens":65091,"effective_tokens":-776142,"cache_hit_rate":44635.842,"total_tokens":6848,"cost_usd":1.3925025000000002} +{"run_id":23916622119,"workflow":"Security Guard","created_at":"2026-04-02T18:51:13Z","date":"2026-04-02","branch":"feat/token-optimizer-workflows","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":38,"input_tokens":20,"output_tokens":6135,"cache_read_tokens":821963,"cache_write_tokens":80043,"effective_tokens":-735765,"cache_hit_rate":41098.15,"total_tokens":6155,"cost_usd":1.1091715000000002} +{"run_id":23915369601,"workflow":"Security Guard","created_at":"2026-04-02T18:20:25Z","date":"2026-04-02","branch":"opt/smoke-copilot-token-reduction","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":57,"input_tokens":31,"output_tokens":13510,"cache_read_tokens":1409274,"cache_write_tokens":60563,"effective_tokens":-1335170,"cache_hit_rate":45460.452,"total_tokens":13541,"cost_usd":1.46447025} +{"run_id":23914557550,"workflow":"Security Guard","created_at":"2026-04-02T18:00:13Z","date":"2026-04-02","branch":"opt/smoke-copilot-token-reduction","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":42,"input_tokens":27,"output_tokens":13000,"cache_read_tokens":1341428,"cache_write_tokens":78967,"effective_tokens":-1249434,"cache_hit_rate":49682.519,"total_tokens":13027,"cost_usd":1.5156187499999998} +{"run_id":23911242725,"workflow":"Security Guard","created_at":"2026-04-02T16:39:00Z","date":"2026-04-02","branch":"feat/claude-token-usage-analyzer","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":16,"input_tokens":19,"output_tokens":5587,"cache_read_tokens":770686,"cache_write_tokens":69068,"effective_tokens":-696012,"cache_hit_rate":40562.421,"total_tokens":5606,"cost_usd":0.957311} +{"run_id":23908898280,"workflow":"Security Guard","created_at":"2026-04-02T15:43:40Z","date":"2026-04-02","branch":"fix/openai-cache-token-tracking","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":7,"input_tokens":8,"output_tokens":2145,"cache_read_tokens":220971,"cache_write_tokens":52708,"effective_tokens":-166110,"cache_hit_rate":27621.375,"total_tokens":2153,"cost_usd":0.4940985} +{"run_id":23908548954,"workflow":"Security Guard","created_at":"2026-04-02T15:35:45Z","date":"2026-04-02","branch":"fix/openai-cache-token-tracking","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":6,"input_tokens":7,"output_tokens":1896,"cache_read_tokens":168578,"cache_write_tokens":49798,"effective_tokens":-116877,"cache_hit_rate":24082.571,"total_tokens":1903,"cost_usd":0.4434845} +{"run_id":23882382787,"workflow":"Security Guard","created_at":"2026-04-02T03:31:17Z","date":"2026-04-02","branch":"fix/copilot-session-state-chroot-mount","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":8,"input_tokens":9,"output_tokens":5663,"cache_read_tokens":273111,"cache_write_tokens":57060,"effective_tokens":-210379,"cache_hit_rate":30345.667,"total_tokens":5672,"cost_usd":0.6353234999999999} +{"run_id":23882121404,"workflow":"Security Guard","created_at":"2026-04-02T03:20:49Z","date":"2026-04-02","branch":"fix/copilot-session-state-chroot-mount","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":9,"input_tokens":12,"output_tokens":6089,"cache_read_tokens":340491,"cache_write_tokens":44525,"effective_tokens":-289865,"cache_hit_rate":28374.25,"total_tokens":6101,"cost_usd":0.60133475} +{"run_id":23881935585,"workflow":"Security Guard","created_at":"2026-04-02T03:13:42Z","date":"2026-04-02","branch":"fix/copilot-session-state-chroot-mount","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":9,"input_tokens":10,"output_tokens":6552,"cache_read_tokens":343441,"cache_write_tokens":62644,"effective_tokens":-274235,"cache_hit_rate":34344.1,"total_tokens":6562,"cost_usd":0.7276185000000001} +{"run_id":23881637737,"workflow":"Security Guard","created_at":"2026-04-02T03:02:20Z","date":"2026-04-02","branch":"fix/copilot-session-state-chroot-mount","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":8,"input_tokens":9,"output_tokens":5280,"cache_read_tokens":270399,"cache_write_tokens":56743,"effective_tokens":-208367,"cache_hit_rate":30044.333,"total_tokens":5289,"cost_usd":0.6224112500000001} +{"run_id":23881010755,"workflow":"Security Guard","created_at":"2026-04-02T02:38:12Z","date":"2026-04-02","branch":"fix/copilot-session-state-chroot-mount","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":70,"input_tokens":12,"output_tokens":6917,"cache_read_tokens":440471,"cache_write_tokens":59417,"effective_tokens":-374125,"cache_hit_rate":36705.917,"total_tokens":6929,"cost_usd":0.96669485} +{"run_id":23879283170,"workflow":"Security Guard","created_at":"2026-04-02T01:32:09Z","date":"2026-04-02","branch":"fix/copilot-session-state-chroot-mount","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":8,"input_tokens":11,"output_tokens":4048,"cache_read_tokens":270119,"cache_write_tokens":54193,"effective_tokens":-211867,"cache_hit_rate":24556.273,"total_tokens":4059,"cost_usd":0.57554375} +{"run_id":23877180933,"workflow":"Security Guard","created_at":"2026-04-02T00:13:31Z","date":"2026-04-02","branch":"fix/token-analyzer-domains-and-scope","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":7,"input_tokens":11323,"output_tokens":4929,"cache_read_tokens":237781,"cache_write_tokens":58143,"effective_tokens":-163386,"cache_hit_rate":21,"total_tokens":16252,"cost_usd":0.6626472499999999} +{"run_id":23876202485,"workflow":"Security Guard","created_at":"2026-04-01T23:39:45Z","date":"2026-04-01","branch":"fix/token-analyzer-domains-and-scope","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":7,"input_tokens":7753,"output_tokens":5823,"cache_read_tokens":220236,"cache_write_tokens":66650,"effective_tokens":-140010,"cache_hit_rate":28.407,"total_tokens":13576,"cost_usd":0.7115435} +{"run_id":23874305652,"workflow":"Security Guard","created_at":"2026-04-01T22:38:39Z","date":"2026-04-01","branch":"fix/recompile-token-usage-analyzer","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":6,"input_tokens":7,"output_tokens":2211,"cache_read_tokens":167772,"cache_write_tokens":49701,"effective_tokens":-115853,"cache_hit_rate":23967.429,"total_tokens":2218,"cost_usd":0.45035024999999995} +{"run_id":23873101545,"workflow":"Security Guard","created_at":"2026-04-01T22:04:19Z","date":"2026-04-01","branch":"feat/esbuild-bundle","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":11,"input_tokens":14,"output_tokens":6283,"cache_read_tokens":506012,"cache_write_tokens":55435,"effective_tokens":-444280,"cache_hit_rate":36143.714,"total_tokens":6297,"cost_usd":0.7571427499999999} +{"run_id":23872168513,"workflow":"Security Guard","created_at":"2026-04-01T21:39:40Z","date":"2026-04-01","branch":"feat/esbuild-bundle","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":8,"input_tokens":9,"output_tokens":4923,"cache_read_tokens":289167,"cache_write_tokens":64655,"effective_tokens":-219580,"cache_hit_rate":32129.667,"total_tokens":4932,"cost_usd":0.67232025} +{"run_id":23867957391,"workflow":"Security Guard","created_at":"2026-04-01T19:56:01Z","date":"2026-04-01","branch":"feat/token-usage-analyzer-workflow","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":15,"input_tokens":18,"output_tokens":6799,"cache_read_tokens":637530,"cache_write_tokens":82567,"effective_tokens":-548146,"cache_hit_rate":35418.333,"total_tokens":6817,"cost_usd":1.0053967500000003} +{"run_id":23866922736,"workflow":"Security Guard","created_at":"2026-04-01T19:30:35Z","date":"2026-04-01","branch":"fix/ssl-bump-chroot-ca-cert","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":7,"input_tokens":8,"output_tokens":4611,"cache_read_tokens":245811,"cache_write_tokens":52499,"effective_tokens":-188693,"cache_hit_rate":30726.375,"total_tokens":4619,"cost_usd":0.56686225} +{"run_id":23866856390,"workflow":"Security Guard","created_at":"2026-04-01T19:29:05Z","date":"2026-04-01","branch":"feat/token-usage-analyzer-workflow","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":13,"input_tokens":4679,"output_tokens":6656,"cache_read_tokens":545149,"cache_write_tokens":60419,"effective_tokens":-473395,"cache_hit_rate":116.51,"total_tokens":11335,"cost_usd":0.84051125} +{"run_id":23862883332,"workflow":"Security Guard","created_at":"2026-04-01T17:53:28Z","date":"2026-04-01","branch":"fix/websocket-token-tracking","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":12,"input_tokens":13,"output_tokens":12805,"cache_read_tokens":443991,"cache_write_tokens":91090,"effective_tokens":-340083,"cache_hit_rate":34153.154,"total_tokens":12818,"cost_usd":1.36905825} +{"run_id":23862098086,"workflow":"Security Guard","created_at":"2026-04-01T17:35:13Z","date":"2026-04-01","branch":"fix/websocket-token-tracking","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":7,"input_tokens":8,"output_tokens":6527,"cache_read_tokens":240506,"cache_write_tokens":79318,"effective_tokens":-154653,"cache_hit_rate":30063.25,"total_tokens":6535,"cost_usd":0.7797285} +{"run_id":23861597346,"workflow":"Security Guard","created_at":"2026-04-01T17:23:29Z","date":"2026-04-01","branch":"fix/websocket-token-tracking","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":7346,"cache_read_tokens":247068,"cache_write_tokens":57644,"effective_tokens":-182070,"cache_hit_rate":30883.5,"total_tokens":7354,"cost_usd":0.6680219999999999} +{"run_id":23861249797,"workflow":"Security Guard","created_at":"2026-04-01T17:15:09Z","date":"2026-04-01","branch":"fix/websocket-token-tracking","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":5230,"cache_read_tokens":279815,"cache_write_tokens":60164,"effective_tokens":-214412,"cache_hit_rate":31090.556,"total_tokens":5239,"cost_usd":0.6472505000000001} +{"run_id":23860683061,"workflow":"Security Guard","created_at":"2026-04-01T17:01:22Z","date":"2026-04-01","branch":"fix/websocket-token-tracking","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7380,"output_tokens":3877,"cache_read_tokens":222357,"cache_write_tokens":64405,"effective_tokens":-146695,"cache_hit_rate":30.13,"total_tokens":11257,"cost_usd":0.64805775} +{"run_id":23857526404,"workflow":"Security Guard","created_at":"2026-04-01T15:48:54Z","date":"2026-04-01","branch":"feat/token-logs-artifact","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":3174,"cache_read_tokens":282175,"cache_write_tokens":37750,"effective_tokens":-241240,"cache_hit_rate":25652.273,"total_tokens":3185,"cost_usd":0.456953} +{"run_id":23833495681,"workflow":"Security Guard","created_at":"2026-04-01T05:28:00Z","date":"2026-04-01","branch":"fix/smoke-codex-add-node-network","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":13,"output_tokens":9511,"cache_read_tokens":426150,"cache_write_tokens":68107,"effective_tokens":-348519,"cache_hit_rate":32780.769,"total_tokens":9524,"cost_usd":0.8771067499999999} +{"run_id":23830752008,"workflow":"Security Guard","created_at":"2026-04-01T03:38:59Z","date":"2026-04-01","branch":"fix/ipv6-squid-chroot","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":6630,"cache_read_tokens":254460,"cache_write_tokens":60527,"effective_tokens":-187295,"cache_hit_rate":31807.5,"total_tokens":6638,"cost_usd":0.67183675} +{"run_id":23829922205,"workflow":"Security Guard","created_at":"2026-04-01T03:05:10Z","date":"2026-04-01","branch":"fix/ipv6-squid-chroot","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":4958,"cache_read_tokens":324395,"cache_write_tokens":60040,"effective_tokens":-259386,"cache_hit_rate":29490.455,"total_tokens":4969,"cost_usd":0.7223401999999999} +{"run_id":23828975623,"workflow":"Security Guard","created_at":"2026-04-01T02:27:29Z","date":"2026-04-01","branch":"feat/api-proxy-token-tracking","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":4146,"cache_read_tokens":241082,"cache_write_tokens":75278,"effective_tokens":-161650,"cache_hit_rate":30135.25,"total_tokens":4154,"cost_usd":0.6952455000000001} +{"run_id":23827810100,"workflow":"Security Guard","created_at":"2026-04-01T01:41:02Z","date":"2026-04-01","branch":"feat/api-proxy-token-tracking","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":4292,"cache_read_tokens":237706,"cache_write_tokens":74185,"effective_tokens":-159221,"cache_hit_rate":29713.25,"total_tokens":4300,"cost_usd":0.69037625} +{"run_id":23825943792,"workflow":"Security Guard","created_at":"2026-04-01T00:30:35Z","date":"2026-04-01","branch":"copilot/smoke-services-test","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":22,"output_tokens":6663,"cache_read_tokens":845468,"cache_write_tokens":88616,"effective_tokens":-750167,"cache_hit_rate":38430.364,"total_tokens":6685,"cost_usd":2.0124102500000003} +{"run_id":23825478649,"workflow":"Security Guard","created_at":"2026-04-01T00:14:19Z","date":"2026-04-01","branch":"copilot/smoke-services-test","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":191,"output_tokens":10054,"cache_read_tokens":2871367,"cache_write_tokens":83171,"effective_tokens":-2777951,"cache_hit_rate":15033.335,"total_tokens":10245,"cost_usd":2.2850812499999997} +{"run_id":23824680101,"workflow":"Security Guard","created_at":"2026-03-31T23:44:27Z","date":"2026-03-31","branch":"copilot/smoke-services-test","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":19,"output_tokens":8163,"cache_read_tokens":916802,"cache_write_tokens":83418,"effective_tokens":-825202,"cache_hit_rate":48252.737,"total_tokens":8182,"cost_usd":1.2456689999999997} +{"run_id":23823419330,"workflow":"Security Guard","created_at":"2026-03-31T23:00:13Z","date":"2026-03-31","branch":"copilot/fix-api-proxy-auth-chain","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":5690,"cache_read_tokens":299528,"cache_write_tokens":51986,"effective_tokens":-241841,"cache_hit_rate":27229.818,"total_tokens":5701,"cost_usd":0.6175085000000001} +{"run_id":23810579946,"workflow":"Security Guard","created_at":"2026-03-31T17:24:59Z","date":"2026-03-31","branch":"feat/auto-detect-dns","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":6761,"cache_read_tokens":352543,"cache_write_tokens":52860,"effective_tokens":-292910,"cache_hit_rate":29378.583,"total_tokens":6773,"cost_usd":0.6762545} +{"run_id":23810570008,"workflow":"Security Guard","created_at":"2026-03-31T17:24:44Z","date":"2026-03-31","branch":"fix/squid-config-injection","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4168,"output_tokens":10013,"cache_read_tokens":584320,"cache_write_tokens":80679,"effective_tokens":-489460,"cache_hit_rate":140.192,"total_tokens":14181,"cost_usd":1.0680917499999998} +{"run_id":23809499211,"workflow":"Security Guard","created_at":"2026-03-31T16:59:07Z","date":"2026-03-31","branch":"feat/auto-detect-dns","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":6206,"cache_read_tokens":288415,"cache_write_tokens":45659,"effective_tokens":-236541,"cache_hit_rate":32046.111,"total_tokens":6215,"cost_usd":0.58529425} +{"run_id":23781561322,"workflow":"Security Guard","created_at":"2026-03-31T05:10:55Z","date":"2026-03-31","branch":"copilot/fix-chroot-claude-key-helper","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":6864,"cache_read_tokens":280013,"cache_write_tokens":57531,"effective_tokens":-215607,"cache_hit_rate":25455.727,"total_tokens":6875,"cost_usd":0.6717572500000001} +{"run_id":23779285474,"workflow":"Security Guard","created_at":"2026-03-31T03:38:56Z","date":"2026-03-31","branch":"copilot/fix-chroot-claude-key-helper","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":6918,"cache_read_tokens":294403,"cache_write_tokens":52706,"effective_tokens":-234770,"cache_hit_rate":32711.444,"total_tokens":6927,"cost_usd":0.650136} +{"run_id":23725710575,"workflow":"Security Guard","created_at":"2026-03-30T02:46:08Z","date":"2026-03-30","branch":"copilot/add-volume-mount-for-session-state","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":3313,"cache_read_tokens":172039,"cache_write_tokens":53772,"effective_tokens":-114947,"cache_hit_rate":24577,"total_tokens":3320,"cost_usd":0.5054765} +{"run_id":23716773064,"workflow":"Security Guard","created_at":"2026-03-29T19:07:38Z","date":"2026-03-29","branch":"copilot/fix-gh-host-proxy-passthrough","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":5097,"cache_read_tokens":241282,"cache_write_tokens":50245,"effective_tokens":-185932,"cache_hit_rate":30160.25,"total_tokens":5105,"cost_usd":0.56266425} +{"run_id":23716653952,"workflow":"Security Guard","created_at":"2026-03-29T19:01:47Z","date":"2026-03-29","branch":"copilot/fix-gh-host-proxy-passthrough","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7490,"output_tokens":3711,"cache_read_tokens":121843,"cache_write_tokens":56498,"effective_tokens":-54144,"cache_hit_rate":16.267,"total_tokens":11201,"cost_usd":0.544786} +{"run_id":23713730319,"workflow":"Security Guard","created_at":"2026-03-29T16:34:01Z","date":"2026-03-29","branch":"copilot/fix-gh-host-proxy-passthrough","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":13,"output_tokens":6359,"cache_read_tokens":384790,"cache_write_tokens":59113,"effective_tokens":-319305,"cache_hit_rate":29599.231,"total_tokens":6372,"cost_usd":0.7214182499999999} +{"run_id":23713266295,"workflow":"Security Guard","created_at":"2026-03-29T16:10:50Z","date":"2026-03-29","branch":"copilot/fix-gh-host-proxy-passthrough","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":3135,"cache_read_tokens":230999,"cache_write_tokens":39092,"effective_tokens":-188764,"cache_hit_rate":28874.875,"total_tokens":3143,"cost_usd":0.4387665} +{"run_id":23712406261,"workflow":"Security Guard","created_at":"2026-03-29T15:28:20Z","date":"2026-03-29","branch":"copilot/fix-gh-host-proxy-passthrough","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":3628,"cache_read_tokens":272265,"cache_write_tokens":54729,"effective_tokens":-213899,"cache_hit_rate":30251.667,"total_tokens":3637,"cost_usd":0.56946075} +{"run_id":23690297378,"workflow":"Security Guard","created_at":"2026-03-28T17:19:42Z","date":"2026-03-28","branch":"copilot/fix-websocket-upgrade-handling","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":10,"output_tokens":7917,"cache_read_tokens":358012,"cache_write_tokens":76024,"effective_tokens":-274061,"cache_hit_rate":35801.2,"total_tokens":7927,"cost_usd":0.8526579999999999} +{"run_id":23688803220,"workflow":"Security Guard","created_at":"2026-03-28T15:56:30Z","date":"2026-03-28","branch":"copilot/fix-one-shot-token-list","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":22,"output_tokens":13766,"cache_read_tokens":929277,"cache_write_tokens":75668,"effective_tokens":-839821,"cache_hit_rate":42239.864,"total_tokens":13788,"cost_usd":1.3338580000000004} +{"run_id":23688357080,"workflow":"Security Guard","created_at":"2026-03-28T15:31:03Z","date":"2026-03-28","branch":"copilot/fix-one-shot-token-list","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":14,"output_tokens":6370,"cache_read_tokens":414716,"cache_write_tokens":56699,"effective_tokens":-351633,"cache_hit_rate":29622.571,"total_tokens":6384,"cost_usd":1.7137477499999996} +{"run_id":23616504475,"workflow":"Security Guard","created_at":"2026-03-26T20:29:37Z","date":"2026-03-26","branch":"copilot/fix-safe-outputs-env-vars","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":13,"output_tokens":7466,"cache_read_tokens":537448,"cache_write_tokens":51354,"effective_tokens":-478615,"cache_hit_rate":41342.154,"total_tokens":7479,"cost_usd":0.7769235} +{"run_id":23615672938,"workflow":"Security Guard","created_at":"2026-03-26T20:09:52Z","date":"2026-03-26","branch":"feat/awf-issue-auditor","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":23059,"output_tokens":4072,"cache_read_tokens":253158,"cache_write_tokens":83955,"effective_tokens":-142072,"cache_hit_rate":10.979,"total_tokens":27131,"cost_usd":0.86891475} +{"run_id":23568297623,"workflow":"Security Guard","created_at":"2026-03-25T22:54:42Z","date":"2026-03-25","branch":"fix/allow-host-service-ports","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":10,"output_tokens":15894,"cache_read_tokens":428091,"cache_write_tokens":78849,"effective_tokens":-333338,"cache_hit_rate":42809.1,"total_tokens":15904,"cost_usd":1.10477375} +{"run_id":23566178500,"workflow":"Security Guard","created_at":"2026-03-25T21:56:48Z","date":"2026-03-25","branch":"fix/allow-host-service-ports","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":13,"output_tokens":18237,"cache_read_tokens":471825,"cache_write_tokens":90486,"effective_tokens":-363089,"cache_hit_rate":36294.231,"total_tokens":18250,"cost_usd":1.257962} +{"run_id":23565351739,"workflow":"Security Guard","created_at":"2026-03-25T21:35:40Z","date":"2026-03-25","branch":"fix/allow-host-service-ports","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":14769,"cache_read_tokens":375410,"cache_write_tokens":64324,"effective_tokens":-296305,"cache_hit_rate":31284.167,"total_tokens":14781,"cost_usd":0.9595370000000001} +{"run_id":23564909375,"workflow":"Security Guard","created_at":"2026-03-25T21:24:44Z","date":"2026-03-25","branch":"fix/allow-host-service-ports","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7569,"output_tokens":12975,"cache_read_tokens":245333,"cache_write_tokens":51503,"effective_tokens":-173286,"cache_hit_rate":32.413,"total_tokens":20544,"cost_usd":0.80730225} +{"run_id":23564292020,"workflow":"Security Guard","created_at":"2026-03-25T21:09:59Z","date":"2026-03-25","branch":"fix/playwright-localhost","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":21384,"output_tokens":17467,"cache_read_tokens":405940,"cache_write_tokens":105922,"effective_tokens":-261167,"cache_hit_rate":18.983,"total_tokens":38851,"cost_usd":1.4090995} +{"run_id":23560627482,"workflow":"Security Guard","created_at":"2026-03-25T19:43:42Z","date":"2026-03-25","branch":"fix/playwright-localhost","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":21041,"output_tokens":13966,"cache_read_tokens":407833,"cache_write_tokens":87675,"effective_tokens":-285151,"cache_hit_rate":19.383,"total_tokens":35007,"cost_usd":1.20676225} +{"run_id":23553272093,"workflow":"Security Guard","created_at":"2026-03-25T16:53:58Z","date":"2026-03-25","branch":"test-coverage/logs-audit-command-782ad793d7da44b7","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":1690,"cache_read_tokens":256440,"cache_write_tokens":53885,"effective_tokens":-200856,"cache_hit_rate":28493.333,"total_tokens":1699,"cost_usd":0.50781825} +{"run_id":23512312374,"workflow":"Security Guard","created_at":"2026-03-24T21:08:26Z","date":"2026-03-24","branch":"fix/claude-api-key-helper-settings-path","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":10016,"cache_read_tokens":476445,"cache_write_tokens":74929,"effective_tokens":-391488,"cache_hit_rate":39703.75,"total_tokens":10028,"cost_usd":0.9575107499999999} +{"run_id":23510263326,"workflow":"Security Guard","created_at":"2026-03-24T20:17:45Z","date":"2026-03-24","branch":"fix/claude-api-key-helper-settings-path","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":6254,"cache_read_tokens":338883,"cache_write_tokens":70982,"effective_tokens":-261635,"cache_hit_rate":28240.25,"total_tokens":6266,"cost_usd":0.770011} +{"run_id":23507729052,"workflow":"Security Guard","created_at":"2026-03-24T19:12:56Z","date":"2026-03-24","branch":"fix/claude-api-key-helper-settings-path","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":10424,"cache_read_tokens":355732,"cache_write_tokens":71984,"effective_tokens":-273312,"cache_hit_rate":29644.333,"total_tokens":10436,"cost_usd":0.888948} +{"run_id":23506392773,"workflow":"Security Guard","created_at":"2026-03-24T18:40:33Z","date":"2026-03-24","branch":"fix/claude-api-key-helper-settings-path","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":7524,"cache_read_tokens":291584,"cache_write_tokens":53720,"effective_tokens":-230331,"cache_hit_rate":32398.222,"total_tokens":7533,"cost_usd":0.6702089999999999} +{"run_id":23454976160,"workflow":"Security Guard","created_at":"2026-03-23T19:00:23Z","date":"2026-03-23","branch":"worktree-audit-observability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":22,"output_tokens":12936,"cache_read_tokens":899082,"cache_write_tokens":76561,"effective_tokens":-809563,"cache_hit_rate":40867.364,"total_tokens":12958,"cost_usd":2.07571645} +{"run_id":23454015188,"workflow":"Security Guard","created_at":"2026-03-23T18:37:38Z","date":"2026-03-23","branch":"worktree-audit-observability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":21,"output_tokens":8466,"cache_read_tokens":884371,"cache_write_tokens":74049,"effective_tokens":-801835,"cache_hit_rate":42112.905,"total_tokens":8487,"cost_usd":1.5527257500000002} +{"run_id":23453333384,"workflow":"Security Guard","created_at":"2026-03-23T18:22:00Z","date":"2026-03-23","branch":"worktree-audit-observability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":16,"output_tokens":12881,"cache_read_tokens":685480,"cache_write_tokens":61945,"effective_tokens":-610638,"cache_hit_rate":42842.5,"total_tokens":12897,"cost_usd":1.0841727499999998} +{"run_id":23447290625,"workflow":"Security Guard","created_at":"2026-03-23T16:08:21Z","date":"2026-03-23","branch":"docs/sync-env-and-usage-20260318-eb65755374910ed2","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":14806,"cache_read_tokens":384956,"cache_write_tokens":69882,"effective_tokens":-300257,"cache_hit_rate":34996,"total_tokens":14817,"cost_usd":1.1067980499999999} +{"run_id":23444610775,"workflow":"Security Guard","created_at":"2026-03-23T15:12:39Z","date":"2026-03-23","branch":"copilot/increase-agent-memory-limit","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":4301,"cache_read_tokens":216916,"cache_write_tokens":52466,"effective_tokens":-160141,"cache_hit_rate":27114.5,"total_tokens":4309,"cost_usd":0.5444635000000001} +{"run_id":23355713280,"workflow":"Security Guard","created_at":"2026-03-20T17:53:22Z","date":"2026-03-20","branch":"deps/trivy-action-v0.35.0","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1564,"cache_read_tokens":127915,"cache_write_tokens":25897,"effective_tokens":-100448,"cache_hit_rate":21319.167,"total_tokens":1570,"cost_usd":0.26547175} +{"run_id":23321225322,"workflow":"Security Guard","created_at":"2026-03-19T23:07:59Z","date":"2026-03-19","branch":"fix/eliminate-shutdown-delay","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":4008,"cache_read_tokens":264724,"cache_write_tokens":50973,"effective_tokens":-209732,"cache_hit_rate":24065.818,"total_tokens":4019,"cost_usd":0.55172625} +{"run_id":23319964291,"workflow":"Security Guard","created_at":"2026-03-19T22:29:32Z","date":"2026-03-19","branch":"copilot/fix-gh-aw-firewall-action-issues","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":2177,"cache_read_tokens":223594,"cache_write_tokens":57853,"effective_tokens":-163556,"cache_hit_rate":27949.25,"total_tokens":2185,"cost_usd":0.52837125} +{"run_id":23312074371,"workflow":"Security Guard","created_at":"2026-03-19T19:04:04Z","date":"2026-03-19","branch":"copilot/fix-circular-dependency-issue","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":10,"output_tokens":8240,"cache_read_tokens":356673,"cache_write_tokens":72140,"effective_tokens":-276283,"cache_hit_rate":35667.3,"total_tokens":8250,"cost_usd":0.8357895000000001} +{"run_id":23311291755,"workflow":"Security Guard","created_at":"2026-03-19T18:45:34Z","date":"2026-03-19","branch":"fix/eliminate-shutdown-delay","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":3559,"cache_read_tokens":279343,"cache_write_tokens":37163,"effective_tokens":-238610,"cache_hit_rate":25394.818,"total_tokens":3570,"cost_usd":0.46149825000000005} +{"run_id":23311114066,"workflow":"Security Guard","created_at":"2026-03-19T18:41:12Z","date":"2026-03-19","branch":"copilot/fix-circular-dependency-issue","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":6436,"cache_read_tokens":356887,"cache_write_tokens":52771,"effective_tokens":-297668,"cache_hit_rate":29740.583,"total_tokens":6448,"cost_usd":0.66975025} +{"run_id":23262912572,"workflow":"Security Guard","created_at":"2026-03-18T19:23:25Z","date":"2026-03-18","branch":"docs/sync-env-and-usage-20260318-eb65755374910ed2","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":3044,"cache_read_tokens":156948,"cache_write_tokens":44209,"effective_tokens":-109688,"cache_hit_rate":22421.143,"total_tokens":3051,"cost_usd":0.43144325} +{"run_id":23208183319,"workflow":"Security Guard","created_at":"2026-03-17T17:42:32Z","date":"2026-03-17","branch":"test/pid-tracker-branch-coverage-7d5db3d4a7e048c4","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1664,"cache_read_tokens":171253,"cache_write_tokens":19879,"effective_tokens":-149703,"cache_hit_rate":24464.714,"total_tokens":1671,"cost_usd":0.25204025} +{"run_id":23208130330,"workflow":"Security Guard","created_at":"2026-03-17T17:41:18Z","date":"2026-03-17","branch":"deps/safe-updates-2026-03-17-795796699b10cd9d","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":2523,"cache_read_tokens":241336,"cache_write_tokens":47027,"effective_tokens":-191778,"cache_hit_rate":30167,"total_tokens":2531,"cost_usd":0.47823675} +{"run_id":23208107285,"workflow":"Security Guard","created_at":"2026-03-17T17:40:46Z","date":"2026-03-17","branch":"docs/sync-iptables-logging-2026-03-13-e5f22e2eed7369f0","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":3362,"cache_read_tokens":184639,"cache_write_tokens":56503,"effective_tokens":-124765,"cache_hit_rate":20515.444,"total_tokens":3371,"cost_usd":0.53009525} +{"run_id":23180056351,"workflow":"Security Guard","created_at":"2026-03-17T05:33:37Z","date":"2026-03-17","branch":"copilot/fix-api-proxy-token-exchange","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":4718,"cache_read_tokens":270719,"cache_write_tokens":56908,"effective_tokens":-209082,"cache_hit_rate":24610.818,"total_tokens":4729,"cost_usd":0.6095745} +{"run_id":23178913081,"workflow":"Security Guard","created_at":"2026-03-17T04:47:52Z","date":"2026-03-17","branch":"copilot/fix-api-proxy-token-exchange","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6497,"output_tokens":4515,"cache_read_tokens":250356,"cache_write_tokens":79254,"effective_tokens":-160090,"cache_hit_rate":38.534,"total_tokens":11012,"cost_usd":0.7664104999999999} +{"run_id":23097588166,"workflow":"Security Guard","created_at":"2026-03-14T22:20:53Z","date":"2026-03-14","branch":"claude/auto-inject-gh-host","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":21,"output_tokens":13205,"cache_read_tokens":706843,"cache_write_tokens":59831,"effective_tokens":-633786,"cache_hit_rate":33659.19,"total_tokens":13226,"cost_usd":1.1019362499999996} +{"run_id":23097349964,"workflow":"Security Guard","created_at":"2026-03-14T22:06:27Z","date":"2026-03-14","branch":"claude/auto-inject-gh-host","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":15,"output_tokens":12309,"cache_read_tokens":527503,"cache_write_tokens":58673,"effective_tokens":-456506,"cache_hit_rate":35166.867,"total_tokens":12324,"cost_usd":0.9629927499999998} +{"run_id":23097147929,"workflow":"Security Guard","created_at":"2026-03-14T21:54:07Z","date":"2026-03-14","branch":"claude/auto-inject-gh-host","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":17,"output_tokens":6654,"cache_read_tokens":478393,"cache_write_tokens":49666,"effective_tokens":-422056,"cache_hit_rate":28140.765,"total_tokens":6671,"cost_usd":1.372614} +{"run_id":23095782229,"workflow":"Security Guard","created_at":"2026-03-14T20:30:14Z","date":"2026-03-14","branch":"claude/auto-inject-gh-host","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":14,"output_tokens":8984,"cache_read_tokens":398252,"cache_write_tokens":54411,"effective_tokens":-334843,"cache_hit_rate":28446.571,"total_tokens":8998,"cost_usd":1.3705779999999999} +{"run_id":23060732582,"workflow":"Security Guard","created_at":"2026-03-13T16:36:35Z","date":"2026-03-13","branch":"claude/add-allowlist-for-firewall","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":1355,"output_tokens":13048,"cache_read_tokens":386351,"cache_write_tokens":48414,"effective_tokens":-323534,"cache_hit_rate":285.13,"total_tokens":14403,"cost_usd":0.8292740000000001} +{"run_id":23056869211,"workflow":"Security Guard","created_at":"2026-03-13T15:02:48Z","date":"2026-03-13","branch":"claude/add-allowlist-for-firewall","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":11058,"cache_read_tokens":231177,"cache_write_tokens":73259,"effective_tokens":-146852,"cache_hit_rate":28897.125,"total_tokens":11066,"cost_usd":0.85048325} +{"run_id":23035379285,"workflow":"Security Guard","created_at":"2026-03-13T03:52:04Z","date":"2026-03-13","branch":"fix/011-simplify-security-model","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":10652,"cache_read_tokens":401236,"cache_write_tokens":77635,"effective_tokens":-312937,"cache_hit_rate":33436.333,"total_tokens":10664,"cost_usd":0.9527337499999999} +{"run_id":23034667810,"workflow":"Security Guard","created_at":"2026-03-13T03:19:49Z","date":"2026-03-13","branch":"fix/011-simplify-security-model","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":82,"output_tokens":12860,"cache_read_tokens":407381,"cache_write_tokens":73660,"effective_tokens":-320779,"cache_hit_rate":4968.061,"total_tokens":12942,"cost_usd":0.9865124999999999} +{"run_id":23034442943,"workflow":"Security Guard","created_at":"2026-03-13T03:09:44Z","date":"2026-03-13","branch":"feat/075-init-container-iptables","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":15,"output_tokens":12630,"cache_read_tokens":681334,"cache_write_tokens":57852,"effective_tokens":-610837,"cache_hit_rate":45422.267,"total_tokens":12645,"cost_usd":1.1586524} +{"run_id":23033826883,"workflow":"Security Guard","created_at":"2026-03-13T02:43:15Z","date":"2026-03-13","branch":"feat/094-dns-over-https","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6093,"output_tokens":13712,"cache_read_tokens":348761,"cache_write_tokens":79444,"effective_tokens":-249512,"cache_hit_rate":57.24,"total_tokens":19805,"cost_usd":1.0447065} +{"run_id":23033612458,"workflow":"Security Guard","created_at":"2026-03-13T02:33:58Z","date":"2026-03-13","branch":"feat/084-seccomp-hardening","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":6431,"cache_read_tokens":289653,"cache_write_tokens":36118,"effective_tokens":-247095,"cache_hit_rate":32183.667,"total_tokens":6440,"cost_usd":0.5319200000000001} +{"run_id":23033448653,"workflow":"Security Guard","created_at":"2026-03-13T02:27:06Z","date":"2026-03-13","branch":"feat/093-content-inspection-dlp","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":10,"output_tokens":8838,"cache_read_tokens":279034,"cache_write_tokens":50188,"effective_tokens":-219998,"cache_hit_rate":27903.4,"total_tokens":8848,"cost_usd":0.674728} +{"run_id":23033264214,"workflow":"Security Guard","created_at":"2026-03-13T02:19:02Z","date":"2026-03-13","branch":"fix/011-simplify-security-model","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4947,"output_tokens":10562,"cache_read_tokens":400519,"cache_write_tokens":76626,"effective_tokens":-308384,"cache_hit_rate":80.962,"total_tokens":15509,"cost_usd":0.968494} +{"run_id":23032905598,"workflow":"Security Guard","created_at":"2026-03-13T02:04:12Z","date":"2026-03-13","branch":"fix/011-simplify-security-model","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":84,"output_tokens":14061,"cache_read_tokens":409423,"cache_write_tokens":79442,"effective_tokens":-315836,"cache_hit_rate":4874.083,"total_tokens":14145,"cost_usd":1.053706} +{"run_id":23032805950,"workflow":"Security Guard","created_at":"2026-03-13T02:00:20Z","date":"2026-03-13","branch":"feat/084-seccomp-hardening","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":13,"output_tokens":11254,"cache_read_tokens":418873,"cache_write_tokens":53819,"effective_tokens":-353787,"cache_hit_rate":32221,"total_tokens":11267,"cost_usd":0.8287512499999999} +{"run_id":23032288999,"workflow":"Security Guard","created_at":"2026-03-13T01:39:18Z","date":"2026-03-13","branch":"feat/094-dns-over-https","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6090,"output_tokens":11596,"cache_read_tokens":296436,"cache_write_tokens":65107,"effective_tokens":-213643,"cache_hit_rate":48.676,"total_tokens":17686,"cost_usd":0.8760227500000001} +{"run_id":23032273030,"workflow":"Security Guard","created_at":"2026-03-13T01:38:38Z","date":"2026-03-13","branch":"feat/105-yaml-rules","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":13,"output_tokens":8095,"cache_read_tokens":575634,"cache_write_tokens":60012,"effective_tokens":-507514,"cache_hit_rate":44279.538,"total_tokens":8108,"cost_usd":0.8658680000000001} +{"run_id":23032094405,"workflow":"Security Guard","created_at":"2026-03-13T01:31:47Z","date":"2026-03-13","branch":"fix/011-simplify-security-model","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":10,"output_tokens":27891,"cache_read_tokens":433903,"cache_write_tokens":93354,"effective_tokens":-312648,"cache_hit_rate":43390.3,"total_tokens":27901,"cost_usd":1.498275} +{"run_id":23031879446,"workflow":"Security Guard","created_at":"2026-03-13T01:22:56Z","date":"2026-03-13","branch":"feat/105-yaml-rules","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":10601,"cache_read_tokens":513316,"cache_write_tokens":60387,"effective_tokens":-442316,"cache_hit_rate":42776.333,"total_tokens":10613,"cost_usd":0.8996977500000001} +{"run_id":23031733659,"workflow":"Security Guard","created_at":"2026-03-13T01:16:59Z","date":"2026-03-13","branch":"fix/011-simplify-security-model","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":10,"output_tokens":25001,"cache_read_tokens":338179,"cache_write_tokens":84053,"effective_tokens":-229115,"cache_hit_rate":33817.9,"total_tokens":25011,"cost_usd":1.32003175} +{"run_id":23031566926,"workflow":"Security Guard","created_at":"2026-03-13T01:10:14Z","date":"2026-03-13","branch":"feat/094-dns-over-https","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":11679,"cache_read_tokens":379144,"cache_write_tokens":77104,"effective_tokens":-290349,"cache_hit_rate":31595.333,"total_tokens":11691,"cost_usd":0.964043} +{"run_id":23031227992,"workflow":"Security Guard","created_at":"2026-03-13T00:57:16Z","date":"2026-03-13","branch":"feat/105-yaml-rules","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":544,"output_tokens":10483,"cache_read_tokens":456304,"cache_write_tokens":68955,"effective_tokens":-376322,"cache_hit_rate":838.794,"total_tokens":11027,"cost_usd":0.92445175} +{"run_id":23030944671,"workflow":"Security Guard","created_at":"2026-03-13T00:46:34Z","date":"2026-03-13","branch":"feat/116-enable-dind","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":4609,"cache_read_tokens":187924,"cache_write_tokens":38506,"effective_tokens":-144802,"cache_hit_rate":26846.286,"total_tokens":4616,"cost_usd":0.4504205} +{"run_id":23030632977,"workflow":"Security Guard","created_at":"2026-03-13T00:35:13Z","date":"2026-03-13","branch":"fix/011-simplify-security-model","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":21264,"cache_read_tokens":419903,"cache_write_tokens":83940,"effective_tokens":-314687,"cache_hit_rate":34991.917,"total_tokens":21276,"cost_usd":1.2667725} +{"run_id":23030523853,"workflow":"Security Guard","created_at":"2026-03-13T00:31:19Z","date":"2026-03-13","branch":"feat/102-docs-preview","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":4873,"cache_read_tokens":121953,"cache_write_tokens":49520,"effective_tokens":-67554,"cache_hit_rate":20325.5,"total_tokens":4879,"cost_usd":0.4928675} +{"run_id":23030235941,"workflow":"Security Guard","created_at":"2026-03-13T00:20:34Z","date":"2026-03-13","branch":"fix/055-secure-getenv-bypass","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":4147,"cache_read_tokens":241616,"cache_write_tokens":35042,"effective_tokens":-202419,"cache_hit_rate":30202,"total_tokens":4155,"cost_usd":0.44407150000000006} +{"run_id":23030123292,"workflow":"Security Guard","created_at":"2026-03-13T00:16:23Z","date":"2026-03-13","branch":"fix/fast-shutdown","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":7780,"cache_read_tokens":422171,"cache_write_tokens":68227,"effective_tokens":-346152,"cache_hit_rate":35180.917,"total_tokens":7792,"cost_usd":0.8326002499999998} +{"run_id":23030045629,"workflow":"Security Guard","created_at":"2026-03-13T00:13:42Z","date":"2026-03-13","branch":"feat/102-docs-preview","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":2742,"cache_read_tokens":113918,"cache_write_tokens":41497,"effective_tokens":-69673,"cache_hit_rate":18986.333,"total_tokens":2748,"cost_usd":0.38543125} +{"run_id":23029774277,"workflow":"Security Guard","created_at":"2026-03-13T00:04:24Z","date":"2026-03-13","branch":"feat/083-performance-monitoring","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7152,"output_tokens":6595,"cache_read_tokens":195308,"cache_write_tokens":36237,"effective_tokens":-145324,"cache_hit_rate":27.308,"total_tokens":13747,"cost_usd":0.52530625} +{"run_id":23029654346,"workflow":"Security Guard","created_at":"2026-03-13T00:00:08Z","date":"2026-03-13","branch":"fix/011-simplify-security-model","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":16775,"cache_read_tokens":394463,"cache_write_tokens":78057,"effective_tokens":-299619,"cache_hit_rate":32871.917,"total_tokens":16787,"cost_usd":1.10505875} +{"run_id":23029571800,"workflow":"Security Guard","created_at":"2026-03-12T23:57:05Z","date":"2026-03-12","branch":"fix/095-squid-non-root","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6490,"output_tokens":4325,"cache_read_tokens":184073,"cache_write_tokens":40462,"effective_tokens":-132796,"cache_hit_rate":28.363,"total_tokens":10815,"cost_usd":0.48603500000000005} +{"run_id":23029427048,"workflow":"Security Guard","created_at":"2026-03-12T23:51:54Z","date":"2026-03-12","branch":"fix/095-squid-non-root","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":3421,"cache_read_tokens":183253,"cache_write_tokens":23066,"effective_tokens":-156759,"cache_hit_rate":26179,"total_tokens":3428,"cost_usd":0.321885} +{"run_id":23029271141,"workflow":"Security Guard","created_at":"2026-03-12T23:46:08Z","date":"2026-03-12","branch":"fix/011-simplify-security-model","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4525,"output_tokens":14085,"cache_read_tokens":473205,"cache_write_tokens":74366,"effective_tokens":-380229,"cache_hit_rate":104.576,"total_tokens":18610,"cost_usd":1.076676} +{"run_id":23028773415,"workflow":"Security Guard","created_at":"2026-03-12T23:28:45Z","date":"2026-03-12","branch":"feat/082-ci-quality-gates","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":828,"output_tokens":3475,"cache_read_tokens":318384,"cache_write_tokens":27488,"effective_tokens":-286593,"cache_hit_rate":384.522,"total_tokens":4303,"cost_usd":1.0939282500000003} +{"run_id":23028546945,"workflow":"Security Guard","created_at":"2026-03-12T23:20:45Z","date":"2026-03-12","branch":"fix/055-secure-getenv-bypass","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":3974,"cache_read_tokens":276554,"cache_write_tokens":32652,"effective_tokens":-239919,"cache_hit_rate":30728.222,"total_tokens":3983,"cost_usd":0.44228300000000004} +{"run_id":23028383744,"workflow":"Security Guard","created_at":"2026-03-12T23:15:09Z","date":"2026-03-12","branch":"fix/fast-shutdown","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":6690,"cache_read_tokens":294975,"cache_write_tokens":57656,"effective_tokens":-230618,"cache_hit_rate":26815.909,"total_tokens":6701,"cost_usd":0.6756785000000001} +{"run_id":23026407867,"workflow":"Security Guard","created_at":"2026-03-12T22:12:54Z","date":"2026-03-12","branch":"claude/add-copilot-api-target-flag","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":8010,"cache_read_tokens":290141,"cache_write_tokens":83952,"effective_tokens":-198170,"cache_hit_rate":32237.889,"total_tokens":8019,"cost_usd":0.8706015000000001} +{"run_id":23025933753,"workflow":"Security Guard","created_at":"2026-03-12T22:00:08Z","date":"2026-03-12","branch":"claude/add-copilot-api-target-flag","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":5670,"cache_read_tokens":181380,"cache_write_tokens":57947,"effective_tokens":-117756,"cache_hit_rate":25911.429,"total_tokens":5677,"cost_usd":0.59517975} +{"run_id":23024618839,"workflow":"Security Guard","created_at":"2026-03-12T21:24:27Z","date":"2026-03-12","branch":"claude/add-copilot-api-target-flag","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":7626,"cache_read_tokens":278475,"cache_write_tokens":74267,"effective_tokens":-196573,"cache_hit_rate":30941.667,"total_tokens":7635,"cost_usd":0.79463725} +{"run_id":23023824907,"workflow":"Security Guard","created_at":"2026-03-12T21:04:18Z","date":"2026-03-12","branch":"feat/103-predownload-images","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":6430,"cache_read_tokens":261109,"cache_write_tokens":55500,"effective_tokens":-199170,"cache_hit_rate":29012.111,"total_tokens":6439,"cost_usd":0.6387605} +{"run_id":23022670596,"workflow":"Security Guard","created_at":"2026-03-12T20:35:40Z","date":"2026-03-12","branch":"feat/103-predownload-images","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":4569,"cache_read_tokens":280839,"cache_write_tokens":30942,"effective_tokens":-245319,"cache_hit_rate":31204.333,"total_tokens":4578,"cost_usd":0.448613} +{"run_id":23022503418,"workflow":"Security Guard","created_at":"2026-03-12T20:31:25Z","date":"2026-03-12","branch":"feat/025-agent-timeout","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":5467,"cache_read_tokens":335153,"cache_write_tokens":44635,"effective_tokens":-285039,"cache_hit_rate":27929.417,"total_tokens":5479,"cost_usd":0.7465574999999999} +{"run_id":23022188569,"workflow":"Security Guard","created_at":"2026-03-12T20:23:38Z","date":"2026-03-12","branch":"claude/add-copilot-api-target-flag","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":6923,"cache_read_tokens":307185,"cache_write_tokens":51981,"effective_tokens":-248272,"cache_hit_rate":34131.667,"total_tokens":6932,"cost_usd":0.6521297500000001} +{"run_id":23022151455,"workflow":"Security Guard","created_at":"2026-03-12T20:22:43Z","date":"2026-03-12","branch":"feat/103-predownload-images","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4420,"output_tokens":3753,"cache_read_tokens":231167,"cache_write_tokens":35578,"effective_tokens":-187416,"cache_hit_rate":52.3,"total_tokens":8173,"cost_usd":0.454407} +{"run_id":23021896244,"workflow":"Security Guard","created_at":"2026-03-12T20:16:12Z","date":"2026-03-12","branch":"feat/025-agent-timeout","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":10,"output_tokens":3880,"cache_read_tokens":257565,"cache_write_tokens":35149,"effective_tokens":-218526,"cache_hit_rate":25756.5,"total_tokens":3890,"cost_usd":0.44604975} +{"run_id":23021761385,"workflow":"Security Guard","created_at":"2026-03-12T20:12:54Z","date":"2026-03-12","branch":"claude/add-copilot-api-target-flag","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":6797,"cache_read_tokens":304058,"cache_write_tokens":51466,"effective_tokens":-245786,"cache_hit_rate":33784.222,"total_tokens":6806,"cost_usd":0.6441975} +{"run_id":23021614977,"workflow":"Security Guard","created_at":"2026-03-12T20:09:16Z","date":"2026-03-12","branch":"feat/025-agent-timeout","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":3785,"cache_read_tokens":282140,"cache_write_tokens":32125,"effective_tokens":-246221,"cache_hit_rate":31348.889,"total_tokens":3794,"cost_usd":0.43705725} +{"run_id":23021568000,"workflow":"Security Guard","created_at":"2026-03-12T20:08:06Z","date":"2026-03-12","branch":"fix/fast-shutdown","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":6181,"cache_read_tokens":367278,"cache_write_tokens":58047,"effective_tokens":-303038,"cache_hit_rate":30606.5,"total_tokens":6193,"cost_usd":0.7015537500000001} +{"run_id":23021299865,"workflow":"Security Guard","created_at":"2026-03-12T20:01:18Z","date":"2026-03-12","branch":"claude/add-copilot-api-target-flag","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":6680,"cache_read_tokens":264503,"cache_write_tokens":62983,"effective_tokens":-194831,"cache_hit_rate":29389.222,"total_tokens":6689,"cost_usd":0.6934762500000001} +{"run_id":23018810712,"workflow":"Security Guard","created_at":"2026-03-12T18:57:21Z","date":"2026-03-12","branch":"feat/103-predownload-images","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":4666,"cache_read_tokens":280061,"cache_write_tokens":31844,"effective_tokens":-243542,"cache_hit_rate":31117.889,"total_tokens":4675,"cost_usd":0.45628649999999993} +{"run_id":23018665732,"workflow":"Security Guard","created_at":"2026-03-12T18:53:42Z","date":"2026-03-12","branch":"fix/024-yarn-ssl-squid-proxy","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":5582,"cache_read_tokens":413572,"cache_write_tokens":55370,"effective_tokens":-352609,"cache_hit_rate":37597.455,"total_tokens":5593,"cost_usd":0.6929945} +{"run_id":23018464723,"workflow":"Security Guard","created_at":"2026-03-12T18:48:39Z","date":"2026-03-12","branch":"fix/011-simplify-security-model","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":13101,"cache_read_tokens":461722,"cache_write_tokens":86352,"effective_tokens":-362257,"cache_hit_rate":38476.833,"total_tokens":13113,"cost_usd":1.098674} +{"run_id":23018270844,"workflow":"Security Guard","created_at":"2026-03-12T18:43:43Z","date":"2026-03-12","branch":"test/100-logger-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6753,"output_tokens":2347,"cache_read_tokens":138254,"cache_write_tokens":31072,"effective_tokens":-98082,"cache_hit_rate":20.473,"total_tokens":9100,"cost_usd":0.356308} +{"run_id":23018025649,"workflow":"Security Guard","created_at":"2026-03-12T18:37:41Z","date":"2026-03-12","branch":"feat/025-agent-timeout","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6793,"output_tokens":3112,"cache_read_tokens":183600,"cache_write_tokens":39679,"effective_tokens":-134016,"cache_hit_rate":27.028,"total_tokens":9905,"cost_usd":0.45209475} +{"run_id":23017900372,"workflow":"Security Guard","created_at":"2026-03-12T18:34:34Z","date":"2026-03-12","branch":"feat/068-help-text-organization","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":5314,"cache_read_tokens":283781,"cache_write_tokens":34294,"effective_tokens":-244164,"cache_hit_rate":31531.222,"total_tokens":5323,"cost_usd":0.48965899999999996} +{"run_id":23017716336,"workflow":"Security Guard","created_at":"2026-03-12T18:30:04Z","date":"2026-03-12","branch":"fix/arc-dind-squid-mount","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":8122,"cache_read_tokens":276213,"cache_write_tokens":61075,"effective_tokens":-207005,"cache_hit_rate":25110.273,"total_tokens":8133,"cost_usd":0.7234712500000001} +{"run_id":23015440382,"workflow":"Security Guard","created_at":"2026-03-12T17:35:42Z","date":"2026-03-12","branch":"ci/skip-tests-on-release-yml-changes","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":3500,"cache_read_tokens":145975,"cache_write_tokens":28387,"effective_tokens":-114082,"cache_hit_rate":24329.167,"total_tokens":3506,"cost_usd":0.33847725000000006} +{"run_id":23015283040,"workflow":"Security Guard","created_at":"2026-03-12T17:32:06Z","date":"2026-03-12","branch":"fix/release-workflow-branch-protection","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":10,"output_tokens":3309,"cache_read_tokens":320448,"cache_write_tokens":41796,"effective_tokens":-275333,"cache_hit_rate":32044.8,"total_tokens":3319,"cost_usd":0.504765} +{"run_id":23015270228,"workflow":"Security Guard","created_at":"2026-03-12T17:31:48Z","date":"2026-03-12","branch":"fix/arc-dind-squid-mount","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":8369,"cache_read_tokens":425505,"cache_write_tokens":47253,"effective_tokens":-369872,"cache_hit_rate":38682.273,"total_tokens":8380,"cost_usd":0.71790475} +{"run_id":23005850150,"workflow":"Security Guard","created_at":"2026-03-12T14:03:20Z","date":"2026-03-12","branch":"claude/fix-issue-20590","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":10295,"cache_read_tokens":258269,"cache_write_tokens":71577,"effective_tokens":-176389,"cache_hit_rate":32283.625,"total_tokens":10303,"cost_usd":0.83444175} +{"run_id":22985307623,"workflow":"Security Guard","created_at":"2026-03-12T03:30:58Z","date":"2026-03-12","branch":"claude/fix-issue-20590","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":10,"output_tokens":10223,"cache_read_tokens":347788,"cache_write_tokens":42727,"effective_tokens":-294828,"cache_hit_rate":34778.8,"total_tokens":10233,"cost_usd":0.69710375} +{"run_id":22985143135,"workflow":"Security Guard","created_at":"2026-03-12T03:23:46Z","date":"2026-03-12","branch":"claude/fix-issue-20590","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":8917,"cache_read_tokens":246595,"cache_write_tokens":48496,"effective_tokens":-189174,"cache_hit_rate":30824.375,"total_tokens":8925,"cost_usd":0.6498905} +{"run_id":22982054126,"workflow":"Security Guard","created_at":"2026-03-12T01:09:21Z","date":"2026-03-12","branch":"claude/fix-issue-20590","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":6649,"cache_read_tokens":211949,"cache_write_tokens":54774,"effective_tokens":-150518,"cache_hit_rate":26493.625,"total_tokens":6657,"cost_usd":0.615105} +{"run_id":22980663916,"workflow":"Security Guard","created_at":"2026-03-12T00:17:01Z","date":"2026-03-12","branch":"claude/fix-issue-20590","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":7199,"cache_read_tokens":212902,"cache_write_tokens":54725,"effective_tokens":-150970,"cache_hit_rate":26612.75,"total_tokens":7207,"cost_usd":0.62903025} +{"run_id":22970800357,"workflow":"Security Guard","created_at":"2026-03-11T19:32:59Z","date":"2026-03-11","branch":"feat/025-agent-timeout","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":4017,"cache_read_tokens":289991,"cache_write_tokens":46209,"effective_tokens":-239754,"cache_hit_rate":26362.818,"total_tokens":4028,"cost_usd":0.53480975} +{"run_id":22970656093,"workflow":"Security Guard","created_at":"2026-03-11T19:29:20Z","date":"2026-03-11","branch":"fix/011-simplify-security-model","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4477,"output_tokens":10883,"cache_read_tokens":306268,"cache_write_tokens":65074,"effective_tokens":-225834,"cache_hit_rate":68.409,"total_tokens":15360,"cost_usd":0.8548345000000002} +{"run_id":22970267294,"workflow":"Security Guard","created_at":"2026-03-11T19:19:29Z","date":"2026-03-11","branch":"feat/068-help-text-organization","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":6090,"cache_read_tokens":262226,"cache_write_tokens":59636,"effective_tokens":-196492,"cache_hit_rate":32778.25,"total_tokens":6098,"cost_usd":0.6566610000000002} +{"run_id":22969603716,"workflow":"Security Guard","created_at":"2026-03-11T19:02:44Z","date":"2026-03-11","branch":"fix/024-yarn-ssl-squid-proxy","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":5654,"cache_read_tokens":477956,"cache_write_tokens":47387,"effective_tokens":-424903,"cache_hit_rate":39829.667,"total_tokens":5666,"cost_usd":0.67708975} +{"run_id":22969587348,"workflow":"Security Guard","created_at":"2026-03-11T19:02:20Z","date":"2026-03-11","branch":"feat/025-agent-timeout","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":5397,"cache_read_tokens":283180,"cache_write_tokens":33243,"effective_tokens":-244531,"cache_hit_rate":31464.444,"total_tokens":5406,"cost_usd":0.48486175000000004} +{"run_id":22969585924,"workflow":"Security Guard","created_at":"2026-03-11T19:02:18Z","date":"2026-03-11","branch":"feat/068-help-text-organization","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":4043,"cache_read_tokens":190208,"cache_write_tokens":40091,"effective_tokens":-146067,"cache_hit_rate":27172.571,"total_tokens":4050,"cost_usd":0.44731075000000003} +{"run_id":22969581001,"workflow":"Security Guard","created_at":"2026-03-11T19:02:11Z","date":"2026-03-11","branch":"feat/072-doc-flag-validation","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1063,"cache_read_tokens":180672,"cache_write_tokens":22913,"effective_tokens":-156689,"cache_hit_rate":25810.286,"total_tokens":1070,"cost_usd":0.26068025} +{"run_id":22969561690,"workflow":"Security Guard","created_at":"2026-03-11T19:01:44Z","date":"2026-03-11","branch":"fix/039-docs-sync-versions","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1137,"cache_read_tokens":181600,"cache_write_tokens":23624,"effective_tokens":-156832,"cache_hit_rate":25942.857,"total_tokens":1144,"cost_usd":0.267438} +{"run_id":22969455346,"workflow":"Security Guard","created_at":"2026-03-11T18:59:09Z","date":"2026-03-11","branch":"feat/103-predownload-images","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":3770,"cache_read_tokens":278732,"cache_write_tokens":29987,"effective_tokens":-244966,"cache_hit_rate":30970.222,"total_tokens":3779,"cost_usd":0.42160774999999995} +{"run_id":22968955640,"workflow":"Security Guard","created_at":"2026-03-11T18:46:46Z","date":"2026-03-11","branch":"fix/055-secure-getenv-bypass","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":3629,"cache_read_tokens":177743,"cache_write_tokens":40561,"effective_tokens":-133546,"cache_hit_rate":25391.857,"total_tokens":3636,"cost_usd":0.43366575000000007} +{"run_id":22968816783,"workflow":"Security Guard","created_at":"2026-03-11T18:43:21Z","date":"2026-03-11","branch":"feat/092-memory-limit-config","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":4461,"cache_read_tokens":223994,"cache_write_tokens":36333,"effective_tokens":-183192,"cache_hit_rate":27999.25,"total_tokens":4469,"cost_usd":0.45117125} +{"run_id":22968551085,"workflow":"Security Guard","created_at":"2026-03-11T18:36:40Z","date":"2026-03-11","branch":"feat/025-agent-timeout","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6635,"output_tokens":3262,"cache_read_tokens":190711,"cache_write_tokens":32168,"effective_tokens":-148646,"cache_hit_rate":28.743,"total_tokens":9897,"cost_usd":0.41166350000000007} +{"run_id":22968393728,"workflow":"Security Guard","created_at":"2026-03-11T18:32:50Z","date":"2026-03-11","branch":"feat/068-help-text-organization","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":4341,"cache_read_tokens":283016,"cache_write_tokens":32279,"effective_tokens":-246387,"cache_hit_rate":31446.222,"total_tokens":4350,"cost_usd":0.45234974999999994} +{"run_id":22968247257,"workflow":"Security Guard","created_at":"2026-03-11T18:29:19Z","date":"2026-03-11","branch":"feat/025-agent-timeout","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":5469,"cache_read_tokens":272951,"cache_write_tokens":39495,"effective_tokens":-227978,"cache_hit_rate":30327.889,"total_tokens":5478,"cost_usd":0.52061725} +{"run_id":22967971474,"workflow":"Security Guard","created_at":"2026-03-11T18:22:35Z","date":"2026-03-11","branch":"feat/068-help-text-organization","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":3889,"cache_read_tokens":282093,"cache_write_tokens":31420,"effective_tokens":-246775,"cache_hit_rate":31343.667,"total_tokens":3898,"cost_usd":0.4352245} +{"run_id":22967766496,"workflow":"Security Guard","created_at":"2026-03-11T18:17:33Z","date":"2026-03-11","branch":"feat/025-agent-timeout","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":2231,"cache_read_tokens":162257,"cache_write_tokens":48119,"effective_tokens":-111900,"cache_hit_rate":23179.571,"total_tokens":2238,"cost_usd":0.43821025} +{"run_id":22967427724,"workflow":"Security Guard","created_at":"2026-03-11T18:09:13Z","date":"2026-03-11","branch":"feat/068-help-text-organization","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":2889,"cache_read_tokens":207236,"cache_write_tokens":50569,"effective_tokens":-153770,"cache_hit_rate":25904.5,"total_tokens":2897,"cost_usd":0.49246724999999997} +{"run_id":22966932879,"workflow":"Security Guard","created_at":"2026-03-11T17:57:07Z","date":"2026-03-11","branch":"fix/052-credential-hiding-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":4205,"cache_read_tokens":280251,"cache_write_tokens":42730,"effective_tokens":-233307,"cache_hit_rate":31139,"total_tokens":4214,"cost_usd":0.512886} +{"run_id":22966761061,"workflow":"Security Guard","created_at":"2026-03-11T17:53:02Z","date":"2026-03-11","branch":"fix/024-yarn-ssl-squid-proxy","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":687,"output_tokens":4403,"cache_read_tokens":284363,"cache_write_tokens":32024,"effective_tokens":-247249,"cache_hit_rate":413.92,"total_tokens":5090,"cost_usd":0.45636950000000004} +{"run_id":22966572537,"workflow":"Security Guard","created_at":"2026-03-11T17:48:34Z","date":"2026-03-11","branch":"fix/034-capsh-execution-chain","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":2044,"cache_read_tokens":122565,"cache_write_tokens":47958,"effective_tokens":-72557,"cache_hit_rate":20427.5,"total_tokens":2050,"cost_usd":0.41267800000000004} +{"run_id":22965778996,"workflow":"Security Guard","created_at":"2026-03-11T17:29:52Z","date":"2026-03-11","branch":"fix/052-credential-hiding-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":2941,"cache_read_tokens":231400,"cache_write_tokens":41854,"effective_tokens":-186597,"cache_hit_rate":28925,"total_tokens":2949,"cost_usd":0.45138049999999996} +{"run_id":22965562351,"workflow":"Security Guard","created_at":"2026-03-11T17:24:44Z","date":"2026-03-11","branch":"fix/023-ld-preload-deno-conflict","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":10411,"cache_read_tokens":334537,"cache_write_tokens":48810,"effective_tokens":-275304,"cache_hit_rate":27878.083,"total_tokens":10423,"cost_usd":1.18791175} +{"run_id":22965137202,"workflow":"Security Guard","created_at":"2026-03-11T17:14:57Z","date":"2026-03-11","branch":"fix/012-copilot-cli-404","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1782,"cache_read_tokens":141502,"cache_write_tokens":41718,"effective_tokens":-97996,"cache_hit_rate":23583.667,"total_tokens":1788,"cost_usd":0.37660249999999995} +{"run_id":22964980555,"workflow":"Security Guard","created_at":"2026-03-11T17:11:14Z","date":"2026-03-11","branch":"feat/072-doc-flag-validation","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":961,"cache_read_tokens":94549,"cache_write_tokens":16428,"effective_tokens":-77155,"cache_hit_rate":18909.8,"total_tokens":966,"cost_usd":0.1745275} +{"run_id":22964820527,"workflow":"Security Guard","created_at":"2026-03-11T17:07:23Z","date":"2026-03-11","branch":"feat/067-short-flags","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":1200,"cache_read_tokens":95083,"cache_write_tokens":17207,"effective_tokens":-76671,"cache_hit_rate":19016.6,"total_tokens":1205,"cost_usd":0.18562825000000002} +{"run_id":22964704149,"workflow":"Security Guard","created_at":"2026-03-11T17:04:40Z","date":"2026-03-11","branch":"fix/066-image-tag-preset-docs","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1123,"cache_read_tokens":159504,"cache_write_tokens":44524,"effective_tokens":-113850,"cache_hit_rate":22786.286,"total_tokens":1130,"cost_usd":0.386665} +{"run_id":22932379674,"workflow":"Security Guard","created_at":"2026-03-11T01:33:52Z","date":"2026-03-11","branch":"fix/052-credential-hiding-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":4957,"cache_read_tokens":235412,"cache_write_tokens":31299,"effective_tokens":-199148,"cache_hit_rate":29426.5,"total_tokens":4965,"cost_usd":0.43781774999999995} +{"run_id":22932264172,"workflow":"Security Guard","created_at":"2026-03-11T01:29:11Z","date":"2026-03-11","branch":"fix/039-docs-sync-versions","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1341,"cache_read_tokens":139364,"cache_write_tokens":23761,"effective_tokens":-114256,"cache_hit_rate":23227.333,"total_tokens":1347,"cost_usd":0.25227125} +{"run_id":22932163778,"workflow":"Security Guard","created_at":"2026-03-11T01:25:02Z","date":"2026-03-11","branch":"fix/071-skip-pull-integration-test","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":1441,"cache_read_tokens":88202,"cache_write_tokens":25418,"effective_tokens":-61338,"cache_hit_rate":17640.4,"total_tokens":1446,"cost_usd":0.2395415} +{"run_id":22932059951,"workflow":"Security Guard","created_at":"2026-03-11T01:20:51Z","date":"2026-03-11","branch":"fix/052-credential-hiding-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":2712,"cache_read_tokens":137844,"cache_write_tokens":36310,"effective_tokens":-98816,"cache_hit_rate":22974,"total_tokens":2718,"cost_usd":0.36421749999999997} +{"run_id":22931933999,"workflow":"Security Guard","created_at":"2026-03-11T01:15:48Z","date":"2026-03-11","branch":"fix/069-proxy-logs-dir-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":2111,"cache_read_tokens":230341,"cache_write_tokens":27623,"effective_tokens":-200599,"cache_hit_rate":28792.625,"total_tokens":2119,"cost_usd":0.34115725} +{"run_id":22931851470,"workflow":"Security Guard","created_at":"2026-03-11T01:12:35Z","date":"2026-03-11","branch":"fix/070-allow-host-ports-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":2367,"cache_read_tokens":129519,"cache_write_tokens":28172,"effective_tokens":-98974,"cache_hit_rate":21586.5,"total_tokens":2373,"cost_usd":0.3005725} +{"run_id":22931715772,"workflow":"Security Guard","created_at":"2026-03-11T01:07:21Z","date":"2026-03-11","branch":"fix/069-proxy-logs-dir-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1790,"cache_read_tokens":134519,"cache_write_tokens":32614,"effective_tokens":-100109,"cache_hit_rate":22419.833,"total_tokens":1796,"cost_usd":0.316405} +{"run_id":22931580211,"workflow":"Security Guard","created_at":"2026-03-11T01:02:21Z","date":"2026-03-11","branch":"feat/053-workdir-tmpfs-test","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":5403,"cache_read_tokens":333193,"cache_write_tokens":43496,"effective_tokens":-284282,"cache_hit_rate":27766.083,"total_tokens":5415,"cost_usd":0.5741094999999999} +{"run_id":22931436699,"workflow":"Security Guard","created_at":"2026-03-11T00:56:50Z","date":"2026-03-11","branch":"feat/token-rate-limiting","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":9031,"cache_read_tokens":381044,"cache_write_tokens":70125,"effective_tokens":-301877,"cache_hit_rate":34640.364,"total_tokens":9042,"cost_usd":1.0408871000000004} +{"run_id":22931375790,"workflow":"Security Guard","created_at":"2026-03-11T00:54:31Z","date":"2026-03-11","branch":"fix/052-credential-hiding-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":2675,"cache_read_tokens":192765,"cache_write_tokens":28878,"effective_tokens":-161205,"cache_hit_rate":27537.857,"total_tokens":2682,"cost_usd":0.344308} +{"run_id":22931275726,"workflow":"Security Guard","created_at":"2026-03-11T00:50:48Z","date":"2026-03-11","branch":"fix/fast-shutdown","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9074,"output_tokens":15147,"cache_read_tokens":250120,"cache_write_tokens":58805,"effective_tokens":-167094,"cache_hit_rate":27.564,"total_tokens":24221,"cost_usd":0.9171642500000001} +{"run_id":22931199493,"workflow":"Security Guard","created_at":"2026-03-11T00:47:55Z","date":"2026-03-11","branch":"claude/fix-api-proxy-config","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":13,"output_tokens":11729,"cache_read_tokens":508974,"cache_write_tokens":40739,"effective_tokens":-456493,"cache_hit_rate":39151.846,"total_tokens":11742,"cost_usd":0.8250457500000001} +{"run_id":22931193631,"workflow":"Security Guard","created_at":"2026-03-11T00:47:42Z","date":"2026-03-11","branch":"feat/token-rate-limiting","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":3814,"cache_read_tokens":313571,"cache_write_tokens":46112,"effective_tokens":-263636,"cache_hit_rate":34841.222,"total_tokens":3823,"cost_usd":0.5408885} +{"run_id":22931180198,"workflow":"Security Guard","created_at":"2026-03-11T00:47:10Z","date":"2026-03-11","branch":"deps/aggregated-updates","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":18,"output_tokens":6684,"cache_read_tokens":672339,"cache_write_tokens":33764,"effective_tokens":-631873,"cache_hit_rate":37352.167,"total_tokens":6702,"cost_usd":0.7568330000000001} +{"run_id":22931178335,"workflow":"Security Guard","created_at":"2026-03-11T00:47:06Z","date":"2026-03-11","branch":"fix/arc-dind-squid-mount","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":562,"output_tokens":8729,"cache_read_tokens":375240,"cache_write_tokens":39504,"effective_tokens":-326445,"cache_hit_rate":667.687,"total_tokens":9291,"cost_usd":0.656083} +{"run_id":22931175381,"workflow":"Security Guard","created_at":"2026-03-11T00:46:58Z","date":"2026-03-11","branch":"fix/038-toctou-test-coverage","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":2138,"cache_read_tokens":135107,"cache_write_tokens":19449,"effective_tokens":-113514,"cache_hit_rate":22517.833,"total_tokens":2144,"cost_usd":0.24311775} +{"run_id":22931173371,"workflow":"Security Guard","created_at":"2026-03-11T00:46:53Z","date":"2026-03-11","branch":"fix/042-chroot-escape-test-gaps","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":5039,"cache_read_tokens":276152,"cache_write_tokens":40556,"effective_tokens":-230548,"cache_hit_rate":30683.556,"total_tokens":5048,"cost_usd":0.518099} +{"run_id":22929881354,"workflow":"Security Guard","created_at":"2026-03-11T00:01:26Z","date":"2026-03-11","branch":"dependabot/npm_and_yarn/docs-site/devalue-5.6.3","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1581,"cache_read_tokens":167524,"cache_write_tokens":17121,"effective_tokens":-148815,"cache_hit_rate":23932,"total_tokens":1588,"cost_usd":0.23085624999999999} +{"run_id":22929879206,"workflow":"Security Guard","created_at":"2026-03-11T00:01:22Z","date":"2026-03-11","branch":"copilot/update-security-review-results","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":2852,"cache_read_tokens":147777,"cache_write_tokens":31516,"effective_tokens":-113403,"cache_hit_rate":24629.5,"total_tokens":2858,"cost_usd":0.3427215} +{"run_id":22929878084,"workflow":"Security Guard","created_at":"2026-03-11T00:01:20Z","date":"2026-03-11","branch":"test/host-iptables-coverage-d8518d6b1fdc86ad","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":6046,"cache_read_tokens":235641,"cache_write_tokens":37647,"effective_tokens":-191940,"cache_hit_rate":29455.125,"total_tokens":6054,"cost_usd":0.50483225} +{"run_id":22929877363,"workflow":"Security Guard","created_at":"2026-03-11T00:01:19Z","date":"2026-03-11","branch":"claude/fix-api-proxy-config","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":14747,"cache_read_tokens":302762,"cache_write_tokens":43882,"effective_tokens":-244122,"cache_hit_rate":27523.818,"total_tokens":14758,"cost_usd":0.7949014999999999} +{"run_id":22929876234,"workflow":"Security Guard","created_at":"2026-03-11T00:01:17Z","date":"2026-03-11","branch":"deps/safe-patch-updates-2026-02-25-b34d775438401bd0","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":2056,"cache_read_tokens":150763,"cache_write_tokens":36819,"effective_tokens":-111882,"cache_hit_rate":25127.167,"total_tokens":2062,"cost_usd":0.3574582500000001} +{"run_id":22929876732,"workflow":"Security Guard","created_at":"2026-03-11T00:01:17Z","date":"2026-03-11","branch":"fix/fast-shutdown","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9073,"output_tokens":5716,"cache_read_tokens":304003,"cache_write_tokens":57100,"effective_tokens":-232114,"cache_hit_rate":33.506,"total_tokens":14789,"cost_usd":0.6976694999999999} +{"run_id":22929875849,"workflow":"Security Guard","created_at":"2026-03-11T00:01:16Z","date":"2026-03-11","branch":"deps/security-and-patch-updates-2026-03-01-f04b3649ba13b454","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":17585,"output_tokens":2110,"cache_read_tokens":189409,"cache_write_tokens":56234,"effective_tokens":-113480,"cache_hit_rate":10.771,"total_tokens":19695,"cost_usd":0.587375} +{"run_id":22929875422,"workflow":"Security Guard","created_at":"2026-03-11T00:01:15Z","date":"2026-03-11","branch":"fix/arc-dind-squid-mount","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":15,"output_tokens":13298,"cache_read_tokens":547443,"cache_write_tokens":45614,"effective_tokens":-488516,"cache_hit_rate":36496.2,"total_tokens":13313,"cost_usd":0.8918670000000001} +{"run_id":22929874755,"workflow":"Security Guard","created_at":"2026-03-11T00:01:14Z","date":"2026-03-11","branch":"deps/safe-updates-2026-02-26-8fa6e8d67097ec4b","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1784,"cache_read_tokens":183374,"cache_write_tokens":33237,"effective_tokens":-148346,"cache_hit_rate":26196.286,"total_tokens":1791,"cost_usd":0.34458625} +{"run_id":22929874548,"workflow":"Security Guard","created_at":"2026-03-11T00:01:13Z","date":"2026-03-11","branch":"copilot/combine-build-test-workflows","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":92,"output_tokens":8432,"cache_read_tokens":755480,"cache_write_tokens":40245,"effective_tokens":-706711,"cache_hit_rate":8211.739,"total_tokens":8524,"cost_usd":1.789479} +{"run_id":22929873688,"workflow":"Security Guard","created_at":"2026-03-11T00:01:12Z","date":"2026-03-11","branch":"deps/safe-updates-2026-03-02-12fa476d73be351b","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1462,"cache_read_tokens":185102,"cache_write_tokens":34615,"effective_tokens":-149018,"cache_hit_rate":26443.143,"total_tokens":1469,"cost_usd":0.34601275} +{"run_id":22929873986,"workflow":"Security Guard","created_at":"2026-03-11T00:01:12Z","date":"2026-03-11","branch":"deps/safe-updates-2026-03-08-9b3157319b0ac751","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":15,"output_tokens":5028,"cache_read_tokens":517941,"cache_write_tokens":27675,"effective_tokens":-485223,"cache_hit_rate":34529.4,"total_tokens":5043,"cost_usd":0.5900575} +{"run_id":22929872954,"workflow":"Security Guard","created_at":"2026-03-11T00:01:11Z","date":"2026-03-11","branch":"perf1","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":13,"output_tokens":8044,"cache_read_tokens":617040,"cache_write_tokens":60592,"effective_tokens":-548391,"cache_hit_rate":47464.615,"total_tokens":8057,"cost_usd":0.8889130000000001} +{"run_id":22929872813,"workflow":"Security Guard","created_at":"2026-03-11T00:01:10Z","date":"2026-03-11","branch":"fix/104-ip-tls-bypass","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":9377,"cache_read_tokens":247686,"cache_write_tokens":43088,"effective_tokens":-195213,"cache_hit_rate":30960.75,"total_tokens":9385,"cost_usd":0.6281359999999999} +{"run_id":22929871379,"workflow":"Security Guard","created_at":"2026-03-11T00:01:08Z","date":"2026-03-11","branch":"deps/safe-updates-2026-03-09-ee091f7ef65b3b8b","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":15,"output_tokens":4359,"cache_read_tokens":508790,"cache_write_tokens":29041,"effective_tokens":-475375,"cache_hit_rate":33919.333,"total_tokens":4374,"cost_usd":0.58729975} +{"run_id":22929870557,"workflow":"Security Guard","created_at":"2026-03-11T00:01:07Z","date":"2026-03-11","branch":"fix/038-toctou-test-coverage","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":3321,"cache_read_tokens":327139,"cache_write_tokens":40409,"effective_tokens":-283397,"cache_hit_rate":27261.583,"total_tokens":3333,"cost_usd":0.49973875} +{"run_id":22929870247,"workflow":"Security Guard","created_at":"2026-03-11T00:01:06Z","date":"2026-03-11","branch":"claude/add-tmpfs-mount-config","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":6576,"cache_read_tokens":183536,"cache_write_tokens":31268,"effective_tokens":-145685,"cache_hit_rate":26219.429,"total_tokens":6583,"cost_usd":0.452156} +{"run_id":22929868539,"workflow":"Security Guard","created_at":"2026-03-11T00:01:03Z","date":"2026-03-11","branch":"fix/042-chroot-escape-test-gaps","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":10,"output_tokens":3865,"cache_read_tokens":248602,"cache_write_tokens":33554,"effective_tokens":-211173,"cache_hit_rate":24860.2,"total_tokens":3875,"cost_usd":0.4312165} +{"run_id":22929866818,"workflow":"Security Guard","created_at":"2026-03-11T00:01:00Z","date":"2026-03-11","branch":"dependabot/github_actions/all-github-actions-09e227350c","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":10,"output_tokens":2573,"cache_read_tokens":269382,"cache_write_tokens":17189,"effective_tokens":-249610,"cache_hit_rate":26938.2,"total_tokens":2583,"cost_usd":0.602851} +{"run_id":22929864966,"workflow":"Security Guard","created_at":"2026-03-11T00:00:56Z","date":"2026-03-11","branch":"deps/safe-updates-2026-03-10-577de369bbfdf92b","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":18,"output_tokens":6183,"cache_read_tokens":616609,"cache_write_tokens":49303,"effective_tokens":-561105,"cache_hit_rate":34256.056,"total_tokens":6201,"cost_usd":0.8086112499999999} +{"run_id":22927994997,"workflow":"Security Guard","created_at":"2026-03-10T22:55:35Z","date":"2026-03-10","branch":"fix/integration-test-suite","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":19,"output_tokens":12428,"cache_read_tokens":792342,"cache_write_tokens":69011,"effective_tokens":-710884,"cache_hit_rate":41702.211,"total_tokens":12447,"cost_usd":1.1928694999999998} +{"run_id":22926794544,"workflow":"Security Guard","created_at":"2026-03-10T22:16:24Z","date":"2026-03-10","branch":"fix/integration-test-suite","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":17,"output_tokens":13435,"cache_read_tokens":771874,"cache_write_tokens":83045,"effective_tokens":-675377,"cache_hit_rate":45404.353,"total_tokens":13452,"cost_usd":1.2739805} +{"run_id":22734391343,"workflow":"Security Guard","created_at":"2026-03-05T20:02:42Z","date":"2026-03-05","branch":"fix/052-credential-hiding-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":3466,"cache_read_tokens":183057,"cache_write_tokens":24213,"effective_tokens":-155371,"cache_hit_rate":26151,"total_tokens":3473,"cost_usd":0.33007274999999997} +{"run_id":22734275231,"workflow":"Security Guard","created_at":"2026-03-05T19:59:37Z","date":"2026-03-05","branch":"fix/042-chroot-escape-test-gaps","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":4053,"cache_read_tokens":137133,"cache_write_tokens":21359,"effective_tokens":-111715,"cache_hit_rate":22855.5,"total_tokens":4059,"cost_usd":0.30394325} +{"run_id":22734171835,"workflow":"Security Guard","created_at":"2026-03-05T19:56:51Z","date":"2026-03-05","branch":"fix/038-toctou-test-coverage","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":1183,"cache_read_tokens":87888,"cache_write_tokens":24813,"effective_tokens":-61887,"cache_hit_rate":17577.6,"total_tokens":1188,"cost_usd":0.22915825} +{"run_id":22733894319,"workflow":"Security Guard","created_at":"2026-03-05T19:49:26Z","date":"2026-03-05","branch":"fix/104-ip-tls-bypass","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":6451,"cache_read_tokens":242832,"cache_write_tokens":46454,"effective_tokens":-189919,"cache_hit_rate":30354,"total_tokens":6459,"cost_usd":0.5735965} +{"run_id":22733678057,"workflow":"Security Guard","created_at":"2026-03-05T19:43:39Z","date":"2026-03-05","branch":"fix/integration-test-suite","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":22785,"output_tokens":7612,"cache_read_tokens":303883,"cache_write_tokens":54200,"effective_tokens":-219286,"cache_hit_rate":13.337,"total_tokens":30397,"cost_usd":0.7954494999999999} +{"run_id":22733315943,"workflow":"Security Guard","created_at":"2026-03-05T19:33:55Z","date":"2026-03-05","branch":"copilot/combine-build-test-workflows","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":42,"output_tokens":22330,"cache_read_tokens":2466839,"cache_write_tokens":112007,"effective_tokens":-2332460,"cache_hit_rate":58734.262,"total_tokens":22372,"cost_usd":2.5678472500000002} +{"run_id":22732846862,"workflow":"Security Guard","created_at":"2026-03-05T19:21:21Z","date":"2026-03-05","branch":"fix/097-ipv6-disable-fallback","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":10,"output_tokens":9950,"cache_read_tokens":377859,"cache_write_tokens":46507,"effective_tokens":-321392,"cache_hit_rate":37785.9,"total_tokens":9960,"cost_usd":0.72892625} +{"run_id":22732817819,"workflow":"Security Guard","created_at":"2026-03-05T19:20:36Z","date":"2026-03-05","branch":"fix/integration-test-suite","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":6154,"cache_read_tokens":401826,"cache_write_tokens":56374,"effective_tokens":-339286,"cache_hit_rate":33485.5,"total_tokens":6166,"cost_usd":0.71606575} +{"run_id":22732758344,"workflow":"Security Guard","created_at":"2026-03-05T19:18:59Z","date":"2026-03-05","branch":"fix/095-squid-non-root","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":7607,"cache_read_tokens":340615,"cache_write_tokens":48143,"effective_tokens":-284853,"cache_hit_rate":28384.583,"total_tokens":7619,"cost_usd":0.6619692500000001} +{"run_id":22732230904,"workflow":"Security Guard","created_at":"2026-03-05T19:04:54Z","date":"2026-03-05","branch":"fix/097-ipv6-disable-fallback","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":10395,"cache_read_tokens":380633,"cache_write_tokens":51265,"effective_tokens":-318961,"cache_hit_rate":31719.417,"total_tokens":10407,"cost_usd":0.77118575} +{"run_id":22732052988,"workflow":"Security Guard","created_at":"2026-03-05T19:00:12Z","date":"2026-03-05","branch":"fix/002-minimatch-redos-vuln","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":2310,"cache_read_tokens":229787,"cache_write_tokens":28627,"effective_tokens":-198842,"cache_hit_rate":28723.375,"total_tokens":2318,"cost_usd":0.35213025000000003} +{"run_id":22731901927,"workflow":"Security Guard","created_at":"2026-03-05T18:56:08Z","date":"2026-03-05","branch":"fix/integration-test-suite","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":13,"output_tokens":7082,"cache_read_tokens":457487,"cache_write_tokens":51849,"effective_tokens":-398543,"cache_hit_rate":35191.308,"total_tokens":7095,"cost_usd":1.243869} +{"run_id":22731667959,"workflow":"Security Guard","created_at":"2026-03-05T18:49:53Z","date":"2026-03-05","branch":"fix/integration-test-suite","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":4769,"cache_read_tokens":250457,"cache_write_tokens":92013,"effective_tokens":-153667,"cache_hit_rate":31307.125,"total_tokens":4777,"cost_usd":0.82010275} +{"run_id":22731026904,"workflow":"Security Guard","created_at":"2026-03-05T18:34:25Z","date":"2026-03-05","branch":"fix/integration-test-suite","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":13892,"output_tokens":7071,"cache_read_tokens":388589,"cache_write_tokens":85330,"effective_tokens":-282296,"cache_hit_rate":27.972,"total_tokens":20963,"cost_usd":0.97437} +{"run_id":22730613888,"workflow":"Security Guard","created_at":"2026-03-05T18:24:19Z","date":"2026-03-05","branch":"fix/fast-shutdown","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":6451,"cache_read_tokens":118309,"cache_write_tokens":45834,"effective_tokens":-66018,"cache_hit_rate":19718.167,"total_tokens":6457,"cost_usd":0.50745} +{"run_id":22642370700,"workflow":"Security Guard","created_at":"2026-03-03T20:56:55Z","date":"2026-03-03","branch":"feat/token-rate-limiting","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":1588,"output_tokens":7193,"cache_read_tokens":490502,"cache_write_tokens":46340,"effective_tokens":-435381,"cache_hit_rate":308.88,"total_tokens":8781,"cost_usd":2.2107242499999997} +{"run_id":22641182035,"workflow":"Security Guard","created_at":"2026-03-03T20:25:01Z","date":"2026-03-03","branch":"feat/token-rate-limiting","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":10,"output_tokens":4339,"cache_read_tokens":372458,"cache_write_tokens":71291,"effective_tokens":-296818,"cache_hit_rate":37245.8,"total_tokens":4349,"cost_usd":0.74085075} +{"run_id":22640304004,"workflow":"Security Guard","created_at":"2026-03-03T20:01:37Z","date":"2026-03-03","branch":"fix/arc-dind-squid-mount","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":5905,"cache_read_tokens":383090,"cache_write_tokens":41040,"effective_tokens":-336134,"cache_hit_rate":34826.364,"total_tokens":5916,"cost_usd":0.596253} +{"run_id":22639188132,"workflow":"Security Guard","created_at":"2026-03-03T19:28:48Z","date":"2026-03-03","branch":"fix/arc-dind-squid-mount","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":25,"output_tokens":12848,"cache_read_tokens":1067630,"cache_write_tokens":57342,"effective_tokens":-997415,"cache_hit_rate":42705.2,"total_tokens":12873,"cost_usd":1.2507425} +{"run_id":22638961752,"workflow":"Security Guard","created_at":"2026-03-03T19:21:53Z","date":"2026-03-03","branch":"feat/token-rate-limiting","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":83,"output_tokens":7434,"cache_read_tokens":306468,"cache_write_tokens":76692,"effective_tokens":-222259,"cache_hit_rate":3692.386,"total_tokens":7517,"cost_usd":0.819367} +{"run_id":22603148535,"workflow":"Security Guard","created_at":"2026-03-03T00:57:37Z","date":"2026-03-03","branch":"deps/safe-updates-2026-03-02-12fa476d73be351b","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":2454,"cache_read_tokens":324754,"cache_write_tokens":60603,"effective_tokens":-261688,"cache_hit_rate":36083.778,"total_tokens":2463,"cost_usd":0.6030737500000001} +{"run_id":22603140170,"workflow":"Security Guard","created_at":"2026-03-03T00:57:18Z","date":"2026-03-03","branch":"deps/security-and-patch-updates-2026-03-01-f04b3649ba13b454","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1854,"cache_read_tokens":178130,"cache_write_tokens":42816,"effective_tokens":-133453,"cache_hit_rate":25447.143,"total_tokens":1861,"cost_usd":0.403578} +{"run_id":22603134480,"workflow":"Security Guard","created_at":"2026-03-03T00:57:05Z","date":"2026-03-03","branch":"deps/safe-dependency-updates-2026-02-28-d4624ad16fe8a11d","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":15,"output_tokens":6292,"cache_read_tokens":512393,"cache_write_tokens":41223,"effective_tokens":-464863,"cache_hit_rate":34159.533,"total_tokens":6307,"cost_usd":0.70791075} +{"run_id":22586893835,"workflow":"Security Guard","created_at":"2026-03-02T17:08:11Z","date":"2026-03-02","branch":"claude/add-tmpfs-mount-config","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":12108,"cache_read_tokens":287011,"cache_write_tokens":41928,"effective_tokens":-232964,"cache_hit_rate":26091.909,"total_tokens":12119,"cost_usd":0.7088435000000001} +{"run_id":22560388416,"workflow":"Security Guard","created_at":"2026-03-02T03:39:36Z","date":"2026-03-02","branch":"claude/add-tmpfs-mount-config","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":8261,"cache_read_tokens":123462,"cache_write_tokens":49632,"effective_tokens":-65563,"cache_hit_rate":20577,"total_tokens":8267,"cost_usd":0.5790140000000001} +{"run_id":22508186960,"workflow":"Security Guard","created_at":"2026-02-27T23:42:31Z","date":"2026-02-27","branch":"perf1","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":16176,"output_tokens":11619,"cache_read_tokens":227321,"cache_write_tokens":76890,"effective_tokens":-122636,"cache_hit_rate":14.053,"total_tokens":27795,"cost_usd":0.9661060000000001} +{"run_id":22499024981,"workflow":"Security Guard","created_at":"2026-02-27T18:37:59Z","date":"2026-02-27","branch":"copilot/update-security-review-results","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":5170,"cache_read_tokens":318682,"cache_write_tokens":67570,"effective_tokens":-245931,"cache_hit_rate":28971.091,"total_tokens":5181,"cost_usd":0.7114865} +{"run_id":22470276468,"workflow":"Security Guard","created_at":"2026-02-27T02:32:23Z","date":"2026-02-27","branch":"fix/arc-dind-squid-mount","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":5560,"cache_read_tokens":318871,"cache_write_tokens":54313,"effective_tokens":-258986,"cache_hit_rate":26572.583,"total_tokens":5572,"cost_usd":0.63847975} +{"run_id":22469225041,"workflow":"Security Guard","created_at":"2026-02-27T01:45:55Z","date":"2026-02-27","branch":"fix/arc-dind-squid-mount","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":13,"output_tokens":4836,"cache_read_tokens":392492,"cache_write_tokens":33759,"effective_tokens":-353884,"cache_hit_rate":30191.692,"total_tokens":4849,"cost_usd":0.52873275} +{"run_id":22469204771,"workflow":"Security Guard","created_at":"2026-02-27T01:45:04Z","date":"2026-02-27","branch":"claude/fix-api-proxy-config","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":4440,"cache_read_tokens":174822,"cache_write_tokens":22038,"effective_tokens":-148337,"cache_hit_rate":24974.571,"total_tokens":4447,"cost_usd":0.3367115} +{"run_id":22469109423,"workflow":"Security Guard","created_at":"2026-02-27T01:41:01Z","date":"2026-02-27","branch":"feat/token-rate-limiting","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":6470,"cache_read_tokens":318254,"cache_write_tokens":60353,"effective_tokens":-251420,"cache_hit_rate":28932.182,"total_tokens":6481,"cost_usd":0.69866625} +{"run_id":22468322865,"workflow":"Security Guard","created_at":"2026-02-27T01:08:13Z","date":"2026-02-27","branch":"claude/fix-api-proxy-config","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":10,"output_tokens":5722,"cache_read_tokens":230776,"cache_write_tokens":40399,"effective_tokens":-184645,"cache_hit_rate":23077.6,"total_tokens":5732,"cost_usd":0.51150975} +{"run_id":22467568721,"workflow":"Security Guard","created_at":"2026-02-27T00:39:29Z","date":"2026-02-27","branch":"feat/token-rate-limiting","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":83,"output_tokens":7274,"cache_read_tokens":327718,"cache_write_tokens":54855,"effective_tokens":-265506,"cache_hit_rate":3948.41,"total_tokens":7357,"cost_usd":0.68951075} +{"run_id":22467422056,"workflow":"Security Guard","created_at":"2026-02-27T00:33:52Z","date":"2026-02-27","branch":"copilot/fix-rollup-vulnerability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":84,"output_tokens":3399,"cache_read_tokens":429625,"cache_write_tokens":39610,"effective_tokens":-386532,"cache_hit_rate":5114.583,"total_tokens":3483,"cost_usd":0.5584459999999999} +{"run_id":22465649028,"workflow":"Security Guard","created_at":"2026-02-26T23:26:19Z","date":"2026-02-26","branch":"claude/fix-api-proxy-config","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":5914,"cache_read_tokens":273341,"cache_write_tokens":42817,"effective_tokens":-224601,"cache_hit_rate":30371.222,"total_tokens":5923,"cost_usd":0.55269975} +{"run_id":22458943600,"workflow":"Security Guard","created_at":"2026-02-26T20:01:23Z","date":"2026-02-26","branch":"deps/safe-updates-2026-02-26-8fa6e8d67097ec4b","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":2287,"cache_read_tokens":151858,"cache_write_tokens":38010,"effective_tokens":-111555,"cache_hit_rate":25309.667,"total_tokens":2293,"cost_usd":0.3712455} +{"run_id":22458884056,"workflow":"Security Guard","created_at":"2026-02-26T19:59:45Z","date":"2026-02-26","branch":"feat/token-rate-limiting","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":5667,"cache_read_tokens":149578,"cache_write_tokens":53456,"effective_tokens":-90449,"cache_hit_rate":24929.667,"total_tokens":5673,"cost_usd":0.5511220000000001} +{"run_id":22458313050,"workflow":"Security Guard","created_at":"2026-02-26T19:43:36Z","date":"2026-02-26","branch":"feat/token-rate-limiting","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":3633,"cache_read_tokens":142501,"cache_write_tokens":72596,"effective_tokens":-66266,"cache_hit_rate":23750.167,"total_tokens":3639,"cost_usd":0.6163585} +{"run_id":22457520561,"workflow":"Security Guard","created_at":"2026-02-26T19:20:56Z","date":"2026-02-26","branch":"feat/token-rate-limiting","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":4100,"cache_read_tokens":250783,"cache_write_tokens":91585,"effective_tokens":-155090,"cache_hit_rate":31347.875,"total_tokens":4108,"cost_usd":0.80086575} +{"run_id":22456872322,"workflow":"Security Guard","created_at":"2026-02-26T19:02:39Z","date":"2026-02-26","branch":"test/fix-flaky-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":3745,"cache_read_tokens":224882,"cache_write_tokens":66088,"effective_tokens":-155041,"cache_hit_rate":28110.25,"total_tokens":3753,"cost_usd":0.6196839999999999} +{"run_id":22456523732,"workflow":"Security Guard","created_at":"2026-02-26T18:53:00Z","date":"2026-02-26","branch":"feat/token-rate-limiting","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":3604,"cache_read_tokens":256739,"cache_write_tokens":70421,"effective_tokens":-182706,"cache_hit_rate":32092.375,"total_tokens":3612,"cost_usd":0.6591837500000001} +{"run_id":22456322390,"workflow":"Security Guard","created_at":"2026-02-26T18:47:20Z","date":"2026-02-26","branch":"test/fix-flaky-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":13462,"output_tokens":2982,"cache_read_tokens":139146,"cache_write_tokens":39061,"effective_tokens":-83641,"cache_hit_rate":10.336,"total_tokens":16444,"cost_usd":0.45609225000000003} +{"run_id":22456223590,"workflow":"Security Guard","created_at":"2026-02-26T18:44:39Z","date":"2026-02-26","branch":"test/dns-restriction-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":3983,"cache_read_tokens":304443,"cache_write_tokens":50695,"effective_tokens":-249754,"cache_hit_rate":27676.636,"total_tokens":3994,"cost_usd":0.56922325} +{"run_id":22456190903,"workflow":"Security Guard","created_at":"2026-02-26T18:43:45Z","date":"2026-02-26","branch":"test/ci-integration-suite","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4557,"output_tokens":2476,"cache_read_tokens":138730,"cache_write_tokens":29385,"effective_tokens":-102312,"cache_hit_rate":30.443,"total_tokens":7033,"cost_usd":0.33823424999999996} +{"run_id":22452681548,"workflow":"Security Guard","created_at":"2026-02-26T17:06:55Z","date":"2026-02-26","branch":"lpcox/configure-api-proxy-target","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":8725,"cache_read_tokens":240137,"cache_write_tokens":61971,"effective_tokens":-169433,"cache_hit_rate":30017.125,"total_tokens":8733,"cost_usd":0.72608625} +{"run_id":22419557193,"workflow":"Security Guard","created_at":"2026-02-25T22:54:11Z","date":"2026-02-25","branch":"test/fix-flaky-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":22,"output_tokens":8437,"cache_read_tokens":912268,"cache_write_tokens":61938,"effective_tokens":-841871,"cache_hit_rate":41466.727,"total_tokens":8459,"cost_usd":1.1207194999999999} +{"run_id":22419545189,"workflow":"Security Guard","created_at":"2026-02-25T22:53:48Z","date":"2026-02-25","branch":"test/dns-restriction-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":525,"output_tokens":10559,"cache_read_tokens":871541,"cache_write_tokens":45672,"effective_tokens":-814785,"cache_hit_rate":1660.078,"total_tokens":11084,"cost_usd":1.7958564999999993} +{"run_id":22419520898,"workflow":"Security Guard","created_at":"2026-02-25T22:53:01Z","date":"2026-02-25","branch":"feat/api-proxy-observability-ratelimit","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":89,"output_tokens":10065,"cache_read_tokens":759174,"cache_write_tokens":91793,"effective_tokens":-657227,"cache_hit_rate":8530.045,"total_tokens":10154,"cost_usd":1.20589725} +{"run_id":22417997084,"workflow":"Security Guard","created_at":"2026-02-25T22:05:50Z","date":"2026-02-25","branch":"test/git-auth-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":14,"output_tokens":2432,"cache_read_tokens":404947,"cache_write_tokens":35547,"effective_tokens":-366954,"cache_hit_rate":28924.786,"total_tokens":2446,"cost_usd":0.7293156000000002} +{"run_id":22417159128,"workflow":"Security Guard","created_at":"2026-02-25T21:40:55Z","date":"2026-02-25","branch":"feat/api-proxy-observability-ratelimit","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":3966,"output_tokens":12937,"cache_read_tokens":983357,"cache_write_tokens":94809,"effective_tokens":-871645,"cache_hit_rate":247.947,"total_tokens":16903,"cost_usd":1.42802375} +{"run_id":22416952652,"workflow":"Security Guard","created_at":"2026-02-25T21:35:09Z","date":"2026-02-25","branch":"test/fix-flaky-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":22,"output_tokens":9387,"cache_read_tokens":879161,"cache_write_tokens":46184,"effective_tokens":-823568,"cache_hit_rate":39961.864,"total_tokens":9409,"cost_usd":2.1372679999999993} +{"run_id":22416738895,"workflow":"Security Guard","created_at":"2026-02-25T21:29:25Z","date":"2026-02-25","branch":"remove-allow-full-filesystem-access","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1878,"cache_read_tokens":150290,"cache_write_tokens":35789,"effective_tokens":-112617,"cache_hit_rate":25048.333,"total_tokens":1884,"cost_usd":0.3463602499999999} +{"run_id":22416713747,"workflow":"Security Guard","created_at":"2026-02-25T21:28:41Z","date":"2026-02-25","branch":"feat/api-proxy-observability-ratelimit","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":3966,"output_tokens":10695,"cache_read_tokens":929205,"cache_write_tokens":92460,"effective_tokens":-822084,"cache_hit_rate":234.293,"total_tokens":14661,"cost_usd":1.3302165000000001} +{"run_id":22416501505,"workflow":"Security Guard","created_at":"2026-02-25T21:22:48Z","date":"2026-02-25","branch":"feat/opencode-api-proxy","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":4109,"cache_read_tokens":239939,"cache_write_tokens":32078,"effective_tokens":-203744,"cache_hit_rate":29992.375,"total_tokens":4117,"cost_usd":0.423776} +{"run_id":22416284466,"workflow":"Security Guard","created_at":"2026-02-25T21:16:51Z","date":"2026-02-25","branch":"test/dns-restriction-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":17,"output_tokens":11969,"cache_read_tokens":804227,"cache_write_tokens":64971,"effective_tokens":-727270,"cache_hit_rate":47307.471,"total_tokens":11986,"cost_usd":1.1589592499999999} +{"run_id":22416282639,"workflow":"Security Guard","created_at":"2026-02-25T21:16:48Z","date":"2026-02-25","branch":"test/fix-flaky-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":13,"output_tokens":5995,"cache_read_tokens":378012,"cache_write_tokens":32238,"effective_tokens":-339766,"cache_hit_rate":29077.846,"total_tokens":6008,"cost_usd":1.1675690000000003} +{"run_id":22415892069,"workflow":"Security Guard","created_at":"2026-02-25T21:05:28Z","date":"2026-02-25","branch":"test/env-all-tests-final","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":2273,"cache_read_tokens":139030,"cache_write_tokens":21782,"effective_tokens":-114969,"cache_hit_rate":23171.667,"total_tokens":2279,"cost_usd":0.2630615} +{"run_id":22415860050,"workflow":"Security Guard","created_at":"2026-02-25T21:04:34Z","date":"2026-02-25","branch":"test/block-domains-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":3161,"cache_read_tokens":217148,"cache_write_tokens":49283,"effective_tokens":-164696,"cache_hit_rate":27143.5,"total_tokens":3169,"cost_usd":0.49621174999999995} +{"run_id":22415315438,"workflow":"Security Guard","created_at":"2026-02-25T20:48:45Z","date":"2026-02-25","branch":"remove-allow-full-filesystem-access","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":13344,"output_tokens":5357,"cache_read_tokens":263646,"cache_write_tokens":59266,"effective_tokens":-185679,"cache_hit_rate":19.758,"total_tokens":18701,"cost_usd":0.7034345} +{"run_id":22415250367,"workflow":"Security Guard","created_at":"2026-02-25T20:46:50Z","date":"2026-02-25","branch":"feat/opencode-api-proxy","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":6936,"cache_read_tokens":219146,"cache_write_tokens":60373,"effective_tokens":-151829,"cache_hit_rate":27393.25,"total_tokens":6944,"cost_usd":0.66089825} +{"run_id":22414574184,"workflow":"Security Guard","created_at":"2026-02-25T20:27:15Z","date":"2026-02-25","branch":"test/package-install-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":3808,"cache_read_tokens":270478,"cache_write_tokens":39075,"effective_tokens":-227586,"cache_hit_rate":30053.111,"total_tokens":3817,"cost_usd":0.47525674999999995} +{"run_id":22414127394,"workflow":"Security Guard","created_at":"2026-02-25T20:14:31Z","date":"2026-02-25","branch":"test/env-all-tests-final","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":3450,"cache_read_tokens":184605,"cache_write_tokens":25255,"effective_tokens":-155893,"cache_hit_rate":26372.143,"total_tokens":3457,"cost_usd":0.33698524999999996} +{"run_id":22414112663,"workflow":"Security Guard","created_at":"2026-02-25T20:14:05Z","date":"2026-02-25","branch":"feat/api-proxy-observability-ratelimit","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":19,"output_tokens":9780,"cache_read_tokens":922884,"cache_write_tokens":65633,"effective_tokens":-847452,"cache_hit_rate":48572.842,"total_tokens":9799,"cost_usd":1.1621222500000001} +{"run_id":22414057584,"workflow":"Security Guard","created_at":"2026-02-25T20:12:29Z","date":"2026-02-25","branch":"test/block-domains-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1602,"cache_read_tokens":136364,"cache_write_tokens":20000,"effective_tokens":-114756,"cache_hit_rate":22727.333,"total_tokens":1608,"cost_usd":0.23381600000000005} +{"run_id":22413323744,"workflow":"Security Guard","created_at":"2026-02-25T19:51:55Z","date":"2026-02-25","branch":"docs/integration-test-coverage-guide","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":1576,"cache_read_tokens":251962,"cache_write_tokens":46244,"effective_tokens":-204133,"cache_hit_rate":27995.778,"total_tokens":1585,"cost_usd":0.5499404999999999} +{"run_id":22411251132,"workflow":"Security Guard","created_at":"2026-02-25T18:54:45Z","date":"2026-02-25","branch":"docs/integration-test-coverage-guide","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7217,"output_tokens":1391,"cache_read_tokens":131549,"cache_write_tokens":23839,"effective_tokens":-99102,"cache_hit_rate":18.228,"total_tokens":8608,"cost_usd":0.28618224999999997} +{"run_id":22411132095,"workflow":"Security Guard","created_at":"2026-02-25T18:51:21Z","date":"2026-02-25","branch":"feat/grouped-help-layout","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":84,"output_tokens":3018,"cache_read_tokens":306133,"cache_write_tokens":49407,"effective_tokens":-253624,"cache_hit_rate":3644.44,"total_tokens":3102,"cost_usd":0.8915154999999999} +{"run_id":22411068703,"workflow":"Security Guard","created_at":"2026-02-25T18:49:30Z","date":"2026-02-25","branch":"remove-smoke-gemini","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6822,"output_tokens":1761,"cache_read_tokens":191445,"cache_write_tokens":45781,"effective_tokens":-137081,"cache_hit_rate":28.063,"total_tokens":8583,"cost_usd":0.46054275000000006} +{"run_id":22409728963,"workflow":"Security Guard","created_at":"2026-02-25T18:11:33Z","date":"2026-02-25","branch":"fix-localhost-interception","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":11708,"cache_read_tokens":248313,"cache_write_tokens":45158,"effective_tokens":-191439,"cache_hit_rate":31039.125,"total_tokens":11716,"cost_usd":0.699688} +{"run_id":22409340176,"workflow":"Security Guard","created_at":"2026-02-25T18:00:42Z","date":"2026-02-25","branch":"fix-localhost-interception","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":10,"output_tokens":13862,"cache_read_tokens":270452,"cache_write_tokens":61161,"effective_tokens":-195419,"cache_hit_rate":27045.2,"total_tokens":13872,"cost_usd":0.8646362500000001} +{"run_id":22376346777,"workflow":"Security Guard","created_at":"2026-02-25T00:29:05Z","date":"2026-02-25","branch":"worktree-unified-proxy","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":16,"output_tokens":23908,"cache_read_tokens":616091,"cache_write_tokens":213171,"effective_tokens":-378996,"cache_hit_rate":38505.688,"total_tokens":23924,"cost_usd":2.249894} +{"run_id":22375090584,"workflow":"Security Guard","created_at":"2026-02-24T23:44:01Z","date":"2026-02-24","branch":"docs/sandbox-design","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":2464,"cache_read_tokens":210642,"cache_write_tokens":49760,"effective_tokens":-158410,"cache_hit_rate":26330.25,"total_tokens":2472,"cost_usd":0.478505} +{"run_id":22374522329,"workflow":"Security Guard","created_at":"2026-02-24T23:24:16Z","date":"2026-02-24","branch":"docs/sandbox-design","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1551,"cache_read_tokens":176321,"cache_write_tokens":32928,"effective_tokens":-141835,"cache_hit_rate":25188.714,"total_tokens":1558,"cost_usd":0.3333245} +{"run_id":22373975032,"workflow":"Security Guard","created_at":"2026-02-24T23:06:08Z","date":"2026-02-24","branch":"docs/sandbox-design","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":1302,"cache_read_tokens":74318,"cache_write_tokens":39545,"effective_tokens":-33466,"cache_hit_rate":14863.6,"total_tokens":1307,"cost_usd":0.31744425000000004} +{"run_id":22333554486,"workflow":"Security Guard","created_at":"2026-02-24T02:07:49Z","date":"2026-02-24","branch":"jvm-proxy-config","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":5839,"cache_read_tokens":455916,"cache_write_tokens":64478,"effective_tokens":-385587,"cache_hit_rate":37993,"total_tokens":5851,"cost_usd":0.7775345} +{"run_id":22247480576,"workflow":"Security Guard","created_at":"2026-02-21T01:18:17Z","date":"2026-02-21","branch":"docs/runner-compatibility","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":879,"cache_read_tokens":87227,"cache_write_tokens":23919,"effective_tokens":-62424,"cache_hit_rate":17445.4,"total_tokens":884,"cost_usd":0.21566124999999997} +{"run_id":22247167207,"workflow":"Security Guard","created_at":"2026-02-21T01:01:13Z","date":"2026-02-21","branch":"jvm-proxy-config","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":6699,"cache_read_tokens":262935,"cache_write_tokens":62469,"effective_tokens":-193758,"cache_hit_rate":29215,"total_tokens":6708,"cost_usd":0.68997275} +{"run_id":22207731623,"workflow":"Security Guard","created_at":"2026-02-20T01:37:38Z","date":"2026-02-20","branch":"fix/prevent-git-credential-leak","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":5572,"output_tokens":6986,"cache_read_tokens":251265,"cache_write_tokens":54049,"effective_tokens":-184658,"cache_hit_rate":45.094,"total_tokens":12558,"cost_usd":0.66650275} +{"run_id":22203514635,"workflow":"Security Guard","created_at":"2026-02-19T22:53:38Z","date":"2026-02-19","branch":"docs/add-releasing-link","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":707,"cache_read_tokens":122890,"cache_write_tokens":23016,"effective_tokens":-99161,"cache_hit_rate":20481.667,"total_tokens":713,"cost_usd":0.22355399999999997} +{"run_id":22201432052,"workflow":"Security Guard","created_at":"2026-02-19T21:46:52Z","date":"2026-02-19","branch":"copilot/fix-squid-proxy-access-errors","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":44,"output_tokens":1780,"cache_read_tokens":294289,"cache_write_tokens":38074,"effective_tokens":-254391,"cache_hit_rate":6688.386,"total_tokens":1824,"cost_usd":0.4309609999999999} +{"run_id":22201253693,"workflow":"Security Guard","created_at":"2026-02-19T21:41:15Z","date":"2026-02-19","branch":"copilot/remove-codeql-detected-source-root","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":22,"output_tokens":931,"cache_read_tokens":121072,"cache_write_tokens":27885,"effective_tokens":-92234,"cache_hit_rate":5503.273,"total_tokens":953,"cost_usd":0.25874824999999996} +{"run_id":22200583152,"workflow":"Security Guard","created_at":"2026-02-19T21:20:33Z","date":"2026-02-19","branch":"feat/macos-binary","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":39,"output_tokens":1655,"cache_read_tokens":278187,"cache_write_tokens":28227,"effective_tokens":-248266,"cache_hit_rate":7133,"total_tokens":1694,"cost_usd":0.35809825} +{"run_id":22200520090,"workflow":"Security Guard","created_at":"2026-02-19T21:18:35Z","date":"2026-02-19","branch":"fix/writable-dev-shm","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":69,"output_tokens":2716,"cache_read_tokens":638912,"cache_write_tokens":46444,"effective_tokens":-589683,"cache_hit_rate":9259.594,"total_tokens":2785,"cost_usd":0.6785219999999998} +{"run_id":22200394523,"workflow":"Security Guard","created_at":"2026-02-19T21:14:46Z","date":"2026-02-19","branch":"fix/no-color-env","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":50,"output_tokens":1992,"cache_read_tokens":390056,"cache_write_tokens":51345,"effective_tokens":-336669,"cache_hit_rate":7801.12,"total_tokens":2042,"cost_usd":0.56653025} +{"run_id":22168649636,"workflow":"Security Guard","created_at":"2026-02-19T04:34:03Z","date":"2026-02-19","branch":"feat/simplify-release","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":20,"output_tokens":1732,"cache_read_tokens":120719,"cache_write_tokens":54928,"effective_tokens":-64039,"cache_hit_rate":6035.95,"total_tokens":1752,"cost_usd":0.44760550000000005} +{"run_id":22168490390,"workflow":"Security Guard","created_at":"2026-02-19T04:26:12Z","date":"2026-02-19","branch":"feat/simplify-release","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":89,"output_tokens":3161,"cache_read_tokens":669406,"cache_write_tokens":55601,"effective_tokens":-610555,"cache_hit_rate":7521.416,"total_tokens":3250,"cost_usd":0.7843482500000002} +{"run_id":22167849391,"workflow":"Security Guard","created_at":"2026-02-19T03:55:15Z","date":"2026-02-19","branch":"feat/arm64-binary-support","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":1583,"cache_read_tokens":183266,"cache_write_tokens":39016,"effective_tokens":-142643,"cache_hit_rate":7636.083,"total_tokens":1607,"cost_usd":0.375724} +{"run_id":22165363259,"workflow":"Security Guard","created_at":"2026-02-19T01:53:10Z","date":"2026-02-19","branch":"feat/arm64-binary-support","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":38,"output_tokens":2079,"cache_read_tokens":273973,"cache_write_tokens":28857,"effective_tokens":-242999,"cache_hit_rate":7209.816,"total_tokens":2117,"cost_usd":0.37005375} +{"run_id":22165292328,"workflow":"Security Guard","created_at":"2026-02-19T01:49:45Z","date":"2026-02-19","branch":"fix/remove-codeql-symlink","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":55,"output_tokens":1962,"cache_read_tokens":376913,"cache_write_tokens":48448,"effective_tokens":-326448,"cache_hit_rate":6852.964,"total_tokens":2017,"cost_usd":0.5416295} +{"run_id":22164939176,"workflow":"Security Guard","created_at":"2026-02-19T01:33:36Z","date":"2026-02-19","branch":"copilot/fix-java-builds-proxy-issues","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":4978,"output_tokens":1674,"cache_read_tokens":136929,"cache_write_tokens":31515,"effective_tokens":-98762,"cache_hit_rate":27.507,"total_tokens":6652,"cost_usd":0.33271925} +{"run_id":22121318740,"workflow":"Security Guard","created_at":"2026-02-18T00:25:38Z","date":"2026-02-18","branch":"claude/centralize-api-proxy-ports","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":68,"output_tokens":3203,"cache_read_tokens":631567,"cache_write_tokens":51264,"effective_tokens":-577032,"cache_hit_rate":9287.75,"total_tokens":3271,"cost_usd":0.7211065} +{"run_id":22120677843,"workflow":"Security Guard","created_at":"2026-02-17T23:59:48Z","date":"2026-02-17","branch":"copilot/fix-docs-releasing-md-notes","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":22,"output_tokens":838,"cache_read_tokens":108595,"cache_write_tokens":42596,"effective_tokens":-65139,"cache_hit_rate":4936.136,"total_tokens":860,"cost_usd":0.3421285} +{"run_id":22120295938,"workflow":"Security Guard","created_at":"2026-02-17T23:44:05Z","date":"2026-02-17","branch":"copilot/update-patch-version","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":28,"output_tokens":949,"cache_read_tokens":149787,"cache_write_tokens":42603,"effective_tokens":-106207,"cache_hit_rate":5349.536,"total_tokens":977,"cost_usd":0.36557325000000007} +{"run_id":22119567793,"workflow":"Security Guard","created_at":"2026-02-17T23:15:41Z","date":"2026-02-17","branch":"copilot/modify-api-proxy-for-copilot","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":10346,"output_tokens":5332,"cache_read_tokens":1243365,"cache_write_tokens":78522,"effective_tokens":-1149165,"cache_hit_rate":120.178,"total_tokens":15678,"cost_usd":1.2980209999999999} +{"run_id":22114595737,"workflow":"Security Guard","created_at":"2026-02-17T20:30:49Z","date":"2026-02-17","branch":"copilot/modify-api-proxy-for-copilot","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":29,"output_tokens":2071,"cache_read_tokens":216039,"cache_write_tokens":55949,"effective_tokens":-157990,"cache_hit_rate":7449.621,"total_tokens":2100,"cost_usd":0.51014175} +{"run_id":22081374969,"workflow":"Security Guard","created_at":"2026-02-17T00:13:12Z","date":"2026-02-17","branch":"chore/reduce-dependabot-pr-volume","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":28,"output_tokens":1041,"cache_read_tokens":149765,"cache_write_tokens":42567,"effective_tokens":-106129,"cache_hit_rate":5348.75,"total_tokens":1069,"cost_usd":0.36761325} +{"run_id":22080511850,"workflow":"Security Guard","created_at":"2026-02-16T23:26:55Z","date":"2026-02-16","branch":"fix/claude-json-bind-mount","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":43,"output_tokens":1885,"cache_read_tokens":315425,"cache_write_tokens":26688,"effective_tokens":-286809,"cache_hit_rate":7335.465,"total_tokens":1928,"cost_usd":0.37237449999999994} +{"run_id":22021681489,"workflow":"Security Guard","created_at":"2026-02-14T17:48:40Z","date":"2026-02-14","branch":"claude/summarize-firewall-proxying","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":46,"output_tokens":5476,"cache_read_tokens":1332687,"cache_write_tokens":50084,"effective_tokens":-1277081,"cache_hit_rate":28971.457,"total_tokens":5522,"cost_usd":1.1352445} +{"run_id":22021514445,"workflow":"Security Guard","created_at":"2026-02-14T17:35:50Z","date":"2026-02-14","branch":"claude/summarize-firewall-proxying","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":86,"output_tokens":4961,"cache_read_tokens":977035,"cache_write_tokens":39163,"effective_tokens":-932825,"cache_hit_rate":11360.872,"total_tokens":5047,"cost_usd":0.8662682499999997} +{"run_id":22021459608,"workflow":"Security Guard","created_at":"2026-02-14T17:31:58Z","date":"2026-02-14","branch":"claude/summarize-firewall-proxying","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":50,"output_tokens":4503,"cache_read_tokens":1252549,"cache_write_tokens":40978,"effective_tokens":-1207018,"cache_hit_rate":25050.98,"total_tokens":4553,"cost_usd":1.017538} +{"run_id":22021371287,"workflow":"Security Guard","created_at":"2026-02-14T17:25:50Z","date":"2026-02-14","branch":"claude/fix-github-actions-workflow-4a5df739-e0d4-4b3d-9e2e-8e8f3b87d148","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":2150,"output_tokens":2648,"cache_read_tokens":402212,"cache_write_tokens":52967,"effective_tokens":-344447,"cache_hit_rate":187.075,"total_tokens":4798,"cost_usd":0.61066175} +{"run_id":22021142555,"workflow":"Security Guard","created_at":"2026-02-14T17:08:59Z","date":"2026-02-14","branch":"claude/summarize-firewall-proxying","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":43,"output_tokens":5555,"cache_read_tokens":1041562,"cache_write_tokens":54952,"effective_tokens":-981012,"cache_hit_rate":24222.372,"total_tokens":5598,"cost_usd":1.0786835} +{"run_id":22020990609,"workflow":"Security Guard","created_at":"2026-02-14T16:57:50Z","date":"2026-02-14","branch":"claude/summarize-firewall-proxying","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":51,"output_tokens":2998,"cache_read_tokens":549577,"cache_write_tokens":47864,"effective_tokens":-498664,"cache_hit_rate":10776.02,"total_tokens":3049,"cost_usd":0.6522365} +{"run_id":22020907931,"workflow":"Security Guard","created_at":"2026-02-14T16:51:12Z","date":"2026-02-14","branch":"claude/summarize-firewall-proxying","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":51,"output_tokens":2624,"cache_read_tokens":501708,"cache_write_tokens":85432,"effective_tokens":-413601,"cache_hit_rate":9837.412,"total_tokens":2675,"cost_usd":0.851976} +{"run_id":22020698216,"workflow":"Security Guard","created_at":"2026-02-14T16:34:26Z","date":"2026-02-14","branch":"claude/summarize-firewall-proxying","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":23,"output_tokens":1967,"cache_read_tokens":143283,"cache_write_tokens":77994,"effective_tokens":-63299,"cache_hit_rate":6229.696,"total_tokens":1990,"cost_usd":0.6089159999999998} +{"run_id":22020549655,"workflow":"Security Guard","created_at":"2026-02-14T16:23:14Z","date":"2026-02-14","branch":"claude/summarize-firewall-proxying","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":53,"output_tokens":3535,"cache_read_tokens":389506,"cache_write_tokens":56359,"effective_tokens":-329559,"cache_hit_rate":7349.17,"total_tokens":3588,"cost_usd":0.63615875} +{"run_id":22020292273,"workflow":"Security Guard","created_at":"2026-02-14T16:03:41Z","date":"2026-02-14","branch":"claude/summarize-firewall-proxying","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":61,"output_tokens":4648,"cache_read_tokens":557492,"cache_write_tokens":57678,"effective_tokens":-495105,"cache_hit_rate":9139.213,"total_tokens":4709,"cost_usd":0.7598254999999999} +{"run_id":22020126834,"workflow":"Security Guard","created_at":"2026-02-14T15:50:47Z","date":"2026-02-14","branch":"claude/summarize-firewall-proxying","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":57,"output_tokens":3032,"cache_read_tokens":470250,"cache_write_tokens":62909,"effective_tokens":-404252,"cache_hit_rate":8250,"total_tokens":3089,"cost_usd":0.70491325} +{"run_id":22019700394,"workflow":"Security Guard","created_at":"2026-02-14T15:18:04Z","date":"2026-02-14","branch":"claude/summarize-firewall-proxying","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":29,"output_tokens":1701,"cache_read_tokens":167964,"cache_write_tokens":52061,"effective_tokens":-114173,"cache_hit_rate":5791.862,"total_tokens":1730,"cost_usd":0.45255524999999996} +{"run_id":22019365374,"workflow":"Security Guard","created_at":"2026-02-14T14:53:28Z","date":"2026-02-14","branch":"claude/summarize-firewall-proxying","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":79,"output_tokens":3542,"cache_read_tokens":891118,"cache_write_tokens":59084,"effective_tokens":-828413,"cache_hit_rate":11279.975,"total_tokens":3621,"cost_usd":0.9106660000000001} +{"run_id":22019142131,"workflow":"Security Guard","created_at":"2026-02-14T14:35:56Z","date":"2026-02-14","branch":"claude/summarize-firewall-proxying","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":52,"output_tokens":4240,"cache_read_tokens":362509,"cache_write_tokens":51377,"effective_tokens":-306840,"cache_hit_rate":6971.327,"total_tokens":4292,"cost_usd":0.60914275} +{"run_id":22018943833,"workflow":"Security Guard","created_at":"2026-02-14T14:20:49Z","date":"2026-02-14","branch":"claude/summarize-firewall-proxying","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":28,"output_tokens":1348,"cache_read_tokens":168743,"cache_write_tokens":58257,"effective_tokens":-109110,"cache_hit_rate":6026.536,"total_tokens":1376,"cost_usd":0.48283975} +{"run_id":22018706172,"workflow":"Security Guard","created_at":"2026-02-14T14:02:55Z","date":"2026-02-14","branch":"claude/summarize-firewall-proxying","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":49,"output_tokens":2411,"cache_read_tokens":352534,"cache_write_tokens":53305,"effective_tokens":-296769,"cache_hit_rate":7194.571,"total_tokens":2460,"cost_usd":0.5786072499999999} +{"run_id":22018519681,"workflow":"Security Guard","created_at":"2026-02-14T13:48:25Z","date":"2026-02-14","branch":"claude/summarize-firewall-proxying","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":23,"output_tokens":1481,"cache_read_tokens":117293,"cache_write_tokens":51556,"effective_tokens":-64233,"cache_hit_rate":5099.696,"total_tokens":1504,"cost_usd":0.4185335} +{"run_id":22007696184,"workflow":"Security Guard","created_at":"2026-02-14T00:36:16Z","date":"2026-02-14","branch":"fix/publish-api-proxy-image","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":61,"output_tokens":2597,"cache_read_tokens":593370,"cache_write_tokens":56588,"effective_tokens":-534124,"cache_hit_rate":9727.377,"total_tokens":2658,"cost_usd":0.7161120000000001} +{"run_id":22006106406,"workflow":"Security Guard","created_at":"2026-02-13T23:15:21Z","date":"2026-02-13","branch":"feat/optimize-chroot-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":71,"output_tokens":6472,"cache_read_tokens":1732631,"cache_write_tokens":48309,"effective_tokens":-1677779,"cache_hit_rate":24403.254,"total_tokens":6543,"cost_usd":1.3517177500000004} +{"run_id":22005253140,"workflow":"Security Guard","created_at":"2026-02-13T22:37:54Z","date":"2026-02-13","branch":"feat/optimize-chroot-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":58,"output_tokens":4753,"cache_read_tokens":1351823,"cache_write_tokens":45949,"effective_tokens":-1301063,"cache_hit_rate":23307.293,"total_tokens":4811,"cost_usd":1.10857475} +{"run_id":22005014209,"workflow":"Security Guard","created_at":"2026-02-13T22:27:58Z","date":"2026-02-13","branch":"fix/api-proxy-bugs","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":29,"output_tokens":1988,"cache_read_tokens":276996,"cache_write_tokens":55561,"effective_tokens":-219418,"cache_hit_rate":9551.586,"total_tokens":2017,"cost_usd":0.53612925} +{"run_id":22004921796,"workflow":"Security Guard","created_at":"2026-02-13T22:24:07Z","date":"2026-02-13","branch":"feat/optimize-chroot-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":37,"output_tokens":4374,"cache_read_tokens":1104910,"cache_write_tokens":45407,"effective_tokens":-1055092,"cache_hit_rate":29862.432,"total_tokens":4411,"cost_usd":0.9685177499999997} +{"run_id":22004471265,"workflow":"Security Guard","created_at":"2026-02-13T22:06:18Z","date":"2026-02-13","branch":"fix/api-proxy-bugs","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":82,"output_tokens":5245,"cache_read_tokens":738062,"cache_write_tokens":42910,"effective_tokens":-689825,"cache_hit_rate":9000.756,"total_tokens":5327,"cost_usd":0.7692834999999999} +{"run_id":22004086684,"workflow":"Security Guard","created_at":"2026-02-13T21:51:56Z","date":"2026-02-13","branch":"fix/api-proxy-bugs","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":13359,"output_tokens":2173,"cache_read_tokens":342778,"cache_write_tokens":58149,"effective_tokens":-269097,"cache_hit_rate":25.659,"total_tokens":15532,"cost_usd":0.6564702499999999} +{"run_id":21999300925,"workflow":"Security Guard","created_at":"2026-02-13T19:05:49Z","date":"2026-02-13","branch":"fix/smoke-codex-roles-all","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":1439,"cache_read_tokens":198294,"cache_write_tokens":46376,"effective_tokens":-150455,"cache_hit_rate":8262.25,"total_tokens":1463,"cost_usd":0.42562199999999994} +{"run_id":21989721528,"workflow":"Security Guard","created_at":"2026-02-13T14:05:47Z","date":"2026-02-13","branch":"claude/fix-github-actions-workflow-agent","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":60,"output_tokens":2969,"cache_read_tokens":389123,"cache_write_tokens":51719,"effective_tokens":-334375,"cache_hit_rate":6485.383,"total_tokens":3029,"cost_usd":0.59286025} +{"run_id":21978456111,"workflow":"Security Guard","created_at":"2026-02-13T07:28:19Z","date":"2026-02-13","branch":"claude/unset-tokens-after-agent-start","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":58,"output_tokens":5306,"cache_read_tokens":882524,"cache_write_tokens":59373,"effective_tokens":-817787,"cache_hit_rate":15215.931,"total_tokens":5364,"cost_usd":0.9527762500000001} +{"run_id":21978273240,"workflow":"Security Guard","created_at":"2026-02-13T07:20:38Z","date":"2026-02-13","branch":"claude/diagnose-test-chroot-package-managers","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":50,"output_tokens":3116,"cache_read_tokens":494598,"cache_write_tokens":27832,"effective_tokens":-463600,"cache_hit_rate":9891.96,"total_tokens":3166,"cost_usd":0.5038109999999999} +{"run_id":21978261176,"workflow":"Security Guard","created_at":"2026-02-13T07:20:10Z","date":"2026-02-13","branch":"claude/unset-tokens-after-agent-start","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":52,"output_tokens":3014,"cache_read_tokens":570116,"cache_write_tokens":56622,"effective_tokens":-510428,"cache_hit_rate":10963.769,"total_tokens":3066,"cost_usd":0.7199965} +{"run_id":21977776602,"workflow":"Security Guard","created_at":"2026-02-13T06:58:34Z","date":"2026-02-13","branch":"claude/enable-api-proxy-by-default","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":66,"output_tokens":6674,"cache_read_tokens":1102316,"cache_write_tokens":51058,"effective_tokens":-1044518,"cache_hit_rate":16701.758,"total_tokens":6740,"cost_usd":1.0576155} +{"run_id":21977454948,"workflow":"Security Guard","created_at":"2026-02-13T06:43:52Z","date":"2026-02-13","branch":"claude/unset-tokens-after-agent-start","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":57,"output_tokens":3067,"cache_read_tokens":557041,"cache_write_tokens":49044,"effective_tokens":-504873,"cache_hit_rate":9772.649,"total_tokens":3124,"cost_usd":0.6664935000000002} +{"run_id":21977064068,"workflow":"Security Guard","created_at":"2026-02-13T06:25:50Z","date":"2026-02-13","branch":"security/harden-one-shot-token-binary","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":29,"output_tokens":2697,"cache_read_tokens":247889,"cache_write_tokens":72885,"effective_tokens":-172278,"cache_hit_rate":8547.897,"total_tokens":2726,"cost_usd":0.64757575} +{"run_id":21976652593,"workflow":"Security Guard","created_at":"2026-02-13T06:07:08Z","date":"2026-02-13","branch":"claude/unset-tokens-after-agent-start","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":42,"output_tokens":2875,"cache_read_tokens":587292,"cache_write_tokens":37224,"effective_tokens":-547151,"cache_hit_rate":13983.143,"total_tokens":2917,"cost_usd":0.6043819999999999} +{"run_id":21974237707,"workflow":"Security Guard","created_at":"2026-02-13T04:06:01Z","date":"2026-02-13","branch":"claude/extract-rust-one-shot-token-lib","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":26,"output_tokens":2117,"cache_read_tokens":190403,"cache_write_tokens":43207,"effective_tokens":-145053,"cache_hit_rate":7323.192,"total_tokens":2143,"cost_usd":0.41883025000000007} +{"run_id":21973717767,"workflow":"Security Guard","created_at":"2026-02-13T03:39:07Z","date":"2026-02-13","branch":"claude/extract-rust-one-shot-token-lib","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":26,"output_tokens":1699,"cache_read_tokens":203639,"cache_write_tokens":42616,"effective_tokens":-159298,"cache_hit_rate":7832.269,"total_tokens":1725,"cost_usd":0.41130449999999996} +{"run_id":21973417599,"workflow":"Security Guard","created_at":"2026-02-13T03:23:48Z","date":"2026-02-13","branch":"claude/fix-github-actions-workflow-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":58,"output_tokens":2483,"cache_read_tokens":632359,"cache_write_tokens":42789,"effective_tokens":-587029,"cache_hit_rate":10902.741,"total_tokens":2541,"cost_usd":0.6561887500000002} +{"run_id":21971662644,"workflow":"Security Guard","created_at":"2026-02-13T01:55:30Z","date":"2026-02-13","branch":"claude/extract-rust-one-shot-token-lib","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":23545,"output_tokens":1988,"cache_read_tokens":202201,"cache_write_tokens":81812,"effective_tokens":-94856,"cache_hit_rate":8.588,"total_tokens":25533,"cost_usd":0.7803805} +{"run_id":21971143008,"workflow":"Security Guard","created_at":"2026-02-13T01:30:36Z","date":"2026-02-13","branch":"claude/extract-rust-one-shot-token-lib","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":40,"output_tokens":2135,"cache_read_tokens":393516,"cache_write_tokens":53655,"effective_tokens":-337686,"cache_hit_rate":9837.9,"total_tokens":2175,"cost_usd":0.59050675} +{"run_id":21970440977,"workflow":"Security Guard","created_at":"2026-02-13T00:58:17Z","date":"2026-02-13","branch":"claude/diagnose-test-chroot-package-managers","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":22,"output_tokens":1099,"cache_read_tokens":113743,"cache_write_tokens":20906,"effective_tokens":-91716,"cache_hit_rate":5170.136,"total_tokens":1121,"cost_usd":0.21564899999999998} +{"run_id":21969640306,"workflow":"Security Guard","created_at":"2026-02-13T00:23:27Z","date":"2026-02-13","branch":"claude/extract-rust-one-shot-token-lib","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":791,"output_tokens":3859,"cache_read_tokens":646612,"cache_write_tokens":54288,"effective_tokens":-587674,"cache_hit_rate":817.461,"total_tokens":4650,"cost_usd":0.7749560000000001} +{"run_id":21969369496,"workflow":"Security Guard","created_at":"2026-02-13T00:11:56Z","date":"2026-02-13","branch":"claude/diagnose-firewall-vulnerability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":69,"output_tokens":4892,"cache_read_tokens":1145131,"cache_write_tokens":59210,"effective_tokens":-1080960,"cache_hit_rate":16596.101,"total_tokens":4961,"cost_usd":1.19738425} +{"run_id":21968429939,"workflow":"Security Guard","created_at":"2026-02-12T23:32:27Z","date":"2026-02-12","branch":"claude/diagnose-firewall-vulnerability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":9804,"output_tokens":1990,"cache_read_tokens":178511,"cache_write_tokens":42790,"effective_tokens":-123927,"cache_hit_rate":18.208,"total_tokens":11794,"cost_usd":0.456013} +{"run_id":21968391272,"workflow":"Security Guard","created_at":"2026-02-12T23:30:54Z","date":"2026-02-12","branch":"security/harden-one-shot-token-binary","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":32,"output_tokens":1798,"cache_read_tokens":274441,"cache_write_tokens":44630,"effective_tokens":-227981,"cache_hit_rate":8576.281,"total_tokens":1830,"cost_usd":0.46181799999999995} +{"run_id":21968389655,"workflow":"Security Guard","created_at":"2026-02-12T23:30:50Z","date":"2026-02-12","branch":"feat/secret-digger","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":4159,"output_tokens":5198,"cache_read_tokens":1313383,"cache_write_tokens":53105,"effective_tokens":-1250921,"cache_hit_rate":315.793,"total_tokens":9357,"cost_usd":1.1636177500000005} +{"run_id":21967863727,"workflow":"Security Guard","created_at":"2026-02-12T23:10:09Z","date":"2026-02-12","branch":"claude/diagnose-firewall-vulnerability-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":59,"output_tokens":3807,"cache_read_tokens":1021204,"cache_write_tokens":39849,"effective_tokens":-977489,"cache_hit_rate":17308.542,"total_tokens":3866,"cost_usd":0.8677522499999998} +{"run_id":21966537333,"workflow":"Security Guard","created_at":"2026-02-12T22:21:48Z","date":"2026-02-12","branch":"claude/diagnose-firewall-vulnerability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":37,"output_tokens":3089,"cache_read_tokens":261850,"cache_write_tokens":26408,"effective_tokens":-232316,"cache_hit_rate":7077.027,"total_tokens":3126,"cost_usd":0.373935} +{"run_id":21966505346,"workflow":"Security Guard","created_at":"2026-02-12T22:20:43Z","date":"2026-02-12","branch":"claude/create-sidecar-container-envoy","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":34,"output_tokens":2711,"cache_read_tokens":231357,"cache_write_tokens":38486,"effective_tokens":-190126,"cache_hit_rate":6804.618,"total_tokens":2745,"cost_usd":0.424706} +{"run_id":21966346027,"workflow":"Security Guard","created_at":"2026-02-12T22:15:10Z","date":"2026-02-12","branch":"claude/diagnose-firewall-vulnerability-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":37,"output_tokens":3789,"cache_read_tokens":902782,"cache_write_tokens":38750,"effective_tokens":-860206,"cache_hit_rate":24399.514,"total_tokens":3826,"cost_usd":0.8022135} +{"run_id":21966225270,"workflow":"Security Guard","created_at":"2026-02-12T22:11:11Z","date":"2026-02-12","branch":"claude/diagnose-firewall-vulnerability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":9774,"output_tokens":2492,"cache_read_tokens":407407,"cache_write_tokens":45395,"effective_tokens":-349746,"cache_hit_rate":41.683,"total_tokens":12266,"cost_usd":0.59914225} +{"run_id":21965543302,"workflow":"Security Guard","created_at":"2026-02-12T21:48:31Z","date":"2026-02-12","branch":"claude/diagnose-firewall-vulnerability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":90,"output_tokens":6394,"cache_read_tokens":835194,"cache_write_tokens":55009,"effective_tokens":-773701,"cache_hit_rate":9279.933,"total_tokens":6484,"cost_usd":0.93246125} +{"run_id":21964764014,"workflow":"Security Guard","created_at":"2026-02-12T21:22:48Z","date":"2026-02-12","branch":"claude/diagnose-firewall-vulnerability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":866,"output_tokens":2555,"cache_read_tokens":386666,"cache_write_tokens":33067,"effective_tokens":-350178,"cache_hit_rate":446.497,"total_tokens":3421,"cost_usd":0.47482075} +{"run_id":21964509043,"workflow":"Security Guard","created_at":"2026-02-12T21:14:23Z","date":"2026-02-12","branch":"claude/create-sidecar-container-envoy","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":96,"output_tokens":3779,"cache_read_tokens":676512,"cache_write_tokens":51682,"effective_tokens":-620955,"cache_hit_rate":7047,"total_tokens":3875,"cost_usd":0.7585345} +{"run_id":21964106126,"workflow":"Security Guard","created_at":"2026-02-12T21:01:22Z","date":"2026-02-12","branch":"claude/diagnose-firewall-vulnerability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":10364,"output_tokens":5344,"cache_read_tokens":943701,"cache_write_tokens":49200,"effective_tokens":-878793,"cache_hit_rate":91.056,"total_tokens":15708,"cost_usd":0.9762474999999999} +{"run_id":21964052918,"workflow":"Security Guard","created_at":"2026-02-12T20:59:35Z","date":"2026-02-12","branch":"claude/create-sidecar-container-envoy","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":52,"output_tokens":4493,"cache_read_tokens":384258,"cache_write_tokens":31346,"effective_tokens":-348367,"cache_hit_rate":7389.577,"total_tokens":4545,"cost_usd":0.5011764999999999} +{"run_id":21963585905,"workflow":"Security Guard","created_at":"2026-02-12T20:44:15Z","date":"2026-02-12","branch":"claude/diagnose-firewall-vulnerability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":97,"output_tokens":6502,"cache_read_tokens":770531,"cache_write_tokens":29473,"effective_tokens":-734459,"cache_hit_rate":7943.619,"total_tokens":6599,"cost_usd":0.74060375} +{"run_id":21963442305,"workflow":"Security Guard","created_at":"2026-02-12T20:39:44Z","date":"2026-02-12","branch":"lpcox/port-one-shot-token-rust","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":118,"output_tokens":5828,"cache_read_tokens":1395684,"cache_write_tokens":44219,"effective_tokens":-1345519,"cache_hit_rate":11827.831,"total_tokens":5946,"cost_usd":2.5420849999999997} +{"run_id":21963305587,"workflow":"Security Guard","created_at":"2026-02-12T20:35:27Z","date":"2026-02-12","branch":"claude/diagnose-firewall-vulnerability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":120,"output_tokens":7613,"cache_read_tokens":905974,"cache_write_tokens":35713,"effective_tokens":-862528,"cache_hit_rate":7549.783,"total_tokens":7733,"cost_usd":0.8848422499999999} +{"run_id":21963223596,"workflow":"Security Guard","created_at":"2026-02-12T20:32:54Z","date":"2026-02-12","branch":"lpcox/port-one-shot-token-rust","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":133,"output_tokens":6421,"cache_read_tokens":1371437,"cache_write_tokens":83191,"effective_tokens":-1281692,"cache_hit_rate":10311.556,"total_tokens":6554,"cost_usd":1.3878202499999999} +{"run_id":21962867754,"workflow":"Security Guard","created_at":"2026-02-12T20:21:29Z","date":"2026-02-12","branch":"claude/diagnose-firewall-vulnerability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":30,"output_tokens":3349,"cache_read_tokens":185470,"cache_write_tokens":30806,"effective_tokens":-151285,"cache_hit_rate":6182.333,"total_tokens":3379,"cost_usd":0.3696975} +{"run_id":21962766103,"workflow":"Security Guard","created_at":"2026-02-12T20:18:11Z","date":"2026-02-12","branch":"lpcox/port-one-shot-token-rust","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":54,"output_tokens":2414,"cache_read_tokens":347757,"cache_write_tokens":27572,"effective_tokens":-317717,"cache_hit_rate":6439.944,"total_tokens":2468,"cost_usd":1.4012589999999998} +{"run_id":21962737252,"workflow":"Security Guard","created_at":"2026-02-12T20:17:15Z","date":"2026-02-12","branch":"copilot/remove-enable-chroot-flag","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":1909,"cache_read_tokens":176824,"cache_write_tokens":26518,"effective_tokens":-148373,"cache_hit_rate":7367.667,"total_tokens":1933,"cost_usd":0.5035654999999999} +{"run_id":21962690259,"workflow":"Security Guard","created_at":"2026-02-12T20:15:45Z","date":"2026-02-12","branch":"fix/regex-anchors","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":51,"output_tokens":1854,"cache_read_tokens":392102,"cache_write_tokens":47703,"effective_tokens":-342494,"cache_hit_rate":7688.275,"total_tokens":1905,"cost_usd":0.54327675} +{"run_id":21962659758,"workflow":"Security Guard","created_at":"2026-02-12T20:14:49Z","date":"2026-02-12","branch":"fix/ssl-bump-race-condition","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":94,"output_tokens":2694,"cache_read_tokens":719443,"cache_write_tokens":26328,"effective_tokens":-690327,"cache_hit_rate":7653.649,"total_tokens":2788,"cost_usd":0.6017155} +{"run_id":21962630529,"workflow":"Security Guard","created_at":"2026-02-12T20:13:56Z","date":"2026-02-12","branch":"fix/insecure-temp-file","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":33,"output_tokens":1369,"cache_read_tokens":212678,"cache_write_tokens":21450,"effective_tokens":-189826,"cache_hit_rate":6444.788,"total_tokens":1402,"cost_usd":0.2753415} +{"run_id":21962603404,"workflow":"Security Guard","created_at":"2026-02-12T20:13:04Z","date":"2026-02-12","branch":"fix/http2-rapid-reset","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":95,"output_tokens":2889,"cache_read_tokens":711711,"cache_write_tokens":47863,"effective_tokens":-660864,"cache_hit_rate":7491.695,"total_tokens":2984,"cost_usd":0.7432962499999999} +{"run_id":21962594242,"workflow":"Security Guard","created_at":"2026-02-12T20:12:48Z","date":"2026-02-12","branch":"fix/gnupg-vulnerability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":90,"output_tokens":2579,"cache_read_tokens":805231,"cache_write_tokens":25040,"effective_tokens":-777522,"cache_hit_rate":8947.011,"total_tokens":2669,"cost_usd":0.7186385000000002} +{"run_id":21962175440,"workflow":"Security Guard","created_at":"2026-02-12T19:59:42Z","date":"2026-02-12","branch":"claude/diagnose-firewall-vulnerability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":73,"output_tokens":5420,"cache_read_tokens":463721,"cache_write_tokens":24382,"effective_tokens":-433846,"cache_hit_rate":6352.342,"total_tokens":5493,"cost_usd":0.52254} +{"run_id":21962056549,"workflow":"Security Guard","created_at":"2026-02-12T19:55:59Z","date":"2026-02-12","branch":"review/pr720-recommendations","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":29,"output_tokens":1620,"cache_read_tokens":239349,"cache_write_tokens":35255,"effective_tokens":-202445,"cache_hit_rate":8253.414,"total_tokens":1649,"cost_usd":0.38121325} +{"run_id":21961966394,"workflow":"Security Guard","created_at":"2026-02-12T19:53:19Z","date":"2026-02-12","branch":"claude/diagnose-firewall-vulnerability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":187,"output_tokens":3971,"cache_read_tokens":417214,"cache_write_tokens":32646,"effective_tokens":-380410,"cache_hit_rate":2231.091,"total_tokens":4158,"cost_usd":0.5217115000000001} +{"run_id":21961945221,"workflow":"Security Guard","created_at":"2026-02-12T19:52:42Z","date":"2026-02-12","branch":"claude/diagnose-firewall-vulnerability-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":83,"output_tokens":2743,"cache_read_tokens":744616,"cache_write_tokens":38136,"effective_tokens":-703654,"cache_hit_rate":8971.277,"total_tokens":2826,"cost_usd":0.6923029999999999} +{"run_id":21961398447,"workflow":"Security Guard","created_at":"2026-02-12T19:35:39Z","date":"2026-02-12","branch":"copilot/fix-java-dotnet-chroot","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":82,"output_tokens":3220,"cache_read_tokens":609489,"cache_write_tokens":31705,"effective_tokens":-574482,"cache_hit_rate":7432.793,"total_tokens":3302,"cost_usd":0.5931077499999999} +{"run_id":21961291485,"workflow":"Security Guard","created_at":"2026-02-12T19:32:27Z","date":"2026-02-12","branch":"claude/diagnose-firewall-vulnerability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":113,"output_tokens":6251,"cache_read_tokens":1239612,"cache_write_tokens":44271,"effective_tokens":-1188977,"cache_hit_rate":10970.018,"total_tokens":6364,"cost_usd":1.36907075} +{"run_id":21959922842,"workflow":"Security Guard","created_at":"2026-02-12T18:51:10Z","date":"2026-02-12","branch":"claude/create-sidecar-container-envoy","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":57,"output_tokens":3422,"cache_read_tokens":359009,"cache_write_tokens":52653,"effective_tokens":-302877,"cache_hit_rate":6298.404,"total_tokens":3479,"cost_usd":0.5992057500000001} +{"run_id":21959823879,"workflow":"Security Guard","created_at":"2026-02-12T18:48:15Z","date":"2026-02-12","branch":"claude/add-commit-to-sidecar-container","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":87,"output_tokens":2644,"cache_read_tokens":785923,"cache_write_tokens":22915,"effective_tokens":-760277,"cache_hit_rate":9033.598,"total_tokens":2731,"cost_usd":0.6249089999999999} +{"run_id":21958327669,"workflow":"Security Guard","created_at":"2026-02-12T18:02:24Z","date":"2026-02-12","branch":"claude/create-sidecar-container-envoy","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":205,"output_tokens":6527,"cache_read_tokens":1321265,"cache_write_tokens":53671,"effective_tokens":-1260862,"cache_hit_rate":6445.195,"total_tokens":6732,"cost_usd":1.1942562500000002} +{"run_id":21957514895,"workflow":"Security Guard","created_at":"2026-02-12T17:38:10Z","date":"2026-02-12","branch":"claude/create-sidecar-container-envoy","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":86,"output_tokens":2111,"cache_read_tokens":285750,"cache_write_tokens":57004,"effective_tokens":-226549,"cache_hit_rate":3322.674,"total_tokens":2197,"cost_usd":0.5548219999999999} +{"run_id":21954029925,"workflow":"Security Guard","created_at":"2026-02-12T15:58:54Z","date":"2026-02-12","branch":"lpcox/port-one-shot-token-rust","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":80,"output_tokens":5487,"cache_read_tokens":769146,"cache_write_tokens":68079,"effective_tokens":-695500,"cache_hit_rate":9614.325,"total_tokens":5567,"cost_usd":0.9542887500000001} +{"run_id":21953261492,"workflow":"Security Guard","created_at":"2026-02-12T15:38:25Z","date":"2026-02-12","branch":"lpcox/port-one-shot-token-rust","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":98,"output_tokens":2571,"cache_read_tokens":522209,"cache_write_tokens":72735,"effective_tokens":-446805,"cache_hit_rate":5328.663,"total_tokens":2669,"cost_usd":0.79456325} +{"run_id":21939754179,"workflow":"Security Guard","created_at":"2026-02-12T08:52:00Z","date":"2026-02-12","branch":"lpcox/port-one-shot-token-rust","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":79,"output_tokens":5682,"cache_read_tokens":690185,"cache_write_tokens":65959,"effective_tokens":-618465,"cache_hit_rate":8736.519,"total_tokens":5761,"cost_usd":0.9038732499999997} +{"run_id":21939064636,"workflow":"Security Guard","created_at":"2026-02-12T08:28:07Z","date":"2026-02-12","branch":"copilot/sub-pr-720","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":109,"output_tokens":2891,"cache_read_tokens":462965,"cache_write_tokens":60520,"effective_tokens":-399445,"cache_hit_rate":4247.385,"total_tokens":3000,"cost_usd":0.6859134999999998} +{"run_id":21938698699,"workflow":"Security Guard","created_at":"2026-02-12T08:15:15Z","date":"2026-02-12","branch":"copilot/sub-pr-720","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":66,"output_tokens":2836,"cache_read_tokens":444416,"cache_write_tokens":58464,"effective_tokens":-383050,"cache_hit_rate":6733.576,"total_tokens":2902,"cost_usd":0.6612869999999998} +{"run_id":21937881077,"workflow":"Security Guard","created_at":"2026-02-12T07:44:41Z","date":"2026-02-12","branch":"lpcox/port-one-shot-token-rust","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":36,"output_tokens":2554,"cache_read_tokens":286345,"cache_write_tokens":80766,"effective_tokens":-202989,"cache_hit_rate":7954.028,"total_tokens":2590,"cost_usd":0.71254} +{"run_id":21937400708,"workflow":"Security Guard","created_at":"2026-02-12T07:25:29Z","date":"2026-02-12","branch":"lpcox/port-one-shot-token-rust","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":19631,"output_tokens":1736,"cache_read_tokens":138394,"cache_write_tokens":64988,"effective_tokens":-52039,"cache_hit_rate":7.05,"total_tokens":21367,"cost_usd":0.6174769999999999} +{"run_id":21936982055,"workflow":"Security Guard","created_at":"2026-02-12T07:07:57Z","date":"2026-02-12","branch":"lpcox/port-one-shot-token-rust","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":27,"output_tokens":1879,"cache_read_tokens":193499,"cache_write_tokens":44367,"effective_tokens":-147226,"cache_hit_rate":7166.63,"total_tokens":1906,"cost_usd":0.42170325} +{"run_id":21936807123,"workflow":"Security Guard","created_at":"2026-02-12T07:00:30Z","date":"2026-02-12","branch":"claude/fix-github-actions-workflow-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":16,"output_tokens":1226,"cache_read_tokens":66311,"cache_write_tokens":34620,"effective_tokens":-30449,"cache_hit_rate":4144.438,"total_tokens":1242,"cost_usd":0.2808105} +{"run_id":21936294358,"workflow":"Security Guard","created_at":"2026-02-12T06:37:49Z","date":"2026-02-12","branch":"lpcox/port-one-shot-token-rust","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":40,"output_tokens":2932,"cache_read_tokens":341220,"cache_write_tokens":63419,"effective_tokens":-274829,"cache_hit_rate":8530.5,"total_tokens":2972,"cost_usd":0.64102875} +{"run_id":21935968817,"workflow":"Security Guard","created_at":"2026-02-12T06:23:44Z","date":"2026-02-12","branch":"claude/fix-github-actions-workflow-one-more-time","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":70,"output_tokens":5833,"cache_read_tokens":1237170,"cache_write_tokens":48615,"effective_tokens":-1182652,"cache_hit_rate":17673.857,"total_tokens":5903,"cost_usd":1.09266075} +{"run_id":21935709797,"workflow":"Security Guard","created_at":"2026-02-12T06:12:11Z","date":"2026-02-12","branch":"claude/fix-github-actions-workflow-yet-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":59,"output_tokens":2778,"cache_read_tokens":686226,"cache_write_tokens":29074,"effective_tokens":-654315,"cache_hit_rate":11630.949,"total_tokens":2837,"cost_usd":0.6065125} +{"run_id":21935542078,"workflow":"Security Guard","created_at":"2026-02-12T06:04:31Z","date":"2026-02-12","branch":"claude/fix-github-actions-workflow-another-one","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-sonnet-4-5-20250929","claude-haiku-4-5-20251001"],"providers":[],"api_calls":0,"input_tokens":70,"output_tokens":5796,"cache_read_tokens":818150,"cache_write_tokens":42064,"effective_tokens":-770220,"cache_hit_rate":11687.857,"total_tokens":5866,"cost_usd":0.840859} +{"run_id":21935286075,"workflow":"Security Guard","created_at":"2026-02-12T05:52:32Z","date":"2026-02-12","branch":"fix/hide-compose-secrets-from-container","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":120,"output_tokens":4046,"cache_read_tokens":1007952,"cache_write_tokens":37266,"effective_tokens":-966520,"cache_hit_rate":8399.6,"total_tokens":4166,"cost_usd":0.8516444999999999} +{"run_id":21935267622,"workflow":"Security Guard","created_at":"2026-02-12T05:51:47Z","date":"2026-02-12","branch":"copilot/fix-java-dotnet-chroot","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":77,"output_tokens":4493,"cache_read_tokens":1029213,"cache_write_tokens":57100,"effective_tokens":-967543,"cache_hit_rate":13366.403,"total_tokens":4570,"cost_usd":1.0005264999999999} +{"run_id":21935233811,"workflow":"Security Guard","created_at":"2026-02-12T05:50:11Z","date":"2026-02-12","branch":"claude/fix-github-actions-workflow-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":106,"output_tokens":4481,"cache_read_tokens":814877,"cache_write_tokens":49803,"effective_tokens":-760487,"cache_hit_rate":7687.519,"total_tokens":4587,"cost_usd":0.8541792500000001} +{"run_id":21935064985,"workflow":"Security Guard","created_at":"2026-02-12T05:41:53Z","date":"2026-02-12","branch":"claude/fix-gh-actions-workflow","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":91,"output_tokens":2812,"cache_read_tokens":563417,"cache_write_tokens":19120,"effective_tokens":-541394,"cache_hit_rate":6191.396,"total_tokens":2903,"cost_usd":0.48148350000000006} +{"run_id":21934885398,"workflow":"Security Guard","created_at":"2026-02-12T05:33:28Z","date":"2026-02-12","branch":"lpcox/port-one-shot-token-rust","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":1614,"cache_read_tokens":188262,"cache_write_tokens":30870,"effective_tokens":-155754,"cache_hit_rate":7844.25,"total_tokens":1638,"cost_usd":0.32808849999999995} +{"run_id":21934813755,"workflow":"Security Guard","created_at":"2026-02-12T05:30:23Z","date":"2026-02-12","branch":"fix/mcp-pentest-followups","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":99,"output_tokens":2653,"cache_read_tokens":698123,"cache_write_tokens":25391,"effective_tokens":-669980,"cache_hit_rate":7051.747,"total_tokens":2752,"cost_usd":0.5920872499999998} +{"run_id":21934742290,"workflow":"Security Guard","created_at":"2026-02-12T05:27:12Z","date":"2026-02-12","branch":"fix/mask-proc-kallsyms-dev-hardening","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":507,"output_tokens":3495,"cache_read_tokens":560331,"cache_write_tokens":36025,"effective_tokens":-520304,"cache_hit_rate":1105.189,"total_tokens":4002,"cost_usd":0.60034875} +{"run_id":21934741129,"workflow":"Security Guard","created_at":"2026-02-12T05:27:08Z","date":"2026-02-12","branch":"fix/hide-compose-secrets-from-container","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":22,"output_tokens":1295,"cache_read_tokens":133302,"cache_write_tokens":23315,"effective_tokens":-108670,"cache_hit_rate":6059.182,"total_tokens":1317,"cost_usd":0.24540475} +{"run_id":21934702087,"workflow":"Security Guard","created_at":"2026-02-12T05:25:13Z","date":"2026-02-12","branch":"fix/expand-credential-hiding-list","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":74,"output_tokens":2317,"cache_read_tokens":472124,"cache_write_tokens":31465,"effective_tokens":-438268,"cache_hit_rate":6380.054,"total_tokens":2391,"cost_usd":0.4961402499999999} +{"run_id":21934695279,"workflow":"Security Guard","created_at":"2026-02-12T05:24:55Z","date":"2026-02-12","branch":"fix/mcp-pentest-followups","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":102,"output_tokens":3414,"cache_read_tokens":859442,"cache_write_tokens":50774,"effective_tokens":-805152,"cache_hit_rate":8425.902,"total_tokens":3516,"cost_usd":0.8437404999999998} +{"run_id":21934568455,"workflow":"Security Guard","created_at":"2026-02-12T05:18:31Z","date":"2026-02-12","branch":"copilot/fix-java-dotnet-chroot","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":1010,"cache_read_tokens":163429,"cache_write_tokens":28904,"effective_tokens":-133491,"cache_hit_rate":6809.542,"total_tokens":1034,"cost_usd":0.2882845} +{"run_id":21933879921,"workflow":"Security Guard","created_at":"2026-02-12T04:44:10Z","date":"2026-02-12","branch":"claude/diagnose-firewall-vulnerability-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":88,"output_tokens":3590,"cache_read_tokens":908240,"cache_write_tokens":36592,"effective_tokens":-867970,"cache_hit_rate":10320.909,"total_tokens":3678,"cost_usd":0.7859799999999998} +{"run_id":21933663324,"workflow":"Security Guard","created_at":"2026-02-12T04:33:14Z","date":"2026-02-12","branch":"claude/diagnose-firewall-vulnerability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":61,"output_tokens":3820,"cache_read_tokens":516396,"cache_write_tokens":32261,"effective_tokens":-480254,"cache_hit_rate":8465.508,"total_tokens":3881,"cost_usd":0.5591722499999999} +{"run_id":21933390850,"workflow":"Security Guard","created_at":"2026-02-12T04:19:13Z","date":"2026-02-12","branch":"copilot/add-temp-log-volume-mount","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":107,"output_tokens":5482,"cache_read_tokens":1624508,"cache_write_tokens":41837,"effective_tokens":-1577082,"cache_hit_rate":15182.318,"total_tokens":5589,"cost_usd":1.2296222499999998} +{"run_id":21933277561,"workflow":"Security Guard","created_at":"2026-02-12T04:13:28Z","date":"2026-02-12","branch":"copilot/fix-github-actions-workflow-another-one","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":87,"output_tokens":3868,"cache_read_tokens":652611,"cache_write_tokens":43672,"effective_tokens":-604984,"cache_hit_rate":7501.276,"total_tokens":3955,"cost_usd":0.7099694999999999} +{"run_id":21933071649,"workflow":"Security Guard","created_at":"2026-02-12T04:03:08Z","date":"2026-02-12","branch":"copilot/fix-github-actions-workflow-one-more-time","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":86,"output_tokens":2903,"cache_read_tokens":724632,"cache_write_tokens":25987,"effective_tokens":-695656,"cache_hit_rate":8425.953,"total_tokens":2989,"cost_usd":0.6091387500000001} +{"run_id":21933032005,"workflow":"Security Guard","created_at":"2026-02-12T04:01:25Z","date":"2026-02-12","branch":"copilot/fix-github-actions-workflow-one-more-time","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":51,"output_tokens":2058,"cache_read_tokens":343598,"cache_write_tokens":63821,"effective_tokens":-277668,"cache_hit_rate":6737.216,"total_tokens":2109,"cost_usd":0.62434625} +{"run_id":21932766712,"workflow":"Security Guard","created_at":"2026-02-12T03:47:28Z","date":"2026-02-12","branch":"copilot/fix-github-actions-workflow-another-one","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":65,"output_tokens":3411,"cache_read_tokens":632568,"cache_write_tokens":51441,"effective_tokens":-577651,"cache_hit_rate":9731.815,"total_tokens":3476,"cost_usd":0.7332142500000001} +{"run_id":21932533816,"workflow":"Security Guard","created_at":"2026-02-12T03:34:43Z","date":"2026-02-12","branch":"copilot/add-temp-log-volume-mount","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":114,"output_tokens":6682,"cache_read_tokens":2132898,"cache_write_tokens":48947,"effective_tokens":-2077155,"cache_hit_rate":18709.632,"total_tokens":6796,"cost_usd":1.5736907500000001} +{"run_id":21931167941,"workflow":"Security Guard","created_at":"2026-02-12T02:25:27Z","date":"2026-02-12","branch":"copilot/add-temp-log-volume-mount","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":201,"output_tokens":4117,"cache_read_tokens":1310669,"cache_write_tokens":43851,"effective_tokens":-1262500,"cache_hit_rate":6520.741,"total_tokens":4318,"cost_usd":1.0525512500000003} +{"run_id":21930931029,"workflow":"Security Guard","created_at":"2026-02-12T02:13:48Z","date":"2026-02-12","branch":"copilot/add-temp-log-volume-mount","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":1002,"output_tokens":2462,"cache_read_tokens":407410,"cache_write_tokens":45726,"effective_tokens":-358220,"cache_hit_rate":406.597,"total_tokens":3464,"cost_usd":0.5594824999999999} +{"run_id":21930790425,"workflow":"Security Guard","created_at":"2026-02-12T02:06:52Z","date":"2026-02-12","branch":"claude/diagnose-firewall-vulnerability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":78,"output_tokens":5057,"cache_read_tokens":749636,"cache_write_tokens":38710,"effective_tokens":-705791,"cache_hit_rate":9610.718,"total_tokens":5135,"cost_usd":0.954539} +{"run_id":21928865266,"workflow":"Security Guard","created_at":"2026-02-12T00:38:45Z","date":"2026-02-12","branch":"copilot/fix-github-actions-workflow-another-one","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":75,"output_tokens":3729,"cache_read_tokens":653296,"cache_write_tokens":54598,"effective_tokens":-594894,"cache_hit_rate":8710.613,"total_tokens":3804,"cost_usd":0.7785725} +{"run_id":21928494233,"workflow":"Security Guard","created_at":"2026-02-12T00:22:40Z","date":"2026-02-12","branch":"copilot/fix-github-actions-workflow-another-one","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":95,"output_tokens":6641,"cache_read_tokens":1005961,"cache_write_tokens":57099,"effective_tokens":-942126,"cache_hit_rate":10589.063,"total_tokens":6736,"cost_usd":1.04544925} +{"run_id":21928139129,"workflow":"Security Guard","created_at":"2026-02-12T00:07:49Z","date":"2026-02-12","branch":"copilot/fix-github-actions-workflow-another-one","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":66,"output_tokens":3965,"cache_read_tokens":494437,"cache_write_tokens":52132,"effective_tokens":-438274,"cache_hit_rate":7491.47,"total_tokens":4031,"cost_usd":0.6812735000000001} +{"run_id":21927373214,"workflow":"Security Guard","created_at":"2026-02-11T23:36:06Z","date":"2026-02-11","branch":"copilot/fix-github-actions-workflow-another-one","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":4631,"output_tokens":4529,"cache_read_tokens":459916,"cache_write_tokens":59081,"effective_tokens":-391675,"cache_hit_rate":99.312,"total_tokens":9160,"cost_usd":0.74232225} +{"run_id":21926041129,"workflow":"Security Guard","created_at":"2026-02-11T22:45:13Z","date":"2026-02-11","branch":"copilot/fix-github-actions-workflow-another-one","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":85,"output_tokens":2524,"cache_read_tokens":292695,"cache_write_tokens":44683,"effective_tokens":-245403,"cache_hit_rate":3443.471,"total_tokens":2609,"cost_usd":0.49018124999999996} +{"run_id":21925639971,"workflow":"Security Guard","created_at":"2026-02-11T22:31:04Z","date":"2026-02-11","branch":"copilot/fix-github-actions-workflow-yet-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":41,"output_tokens":2959,"cache_read_tokens":388068,"cache_write_tokens":55465,"effective_tokens":-329603,"cache_hit_rate":9465.073,"total_tokens":3000,"cost_usd":0.61540225} +{"run_id":21912929115,"workflow":"Security Guard","created_at":"2026-02-11T16:12:22Z","date":"2026-02-11","branch":"copilot/fix-github-actions-workflow-another-one","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":51,"output_tokens":2315,"cache_read_tokens":386059,"cache_write_tokens":51429,"effective_tokens":-332264,"cache_hit_rate":7569.784,"total_tokens":2366,"cost_usd":0.57314075} +{"run_id":21912194840,"workflow":"Security Guard","created_at":"2026-02-11T15:52:32Z","date":"2026-02-11","branch":"claude/diagnose-firewall-vulnerability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":90,"output_tokens":5921,"cache_read_tokens":1187879,"cache_write_tokens":54324,"effective_tokens":-1127544,"cache_hit_rate":13198.656,"total_tokens":6011,"cost_usd":1.1031104999999999} +{"run_id":21911671030,"workflow":"Security Guard","created_at":"2026-02-11T15:38:30Z","date":"2026-02-11","branch":"claude/diagnose-firewall-vulnerability-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":54,"output_tokens":2360,"cache_read_tokens":512652,"cache_write_tokens":37021,"effective_tokens":-473217,"cache_hit_rate":9493.556,"total_tokens":2414,"cost_usd":0.5533062499999999} +{"run_id":21887882314,"workflow":"Security Guard","created_at":"2026-02-11T00:30:09Z","date":"2026-02-11","branch":"claude/analyze-mounted-files-security","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":89,"output_tokens":4020,"cache_read_tokens":1232685,"cache_write_tokens":47012,"effective_tokens":-1181564,"cache_hit_rate":13850.393,"total_tokens":4109,"cost_usd":1.0287685} +{"run_id":21887056009,"workflow":"Security Guard","created_at":"2026-02-10T23:54:48Z","date":"2026-02-10","branch":"copilot/fix-secret-exposure-issues-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":29,"output_tokens":2028,"cache_read_tokens":263854,"cache_write_tokens":48393,"effective_tokens":-213404,"cache_hit_rate":9098.414,"total_tokens":2057,"cost_usd":0.48577825} +{"run_id":21886867206,"workflow":"Security Guard","created_at":"2026-02-10T23:46:48Z","date":"2026-02-10","branch":"claude/analyze-mounted-files-security","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":13461,"output_tokens":4938,"cache_read_tokens":1098841,"cache_write_tokens":48684,"effective_tokens":-1031758,"cache_hit_rate":81.631,"total_tokens":18399,"cost_usd":1.0595275} +{"run_id":21886806173,"workflow":"Security Guard","created_at":"2026-02-10T23:44:14Z","date":"2026-02-10","branch":"copilot/fix-secret-exposure-issues-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":29,"output_tokens":2091,"cache_read_tokens":242957,"cache_write_tokens":69693,"effective_tokens":-171144,"cache_hit_rate":8377.828,"total_tokens":2120,"cost_usd":0.6100297499999999} +{"run_id":21886284599,"workflow":"Security Guard","created_at":"2026-02-10T23:22:44Z","date":"2026-02-10","branch":"fix/docker-build-no-cache","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":25,"output_tokens":1372,"cache_read_tokens":175669,"cache_write_tokens":37050,"effective_tokens":-137222,"cache_hit_rate":7026.76,"total_tokens":1397,"cost_usd":0.35437199999999996} +{"run_id":21886205750,"workflow":"Security Guard","created_at":"2026-02-10T23:19:32Z","date":"2026-02-10","branch":"fix/agent-dockerfile-apt-retry","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":74,"output_tokens":2567,"cache_read_tokens":552784,"cache_write_tokens":47036,"effective_tokens":-503107,"cache_hit_rate":7470.054,"total_tokens":2641,"cost_usd":0.642888} +{"run_id":21885952352,"workflow":"Security Guard","created_at":"2026-02-10T23:09:30Z","date":"2026-02-10","branch":"fix/agent-dockerfile-apt-retry","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":22,"output_tokens":1227,"cache_read_tokens":128638,"cache_write_tokens":20914,"effective_tokens":-106475,"cache_hit_rate":5847.182,"total_tokens":1249,"cost_usd":0.2263665} +{"run_id":21885925016,"workflow":"Security Guard","created_at":"2026-02-10T23:08:21Z","date":"2026-02-10","branch":"feat/nightly-release","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":22,"output_tokens":1185,"cache_read_tokens":110518,"cache_write_tokens":43811,"effective_tokens":-65500,"cache_hit_rate":5023.545,"total_tokens":1207,"cost_usd":0.35932575} +{"run_id":21883807503,"workflow":"Security Guard","created_at":"2026-02-10T21:52:52Z","date":"2026-02-10","branch":"ci/dummy-test-run","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":16,"output_tokens":845,"cache_read_tokens":79604,"cache_write_tokens":20190,"effective_tokens":-58553,"cache_hit_rate":4975.25,"total_tokens":861,"cost_usd":0.1877445} +{"run_id":21883741126,"workflow":"Security Guard","created_at":"2026-02-10T21:50:39Z","date":"2026-02-10","branch":"fix/docker-build-no-cache","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":329,"output_tokens":2679,"cache_read_tokens":636154,"cache_write_tokens":30191,"effective_tokens":-602955,"cache_hit_rate":1933.599,"total_tokens":3008,"cost_usd":0.5855157500000002} +{"run_id":21883651858,"workflow":"Security Guard","created_at":"2026-02-10T21:47:40Z","date":"2026-02-10","branch":"feat/nightly-release","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":28,"output_tokens":1382,"cache_read_tokens":222506,"cache_write_tokens":27280,"effective_tokens":-193816,"cache_hit_rate":7946.643,"total_tokens":1410,"cost_usd":0.316956} +{"run_id":21883517187,"workflow":"Security Guard","created_at":"2026-02-10T21:43:12Z","date":"2026-02-10","branch":"copilot/fix-secret-exposure-issues-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":158,"output_tokens":6459,"cache_read_tokens":2052633,"cache_write_tokens":52622,"effective_tokens":-1993394,"cache_hit_rate":12991.348,"total_tokens":6617,"cost_usd":1.5435229999999998} +{"run_id":21883495260,"workflow":"Security Guard","created_at":"2026-02-10T21:42:27Z","date":"2026-02-10","branch":"feat/nightly-release","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":22,"output_tokens":1306,"cache_read_tokens":130450,"cache_write_tokens":33100,"effective_tokens":-96022,"cache_hit_rate":5929.545,"total_tokens":1328,"cost_usd":0.30537300000000006} +{"run_id":21883147600,"workflow":"Security Guard","created_at":"2026-02-10T21:30:55Z","date":"2026-02-10","branch":"copilot/fix-secret-exposure-issues-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":11090,"output_tokens":4292,"cache_read_tokens":460929,"cache_write_tokens":38136,"effective_tokens":-407411,"cache_hit_rate":41.563,"total_tokens":15382,"cost_usd":0.6348444999999999} +{"run_id":21882985921,"workflow":"Security Guard","created_at":"2026-02-10T21:25:35Z","date":"2026-02-10","branch":"fix/chroot-jest30-testpath","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-sonnet-4-5-20250929","claude-haiku-4-5-20251001"],"providers":[],"api_calls":0,"input_tokens":28,"output_tokens":1010,"cache_read_tokens":169117,"cache_write_tokens":21054,"effective_tokens":-147025,"cache_hit_rate":6039.893,"total_tokens":1038,"cost_usd":0.242078} +{"run_id":21882778254,"workflow":"Security Guard","created_at":"2026-02-10T21:18:49Z","date":"2026-02-10","branch":"copilot/fix-secret-exposure-issues-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":66,"output_tokens":4204,"cache_read_tokens":553263,"cache_write_tokens":77693,"effective_tokens":-471300,"cache_hit_rate":8382.773,"total_tokens":4270,"cost_usd":0.8728947500000002} +{"run_id":21882478532,"workflow":"Security Guard","created_at":"2026-02-10T21:09:01Z","date":"2026-02-10","branch":"fix/chroot-jest30-testpath","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":22,"output_tokens":921,"cache_read_tokens":125790,"cache_write_tokens":19418,"effective_tokens":-105429,"cache_hit_rate":5717.727,"total_tokens":943,"cost_usd":0.2079055} +{"run_id":21882418856,"workflow":"Security Guard","created_at":"2026-02-10T21:07:01Z","date":"2026-02-10","branch":"dependabot/npm_and_yarn/linting-55a9f41e4a","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":109,"output_tokens":5008,"cache_read_tokens":1196427,"cache_write_tokens":42714,"effective_tokens":-1148596,"cache_hit_rate":10976.394,"total_tokens":5117,"cost_usd":1.006618} +{"run_id":21882397995,"workflow":"Security Guard","created_at":"2026-02-10T21:06:20Z","date":"2026-02-10","branch":"fix/lowercase-discussion-categories","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":20,"output_tokens":1656,"cache_read_tokens":134467,"cache_write_tokens":42279,"effective_tokens":-90512,"cache_hit_rate":6723.35,"total_tokens":1676,"cost_usd":0.37349925} +{"run_id":21882216873,"workflow":"Security Guard","created_at":"2026-02-10T21:00:25Z","date":"2026-02-10","branch":"copilot/fix-secret-exposure-issues","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":149,"output_tokens":3539,"cache_read_tokens":542198,"cache_write_tokens":43137,"effective_tokens":-495373,"cache_hit_rate":3638.913,"total_tokens":3688,"cost_usd":0.6411542499999999} +{"run_id":21882209571,"workflow":"Security Guard","created_at":"2026-02-10T21:00:11Z","date":"2026-02-10","branch":"dependabot/npm_and_yarn/linting-55a9f41e4a","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":68,"output_tokens":4779,"cache_read_tokens":845455,"cache_write_tokens":30362,"effective_tokens":-810246,"cache_hit_rate":12433.162,"total_tokens":4847,"cost_usd":0.9941122} +{"run_id":21882149885,"workflow":"Security Guard","created_at":"2026-02-10T20:58:10Z","date":"2026-02-10","branch":"feat/smoke-safe-output-validation","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":29,"output_tokens":1825,"cache_read_tokens":291352,"cache_write_tokens":63840,"effective_tokens":-225658,"cache_hit_rate":10046.621,"total_tokens":1854,"cost_usd":0.59097} +{"run_id":21881985441,"workflow":"Security Guard","created_at":"2026-02-10T20:52:40Z","date":"2026-02-10","branch":"fix/host-gateway-port-restriction","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":60,"output_tokens":3587,"cache_read_tokens":521961,"cache_write_tokens":44842,"effective_tokens":-473472,"cache_hit_rate":8699.35,"total_tokens":3647,"cost_usd":0.6366740000000001} +{"run_id":21881713553,"workflow":"Security Guard","created_at":"2026-02-10T20:43:46Z","date":"2026-02-10","branch":"fix/host-gateway-port-restriction","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":120,"output_tokens":3854,"cache_read_tokens":988412,"cache_write_tokens":40091,"effective_tokens":-944347,"cache_hit_rate":8236.767,"total_tokens":3974,"cost_usd":0.8590137500000001} +{"run_id":21881548254,"workflow":"Security Guard","created_at":"2026-02-10T20:38:22Z","date":"2026-02-10","branch":"fix/host-gateway-port-restriction","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":143,"output_tokens":4385,"cache_read_tokens":765909,"cache_write_tokens":45772,"effective_tokens":-715609,"cache_hit_rate":5356.007,"total_tokens":4528,"cost_usd":0.7897464999999999} +{"run_id":21880881328,"workflow":"Security Guard","created_at":"2026-02-10T20:16:38Z","date":"2026-02-10","branch":"claude/fix-github-actions-workflow","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":118,"output_tokens":6252,"cache_read_tokens":1565491,"cache_write_tokens":37463,"effective_tokens":-1521658,"cache_hit_rate":13266.873,"total_tokens":6370,"cost_usd":1.2046782500000002} +{"run_id":21880608756,"workflow":"Security Guard","created_at":"2026-02-10T20:07:57Z","date":"2026-02-10","branch":"copilot/fix-github-actions-workflow-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":51,"output_tokens":1903,"cache_read_tokens":424525,"cache_write_tokens":63917,"effective_tokens":-358654,"cache_hit_rate":8324.02,"total_tokens":1954,"cost_usd":0.6614767500000001} +{"run_id":21880092317,"workflow":"Security Guard","created_at":"2026-02-10T19:51:43Z","date":"2026-02-10","branch":"claude/fix-github-actions-workflow","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":115,"output_tokens":4413,"cache_read_tokens":1118078,"cache_write_tokens":30406,"effective_tokens":-1083144,"cache_hit_rate":9722.417,"total_tokens":4528,"cost_usd":0.8814634999999998} +{"run_id":21879405311,"workflow":"Security Guard","created_at":"2026-02-10T19:30:03Z","date":"2026-02-10","branch":"copilot/fix-broken-pipeline","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":93,"output_tokens":3401,"cache_read_tokens":1081139,"cache_write_tokens":62121,"effective_tokens":-1015524,"cache_hit_rate":11625.151,"total_tokens":3494,"cost_usd":1.02333875} +{"run_id":21879070226,"workflow":"Security Guard","created_at":"2026-02-10T19:19:27Z","date":"2026-02-10","branch":"fix/host-gateway-port-restriction","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":101,"output_tokens":5196,"cache_read_tokens":985238,"cache_write_tokens":44568,"effective_tokens":-935373,"cache_hit_rate":9754.832,"total_tokens":5297,"cost_usd":0.91194} +{"run_id":21878734471,"workflow":"Security Guard","created_at":"2026-02-10T19:08:48Z","date":"2026-02-10","branch":"feat/build-test-dotnet","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":26,"output_tokens":1799,"cache_read_tokens":228766,"cache_write_tokens":72738,"effective_tokens":-154203,"cache_hit_rate":8798.692,"total_tokens":1825,"cost_usd":0.6146225000000001} +{"run_id":21878733529,"workflow":"Security Guard","created_at":"2026-02-10T19:08:47Z","date":"2026-02-10","branch":"copilot/fix-github-actions-workflow-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":26,"output_tokens":1110,"cache_read_tokens":160150,"cache_write_tokens":27680,"effective_tokens":-131334,"cache_hit_rate":6159.615,"total_tokens":1136,"cost_usd":0.28197800000000006} +{"run_id":21878728307,"workflow":"Security Guard","created_at":"2026-02-10T19:08:37Z","date":"2026-02-10","branch":"fix/host-gateway-port-restriction","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":97,"output_tokens":5283,"cache_read_tokens":858429,"cache_write_tokens":46085,"effective_tokens":-806964,"cache_hit_rate":8849.784,"total_tokens":5380,"cost_usd":0.8598847499999999} +{"run_id":21877893176,"workflow":"Security Guard","created_at":"2026-02-10T18:42:49Z","date":"2026-02-10","branch":"copilot/fix-github-actions-workflow-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":3094,"cache_read_tokens":180771,"cache_write_tokens":39743,"effective_tokens":-137910,"cache_hit_rate":7532.125,"total_tokens":3118,"cost_usd":0.41677125} +{"run_id":21877091730,"workflow":"Security Guard","created_at":"2026-02-10T18:18:25Z","date":"2026-02-10","branch":"copilot/fix-github-actions-workflow-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":23,"output_tokens":2186,"cache_read_tokens":127297,"cache_write_tokens":36229,"effective_tokens":-88859,"cache_hit_rate":5534.652,"total_tokens":2209,"cost_usd":0.34536675} +{"run_id":21877003755,"workflow":"Security Guard","created_at":"2026-02-10T18:15:37Z","date":"2026-02-10","branch":"lpcox/remove-home-runner-access","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":22,"output_tokens":2051,"cache_read_tokens":129598,"cache_write_tokens":33142,"effective_tokens":-94383,"cache_hit_rate":5890.818,"total_tokens":2073,"cost_usd":0.3238435} +{"run_id":21876677324,"workflow":"Security Guard","created_at":"2026-02-10T18:05:39Z","date":"2026-02-10","branch":"copilot/fix-github-actions-workflow-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":35,"output_tokens":3150,"cache_read_tokens":250071,"cache_write_tokens":40150,"effective_tokens":-206736,"cache_hit_rate":7144.886,"total_tokens":3185,"cost_usd":0.45542} +{"run_id":21876153224,"workflow":"Security Guard","created_at":"2026-02-10T17:49:43Z","date":"2026-02-10","branch":"copilot/fix-github-actions-workflow-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":29,"output_tokens":3400,"cache_read_tokens":221602,"cache_write_tokens":39123,"effective_tokens":-179050,"cache_hit_rate":7641.448,"total_tokens":3429,"cost_usd":0.44098675000000004} +{"run_id":21856555277,"workflow":"Security Guard","created_at":"2026-02-10T08:00:58Z","date":"2026-02-10","branch":"feat/build-test-dotnet","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":29,"output_tokens":2137,"cache_read_tokens":289142,"cache_write_tokens":73186,"effective_tokens":-213790,"cache_hit_rate":9970.414,"total_tokens":2166,"cost_usd":0.6560755} +{"run_id":21856359340,"workflow":"Security Guard","created_at":"2026-02-10T07:53:41Z","date":"2026-02-10","branch":"copilot/fix-secret-exposure-issues","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":45,"output_tokens":2479,"cache_read_tokens":355723,"cache_write_tokens":54973,"effective_tokens":-298226,"cache_hit_rate":7904.956,"total_tokens":2524,"cost_usd":0.58416475} +{"run_id":21856359216,"workflow":"Security Guard","created_at":"2026-02-10T07:53:41Z","date":"2026-02-10","branch":"fix/host-gateway-port-restriction","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":82,"output_tokens":4663,"cache_read_tokens":1322233,"cache_write_tokens":46847,"effective_tokens":-1270641,"cache_hit_rate":16124.793,"total_tokens":4745,"cost_usd":1.08614725} +{"run_id":21856336559,"workflow":"Security Guard","created_at":"2026-02-10T07:52:48Z","date":"2026-02-10","branch":"dependabot/npm_and_yarn/testing-29de1f5d35","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":39,"output_tokens":1780,"cache_read_tokens":267186,"cache_write_tokens":34188,"effective_tokens":-231179,"cache_hit_rate":6850.923,"total_tokens":1819,"cost_usd":0.39248500000000003} +{"run_id":21856218897,"workflow":"Security Guard","created_at":"2026-02-10T07:48:14Z","date":"2026-02-10","branch":"fix/host-gateway-port-restriction","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":30,"output_tokens":1799,"cache_read_tokens":240397,"cache_write_tokens":47889,"effective_tokens":-190679,"cache_hit_rate":8013.233,"total_tokens":1829,"cost_usd":0.46515175000000003} +{"run_id":21855460561,"workflow":"Security Guard","created_at":"2026-02-10T07:18:19Z","date":"2026-02-10","branch":"dependabot/npm_and_yarn/linting-55a9f41e4a","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":50,"output_tokens":3474,"cache_read_tokens":602158,"cache_write_tokens":47101,"effective_tokens":-551533,"cache_hit_rate":12043.16,"total_tokens":3524,"cost_usd":0.8541442499999997} +{"run_id":21855149986,"workflow":"Security Guard","created_at":"2026-02-10T07:05:21Z","date":"2026-02-10","branch":"lpcox/one-shot-token-ld-preload","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":21062,"output_tokens":3018,"cache_read_tokens":629258,"cache_write_tokens":69529,"effective_tokens":-535649,"cache_hit_rate":29.876,"total_tokens":24080,"cost_usd":0.9343212499999999} +{"run_id":21854832574,"workflow":"Security Guard","created_at":"2026-02-10T06:52:07Z","date":"2026-02-10","branch":"copilot/fix-github-actions-workflow-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":57,"output_tokens":2714,"cache_read_tokens":471968,"cache_write_tokens":49062,"effective_tokens":-420135,"cache_hit_rate":8280.14,"total_tokens":2771,"cost_usd":0.6199395} +{"run_id":21854597685,"workflow":"Security Guard","created_at":"2026-02-10T06:42:01Z","date":"2026-02-10","branch":"copilot/fix-broken-pipeline","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":39,"output_tokens":1879,"cache_read_tokens":299012,"cache_write_tokens":46447,"effective_tokens":-250647,"cache_hit_rate":7666.974,"total_tokens":1918,"cost_usd":0.48749574999999995} +{"run_id":21854586552,"workflow":"Security Guard","created_at":"2026-02-10T06:41:32Z","date":"2026-02-10","branch":"copilot/fix-github-actions-workflow","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":132,"output_tokens":2228,"cache_read_tokens":374415,"cache_write_tokens":42884,"effective_tokens":-329171,"cache_hit_rate":2836.477,"total_tokens":2360,"cost_usd":0.5178885} +{"run_id":21854575539,"workflow":"Security Guard","created_at":"2026-02-10T06:41:07Z","date":"2026-02-10","branch":"lpcox/one-shot-token-ld-preload","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":60,"output_tokens":3193,"cache_read_tokens":521660,"cache_write_tokens":53505,"effective_tokens":-464902,"cache_hit_rate":8694.333,"total_tokens":3253,"cost_usd":0.67725525} +{"run_id":21854552126,"workflow":"Security Guard","created_at":"2026-02-10T06:40:05Z","date":"2026-02-10","branch":"copilot/sub-pr-604","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":46,"output_tokens":2409,"cache_read_tokens":320001,"cache_write_tokens":25424,"effective_tokens":-292122,"cache_hit_rate":6956.543,"total_tokens":2455,"cost_usd":0.3798685} +{"run_id":21854367050,"workflow":"Security Guard","created_at":"2026-02-10T06:32:14Z","date":"2026-02-10","branch":"lpcox/one-shot-token-ld-preload","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":33,"output_tokens":2514,"cache_read_tokens":259481,"cache_write_tokens":41142,"effective_tokens":-215792,"cache_hit_rate":7863.061,"total_tokens":2547,"cost_usd":1.2408224999999995} +{"run_id":21854249509,"workflow":"Security Guard","created_at":"2026-02-10T06:27:06Z","date":"2026-02-10","branch":"copilot/fix-broken-pipeline","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":83,"output_tokens":2708,"cache_read_tokens":555470,"cache_write_tokens":29672,"effective_tokens":-523007,"cache_hit_rate":6692.41,"total_tokens":2791,"cost_usd":0.5402049999999999} +{"run_id":21854153193,"workflow":"Security Guard","created_at":"2026-02-10T06:23:02Z","date":"2026-02-10","branch":"lpcox/one-shot-token-ld-preload","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":116,"output_tokens":4588,"cache_read_tokens":1125229,"cache_write_tokens":38453,"effective_tokens":-1082072,"cache_hit_rate":9700.25,"total_tokens":4704,"cost_usd":0.9318527500000001} +{"run_id":21854107053,"workflow":"Security Guard","created_at":"2026-02-10T06:21:06Z","date":"2026-02-10","branch":"copilot/sub-pr-604","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-sonnet-4-5-20250929","claude-haiku-4-5-20251001"],"providers":[],"api_calls":0,"input_tokens":55,"output_tokens":4479,"cache_read_tokens":519785,"cache_write_tokens":37387,"effective_tokens":-477864,"cache_hit_rate":9450.636,"total_tokens":4534,"cost_usd":0.60810325} +{"run_id":21853923946,"workflow":"Security Guard","created_at":"2026-02-10T06:13:17Z","date":"2026-02-10","branch":"lpcox/one-shot-token-ld-preload","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":26,"output_tokens":1799,"cache_read_tokens":216912,"cache_write_tokens":44667,"effective_tokens":-170420,"cache_hit_rate":8342.769,"total_tokens":1825,"cost_usd":0.43324275} +{"run_id":21852297099,"workflow":"Security Guard","created_at":"2026-02-10T04:57:07Z","date":"2026-02-10","branch":"lpcox/one-shot-token-ld-preload","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":29,"output_tokens":2748,"cache_read_tokens":192560,"cache_write_tokens":39711,"effective_tokens":-150072,"cache_hit_rate":6640,"total_tokens":2777,"cost_usd":0.41383175} +{"run_id":21838280328,"workflow":"Security Guard","created_at":"2026-02-09T19:51:05Z","date":"2026-02-09","branch":"chore/update-gh-aw-v0.42.17","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":96,"output_tokens":3087,"cache_read_tokens":605177,"cache_write_tokens":41971,"effective_tokens":-560023,"cache_hit_rate":6303.927,"total_tokens":3183,"cost_usd":0.66116225} +{"run_id":21837714768,"workflow":"Security Guard","created_at":"2026-02-09T19:31:27Z","date":"2026-02-09","branch":"chore/update-gh-aw-v0.42.17","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":149,"output_tokens":9140,"cache_read_tokens":2136129,"cache_write_tokens":83326,"effective_tokens":-2043514,"cache_hit_rate":14336.436,"total_tokens":9289,"cost_usd":1.8894049999999996} +{"run_id":21837292321,"workflow":"Security Guard","created_at":"2026-02-09T19:13:30Z","date":"2026-02-09","branch":"chore/update-gh-aw-v0.42.17","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":322,"output_tokens":5434,"cache_read_tokens":850468,"cache_write_tokens":58721,"effective_tokens":-785991,"cache_hit_rate":2641.205,"total_tokens":5756,"cost_usd":0.9581252500000002} +{"run_id":21836642475,"workflow":"Security Guard","created_at":"2026-02-09T18:34:20Z","date":"2026-02-09","branch":"chore/update-gh-aw-v0.42.17","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-sonnet-4-5-20250929","claude-haiku-4-5-20251001"],"providers":[],"api_calls":0,"input_tokens":173,"output_tokens":5144,"cache_read_tokens":1227009,"cache_write_tokens":55735,"effective_tokens":-1165957,"cache_hit_rate":7092.538,"total_tokens":5317,"cost_usd":1.1240342500000005} +{"run_id":21836285186,"workflow":"Security Guard","created_at":"2026-02-09T18:23:43Z","date":"2026-02-09","branch":"feat/smoke-safe-output-validation","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":64,"output_tokens":3111,"cache_read_tokens":656447,"cache_write_tokens":44386,"effective_tokens":-608886,"cache_hit_rate":10256.984,"total_tokens":3175,"cost_usd":0.7092190000000003} +{"run_id":21836226372,"workflow":"Security Guard","created_at":"2026-02-09T18:22:00Z","date":"2026-02-09","branch":"copilot/fix-broken-pipeline","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":89,"output_tokens":4873,"cache_read_tokens":1284889,"cache_write_tokens":57698,"effective_tokens":-1222229,"cache_hit_rate":14436.955,"total_tokens":4962,"cost_usd":1.2362925500000002} +{"run_id":21834573345,"workflow":"Security Guard","created_at":"2026-02-09T17:32:10Z","date":"2026-02-09","branch":"fix/smoke-codex-pr-trigger","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":23,"output_tokens":1199,"cache_read_tokens":125862,"cache_write_tokens":48845,"effective_tokens":-75795,"cache_hit_rate":5472.261,"total_tokens":1222,"cost_usd":0.39881524999999995} +{"run_id":21816564598,"workflow":"Security Guard","created_at":"2026-02-09T07:45:43Z","date":"2026-02-09","branch":"feat/smoke-safe-output-validation","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":63,"output_tokens":2755,"cache_read_tokens":600994,"cache_write_tokens":38998,"effective_tokens":-559178,"cache_hit_rate":9539.587,"total_tokens":2818,"cost_usd":0.66369075} +{"run_id":21816493355,"workflow":"Security Guard","created_at":"2026-02-09T07:42:54Z","date":"2026-02-09","branch":"test/chroot-java-dotnet","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":141,"output_tokens":4123,"cache_read_tokens":1288279,"cache_write_tokens":41677,"effective_tokens":-1242338,"cache_hit_rate":9136.73,"total_tokens":4264,"cost_usd":1.0298547500000004} +{"run_id":21816197792,"workflow":"Security Guard","created_at":"2026-02-09T07:31:05Z","date":"2026-02-09","branch":"feat/smoke-safe-output-validation","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":36,"output_tokens":1926,"cache_read_tokens":375956,"cache_write_tokens":56728,"effective_tokens":-317266,"cache_hit_rate":10443.222,"total_tokens":1962,"cost_usd":0.62565925} +{"run_id":21816046943,"workflow":"Security Guard","created_at":"2026-02-09T07:25:15Z","date":"2026-02-09","branch":"test/chroot-java-dotnet","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":88,"output_tokens":5770,"cache_read_tokens":2256499,"cache_write_tokens":55443,"effective_tokens":-2195198,"cache_hit_rate":25642.034,"total_tokens":5858,"cost_usd":1.6478142500000001} +{"run_id":21815733274,"workflow":"Security Guard","created_at":"2026-02-09T07:11:41Z","date":"2026-02-09","branch":"test/chroot-java-dotnet","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":110,"output_tokens":3923,"cache_read_tokens":855616,"cache_write_tokens":29279,"effective_tokens":-822304,"cache_hit_rate":7778.327,"total_tokens":4033,"cost_usd":0.7378994999999997} +{"run_id":21769918674,"workflow":"Security Guard","created_at":"2026-02-06T23:46:28Z","date":"2026-02-06","branch":"fix/host-gateway-port-restriction","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":47,"output_tokens":1920,"cache_read_tokens":351258,"cache_write_tokens":49561,"effective_tokens":-299730,"cache_hit_rate":7473.574,"total_tokens":1967,"cost_usd":0.53999825} +{"run_id":21769608780,"workflow":"Security Guard","created_at":"2026-02-06T23:30:32Z","date":"2026-02-06","branch":"copilot/port-smoke-codex","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":94,"output_tokens":8367,"cache_read_tokens":1834221,"cache_write_tokens":55867,"effective_tokens":-1769893,"cache_hit_rate":19512.989,"total_tokens":8461,"cost_usd":1.7178729999999998} +{"run_id":21768434762,"workflow":"Security Guard","created_at":"2026-02-06T22:39:01Z","date":"2026-02-06","branch":"fix/host-gateway-port-restriction","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":32,"output_tokens":1629,"cache_read_tokens":223352,"cache_write_tokens":51982,"effective_tokens":-169709,"cache_hit_rate":6979.75,"total_tokens":1661,"cost_usd":0.4779615} +{"run_id":21768414318,"workflow":"Security Guard","created_at":"2026-02-06T22:38:14Z","date":"2026-02-06","branch":"copilot/port-smoke-codex","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":69,"output_tokens":6887,"cache_read_tokens":1499349,"cache_write_tokens":71612,"effective_tokens":-1420781,"cache_hit_rate":21729.696,"total_tokens":6956,"cost_usd":1.6149154999999997} +{"run_id":21767994426,"workflow":"Security Guard","created_at":"2026-02-06T22:21:29Z","date":"2026-02-06","branch":"fix/chroot-java-dotnet-proc","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":86,"output_tokens":7058,"cache_read_tokens":1025409,"cache_write_tokens":61806,"effective_tokens":-956459,"cache_hit_rate":11923.36,"total_tokens":7144,"cost_usd":1.20821775} +{"run_id":21765845046,"workflow":"Security Guard","created_at":"2026-02-06T21:04:20Z","date":"2026-02-06","branch":"fix/chroot-java-dotnet-proc","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":54,"output_tokens":3277,"cache_read_tokens":499798,"cache_write_tokens":51586,"effective_tokens":-444881,"cache_hit_rate":9255.519,"total_tokens":3331,"cost_usd":0.6568825000000001} +{"run_id":21760357219,"workflow":"Security Guard","created_at":"2026-02-06T17:50:59Z","date":"2026-02-06","branch":"fix/chroot-host-docker-internal-dns","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":22,"output_tokens":1962,"cache_read_tokens":182652,"cache_write_tokens":66694,"effective_tokens":-113974,"cache_hit_rate":8302.364,"total_tokens":1984,"cost_usd":0.5578365000000001} +{"run_id":21760203581,"workflow":"Security Guard","created_at":"2026-02-06T17:45:38Z","date":"2026-02-06","branch":"fix/chroot-host-docker-internal-dns","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":68,"output_tokens":2996,"cache_read_tokens":663284,"cache_write_tokens":39681,"effective_tokens":-620539,"cache_hit_rate":9754.176,"total_tokens":3064,"cost_usd":0.65541125} +{"run_id":21760072040,"workflow":"Security Guard","created_at":"2026-02-06T17:41:08Z","date":"2026-02-06","branch":"fix/chroot-host-docker-internal-dns","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":63,"output_tokens":2862,"cache_read_tokens":742177,"cache_write_tokens":58646,"effective_tokens":-680606,"cache_hit_rate":11780.587,"total_tokens":2925,"cost_usd":0.8100139999999999} +{"run_id":21758499058,"workflow":"Security Guard","created_at":"2026-02-06T16:48:38Z","date":"2026-02-06","branch":"fix/chroot-host-docker-internal-dns","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":60,"output_tokens":2721,"cache_read_tokens":513887,"cache_write_tokens":51657,"effective_tokens":-459449,"cache_hit_rate":8564.783,"total_tokens":2781,"cost_usd":0.64996475} +{"run_id":21758099130,"workflow":"Security Guard","created_at":"2026-02-06T16:35:51Z","date":"2026-02-06","branch":"fix/chroot-host-docker-internal-dns","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":51,"output_tokens":3027,"cache_read_tokens":512192,"cache_write_tokens":30745,"effective_tokens":-478369,"cache_hit_rate":10042.98,"total_tokens":3078,"cost_usd":0.5246952500000001} +{"run_id":21757970256,"workflow":"Security Guard","created_at":"2026-02-06T16:31:40Z","date":"2026-02-06","branch":"fix/chroot-host-docker-internal-dns","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":47,"output_tokens":2458,"cache_read_tokens":378282,"cache_write_tokens":42419,"effective_tokens":-333358,"cache_hit_rate":8048.553,"total_tokens":2505,"cost_usd":0.51646775} +{"run_id":21757833820,"workflow":"Security Guard","created_at":"2026-02-06T16:27:17Z","date":"2026-02-06","branch":"fix/chroot-host-docker-internal-dns","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":65,"output_tokens":3141,"cache_read_tokens":471277,"cache_write_tokens":54640,"effective_tokens":-413431,"cache_hit_rate":7250.415,"total_tokens":3206,"cost_usd":0.6572425000000001} +{"run_id":21744636161,"workflow":"Security Guard","created_at":"2026-02-06T08:55:30Z","date":"2026-02-06","branch":"fix/no-proxy-for-host-gateway","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":80,"output_tokens":3221,"cache_read_tokens":755036,"cache_write_tokens":56611,"effective_tokens":-695124,"cache_hit_rate":9437.95,"total_tokens":3301,"cost_usd":0.81277475} +{"run_id":21743665469,"workflow":"Security Guard","created_at":"2026-02-06T08:18:13Z","date":"2026-02-06","branch":"fix/bypass-squid-for-network-gateway","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":51,"output_tokens":2134,"cache_read_tokens":376820,"cache_write_tokens":39279,"effective_tokens":-335356,"cache_hit_rate":7388.627,"total_tokens":2185,"cost_usd":0.49354275} +{"run_id":21743293649,"workflow":"Security Guard","created_at":"2026-02-06T08:03:53Z","date":"2026-02-06","branch":"fix/bypass-squid-for-network-gateway","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":43,"output_tokens":2826,"cache_read_tokens":328963,"cache_write_tokens":40939,"effective_tokens":-285155,"cache_hit_rate":7650.302,"total_tokens":2869,"cost_usd":0.49172825000000003} +{"run_id":21742638951,"workflow":"Security Guard","created_at":"2026-02-06T07:36:29Z","date":"2026-02-06","branch":"chore/upgrade-gh-aw-workflows","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":32,"output_tokens":2130,"cache_read_tokens":377400,"cache_write_tokens":89741,"effective_tokens":-285497,"cache_hit_rate":11793.75,"total_tokens":2162,"cost_usd":0.80400525} +{"run_id":21735908731,"workflow":"Security Guard","created_at":"2026-02-06T02:01:21Z","date":"2026-02-06","branch":"fix/chroot-dns-resolv-conf","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":56,"output_tokens":2523,"cache_read_tokens":467903,"cache_write_tokens":59869,"effective_tokens":-405455,"cache_hit_rate":8355.411,"total_tokens":2579,"cost_usd":0.67200075} +{"run_id":21735624914,"workflow":"Security Guard","created_at":"2026-02-06T01:46:58Z","date":"2026-02-06","branch":"fix/chroot-dns-resolv-conf","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":42,"output_tokens":2043,"cache_read_tokens":307560,"cache_write_tokens":32112,"effective_tokens":-273363,"cache_hit_rate":7322.857,"total_tokens":2085,"cost_usd":0.40627800000000003} +{"run_id":21735579044,"workflow":"Security Guard","created_at":"2026-02-06T01:44:44Z","date":"2026-02-06","branch":"fix/remove-leftover-intercept-port-refs","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":49,"output_tokens":1811,"cache_read_tokens":381477,"cache_write_tokens":58847,"effective_tokens":-320770,"cache_hit_rate":7785.245,"total_tokens":1860,"cost_usd":0.60456525} +{"run_id":21735300022,"workflow":"Security Guard","created_at":"2026-02-06T01:31:22Z","date":"2026-02-06","branch":"fix/smoke-chroot-copilot-permissions","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":2155,"output_tokens":2610,"cache_read_tokens":403675,"cache_write_tokens":52266,"effective_tokens":-346644,"cache_hit_rate":187.32,"total_tokens":4765,"cost_usd":0.6068349999999999} +{"run_id":21734652923,"workflow":"Security Guard","created_at":"2026-02-06T01:00:15Z","date":"2026-02-06","branch":"fix/bun-chroot-crash","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":39,"output_tokens":2641,"cache_read_tokens":408824,"cache_write_tokens":36133,"effective_tokens":-370011,"cache_hit_rate":10482.667,"total_tokens":2680,"cost_usd":0.49758925} +{"run_id":21734617926,"workflow":"Security Guard","created_at":"2026-02-06T00:58:38Z","date":"2026-02-06","branch":"fix/chroot-etc-hosts-mount","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":39,"output_tokens":1757,"cache_read_tokens":235778,"cache_write_tokens":43077,"effective_tokens":-190905,"cache_hit_rate":6045.59,"total_tokens":1796,"cost_usd":0.43175325000000003} +{"run_id":21734436720,"workflow":"Security Guard","created_at":"2026-02-06T00:50:17Z","date":"2026-02-06","branch":"fix/bypass-squid-host-gateway","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":81,"output_tokens":5642,"cache_read_tokens":1034379,"cache_write_tokens":46130,"effective_tokens":-982526,"cache_hit_rate":12770.111,"total_tokens":5723,"cost_usd":0.9474799999999998} +{"run_id":21733737018,"workflow":"Security Guard","created_at":"2026-02-06T00:19:57Z","date":"2026-02-06","branch":"revert/intercept-mode","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":83,"output_tokens":3261,"cache_read_tokens":682502,"cache_write_tokens":49669,"effective_tokens":-629489,"cache_hit_rate":8222.916,"total_tokens":3344,"cost_usd":0.7492392499999999} +{"run_id":21733318378,"workflow":"Security Guard","created_at":"2026-02-06T00:02:15Z","date":"2026-02-06","branch":"fix/bypass-squid-intercept-host-gateway","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":97,"output_tokens":4448,"cache_read_tokens":996784,"cache_write_tokens":55621,"effective_tokens":-936618,"cache_hit_rate":10276.124,"total_tokens":4545,"cost_usd":0.59594395} +{"run_id":21732785593,"workflow":"Security Guard","created_at":"2026-02-05T23:39:54Z","date":"2026-02-05","branch":"fix/smoke-copilot-context-size","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":2146,"output_tokens":5719,"cache_read_tokens":1386792,"cache_write_tokens":40153,"effective_tokens":-1338774,"cache_hit_rate":646.222,"total_tokens":7865,"cost_usd":0.6907688499999997} +{"run_id":21732471803,"workflow":"Security Guard","created_at":"2026-02-05T23:27:00Z","date":"2026-02-05","branch":"fix/smoke-copilot-context-size","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":71,"output_tokens":5806,"cache_read_tokens":1543756,"cache_write_tokens":47167,"effective_tokens":-1490712,"cache_hit_rate":21743.042,"total_tokens":5877,"cost_usd":0.8160512999999999} +{"run_id":21732239596,"workflow":"Security Guard","created_at":"2026-02-05T23:17:53Z","date":"2026-02-05","branch":"fix/smoke-copilot-context-size","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":54,"output_tokens":3337,"cache_read_tokens":444336,"cache_write_tokens":54032,"effective_tokens":-386913,"cache_hit_rate":8228.444,"total_tokens":3391,"cost_usd":0.3924657999999999} +{"run_id":21732111936,"workflow":"Security Guard","created_at":"2026-02-05T23:13:03Z","date":"2026-02-05","branch":"copilot/fix-monster-workflow-error","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":37,"output_tokens":1559,"cache_read_tokens":251219,"cache_write_tokens":32480,"effective_tokens":-217143,"cache_hit_rate":6789.703,"total_tokens":1596,"cost_usd":0.2230427} +{"run_id":21731363144,"workflow":"Security Guard","created_at":"2026-02-05T22:44:59Z","date":"2026-02-05","branch":"fix/restore-https-proxy-and-chroot-checkout","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":1614,"cache_read_tokens":293427,"cache_write_tokens":60299,"effective_tokens":-231490,"cache_hit_rate":12226.125,"total_tokens":1638,"cost_usd":0.33895034999999996} +{"run_id":21731200182,"workflow":"Security Guard","created_at":"2026-02-05T22:38:45Z","date":"2026-02-05","branch":"fix/restore-https-proxy-and-chroot-checkout","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":47,"output_tokens":2088,"cache_read_tokens":450102,"cache_write_tokens":38421,"effective_tokens":-409546,"cache_hit_rate":9576.638,"total_tokens":2135,"cost_usd":0.31108935} +{"run_id":21730900660,"workflow":"Security Guard","created_at":"2026-02-05T22:27:37Z","date":"2026-02-05","branch":"fix/restore-https-proxy-and-chroot-checkout","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":77,"output_tokens":3413,"cache_read_tokens":716922,"cache_write_tokens":68751,"effective_tokens":-644681,"cache_hit_rate":9310.675,"total_tokens":3490,"cost_usd":0.55966985} +{"run_id":21729817865,"workflow":"Security Guard","created_at":"2026-02-05T21:50:16Z","date":"2026-02-05","branch":"fix/restore-https-proxy-and-chroot-checkout","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":35,"output_tokens":2202,"cache_read_tokens":390047,"cache_write_tokens":60740,"effective_tokens":-327070,"cache_hit_rate":11144.2,"total_tokens":2237,"cost_usd":0.37844310000000003} +{"run_id":21729465060,"workflow":"Security Guard","created_at":"2026-02-05T21:38:12Z","date":"2026-02-05","branch":"fix/restore-https-proxy-and-chroot-checkout","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":44,"output_tokens":2411,"cache_read_tokens":574248,"cache_write_tokens":53892,"effective_tokens":-517901,"cache_hit_rate":13051.091,"total_tokens":2455,"cost_usd":0.4125254000000001} +{"run_id":21729338591,"workflow":"Security Guard","created_at":"2026-02-05T21:34:01Z","date":"2026-02-05","branch":"fix/restore-https-proxy-and-chroot-checkout","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":72,"output_tokens":3134,"cache_read_tokens":652365,"cache_write_tokens":36521,"effective_tokens":-612638,"cache_hit_rate":9060.625,"total_tokens":3206,"cost_usd":0.3872652499999999} +{"run_id":21728425199,"workflow":"Security Guard","created_at":"2026-02-05T21:04:56Z","date":"2026-02-05","branch":"fix/chroot-etc-hosts-resolv-conf","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":54,"output_tokens":3067,"cache_read_tokens":360008,"cache_write_tokens":49736,"effective_tokens":-307151,"cache_hit_rate":6666.815,"total_tokens":3121,"cost_usd":0.3440074} +{"run_id":21728091581,"workflow":"Security Guard","created_at":"2026-02-05T20:53:59Z","date":"2026-02-05","branch":"fix/chroot-etc-hosts-resolv-conf","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":289,"output_tokens":3011,"cache_read_tokens":382014,"cache_write_tokens":52755,"effective_tokens":-325959,"cache_hit_rate":1321.848,"total_tokens":3300,"cost_usd":0.36394744999999995} +{"run_id":21727792752,"workflow":"Security Guard","created_at":"2026-02-05T20:43:56Z","date":"2026-02-05","branch":"fix/recompile-release-mode","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":67,"output_tokens":4464,"cache_read_tokens":968359,"cache_write_tokens":45704,"effective_tokens":-918124,"cache_hit_rate":14453.119,"total_tokens":4531,"cost_usd":0.5505787} +{"run_id":21727002051,"workflow":"Security Guard","created_at":"2026-02-05T20:17:30Z","date":"2026-02-05","branch":"fix/rust-java-env-capture","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":38,"output_tokens":2126,"cache_read_tokens":304589,"cache_write_tokens":75245,"effective_tokens":-227180,"cache_hit_rate":8015.5,"total_tokens":2164,"cost_usd":0.67642875} +{"run_id":21726878068,"workflow":"Security Guard","created_at":"2026-02-05T20:13:34Z","date":"2026-02-05","branch":"fix/chroot-etc-hosts-resolv-conf","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":48,"output_tokens":2211,"cache_read_tokens":389011,"cache_write_tokens":55721,"effective_tokens":-331031,"cache_hit_rate":8104.396,"total_tokens":2259,"cost_usd":0.59879975} +{"run_id":21726643830,"workflow":"Security Guard","created_at":"2026-02-05T20:06:16Z","date":"2026-02-05","branch":"fix/chroot-etc-hosts-resolv-conf","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":48,"output_tokens":2271,"cache_read_tokens":354215,"cache_write_tokens":60585,"effective_tokens":-291311,"cache_hit_rate":7379.479,"total_tokens":2319,"cost_usd":0.61330175} +{"run_id":21726113734,"workflow":"Security Guard","created_at":"2026-02-05T19:50:04Z","date":"2026-02-05","branch":"fix/chroot-etc-hosts-resolv-conf","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":934,"output_tokens":2228,"cache_read_tokens":283973,"cache_write_tokens":29554,"effective_tokens":-251257,"cache_hit_rate":304.04,"total_tokens":3162,"cost_usd":0.387592} +{"run_id":21725987373,"workflow":"Security Guard","created_at":"2026-02-05T19:45:55Z","date":"2026-02-05","branch":"fix/remove-http-proxy-env","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":32,"output_tokens":1622,"cache_read_tokens":225878,"cache_write_tokens":54836,"effective_tokens":-169388,"cache_hit_rate":7058.688,"total_tokens":1654,"cost_usd":0.496887} +{"run_id":21725387808,"workflow":"Security Guard","created_at":"2026-02-05T19:26:47Z","date":"2026-02-05","branch":"fix/chroot-etc-hosts-resolv-conf","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":32,"output_tokens":1630,"cache_read_tokens":223032,"cache_write_tokens":23136,"effective_tokens":-198234,"cache_hit_rate":6969.75,"total_tokens":1662,"cost_usd":0.29754899999999995} +{"run_id":21722898238,"workflow":"Security Guard","created_at":"2026-02-05T18:06:55Z","date":"2026-02-05","branch":"fix/squid-intercept-port","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":96,"output_tokens":6368,"cache_read_tokens":1137201,"cache_write_tokens":58001,"effective_tokens":-1072736,"cache_hit_rate":11845.844,"total_tokens":6464,"cost_usd":1.0990217500000001} +{"run_id":21698153397,"workflow":"Security Guard","created_at":"2026-02-05T03:56:57Z","date":"2026-02-05","branch":"fix/squid-intercept-port","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":75,"output_tokens":3209,"cache_read_tokens":595781,"cache_write_tokens":56545,"effective_tokens":-535952,"cache_hit_rate":7943.747,"total_tokens":3284,"cost_usd":0.7432317500000002} +{"run_id":21691710077,"workflow":"Security Guard","created_at":"2026-02-04T23:00:00Z","date":"2026-02-04","branch":"fix/rust-java-env-capture","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":28,"output_tokens":1253,"cache_read_tokens":224344,"cache_write_tokens":44005,"effective_tokens":-179058,"cache_hit_rate":8012.286,"total_tokens":1281,"cost_usd":0.41918125} +{"run_id":21691231155,"workflow":"Security Guard","created_at":"2026-02-04T22:41:57Z","date":"2026-02-04","branch":"fix/rust-java-env-capture","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":64,"output_tokens":3953,"cache_read_tokens":978602,"cache_write_tokens":42940,"effective_tokens":-931645,"cache_hit_rate":15290.656,"total_tokens":4017,"cost_usd":1.22815075} +{"run_id":21690990036,"workflow":"Security Guard","created_at":"2026-02-04T22:33:17Z","date":"2026-02-04","branch":"fix/rust-java-env-capture","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":98,"output_tokens":7157,"cache_read_tokens":1293344,"cache_write_tokens":33173,"effective_tokens":-1252916,"cache_hit_rate":13197.388,"total_tokens":7255,"cost_usd":1.2676214999999997} +{"run_id":21690705018,"workflow":"Security Guard","created_at":"2026-02-04T22:23:05Z","date":"2026-02-04","branch":"feat/awf-agent-skill","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":23,"output_tokens":1094,"cache_read_tokens":176537,"cache_write_tokens":43750,"effective_tokens":-131670,"cache_hit_rate":7675.522,"total_tokens":1117,"cost_usd":0.389694} +{"run_id":21690581768,"workflow":"Security Guard","created_at":"2026-02-04T22:18:27Z","date":"2026-02-04","branch":"feat/awf-agent-skill","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":16,"output_tokens":964,"cache_read_tokens":93822,"cache_write_tokens":62146,"effective_tokens":-30696,"cache_hit_rate":5863.875,"total_tokens":980,"cost_usd":0.4600265} +{"run_id":21688655944,"workflow":"Security Guard","created_at":"2026-02-04T21:15:18Z","date":"2026-02-04","branch":"fix/build-test-auth-and-errors","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":55,"output_tokens":2478,"cache_read_tokens":451099,"cache_write_tokens":53836,"effective_tokens":-394730,"cache_hit_rate":8201.8,"total_tokens":2533,"cost_usd":0.6247625} +{"run_id":21687517706,"workflow":"Security Guard","created_at":"2026-02-04T20:38:13Z","date":"2026-02-04","branch":"fix/smoke-chroot-docker-in-docker","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":16,"output_tokens":1545,"cache_read_tokens":84231,"cache_write_tokens":53164,"effective_tokens":-29506,"cache_hit_rate":5264.438,"total_tokens":1561,"cost_usd":0.4136225} +{"run_id":21686841630,"workflow":"Security Guard","created_at":"2026-02-04T20:16:36Z","date":"2026-02-04","branch":"fix/smoke-chroot-docker-in-docker","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":47,"output_tokens":2256,"cache_read_tokens":384943,"cache_write_tokens":50578,"effective_tokens":-332062,"cache_hit_rate":8190.277,"total_tokens":2303,"cost_usd":0.565746} +{"run_id":21686572590,"workflow":"Security Guard","created_at":"2026-02-04T20:08:09Z","date":"2026-02-04","branch":"fix/smoke-chroot-docker-in-docker","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":67,"output_tokens":7204,"cache_read_tokens":1568644,"cache_write_tokens":41837,"effective_tokens":-1519536,"cache_hit_rate":23412.597,"total_tokens":7271,"cost_usd":1.4443945000000005} +{"run_id":21686334425,"workflow":"Security Guard","created_at":"2026-02-04T20:00:48Z","date":"2026-02-04","branch":"copilot/setup-playwright-testing","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":107,"output_tokens":5811,"cache_read_tokens":1321999,"cache_write_tokens":46541,"effective_tokens":-1269540,"cache_hit_rate":12355.131,"total_tokens":5918,"cost_usd":1.09920975} +{"run_id":21686330507,"workflow":"Security Guard","created_at":"2026-02-04T20:00:41Z","date":"2026-02-04","branch":"copilot/configure-jest-for-esm-support","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":78,"output_tokens":4298,"cache_read_tokens":746654,"cache_write_tokens":30116,"effective_tokens":-712162,"cache_hit_rate":9572.487,"total_tokens":4376,"cost_usd":0.7446815} +{"run_id":21686326537,"workflow":"Security Guard","created_at":"2026-02-04T20:00:33Z","date":"2026-02-04","branch":"copilot/add-sarif-output-to-npm-audit","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":23,"output_tokens":1508,"cache_read_tokens":154909,"cache_write_tokens":33033,"effective_tokens":-120345,"cache_hit_rate":6735.174,"total_tokens":1531,"cost_usd":0.32224875000000003} +{"run_id":21686296465,"workflow":"Security Guard","created_at":"2026-02-04T19:59:36Z","date":"2026-02-04","branch":"copilot/add-agentic-workflow-cli-check","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":22,"output_tokens":1038,"cache_read_tokens":195121,"cache_write_tokens":61647,"effective_tokens":-132414,"cache_hit_rate":8869.136,"total_tokens":1060,"cost_usd":0.50943725} +{"run_id":21686290051,"workflow":"Security Guard","created_at":"2026-02-04T19:59:23Z","date":"2026-02-04","branch":"copilot/unbloat-readme-get-started","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":16,"output_tokens":649,"cache_read_tokens":93102,"cache_write_tokens":18996,"effective_tokens":-73441,"cache_hit_rate":5818.875,"total_tokens":665,"cost_usd":0.182104} +{"run_id":21686286488,"workflow":"Security Guard","created_at":"2026-02-04T19:59:17Z","date":"2026-02-04","branch":"feat/build-test-workflows","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":74,"output_tokens":5939,"cache_read_tokens":1679578,"cache_write_tokens":50387,"effective_tokens":-1623178,"cache_hit_rate":22697,"total_tokens":6013,"cost_usd":1.33712675} +{"run_id":21686265594,"workflow":"Security Guard","created_at":"2026-02-04T19:58:34Z","date":"2026-02-04","branch":"fix/smoke-chroot-docker-in-docker","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":83,"output_tokens":4944,"cache_read_tokens":1496258,"cache_write_tokens":62895,"effective_tokens":-1428336,"cache_hit_rate":18027.205,"total_tokens":5027,"cost_usd":1.2823077500000002} +{"run_id":21685295408,"workflow":"Security Guard","created_at":"2026-02-04T19:27:16Z","date":"2026-02-04","branch":"chore/upgrade-gh-aw-v0.42.0","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":75,"output_tokens":6425,"cache_read_tokens":1314119,"cache_write_tokens":53898,"effective_tokens":-1253721,"cache_hit_rate":17521.587,"total_tokens":6500,"cost_usd":1.6639477499999997} +{"run_id":21681865540,"workflow":"Security Guard","created_at":"2026-02-04T17:38:29Z","date":"2026-02-04","branch":"copilot/update-documentation-files-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":32,"output_tokens":1377,"cache_read_tokens":257563,"cache_write_tokens":38547,"effective_tokens":-217607,"cache_hit_rate":8048.844,"total_tokens":1409,"cost_usd":0.24308614999999997} +{"run_id":21681860943,"workflow":"Security Guard","created_at":"2026-02-04T17:38:20Z","date":"2026-02-04","branch":"fix/smoke-chroot-docker-in-docker","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":57,"output_tokens":4948,"cache_read_tokens":674380,"cache_write_tokens":39750,"effective_tokens":-629625,"cache_hit_rate":11831.228,"total_tokens":5005,"cost_usd":0.64680675} +{"run_id":21681777888,"workflow":"Security Guard","created_at":"2026-02-04T17:35:40Z","date":"2026-02-04","branch":"feat/build-test-workflows","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":168,"output_tokens":4100,"cache_read_tokens":818002,"cache_write_tokens":60339,"effective_tokens":-753395,"cache_hit_rate":4869.06,"total_tokens":4268,"cost_usd":0.7330748500000001} +{"run_id":21681537617,"workflow":"Security Guard","created_at":"2026-02-04T17:28:14Z","date":"2026-02-04","branch":"fix/squid-log-access-deprecation","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":34,"output_tokens":1612,"cache_read_tokens":282112,"cache_write_tokens":44530,"effective_tokens":-235936,"cache_hit_rate":8297.412,"total_tokens":1646,"cost_usd":0.37540275} +{"run_id":21681137831,"workflow":"Security Guard","created_at":"2026-02-04T17:15:58Z","date":"2026-02-04","branch":"copilot/add-sarif-output-to-npm-audit","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":26,"output_tokens":1224,"cache_read_tokens":191057,"cache_write_tokens":40008,"effective_tokens":-149799,"cache_hit_rate":7348.346,"total_tokens":1250,"cost_usd":0.2262881} +{"run_id":21647029799,"workflow":"Security Guard","created_at":"2026-02-03T20:41:20Z","date":"2026-02-03","branch":"feat/skip-pull-flag","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":61,"output_tokens":2568,"cache_read_tokens":614354,"cache_write_tokens":64663,"effective_tokens":-547062,"cache_hit_rate":10071.377,"total_tokens":2629,"cost_usd":0.4660084500000001} +{"run_id":21646517033,"workflow":"Security Guard","created_at":"2026-02-03T20:25:38Z","date":"2026-02-03","branch":"feat/skip-pull-flag","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":618,"output_tokens":2506,"cache_read_tokens":410454,"cache_write_tokens":32585,"effective_tokens":-374745,"cache_hit_rate":664.165,"total_tokens":3124,"cost_usd":0.28578495} +{"run_id":21645926639,"workflow":"Security Guard","created_at":"2026-02-03T20:08:25Z","date":"2026-02-03","branch":"feat/skip-pull-flag","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":69,"output_tokens":4191,"cache_read_tokens":667981,"cache_write_tokens":32698,"effective_tokens":-631023,"cache_hit_rate":9680.884,"total_tokens":4260,"cost_usd":0.38658679999999995} +{"run_id":21645059383,"workflow":"Security Guard","created_at":"2026-02-03T19:43:54Z","date":"2026-02-03","branch":"copilot/debug-smoke-chroot-workflow","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":22,"output_tokens":1193,"cache_read_tokens":130419,"cache_write_tokens":31396,"effective_tokens":-97808,"cache_hit_rate":5928.136,"total_tokens":1215,"cost_usd":0.1753247} +{"run_id":21643861968,"workflow":"Security Guard","created_at":"2026-02-03T19:07:20Z","date":"2026-02-03","branch":"copilot/update-gh-aw-version","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":66,"output_tokens":5786,"cache_read_tokens":981825,"cache_write_tokens":61640,"effective_tokens":-914333,"cache_hit_rate":14876.136,"total_tokens":5852,"cost_usd":0.8166697499999999} +{"run_id":21643407159,"workflow":"Security Guard","created_at":"2026-02-03T18:53:18Z","date":"2026-02-03","branch":"copilot/update-gh-aw-version","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":85,"output_tokens":6225,"cache_read_tokens":1374196,"cache_write_tokens":45584,"effective_tokens":-1322302,"cache_hit_rate":16167.012,"total_tokens":6310,"cost_usd":0.8755338000000001} +{"run_id":21640468023,"workflow":"Security Guard","created_at":"2026-02-03T17:24:51Z","date":"2026-02-03","branch":"copilot/update-gh-aw-version","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":53,"output_tokens":6018,"cache_read_tokens":1365165,"cache_write_tokens":69869,"effective_tokens":-1289225,"cache_hit_rate":25757.83,"total_tokens":6071,"cost_usd":0.8927417500000002} +{"run_id":24699078431,"workflow":"Smoke Claude","created_at":"2026-04-21T01:21:58Z","date":"2026-04-21","branch":"main","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":4,"input_tokens":34,"output_tokens":1293,"cache_read_tokens":124831,"cache_write_tokens":48564,"effective_tokens":66253,"cache_hit_rate":3671.5,"total_tokens":1327,"cost_usd":null} +{"run_id":24696048108,"workflow":"Smoke Claude","created_at":"2026-04-20T23:40:49Z","date":"2026-04-20","branch":"copilot/fix-smoke-claude-issue","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":6,"input_tokens":50,"output_tokens":1765,"cache_read_tokens":198731,"cache_write_tokens":41014,"effective_tokens":67997,"cache_hit_rate":3974.62,"total_tokens":1815,"cost_usd":null} +{"run_id":24693917087,"workflow":"Smoke Claude","created_at":"2026-04-20T22:36:53Z","date":"2026-04-20","branch":"smoke-codex-mcpg-v0.2.26","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":3,"input_tokens":26,"output_tokens":1087,"cache_read_tokens":78204,"cache_write_tokens":39911,"effective_tokens":52105,"cache_hit_rate":3007.846,"total_tokens":1113,"cost_usd":null} +{"run_id":24693738845,"workflow":"Smoke Claude","created_at":"2026-04-20T22:31:48Z","date":"2026-04-20","branch":"smoke-codex-mcpg-v0.2.26","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":5,"input_tokens":42,"output_tokens":1598,"cache_read_tokens":158164,"cache_write_tokens":40523,"effective_tokens":62773,"cache_hit_rate":3765.81,"total_tokens":1640,"cost_usd":null} +{"run_id":24693378629,"workflow":"Smoke Claude","created_at":"2026-04-20T22:21:39Z","date":"2026-04-20","branch":"smoke-codex-mcpg-v0.2.26","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":5,"input_tokens":42,"output_tokens":1664,"cache_read_tokens":176534,"cache_write_tokens":49734,"effective_tokens":74085,"cache_hit_rate":4203.19,"total_tokens":1706,"cost_usd":null} +{"run_id":24693187587,"workflow":"Smoke Claude","created_at":"2026-04-20T22:16:14Z","date":"2026-04-20","branch":"smoke-codex-mcpg-v0.2.26","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":4,"input_tokens":34,"output_tokens":1609,"cache_read_tokens":118118,"cache_write_tokens":40303,"effective_tokens":58585,"cache_hit_rate":3474.059,"total_tokens":1643,"cost_usd":null} +{"run_id":24692805243,"workflow":"Smoke Claude","created_at":"2026-04-20T22:05:52Z","date":"2026-04-20","branch":"smoke-codex-mcpg-v0.2.26","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":4,"input_tokens":34,"output_tokens":1672,"cache_read_tokens":127339,"cache_write_tokens":49675,"effective_tokens":69131,"cache_hit_rate":3745.265,"total_tokens":1706,"cost_usd":null} +{"run_id":24691126103,"workflow":"Smoke Claude","created_at":"2026-04-20T21:23:51Z","date":"2026-04-20","branch":"smoke-codex-mcpg-v0.2.26","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":4,"input_tokens":34,"output_tokens":1654,"cache_read_tokens":151263,"cache_write_tokens":25819,"effective_tokens":47595,"cache_hit_rate":4448.912,"total_tokens":1688,"cost_usd":null} +{"run_id":24690933107,"workflow":"Smoke Claude","created_at":"2026-04-20T21:19:11Z","date":"2026-04-20","branch":"smoke-codex-mcpg-v0.2.26","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":4,"input_tokens":34,"output_tokens":1453,"cache_read_tokens":141826,"cache_write_tokens":16276,"effective_tokens":36305,"cache_hit_rate":4171.353,"total_tokens":1487,"cost_usd":null} +{"run_id":24690740053,"workflow":"Smoke Claude","created_at":"2026-04-20T21:14:20Z","date":"2026-04-20","branch":"smoke-codex-mcpg-v0.2.26","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":4,"input_tokens":34,"output_tokens":1236,"cache_read_tokens":117966,"cache_write_tokens":40190,"effective_tokens":56965,"cache_hit_rate":3469.588,"total_tokens":1270,"cost_usd":null} +{"run_id":24688419410,"workflow":"Smoke Claude","created_at":"2026-04-20T20:21:51Z","date":"2026-04-20","branch":"smoke-codex-mcpg-v0.2.26","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":4,"input_tokens":34,"output_tokens":1818,"cache_read_tokens":117801,"cache_write_tokens":40390,"effective_tokens":59476,"cache_hit_rate":3464.735,"total_tokens":1852,"cost_usd":null} +{"run_id":24688165488,"workflow":"Smoke Claude","created_at":"2026-04-20T20:16:24Z","date":"2026-04-20","branch":"smoke-codex-mcpg-v0.2.26","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":4,"input_tokens":34,"output_tokens":1457,"cache_read_tokens":117914,"cache_write_tokens":40270,"effective_tokens":57923,"cache_hit_rate":3468.059,"total_tokens":1491,"cost_usd":null} +{"run_id":24687095878,"workflow":"Smoke Claude","created_at":"2026-04-20T19:52:22Z","date":"2026-04-20","branch":"smoke-codex-mcpg-v0.2.26","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":4,"input_tokens":34,"output_tokens":1257,"cache_read_tokens":117524,"cache_write_tokens":40199,"effective_tokens":57013,"cache_hit_rate":3456.588,"total_tokens":1291,"cost_usd":null} +{"run_id":24684649496,"workflow":"Smoke Claude","created_at":"2026-04-20T18:56:08Z","date":"2026-04-20","branch":"smoke-codex-mcpg-v0.2.26","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":5,"input_tokens":42,"output_tokens":1682,"cache_read_tokens":176398,"cache_write_tokens":49770,"effective_tokens":74180,"cache_hit_rate":4199.952,"total_tokens":1724,"cost_usd":null} +{"run_id":24684043333,"workflow":"Smoke Claude","created_at":"2026-04-20T18:42:56Z","date":"2026-04-20","branch":"smoke-codex-mcpg-v0.2.26","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":5,"input_tokens":42,"output_tokens":1854,"cache_read_tokens":158051,"cache_write_tokens":40843,"effective_tokens":64106,"cache_hit_rate":3763.119,"total_tokens":1896,"cost_usd":null} +{"run_id":24682053949,"workflow":"Smoke Claude","created_at":"2026-04-20T17:58:17Z","date":"2026-04-20","branch":"smoke-codex-mcpg-v0.2.26","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":4,"input_tokens":34,"output_tokens":1249,"cache_read_tokens":118004,"cache_write_tokens":40172,"effective_tokens":57002,"cache_hit_rate":3470.706,"total_tokens":1283,"cost_usd":null} +{"run_id":24680602688,"workflow":"Smoke Claude","created_at":"2026-04-20T17:25:54Z","date":"2026-04-20","branch":"smoke-codex-mcpg-v0.2.26","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":5,"input_tokens":42,"output_tokens":1462,"cache_read_tokens":157755,"cache_write_tokens":40218,"effective_tokens":61884,"cache_hit_rate":3756.071,"total_tokens":1504,"cost_usd":null} +{"run_id":24678902585,"workflow":"Smoke Claude","created_at":"2026-04-20T16:47:52Z","date":"2026-04-20","branch":"recompile-all-workflows","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":5,"input_tokens":44,"output_tokens":2160,"cache_read_tokens":167963,"cache_write_tokens":50502,"effective_tokens":75982,"cache_hit_rate":3817.341,"total_tokens":2204,"cost_usd":null} +{"run_id":24677468112,"workflow":"Smoke Claude","created_at":"2026-04-20T16:16:35Z","date":"2026-04-20","branch":"copilot/fix-cli-flag-consistency","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":4,"input_tokens":34,"output_tokens":1391,"cache_read_tokens":141897,"cache_write_tokens":16389,"effective_tokens":36177,"cache_hit_rate":4173.441,"total_tokens":1425,"cost_usd":null} +{"run_id":24677434575,"workflow":"Smoke Claude","created_at":"2026-04-20T16:15:51Z","date":"2026-04-20","branch":"copilot/fix-smoke-codex-failure","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":4,"input_tokens":34,"output_tokens":1341,"cache_read_tokens":117966,"cache_write_tokens":40300,"effective_tokens":57495,"cache_hit_rate":3469.588,"total_tokens":1375,"cost_usd":null} +{"run_id":24676940934,"workflow":"Smoke Claude","created_at":"2026-04-20T16:05:12Z","date":"2026-04-20","branch":"copilot/fix-cli-flag-consistency","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":4,"input_tokens":34,"output_tokens":1414,"cache_read_tokens":118013,"cache_write_tokens":40404,"effective_tokens":57895,"cache_hit_rate":3470.971,"total_tokens":1448,"cost_usd":null} +{"run_id":24674947892,"workflow":"Smoke Claude","created_at":"2026-04-20T15:24:35Z","date":"2026-04-20","branch":"copilot/fix-smoke-codex-failure","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":4,"input_tokens":36,"output_tokens":1652,"cache_read_tokens":128007,"cache_write_tokens":50199,"effective_tokens":69644,"cache_hit_rate":3555.75,"total_tokens":1688,"cost_usd":null} +{"run_id":24673612618,"workflow":"Smoke Claude","created_at":"2026-04-20T14:57:32Z","date":"2026-04-20","branch":"copilot/awf-verify-self-hosted-runner-compatibility","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":4,"input_tokens":34,"output_tokens":1302,"cache_read_tokens":117032,"cache_write_tokens":41006,"effective_tokens":57951,"cache_hit_rate":3442.118,"total_tokens":1336,"cost_usd":null} +{"run_id":24673276282,"workflow":"Smoke Claude","created_at":"2026-04-20T14:50:40Z","date":"2026-04-20","branch":"copilot/fix-smoke-codex-failure","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":4,"input_tokens":34,"output_tokens":1446,"cache_read_tokens":148973,"cache_write_tokens":18792,"effective_tokens":39507,"cache_hit_rate":4381.559,"total_tokens":1480,"cost_usd":null} +{"run_id":24673246665,"workflow":"Smoke Claude","created_at":"2026-04-20T14:50:05Z","date":"2026-04-20","branch":"copilot/fix-cli-flag-consistency","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":4,"input_tokens":34,"output_tokens":1428,"cache_read_tokens":125146,"cache_write_tokens":42669,"effective_tokens":60930,"cache_hit_rate":3680.765,"total_tokens":1462,"cost_usd":null} +{"run_id":24672401913,"workflow":"Smoke Claude","created_at":"2026-04-20T14:33:33Z","date":"2026-04-20","branch":"test-coverage/config-file-c4537276700a2774","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":4,"input_tokens":34,"output_tokens":1421,"cache_read_tokens":134224,"cache_write_tokens":51935,"effective_tokens":71075,"cache_hit_rate":3947.765,"total_tokens":1455,"cost_usd":null} +{"run_id":24670564560,"workflow":"Smoke Claude","created_at":"2026-04-20T13:56:04Z","date":"2026-04-20","branch":"copilot/optimize-claude-token-costs","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":4,"input_tokens":34,"output_tokens":1167,"cache_read_tokens":141955,"cache_write_tokens":16298,"effective_tokens":35196,"cache_hit_rate":4175.147,"total_tokens":1201,"cost_usd":null} +{"run_id":24670276095,"workflow":"Smoke Claude","created_at":"2026-04-20T13:50:14Z","date":"2026-04-20","branch":"copilot/fix-smoke-codex-failure","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":4,"input_tokens":34,"output_tokens":1222,"cache_read_tokens":148869,"cache_write_tokens":18642,"effective_tokens":38451,"cache_hit_rate":4378.5,"total_tokens":1256,"cost_usd":null} +{"run_id":24670097659,"workflow":"Smoke Claude","created_at":"2026-04-20T13:46:28Z","date":"2026-04-20","branch":"copilot/fix-cli-flag-consistency","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":4,"input_tokens":34,"output_tokens":1261,"cache_read_tokens":148922,"cache_write_tokens":18566,"effective_tokens":38536,"cache_hit_rate":4380.059,"total_tokens":1295,"cost_usd":null} +{"run_id":24668885123,"workflow":"Smoke Claude","created_at":"2026-04-20T13:21:10Z","date":"2026-04-20","branch":"main","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":5,"input_tokens":42,"output_tokens":1053,"cache_read_tokens":163740,"cache_write_tokens":41673,"effective_tokens":62301,"cache_hit_rate":3898.571,"total_tokens":1095,"cost_usd":null} +{"run_id":24651284507,"workflow":"Smoke Claude","created_at":"2026-04-20T06:10:57Z","date":"2026-04-20","branch":"test-coverage/config-file-c4537276700a2774","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":4,"input_tokens":34,"output_tokens":1387,"cache_read_tokens":134101,"cache_write_tokens":51860,"effective_tokens":70852,"cache_hit_rate":3944.147,"total_tokens":1421,"cost_usd":null} +{"run_id":24644090473,"workflow":"Smoke Claude","created_at":"2026-04-20T01:22:06Z","date":"2026-04-20","branch":"main","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":4,"input_tokens":34,"output_tokens":1223,"cache_read_tokens":122980,"cache_write_tokens":41706,"effective_tokens":58930,"cache_hit_rate":3617.059,"total_tokens":1257,"cost_usd":null} +{"run_id":24640001465,"workflow":"Smoke Claude","created_at":"2026-04-19T21:52:18Z","date":"2026-04-19","branch":"copilot/awf-fix-chatgpt-firewall-issue","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":3,"input_tokens":26,"output_tokens":1315,"cache_read_tokens":82925,"cache_write_tokens":42516,"effective_tokens":56095,"cache_hit_rate":3189.423,"total_tokens":1341,"cost_usd":null} +{"run_id":24630039907,"workflow":"Smoke Claude","created_at":"2026-04-19T13:18:32Z","date":"2026-04-19","branch":"main","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":4,"input_tokens":34,"output_tokens":1308,"cache_read_tokens":123117,"cache_write_tokens":41831,"effective_tokens":59409,"cache_hit_rate":3621.088,"total_tokens":1342,"cost_usd":null} +{"run_id":24629144037,"workflow":"Smoke Claude","created_at":"2026-04-19T12:31:12Z","date":"2026-04-19","branch":"docs/sync-image-tag-digest-format-3a5096c11b4a13d3","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":4,"input_tokens":34,"output_tokens":1249,"cache_read_tokens":125003,"cache_write_tokens":42593,"effective_tokens":60123,"cache_hit_rate":3676.559,"total_tokens":1283,"cost_usd":null} +{"run_id":24618064206,"workflow":"Smoke Claude","created_at":"2026-04-19T01:22:10Z","date":"2026-04-19","branch":"main","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":4,"input_tokens":34,"output_tokens":1284,"cache_read_tokens":122995,"cache_write_tokens":41846,"effective_tokens":59316,"cache_hit_rate":3617.5,"total_tokens":1318,"cost_usd":null} +{"run_id":24615927586,"workflow":"Smoke Claude","created_at":"2026-04-18T23:05:41Z","date":"2026-04-18","branch":"copilot/update-runtime-container-image-tags","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":5,"input_tokens":44,"output_tokens":1599,"cache_read_tokens":200837,"cache_write_tokens":28463,"effective_tokens":54987,"cache_hit_rate":4564.477,"total_tokens":1643,"cost_usd":null} +{"run_id":24615910446,"workflow":"Smoke Claude","created_at":"2026-04-18T23:04:37Z","date":"2026-04-18","branch":"copilot/optimize-claude-token-usage-again","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":3,"input_tokens":26,"output_tokens":1163,"cache_read_tokens":82911,"cache_write_tokens":42473,"effective_tokens":55442,"cache_hit_rate":3188.885,"total_tokens":1189,"cost_usd":null} +{"run_id":24615750575,"workflow":"Smoke Claude","created_at":"2026-04-18T22:54:41Z","date":"2026-04-18","branch":"copilot/optimize-claude-token-usage-again","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":4,"input_tokens":34,"output_tokens":1307,"cache_read_tokens":125011,"cache_write_tokens":42615,"effective_tokens":60378,"cache_hit_rate":3676.794,"total_tokens":1341,"cost_usd":null} +{"run_id":24612740312,"workflow":"Smoke Claude","created_at":"2026-04-18T20:00:38Z","date":"2026-04-18","branch":"copilot/fix-api-proxy-404-error","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":5,"input_tokens":42,"output_tokens":1311,"cache_read_tokens":166835,"cache_write_tokens":42647,"effective_tokens":64617,"cache_hit_rate":3972.262,"total_tokens":1353,"cost_usd":null} +{"run_id":24612543356,"workflow":"Smoke Claude","created_at":"2026-04-18T19:49:29Z","date":"2026-04-18","branch":"copilot/fix-api-proxy-404-error","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":4,"input_tokens":34,"output_tokens":1113,"cache_read_tokens":124709,"cache_write_tokens":42392,"effective_tokens":59349,"cache_hit_rate":3667.912,"total_tokens":1147,"cost_usd":null} +{"run_id":24610775074,"workflow":"Smoke Claude","created_at":"2026-04-18T18:11:08Z","date":"2026-04-18","branch":"copilot/deps-safe-dependency-updates","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":3,"input_tokens":26,"output_tokens":1111,"cache_read_tokens":82918,"cache_write_tokens":42414,"effective_tokens":55176,"cache_hit_rate":3189.154,"total_tokens":1137,"cost_usd":null} +{"run_id":24610603484,"workflow":"Smoke Claude","created_at":"2026-04-18T18:01:30Z","date":"2026-04-18","branch":"copilot/deps-safe-dependency-updates","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":4,"input_tokens":34,"output_tokens":1440,"cache_read_tokens":125121,"cache_write_tokens":42704,"effective_tokens":61010,"cache_hit_rate":3680.029,"total_tokens":1474,"cost_usd":null} +{"run_id":24605543422,"workflow":"Smoke Claude","created_at":"2026-04-18T13:18:32Z","date":"2026-04-18","branch":"main","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":4,"input_tokens":34,"output_tokens":1195,"cache_read_tokens":122166,"cache_write_tokens":42572,"effective_tokens":59603,"cache_hit_rate":3593.118,"total_tokens":1229,"cost_usd":null} +{"run_id":24593695609,"workflow":"Smoke Claude","created_at":"2026-04-18T01:23:52Z","date":"2026-04-18","branch":"copilot/optimize-claude-token-usage-again","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-haiku-4-5-20251001"],"providers":["anthropic"],"api_calls":3,"input_tokens":26,"output_tokens":1211,"cache_read_tokens":82970,"cache_write_tokens":42511,"effective_tokens":55678,"cache_hit_rate":3191.154,"total_tokens":1237,"cost_usd":null} +{"run_id":24593652310,"workflow":"Smoke Claude","created_at":"2026-04-18T01:21:46Z","date":"2026-04-18","branch":"main","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":5,"output_tokens":633,"cache_read_tokens":80712,"cache_write_tokens":40908,"effective_tokens":51516,"cache_hit_rate":16142.4,"total_tokens":638,"cost_usd":null} +{"run_id":24593538065,"workflow":"Smoke Claude","created_at":"2026-04-18T01:16:32Z","date":"2026-04-18","branch":"copilot/awf-fix-codex-engine-401-error","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":5,"input_tokens":7,"output_tokens":755,"cache_read_tokens":165053,"cache_write_tokens":41768,"effective_tokens":61300,"cache_hit_rate":23579,"total_tokens":762,"cost_usd":null} +{"run_id":24591315622,"workflow":"Smoke Claude","created_at":"2026-04-17T23:36:17Z","date":"2026-04-17","branch":"copilot/convert-cli-proxy-to-byok","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":4,"input_tokens":6,"output_tokens":681,"cache_read_tokens":123523,"cache_write_tokens":41998,"effective_tokens":57080,"cache_hit_rate":20587.167,"total_tokens":687,"cost_usd":null} +{"run_id":24590789047,"workflow":"Smoke Claude","created_at":"2026-04-17T23:15:53Z","date":"2026-04-17","branch":"copilot/convert-cli-proxy-to-byok","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":4,"input_tokens":6,"output_tokens":732,"cache_read_tokens":123578,"cache_write_tokens":42065,"effective_tokens":57357,"cache_hit_rate":20596.333,"total_tokens":738,"cost_usd":null} +{"run_id":24586966583,"workflow":"Smoke Claude","created_at":"2026-04-17T21:13:44Z","date":"2026-04-17","branch":"copilot/convert-cli-proxy-to-byok","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":5,"output_tokens":738,"cache_read_tokens":82177,"cache_write_tokens":41851,"effective_tokens":53026,"cache_hit_rate":16435.4,"total_tokens":743,"cost_usd":null} +{"run_id":24583912086,"workflow":"Smoke Claude","created_at":"2026-04-17T19:52:58Z","date":"2026-04-17","branch":"copilot/convert-cli-proxy-to-byok","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":6,"input_tokens":8,"output_tokens":1276,"cache_read_tokens":207534,"cache_write_tokens":42802,"effective_tokens":68667,"cache_hit_rate":25941.75,"total_tokens":1284,"cost_usd":null} +{"run_id":24577008385,"workflow":"Smoke Claude","created_at":"2026-04-17T17:01:01Z","date":"2026-04-17","branch":"copilot/convert-cli-proxy-to-byok","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":4,"input_tokens":6,"output_tokens":1289,"cache_read_tokens":123832,"cache_write_tokens":42468,"effective_tokens":60013,"cache_hit_rate":20638.667,"total_tokens":1295,"cost_usd":null} +{"run_id":24572922735,"workflow":"Smoke Claude","created_at":"2026-04-17T15:25:15Z","date":"2026-04-17","branch":"copilot/convert-cli-proxy-to-byok","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":6,"input_tokens":8,"output_tokens":1290,"cache_read_tokens":207247,"cache_write_tokens":42827,"effective_tokens":68720,"cache_hit_rate":25905.875,"total_tokens":1298,"cost_usd":null} +{"run_id":24572432517,"workflow":"Smoke Claude","created_at":"2026-04-17T15:14:18Z","date":"2026-04-17","branch":"copilot/convert-cli-proxy-to-byok","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":5,"input_tokens":7,"output_tokens":1158,"cache_read_tokens":165731,"cache_write_tokens":42201,"effective_tokens":63413,"cache_hit_rate":23675.857,"total_tokens":1165,"cost_usd":null} +{"run_id":24572129849,"workflow":"Smoke Claude","created_at":"2026-04-17T15:07:31Z","date":"2026-04-17","branch":"copilot/convert-cli-proxy-to-byok","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":5,"input_tokens":7,"output_tokens":780,"cache_read_tokens":181333,"cache_write_tokens":46491,"effective_tokens":67751,"cache_hit_rate":25904.714,"total_tokens":787,"cost_usd":null} +{"run_id":24571087257,"workflow":"Smoke Claude","created_at":"2026-04-17T14:44:31Z","date":"2026-04-17","branch":"copilot/smoke-byok-feature-flag","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":6,"input_tokens":8,"output_tokens":1262,"cache_read_tokens":225879,"cache_write_tokens":47243,"effective_tokens":74887,"cache_hit_rate":28234.875,"total_tokens":1270,"cost_usd":null} +{"run_id":24567220405,"workflow":"Smoke Claude","created_at":"2026-04-17T13:20:09Z","date":"2026-04-17","branch":"main","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":4,"input_tokens":6,"output_tokens":683,"cache_read_tokens":134287,"cache_write_tokens":45725,"effective_tokens":61892,"cache_hit_rate":22381.167,"total_tokens":689,"cost_usd":null} +{"run_id":24549105731,"workflow":"Smoke Claude","created_at":"2026-04-17T05:19:49Z","date":"2026-04-17","branch":"copilot/upgrade-gh-aw-v0.68.7","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":6,"input_tokens":8,"output_tokens":837,"cache_read_tokens":228680,"cache_write_tokens":46931,"effective_tokens":73155,"cache_hit_rate":28585,"total_tokens":845,"cost_usd":null} +{"run_id":24548864481,"workflow":"Smoke Claude","created_at":"2026-04-17T05:11:27Z","date":"2026-04-17","branch":"copilot/upgrade-gh-aw-v0.68.7","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":4,"input_tokens":6,"output_tokens":779,"cache_read_tokens":136558,"cache_write_tokens":46534,"effective_tokens":63312,"cache_hit_rate":22759.667,"total_tokens":785,"cost_usd":null} +{"run_id":24546091768,"workflow":"Smoke Claude","created_at":"2026-04-17T03:25:56Z","date":"2026-04-17","branch":"copilot/upgrade-gh-aw-v0.68.6","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":4,"input_tokens":6,"output_tokens":737,"cache_read_tokens":136569,"cache_write_tokens":46524,"effective_tokens":63135,"cache_hit_rate":22761.5,"total_tokens":743,"cost_usd":null} +{"run_id":24545607072,"workflow":"Smoke Claude","created_at":"2026-04-17T03:07:08Z","date":"2026-04-17","branch":"copilot/fix-copilot-model-override","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":4,"input_tokens":6,"output_tokens":753,"cache_read_tokens":135848,"cache_write_tokens":46578,"effective_tokens":63181,"cache_hit_rate":22641.333,"total_tokens":759,"cost_usd":null} +{"run_id":24544776289,"workflow":"Smoke Claude","created_at":"2026-04-17T02:34:49Z","date":"2026-04-17","branch":"copilot/upgrade-gh-aw-v0.68.6","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":4,"input_tokens":6,"output_tokens":730,"cache_read_tokens":135928,"cache_write_tokens":46211,"effective_tokens":62730,"cache_hit_rate":22654.667,"total_tokens":736,"cost_usd":null} +{"run_id":24542800577,"workflow":"Smoke Claude","created_at":"2026-04-17T01:22:02Z","date":"2026-04-17","branch":"main","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":5,"output_tokens":733,"cache_read_tokens":88544,"cache_write_tokens":45430,"effective_tokens":57221,"cache_hit_rate":17708.8,"total_tokens":738,"cost_usd":null} +{"run_id":24539423992,"workflow":"Smoke Claude","created_at":"2026-04-16T23:30:41Z","date":"2026-04-16","branch":"copilot/fix-dep-security-allowed-files","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":4,"input_tokens":6,"output_tokens":744,"cache_read_tokens":135503,"cache_write_tokens":46416,"effective_tokens":62948,"cache_hit_rate":22583.833,"total_tokens":750,"cost_usd":null} +{"run_id":24535683334,"workflow":"Smoke Claude","created_at":"2026-04-16T21:46:38Z","date":"2026-04-16","branch":"copilot/fix-smoke-claude-dispatch","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":4,"input_tokens":6,"output_tokens":1001,"cache_read_tokens":136310,"cache_write_tokens":46519,"effective_tokens":64160,"cache_hit_rate":22718.333,"total_tokens":1007,"cost_usd":null} +{"run_id":24524657144,"workflow":"Smoke Claude","created_at":"2026-04-16T17:33:29Z","date":"2026-04-16","branch":"copilot/add-json-yaml-config-support","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":755,"cache_read_tokens":223841,"cache_write_tokens":45851,"effective_tokens":71263,"cache_hit_rate":27980.125,"total_tokens":763,"cost_usd":null} +{"run_id":24492723038,"workflow":"Smoke Claude","created_at":"2026-04-16T04:50:25Z","date":"2026-04-16","branch":"copilot/upgrade-gh-aw-0.68.4","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":4,"input_tokens":6,"output_tokens":633,"cache_read_tokens":136342,"cache_write_tokens":46801,"effective_tokens":62973,"cache_hit_rate":22723.667,"total_tokens":639,"cost_usd":null} +{"run_id":24492526139,"workflow":"Smoke Claude","created_at":"2026-04-16T04:43:30Z","date":"2026-04-16","branch":"copilot/upgrade-gh-aw-0.68.4","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":["claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":4,"input_tokens":6,"output_tokens":631,"cache_read_tokens":136272,"cache_write_tokens":46761,"effective_tokens":62918,"cache_hit_rate":22712,"total_tokens":637,"cost_usd":null} +{"run_id":24488563705,"workflow":"Smoke Claude","created_at":"2026-04-16T02:21:25Z","date":"2026-04-16","branch":"copilot/fix-byok-model-requirement","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":762,"cache_read_tokens":132304,"cache_write_tokens":48631,"effective_tokens":64915,"cache_hit_rate":22050.667,"total_tokens":768,"cost_usd":null} +{"run_id":24487070324,"workflow":"Smoke Claude","created_at":"2026-04-16T01:27:53Z","date":"2026-04-16","branch":"copilot/fix-byok-model-requirement","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":902,"cache_read_tokens":135109,"cache_write_tokens":46269,"effective_tokens":63394,"cache_hit_rate":22518.167,"total_tokens":908,"cost_usd":null} +{"run_id":24486847211,"workflow":"Smoke Claude","created_at":"2026-04-16T01:19:47Z","date":"2026-04-16","branch":"copilot/fix-byok-model-requirement","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":630,"cache_read_tokens":161739,"cache_write_tokens":19038,"effective_tokens":37738,"cache_hit_rate":26956.5,"total_tokens":636,"cost_usd":null} +{"run_id":24486540184,"workflow":"Smoke Claude","created_at":"2026-04-16T01:08:34Z","date":"2026-04-16","branch":"copilot/fix-byok-model-requirement","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":633,"cache_read_tokens":134300,"cache_write_tokens":46022,"effective_tokens":61990,"cache_hit_rate":22383.333,"total_tokens":639,"cost_usd":null} +{"run_id":24486126479,"workflow":"Smoke Claude","created_at":"2026-04-16T00:53:56Z","date":"2026-04-16","branch":"copilot/fix-byok-model-requirement","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":775,"cache_read_tokens":180319,"cache_write_tokens":46404,"effective_tokens":67543,"cache_hit_rate":25759.857,"total_tokens":782,"cost_usd":null} +{"run_id":24485779159,"workflow":"Smoke Claude","created_at":"2026-04-16T00:41:21Z","date":"2026-04-16","branch":"copilot/fix-byok-model-requirement","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":809,"cache_read_tokens":134777,"cache_write_tokens":46110,"effective_tokens":62830,"cache_hit_rate":22462.833,"total_tokens":815,"cost_usd":null} +{"run_id":24485544682,"workflow":"Smoke Claude","created_at":"2026-04-16T00:32:44Z","date":"2026-04-16","branch":"copilot/fix-arg-max-exceeded-error","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":783,"cache_read_tokens":180431,"cache_write_tokens":46463,"effective_tokens":67645,"cache_hit_rate":25775.857,"total_tokens":790,"cost_usd":null} +{"run_id":24485332546,"workflow":"Smoke Claude","created_at":"2026-04-16T00:25:04Z","date":"2026-04-16","branch":"copilot/smoke-copilot-byok","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":735,"cache_read_tokens":226976,"cache_write_tokens":46341,"effective_tokens":71987,"cache_hit_rate":28372,"total_tokens":743,"cost_usd":null} +{"run_id":24477096714,"workflow":"Smoke Claude","created_at":"2026-04-15T20:36:47Z","date":"2026-04-15","branch":"copilot/fix-gemini-api-key-injection","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":644,"cache_read_tokens":134656,"cache_write_tokens":45945,"effective_tokens":61993,"cache_hit_rate":22442.667,"total_tokens":650,"cost_usd":null} +{"run_id":24476706364,"workflow":"Smoke Claude","created_at":"2026-04-15T20:28:11Z","date":"2026-04-15","branch":"copilot/fix-gemini-api-key-injection","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":642,"cache_read_tokens":179960,"cache_write_tokens":45910,"effective_tokens":66481,"cache_hit_rate":25708.571,"total_tokens":649,"cost_usd":null} +{"run_id":24470570566,"workflow":"Smoke Claude","created_at":"2026-04-15T18:12:27Z","date":"2026-04-15","branch":"copilot/awf-activate-opencode-smoke-test","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":645,"cache_read_tokens":133829,"cache_write_tokens":45523,"effective_tokens":61492,"cache_hit_rate":22304.833,"total_tokens":651,"cost_usd":null} +{"run_id":24469880182,"workflow":"Smoke Claude","created_at":"2026-04-15T17:56:41Z","date":"2026-04-15","branch":"copilot/awf-activate-opencode-smoke-test","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":744,"cache_read_tokens":131785,"cache_write_tokens":47655,"effective_tokens":63816,"cache_hit_rate":21964.167,"total_tokens":750,"cost_usd":null} +{"run_id":24467006847,"workflow":"Smoke Claude","created_at":"2026-04-15T16:51:37Z","date":"2026-04-15","branch":"fix/claude-token-optimizer-timeout","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":744,"cache_read_tokens":224689,"cache_write_tokens":46327,"effective_tokens":71780,"cache_hit_rate":28086.125,"total_tokens":752,"cost_usd":null} +{"run_id":24466516318,"workflow":"Smoke Claude","created_at":"2026-04-15T16:40:24Z","date":"2026-04-15","branch":"fix/claude-token-optimizer-timeout","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":788,"cache_read_tokens":179961,"cache_write_tokens":45925,"effective_tokens":67080,"cache_hit_rate":25708.714,"total_tokens":795,"cost_usd":null} +{"run_id":24436400540,"workflow":"Smoke Claude","created_at":"2026-04-15T04:28:10Z","date":"2026-04-15","branch":"copilot/fix-api-proxy-anthropic-default","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":767,"cache_read_tokens":225365,"cache_write_tokens":45961,"effective_tokens":71574,"cache_hit_rate":28170.625,"total_tokens":775,"cost_usd":null} +{"run_id":24435902136,"workflow":"Smoke Claude","created_at":"2026-04-15T04:08:59Z","date":"2026-04-15","branch":"copilot/fix-review-comments-1979","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":713,"cache_read_tokens":222545,"cache_write_tokens":48159,"effective_tokens":73274,"cache_hit_rate":27818.125,"total_tokens":721,"cost_usd":null} +{"run_id":24434523391,"workflow":"Smoke Claude","created_at":"2026-04-15T03:14:56Z","date":"2026-04-15","branch":"copilot/fix-review-comments-1979","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":752,"cache_read_tokens":179904,"cache_write_tokens":45863,"effective_tokens":66868,"cache_hit_rate":25700.571,"total_tokens":759,"cost_usd":null} +{"run_id":24425093415,"workflow":"Smoke Claude","created_at":"2026-04-14T22:01:38Z","date":"2026-04-14","branch":"copilot/fix-api-proxy-anthropic-default","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":718,"cache_read_tokens":251462,"cache_write_tokens":19266,"effective_tokens":47292,"cache_hit_rate":31432.75,"total_tokens":726,"cost_usd":null} +{"run_id":24424029719,"workflow":"Smoke Claude","created_at":"2026-04-14T21:33:11Z","date":"2026-04-14","branch":"fix/env-all-size-filtering","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":638,"cache_read_tokens":206932,"cache_write_tokens":19294,"effective_tokens":42546,"cache_hit_rate":29561.714,"total_tokens":645,"cost_usd":null} +{"run_id":24423751372,"workflow":"Smoke Claude","created_at":"2026-04-14T21:26:05Z","date":"2026-04-14","branch":"fix/github-env-toolchain-fallback","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":728,"cache_read_tokens":252920,"cache_write_tokens":19323,"effective_tokens":47535,"cache_hit_rate":31615,"total_tokens":736,"cost_usd":null} +{"run_id":24423591401,"workflow":"Smoke Claude","created_at":"2026-04-14T21:22:13Z","date":"2026-04-14","branch":"fix/github-env-toolchain-fallback","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":677,"cache_read_tokens":179933,"cache_write_tokens":46309,"effective_tokens":67017,"cache_hit_rate":25704.714,"total_tokens":684,"cost_usd":null} +{"run_id":24422261479,"workflow":"Smoke Claude","created_at":"2026-04-14T20:50:18Z","date":"2026-04-14","branch":"feat/upstream-proxy-support","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":776,"cache_read_tokens":180244,"cache_write_tokens":46010,"effective_tokens":67145,"cache_hit_rate":25749.143,"total_tokens":783,"cost_usd":null} +{"run_id":24421517493,"workflow":"Smoke Claude","created_at":"2026-04-14T20:33:03Z","date":"2026-04-14","branch":"feat/upstream-proxy-support","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":642,"cache_read_tokens":134133,"cache_write_tokens":46098,"effective_tokens":62085,"cache_hit_rate":22355.5,"total_tokens":648,"cost_usd":null} +{"run_id":24411708847,"workflow":"Smoke Claude","created_at":"2026-04-14T16:49:56Z","date":"2026-04-14","branch":"copilot/optimize-claude-token-usage-again","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":965,"cache_read_tokens":181867,"cache_write_tokens":46697,"effective_tokens":68751,"cache_hit_rate":25981,"total_tokens":972,"cost_usd":null} +{"run_id":24319647106,"workflow":"Smoke Claude","created_at":"2026-04-13T00:04:05Z","date":"2026-04-13","branch":"copilot/optimize-claude-token-usage-again","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":761,"cache_read_tokens":182275,"cache_write_tokens":46660,"effective_tokens":67939,"cache_hit_rate":26039.286,"total_tokens":768,"cost_usd":null} +{"run_id":24319183558,"workflow":"Smoke Claude","created_at":"2026-04-12T23:39:15Z","date":"2026-04-12","branch":"copilot/awf-fix-gemini-engine-authentication","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":655,"cache_read_tokens":135897,"cache_write_tokens":46544,"effective_tokens":62760,"cache_hit_rate":22649.5,"total_tokens":661,"cost_usd":null} +{"run_id":24318847644,"workflow":"Smoke Claude","created_at":"2026-04-12T23:20:37Z","date":"2026-04-12","branch":"copilot/fix-dind-configuration-issue","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":723,"cache_read_tokens":208877,"cache_write_tokens":19620,"effective_tokens":43407,"cache_hit_rate":29839.571,"total_tokens":730,"cost_usd":null} +{"run_id":24318792261,"workflow":"Smoke Claude","created_at":"2026-04-12T23:17:23Z","date":"2026-04-12","branch":"copilot/awf-fix-model-validation","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":743,"cache_read_tokens":179066,"cache_write_tokens":49787,"effective_tokens":70673,"cache_hit_rate":25580.857,"total_tokens":750,"cost_usd":null} +{"run_id":24318513152,"workflow":"Smoke Claude","created_at":"2026-04-12T23:02:13Z","date":"2026-04-12","branch":"copilot/awf-fix-model-validation","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":800,"cache_read_tokens":181970,"cache_write_tokens":46992,"effective_tokens":68396,"cache_hit_rate":25995.714,"total_tokens":807,"cost_usd":null} +{"run_id":24316781100,"workflow":"Smoke Claude","created_at":"2026-04-12T21:25:54Z","date":"2026-04-12","branch":"copilot/fix-github-actions-workflow-f9b80918-0fd0-40bc-9b32-e41226265601","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":630,"cache_read_tokens":134548,"cache_write_tokens":45885,"effective_tokens":61866,"cache_hit_rate":22424.667,"total_tokens":636,"cost_usd":null} +{"run_id":24315641999,"workflow":"Smoke Claude","created_at":"2026-04-12T20:25:06Z","date":"2026-04-12","branch":"copilot/fix-copilot-events-jsonl-capture","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":765,"cache_read_tokens":182342,"cache_write_tokens":46669,"effective_tokens":67970,"cache_hit_rate":26048.857,"total_tokens":772,"cost_usd":null} +{"run_id":24315473861,"workflow":"Smoke Claude","created_at":"2026-04-12T20:16:04Z","date":"2026-04-12","branch":"copilot/awf-fix-gemini-engine-authentication","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":629,"cache_read_tokens":208822,"cache_write_tokens":19575,"effective_tokens":42980,"cache_hit_rate":29831.714,"total_tokens":636,"cost_usd":null} +{"run_id":24315034244,"workflow":"Smoke Claude","created_at":"2026-04-12T19:52:55Z","date":"2026-04-12","branch":"copilot/fix-dind-configuration-issue","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":713,"cache_read_tokens":133910,"cache_write_tokens":45584,"effective_tokens":61833,"cache_hit_rate":22318.333,"total_tokens":719,"cost_usd":null} +{"run_id":24314916431,"workflow":"Smoke Claude","created_at":"2026-04-12T19:46:43Z","date":"2026-04-12","branch":"copilot/awf-fix-gemini-cli-errors","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":710,"cache_read_tokens":205405,"cache_write_tokens":18900,"effective_tokens":42288,"cache_hit_rate":29343.571,"total_tokens":717,"cost_usd":null} +{"run_id":24314890524,"workflow":"Smoke Claude","created_at":"2026-04-12T19:45:21Z","date":"2026-04-12","branch":"copilot/awf-fix-model-validation","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":626,"cache_read_tokens":205615,"cache_write_tokens":18512,"effective_tokens":41585,"cache_hit_rate":29373.571,"total_tokens":633,"cost_usd":null} +{"run_id":24314841015,"workflow":"Smoke Claude","created_at":"2026-04-12T19:42:45Z","date":"2026-04-12","branch":"copilot/awf-fix-gemini-engine-authentication","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":628,"cache_read_tokens":176934,"cache_write_tokens":47212,"effective_tokens":67424,"cache_hit_rate":25276.286,"total_tokens":635,"cost_usd":null} +{"run_id":24314497454,"workflow":"Smoke Claude","created_at":"2026-04-12T19:24:24Z","date":"2026-04-12","branch":"copilot/awf-add-diagnostic-logs-flag","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":641,"cache_read_tokens":176884,"cache_write_tokens":47216,"effective_tokens":67475,"cache_hit_rate":25269.143,"total_tokens":648,"cost_usd":null} +{"run_id":24314442127,"workflow":"Smoke Claude","created_at":"2026-04-12T19:21:46Z","date":"2026-04-12","branch":"copilot/fix-copilot-events-jsonl-capture","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":646,"cache_read_tokens":134245,"cache_write_tokens":46130,"effective_tokens":62145,"cache_hit_rate":22374.167,"total_tokens":652,"cost_usd":null} +{"run_id":24314154128,"workflow":"Smoke Claude","created_at":"2026-04-12T19:06:42Z","date":"2026-04-12","branch":"copilot/optimize-claude-token-usage-again","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":654,"cache_read_tokens":115136,"cache_write_tokens":18400,"effective_tokens":32535,"cache_hit_rate":23027.2,"total_tokens":659,"cost_usd":null} +{"run_id":24312346897,"workflow":"Smoke Claude","created_at":"2026-04-12T17:32:08Z","date":"2026-04-12","branch":"fix/claude-optimizer-timeout","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":654,"cache_read_tokens":133202,"cache_write_tokens":45239,"effective_tokens":61181,"cache_hit_rate":22200.333,"total_tokens":660,"cost_usd":null} +{"run_id":24310558528,"workflow":"Smoke Claude","created_at":"2026-04-12T15:56:09Z","date":"2026-04-12","branch":"fix/release-yml-expression-quotes","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":681,"cache_read_tokens":223042,"cache_write_tokens":45624,"effective_tokens":70660,"cache_hit_rate":27880.25,"total_tokens":689,"cost_usd":null} +{"run_id":24292329628,"workflow":"Smoke Claude","created_at":"2026-04-11T21:47:13Z","date":"2026-04-11","branch":"copilot/support-offline-mode-byok","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":763,"cache_read_tokens":178412,"cache_write_tokens":45754,"effective_tokens":66654,"cache_hit_rate":25487.429,"total_tokens":770,"cost_usd":null} +{"run_id":24292134862,"workflow":"Smoke Claude","created_at":"2026-04-11T21:36:04Z","date":"2026-04-11","branch":"fix/check-docker-host-unix-sockets","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":743,"cache_read_tokens":204941,"cache_write_tokens":18623,"effective_tokens":42096,"cache_hit_rate":29277.286,"total_tokens":750,"cost_usd":null} +{"run_id":24292050173,"workflow":"Smoke Claude","created_at":"2026-04-11T21:31:15Z","date":"2026-04-11","branch":"copilot/support-offline-mode-byok","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":709,"cache_read_tokens":221261,"cache_write_tokens":47065,"effective_tokens":72035,"cache_hit_rate":27657.625,"total_tokens":717,"cost_usd":null} +{"run_id":24291085395,"workflow":"Smoke Claude","created_at":"2026-04-11T20:36:17Z","date":"2026-04-11","branch":"fix/setup-action-latest-auth","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":759,"cache_read_tokens":204422,"cache_write_tokens":20888,"effective_tokens":44373,"cache_hit_rate":29203.143,"total_tokens":766,"cost_usd":null} +{"run_id":24290215008,"workflow":"Smoke Claude","created_at":"2026-04-11T19:48:06Z","date":"2026-04-11","branch":"copilot/add-support-for-byok-env-var","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":620,"cache_read_tokens":178464,"cache_write_tokens":45702,"effective_tokens":66035,"cache_hit_rate":25494.857,"total_tokens":627,"cost_usd":null} +{"run_id":24290111810,"workflow":"Smoke Claude","created_at":"2026-04-11T19:42:20Z","date":"2026-04-11","branch":"copilot/fix-cache-memory-pipeline-issue","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":717,"cache_read_tokens":224044,"cache_write_tokens":45600,"effective_tokens":70880,"cache_hit_rate":28005.5,"total_tokens":725,"cost_usd":null} +{"run_id":24289182699,"workflow":"Smoke Claude","created_at":"2026-04-11T18:49:58Z","date":"2026-04-11","branch":"copilot/add-list-of-containers-file","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":741,"cache_read_tokens":203791,"cache_write_tokens":20735,"effective_tokens":44085,"cache_hit_rate":29113,"total_tokens":748,"cost_usd":null} +{"run_id":24289175294,"workflow":"Smoke Claude","created_at":"2026-04-11T18:49:35Z","date":"2026-04-11","branch":"copilot/fix-actions-artifact-token","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":660,"cache_read_tokens":133307,"cache_write_tokens":45726,"effective_tokens":61703,"cache_hit_rate":22217.833,"total_tokens":666,"cost_usd":null} +{"run_id":24287824928,"workflow":"Smoke Claude","created_at":"2026-04-11T17:33:22Z","date":"2026-04-11","branch":"fix/build-test-add-labels-no-pr","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":739,"cache_read_tokens":223491,"cache_write_tokens":45677,"effective_tokens":70990,"cache_hit_rate":27936.375,"total_tokens":747,"cost_usd":null} +{"run_id":24287094163,"workflow":"Smoke Claude","created_at":"2026-04-11T16:52:15Z","date":"2026-04-11","branch":"copilot/fix-dind-container-networking","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":738,"cache_read_tokens":88477,"cache_write_tokens":45708,"effective_tokens":57513,"cache_hit_rate":17695.4,"total_tokens":743,"cost_usd":null} +{"run_id":24286946585,"workflow":"Smoke Claude","created_at":"2026-04-11T16:44:04Z","date":"2026-04-11","branch":"copilot/fix-code-for-review-comments","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":637,"cache_read_tokens":160162,"cache_write_tokens":18528,"effective_tokens":37098,"cache_hit_rate":26693.667,"total_tokens":643,"cost_usd":null} +{"run_id":24286910024,"workflow":"Smoke Claude","created_at":"2026-04-11T16:42:06Z","date":"2026-04-11","branch":"copilot/fix-review-comments","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":654,"cache_read_tokens":160541,"cache_write_tokens":18842,"effective_tokens":37518,"cache_hit_rate":26756.833,"total_tokens":660,"cost_usd":null} +{"run_id":24286885994,"workflow":"Smoke Claude","created_at":"2026-04-11T16:40:49Z","date":"2026-04-11","branch":"copilot/fix-dind-container-networking","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":651,"cache_read_tokens":133746,"cache_write_tokens":45736,"effective_tokens":61721,"cache_hit_rate":22291,"total_tokens":657,"cost_usd":null} +{"run_id":24285997561,"workflow":"Smoke Claude","created_at":"2026-04-11T15:50:31Z","date":"2026-04-11","branch":"copilot/fix-cli-proxy-pat-validation","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":604,"cache_read_tokens":115473,"cache_write_tokens":18731,"effective_tokens":32699,"cache_hit_rate":23094.6,"total_tokens":609,"cost_usd":null} +{"run_id":24285974365,"workflow":"Smoke Claude","created_at":"2026-04-11T15:49:15Z","date":"2026-04-11","branch":"copilot/awf-implement-diagnostic-logs-flag","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":643,"cache_read_tokens":205895,"cache_write_tokens":18954,"effective_tokens":42123,"cache_hit_rate":29413.571,"total_tokens":650,"cost_usd":null} +{"run_id":24285926885,"workflow":"Smoke Claude","created_at":"2026-04-11T15:46:28Z","date":"2026-04-11","branch":"copilot/fix-code-comments-from-review","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":655,"cache_read_tokens":179335,"cache_write_tokens":45694,"effective_tokens":66255,"cache_hit_rate":25619.286,"total_tokens":662,"cost_usd":null} +{"run_id":24285565769,"workflow":"Smoke Claude","created_at":"2026-04-11T15:26:54Z","date":"2026-04-11","branch":"copilot/awf-fix-gemini-cli-enoent-error","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":729,"cache_read_tokens":223321,"cache_write_tokens":48323,"effective_tokens":73579,"cache_hit_rate":27915.125,"total_tokens":737,"cost_usd":null} +{"run_id":24285399453,"workflow":"Smoke Claude","created_at":"2026-04-11T15:17:49Z","date":"2026-04-11","branch":"copilot/fix-urls-in-issue-comment","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":626,"cache_read_tokens":178992,"cache_write_tokens":45566,"effective_tokens":65976,"cache_hit_rate":25570.286,"total_tokens":633,"cost_usd":null} +{"run_id":24284801988,"workflow":"Smoke Claude","created_at":"2026-04-11T14:44:26Z","date":"2026-04-11","branch":"perf/firewall-issue-dispatcher-optimization","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":698,"cache_read_tokens":223128,"cache_write_tokens":45559,"effective_tokens":70672,"cache_hit_rate":27891,"total_tokens":706,"cost_usd":null} +{"run_id":24272439720,"workflow":"Smoke Claude","created_at":"2026-04-11T02:19:27Z","date":"2026-04-11","branch":"perf/secret-digger-claude-token-optimization","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":681,"cache_read_tokens":179164,"cache_write_tokens":45669,"effective_tokens":66316,"cache_hit_rate":25594.857,"total_tokens":688,"cost_usd":null} +{"run_id":24271386279,"workflow":"Smoke Claude","created_at":"2026-04-11T01:21:30Z","date":"2026-04-11","branch":"main","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":706,"cache_read_tokens":161222,"cache_write_tokens":18841,"effective_tokens":37793,"cache_hit_rate":26870.333,"total_tokens":712,"cost_usd":null} +{"run_id":24271368226,"workflow":"Smoke Claude","created_at":"2026-04-11T01:20:34Z","date":"2026-04-11","branch":"config/disable-threat-detection","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":721,"cache_read_tokens":251895,"cache_write_tokens":19378,"effective_tokens":47460,"cache_hit_rate":31486.875,"total_tokens":729,"cost_usd":null} +{"run_id":24258771915,"workflow":"Smoke Claude","created_at":"2026-04-10T18:48:36Z","date":"2026-04-10","branch":"perf/secret-digger-copilot-token-optimization","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":738,"cache_read_tokens":177276,"cache_write_tokens":47701,"effective_tokens":68388,"cache_hit_rate":25325.143,"total_tokens":745,"cost_usd":null} +{"run_id":24257149635,"workflow":"Smoke Claude","created_at":"2026-04-10T18:09:13Z","date":"2026-04-10","branch":"refactor/token-workflows-use-gh-aw-logs","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":663,"cache_read_tokens":133270,"cache_write_tokens":45713,"effective_tokens":61698,"cache_hit_rate":22211.667,"total_tokens":669,"cost_usd":null} +{"run_id":24256448107,"workflow":"Smoke Claude","created_at":"2026-04-10T17:52:03Z","date":"2026-04-10","branch":"fix/token-analyzer-artifact-name","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":618,"cache_read_tokens":176500,"cache_write_tokens":46780,"effective_tokens":66909,"cache_hit_rate":25214.286,"total_tokens":625,"cost_usd":null} +{"run_id":24244933707,"workflow":"Smoke Claude","created_at":"2026-04-10T13:19:20Z","date":"2026-04-10","branch":"main","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":720,"cache_read_tokens":132976,"cache_write_tokens":45595,"effective_tokens":61779,"cache_hit_rate":22162.667,"total_tokens":726,"cost_usd":null} +{"run_id":24222066731,"workflow":"Smoke Claude","created_at":"2026-04-10T01:39:37Z","date":"2026-04-10","branch":"chore/upgrade-ghaw-v0.68.0","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":701,"cache_read_tokens":222950,"cache_write_tokens":45811,"effective_tokens":70918,"cache_hit_rate":27868.75,"total_tokens":709,"cost_usd":null} +{"run_id":24221601046,"workflow":"Smoke Claude","created_at":"2026-04-10T01:21:52Z","date":"2026-04-10","branch":"main","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":813,"cache_read_tokens":178519,"cache_write_tokens":45867,"effective_tokens":66978,"cache_hit_rate":25502.714,"total_tokens":820,"cost_usd":null} +{"run_id":24219215695,"workflow":"Smoke Claude","created_at":"2026-04-09T23:55:55Z","date":"2026-04-09","branch":"gh-aw/upgrade","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":713,"cache_read_tokens":223510,"cache_write_tokens":45789,"effective_tokens":71000,"cache_hit_rate":27938.75,"total_tokens":721,"cost_usd":null} +{"run_id":24219039648,"workflow":"Smoke Claude","created_at":"2026-04-09T23:49:49Z","date":"2026-04-09","branch":"gh-aw/upgrade","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":755,"cache_read_tokens":178584,"cache_write_tokens":45449,"effective_tokens":66334,"cache_hit_rate":25512,"total_tokens":762,"cost_usd":null} +{"run_id":24218243708,"workflow":"Smoke Claude","created_at":"2026-04-09T23:24:02Z","date":"2026-04-09","branch":"feat/1866-benchmark-history","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":778,"cache_read_tokens":176590,"cache_write_tokens":47499,"effective_tokens":68277,"cache_hit_rate":25227.143,"total_tokens":785,"cost_usd":null} +{"run_id":24218045430,"workflow":"Smoke Claude","created_at":"2026-04-09T23:18:00Z","date":"2026-04-09","branch":"feat/1866-benchmark-history","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":702,"cache_read_tokens":205141,"cache_write_tokens":18391,"effective_tokens":41720,"cache_hit_rate":29305.857,"total_tokens":709,"cost_usd":null} +{"run_id":24217982683,"workflow":"Smoke Claude","created_at":"2026-04-09T23:16:03Z","date":"2026-04-09","branch":"fix/validate-benchmark-iterations","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":633,"cache_read_tokens":159990,"cache_write_tokens":18589,"effective_tokens":37126,"cache_hit_rate":26665,"total_tokens":639,"cost_usd":null} +{"run_id":24217822439,"workflow":"Smoke Claude","created_at":"2026-04-09T23:11:01Z","date":"2026-04-09","branch":"feat/1869-build-local","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":706,"cache_read_tokens":249342,"cache_write_tokens":18535,"effective_tokens":46301,"cache_hit_rate":31167.75,"total_tokens":714,"cost_usd":null} +{"run_id":24217646404,"workflow":"Smoke Claude","created_at":"2026-04-09T23:05:23Z","date":"2026-04-09","branch":"feat/1865-daily-benchmarks","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":629,"cache_read_tokens":132651,"cache_write_tokens":45204,"effective_tokens":60991,"cache_hit_rate":22108.5,"total_tokens":635,"cost_usd":null} +{"run_id":24217244196,"workflow":"Smoke Claude","created_at":"2026-04-09T22:52:54Z","date":"2026-04-09","branch":"feat/1864-bump-iterations","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":645,"cache_read_tokens":178643,"cache_write_tokens":45474,"effective_tokens":65925,"cache_hit_rate":25520.429,"total_tokens":652,"cost_usd":null} +{"run_id":24216025232,"workflow":"Smoke Claude","created_at":"2026-04-09T22:16:12Z","date":"2026-04-09","branch":"feat/cli-proxy-services-dispatcher","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":680,"cache_read_tokens":88180,"cache_write_tokens":45402,"effective_tokens":56945,"cache_hit_rate":17636,"total_tokens":685,"cost_usd":null} +{"run_id":24215549177,"workflow":"Smoke Claude","created_at":"2026-04-09T22:02:44Z","date":"2026-04-09","branch":"feat/cli-proxy-services-dispatcher","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":714,"cache_read_tokens":133132,"cache_write_tokens":45638,"effective_tokens":61813,"cache_hit_rate":22188.667,"total_tokens":720,"cost_usd":null} +{"run_id":24214577220,"workflow":"Smoke Claude","created_at":"2026-04-09T21:37:00Z","date":"2026-04-09","branch":"fix/security-guard-max-turns","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":709,"cache_read_tokens":223025,"cache_write_tokens":45350,"effective_tokens":70497,"cache_hit_rate":27878.125,"total_tokens":717,"cost_usd":null} +{"run_id":24214152972,"workflow":"Smoke Claude","created_at":"2026-04-09T21:26:14Z","date":"2026-04-09","branch":"fix/security-guard-max-turns","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":736,"cache_read_tokens":131414,"cache_write_tokens":47163,"effective_tokens":63254,"cache_hit_rate":21902.333,"total_tokens":742,"cost_usd":null} +{"run_id":24211578450,"workflow":"Smoke Claude","created_at":"2026-04-09T20:24:27Z","date":"2026-04-09","branch":"copilot/fix-container-startup-benchmarks","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":639,"cache_read_tokens":133250,"cache_write_tokens":45258,"effective_tokens":61145,"cache_hit_rate":22208.333,"total_tokens":645,"cost_usd":null} +{"run_id":24210496314,"workflow":"Smoke Claude","created_at":"2026-04-09T19:58:48Z","date":"2026-04-09","branch":"copilot/reimplement-pr-1708-tests-passing","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":756,"cache_read_tokens":176796,"cache_write_tokens":47475,"effective_tokens":68186,"cache_hit_rate":25256.571,"total_tokens":763,"cost_usd":null} +{"run_id":24207729222,"workflow":"Smoke Claude","created_at":"2026-04-09T18:53:12Z","date":"2026-04-09","branch":"chore/recompile-smoke-copilot","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":667,"cache_read_tokens":177760,"cache_write_tokens":45571,"effective_tokens":66022,"cache_hit_rate":25394.286,"total_tokens":674,"cost_usd":null} +{"run_id":24206947985,"workflow":"Smoke Claude","created_at":"2026-04-09T18:34:55Z","date":"2026-04-09","branch":"chore/recompile-smoke-copilot","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":656,"cache_read_tokens":132826,"cache_write_tokens":45311,"effective_tokens":61224,"cache_hit_rate":22137.667,"total_tokens":662,"cost_usd":null} +{"run_id":24173267129,"workflow":"Smoke Claude","created_at":"2026-04-09T04:59:31Z","date":"2026-04-09","branch":"copilot/merge-validated-fixes-cli-proxy","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":647,"cache_read_tokens":135804,"cache_write_tokens":46525,"effective_tokens":62699,"cache_hit_rate":22634,"total_tokens":653,"cost_usd":null} +{"run_id":24170589321,"workflow":"Smoke Claude","created_at":"2026-04-09T03:20:28Z","date":"2026-04-09","branch":"test/smoke-copilot-proxied-cli","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":770,"cache_read_tokens":228077,"cache_write_tokens":46851,"effective_tokens":72747,"cache_hit_rate":28509.625,"total_tokens":778,"cost_usd":null} +{"run_id":24168921662,"workflow":"Smoke Claude","created_at":"2026-04-09T02:17:12Z","date":"2026-04-09","branch":"test/smoke-copilot-proxied-cli","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":775,"cache_read_tokens":181720,"cache_write_tokens":46910,"effective_tokens":68189,"cache_hit_rate":25960,"total_tokens":782,"cost_usd":null} +{"run_id":24167894155,"workflow":"Smoke Claude","created_at":"2026-04-09T01:38:57Z","date":"2026-04-09","branch":"test/smoke-copilot-proxied-cli","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":718,"cache_read_tokens":181613,"cache_write_tokens":46852,"effective_tokens":67892,"cache_hit_rate":25944.714,"total_tokens":725,"cost_usd":null} +{"run_id":24167457603,"workflow":"Smoke Claude","created_at":"2026-04-09T01:22:54Z","date":"2026-04-09","branch":"test/smoke-copilot-proxied-cli","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":789,"cache_read_tokens":182065,"cache_write_tokens":46648,"effective_tokens":68018,"cache_hit_rate":26009.286,"total_tokens":796,"cost_usd":null} +{"run_id":24167079667,"workflow":"Smoke Claude","created_at":"2026-04-09T01:08:50Z","date":"2026-04-09","branch":"test/smoke-copilot-proxied-cli","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":644,"cache_read_tokens":181809,"cache_write_tokens":46515,"effective_tokens":67279,"cache_hit_rate":25972.714,"total_tokens":651,"cost_usd":null} +{"run_id":24166690630,"workflow":"Smoke Claude","created_at":"2026-04-09T00:55:21Z","date":"2026-04-09","branch":"main","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":787,"cache_read_tokens":181684,"cache_write_tokens":46897,"effective_tokens":68220,"cache_hit_rate":25954.857,"total_tokens":794,"cost_usd":null} +{"run_id":24166414353,"workflow":"Smoke Claude","created_at":"2026-04-09T00:45:52Z","date":"2026-04-09","branch":"test/smoke-copilot-proxied-cli","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":671,"cache_read_tokens":135368,"cache_write_tokens":46579,"effective_tokens":62806,"cache_hit_rate":22561.333,"total_tokens":677,"cost_usd":null} +{"run_id":24165829842,"workflow":"Smoke Claude","created_at":"2026-04-09T00:26:17Z","date":"2026-04-09","branch":"test/smoke-copilot-proxied-cli","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":656,"cache_read_tokens":135455,"cache_write_tokens":46767,"effective_tokens":62943,"cache_hit_rate":22575.833,"total_tokens":662,"cost_usd":null} +{"run_id":24165554236,"workflow":"Smoke Claude","created_at":"2026-04-09T00:17:18Z","date":"2026-04-09","branch":"test/smoke-copilot-proxied-cli","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":696,"cache_read_tokens":135775,"cache_write_tokens":46519,"effective_tokens":62887,"cache_hit_rate":22629.167,"total_tokens":702,"cost_usd":null} +{"run_id":24161014883,"workflow":"Smoke Claude","created_at":"2026-04-08T22:02:24Z","date":"2026-04-08","branch":"copilot/reimplement-pr-1708-tests-passing","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":647,"cache_read_tokens":135564,"cache_write_tokens":46811,"effective_tokens":62961,"cache_hit_rate":22594,"total_tokens":653,"cost_usd":null} +{"run_id":24160740661,"workflow":"Smoke Claude","created_at":"2026-04-08T21:55:24Z","date":"2026-04-08","branch":"copilot/fix-squid-https-latency-report","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":657,"cache_read_tokens":162661,"cache_write_tokens":19538,"effective_tokens":38438,"cache_hit_rate":27110.167,"total_tokens":663,"cost_usd":null} +{"run_id":24159853461,"workflow":"Smoke Claude","created_at":"2026-04-08T21:33:14Z","date":"2026-04-08","branch":"copilot/redesign-cli-proxy-external-difc","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":651,"cache_read_tokens":206161,"cache_write_tokens":18700,"effective_tokens":41927,"cache_hit_rate":29451.571,"total_tokens":658,"cost_usd":null} +{"run_id":24158697843,"workflow":"Smoke Claude","created_at":"2026-04-08T21:05:45Z","date":"2026-04-08","branch":"copilot/awf-fix-gemini-api-key-forwarding","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":703,"cache_read_tokens":251108,"cache_write_tokens":18852,"effective_tokens":46783,"cache_hit_rate":31388.5,"total_tokens":711,"cost_usd":null} +{"run_id":24157022218,"workflow":"Smoke Claude","created_at":"2026-04-08T20:28:04Z","date":"2026-04-08","branch":"copilot/reimplement-pr-1708-tests-passing","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":718,"cache_read_tokens":223588,"cache_write_tokens":45480,"effective_tokens":70719,"cache_hit_rate":27948.5,"total_tokens":726,"cost_usd":null} +{"run_id":24153738011,"workflow":"Smoke Claude","created_at":"2026-04-08T19:15:32Z","date":"2026-04-08","branch":"copilot/reimplement-pr-1708-tests-passing","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":656,"cache_read_tokens":178744,"cache_write_tokens":45856,"effective_tokens":66361,"cache_hit_rate":25534.857,"total_tokens":663,"cost_usd":null} +{"run_id":24153270491,"workflow":"Smoke Claude","created_at":"2026-04-08T19:04:29Z","date":"2026-04-08","branch":"copilot/fix-codex-model-flag-issue","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":617,"cache_read_tokens":178705,"cache_write_tokens":45489,"effective_tokens":65835,"cache_hit_rate":25529.286,"total_tokens":624,"cost_usd":null} +{"run_id":24152900341,"workflow":"Smoke Claude","created_at":"2026-04-08T18:55:48Z","date":"2026-04-08","branch":"copilot/tune-healthcheck-intervals-squid-api-proxy","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":644,"cache_read_tokens":160744,"cache_write_tokens":18574,"effective_tokens":37230,"cache_hit_rate":26790.667,"total_tokens":650,"cost_usd":null} +{"run_id":24149404892,"workflow":"Smoke Claude","created_at":"2026-04-08T17:32:27Z","date":"2026-04-08","branch":"chore/upgrade-smoke-copilot","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":787,"cache_read_tokens":177918,"cache_write_tokens":48114,"effective_tokens":69061,"cache_hit_rate":25416.857,"total_tokens":794,"cost_usd":null} +{"run_id":24148412522,"workflow":"Smoke Claude","created_at":"2026-04-08T17:09:17Z","date":"2026-04-08","branch":"chore/upgrade-smoke-copilot","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":739,"cache_read_tokens":225181,"cache_write_tokens":45895,"effective_tokens":71377,"cache_hit_rate":28147.625,"total_tokens":747,"cost_usd":null} +{"run_id":24147514339,"workflow":"Smoke Claude","created_at":"2026-04-08T16:49:03Z","date":"2026-04-08","branch":"chore/upgrade-smoke-copilot","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":811,"cache_read_tokens":133979,"cache_write_tokens":45960,"effective_tokens":62608,"cache_hit_rate":22329.833,"total_tokens":817,"cost_usd":null} +{"run_id":24147122962,"workflow":"Smoke Claude","created_at":"2026-04-08T16:40:26Z","date":"2026-04-08","branch":"chore/upgrade-smoke-copilot","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":654,"cache_read_tokens":133904,"cache_write_tokens":46016,"effective_tokens":62028,"cache_hit_rate":22317.333,"total_tokens":660,"cost_usd":null} +{"run_id":24146264722,"workflow":"Smoke Claude","created_at":"2026-04-08T16:21:30Z","date":"2026-04-08","branch":"chore/upgrade-smoke-copilot","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":636,"cache_read_tokens":133538,"cache_write_tokens":45656,"effective_tokens":61560,"cache_hit_rate":22256.333,"total_tokens":642,"cost_usd":null} +{"run_id":24144863679,"workflow":"Smoke Claude","created_at":"2026-04-08T15:52:59Z","date":"2026-04-08","branch":"fix/api-proxy-normalize-target-scheme","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":700,"cache_read_tokens":180370,"cache_write_tokens":46076,"effective_tokens":66920,"cache_hit_rate":25767.143,"total_tokens":707,"cost_usd":null} +{"run_id":24144139289,"workflow":"Smoke Claude","created_at":"2026-04-08T15:38:09Z","date":"2026-04-08","branch":"fix/api-proxy-normalize-target-scheme","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":647,"cache_read_tokens":180168,"cache_write_tokens":45990,"effective_tokens":66602,"cache_hit_rate":25738.286,"total_tokens":654,"cost_usd":null} +{"run_id":24142200186,"workflow":"Smoke Claude","created_at":"2026-04-08T14:57:06Z","date":"2026-04-08","branch":"copilot/awf-fix-oidc-env-vars-forwarding","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":644,"cache_read_tokens":180229,"cache_write_tokens":46008,"effective_tokens":66614,"cache_hit_rate":25747,"total_tokens":651,"cost_usd":null} +{"run_id":24114638692,"workflow":"Smoke Claude","created_at":"2026-04-08T02:35:45Z","date":"2026-04-08","branch":"fix/cli-proxy-dockerfile-mcpg-path","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":643,"cache_read_tokens":178344,"cache_write_tokens":49049,"effective_tokens":69462,"cache_hit_rate":25477.714,"total_tokens":650,"cost_usd":null} +{"run_id":24113906806,"workflow":"Smoke Claude","created_at":"2026-04-08T02:09:13Z","date":"2026-04-08","branch":"fix/cli-proxy-dockerfile-mcpg-path","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":804,"cache_read_tokens":135021,"cache_write_tokens":46226,"effective_tokens":62950,"cache_hit_rate":22503.5,"total_tokens":810,"cost_usd":null} +{"run_id":24113556109,"workflow":"Smoke Claude","created_at":"2026-04-08T01:56:42Z","date":"2026-04-08","branch":"fix/cli-proxy-dockerfile-mcpg-path","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":738,"cache_read_tokens":178351,"cache_write_tokens":48736,"effective_tokens":69530,"cache_hit_rate":25478.714,"total_tokens":745,"cost_usd":null} +{"run_id":24112123276,"workflow":"Smoke Claude","created_at":"2026-04-08T01:04:43Z","date":"2026-04-08","branch":"fix/cli-proxy-dockerfile-mcpg-path","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":655,"cache_read_tokens":207373,"cache_write_tokens":19114,"effective_tokens":42478,"cache_hit_rate":29624.714,"total_tokens":662,"cost_usd":null} +{"run_id":24112018856,"workflow":"Smoke Claude","created_at":"2026-04-08T01:00:58Z","date":"2026-04-08","branch":"main","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":755,"cache_read_tokens":178163,"cache_write_tokens":48707,"effective_tokens":69550,"cache_hit_rate":25451.857,"total_tokens":762,"cost_usd":null} +{"run_id":24110398427,"workflow":"Smoke Claude","created_at":"2026-04-08T00:02:41Z","date":"2026-04-08","branch":"feat/1760-historical-benchmarks","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":635,"cache_read_tokens":133367,"cache_write_tokens":45715,"effective_tokens":61598,"cache_hit_rate":22227.833,"total_tokens":641,"cost_usd":null} +{"run_id":24109835227,"workflow":"Smoke Claude","created_at":"2026-04-07T23:42:57Z","date":"2026-04-07","branch":"copilot/fix-add-cli-proxy-to-release-workflow","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":831,"cache_read_tokens":178606,"cache_write_tokens":45573,"effective_tokens":66765,"cache_hit_rate":25515.143,"total_tokens":838,"cost_usd":null} +{"run_id":24109529335,"workflow":"Smoke Claude","created_at":"2026-04-07T23:32:34Z","date":"2026-04-07","branch":"fix/benchmark-exec-null-trim","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":697,"cache_read_tokens":178389,"cache_write_tokens":45724,"effective_tokens":66358,"cache_hit_rate":25484.143,"total_tokens":704,"cost_usd":null} +{"run_id":24109086107,"workflow":"Smoke Claude","created_at":"2026-04-07T23:17:44Z","date":"2026-04-07","branch":"feat/1760-historical-benchmarks","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":647,"cache_read_tokens":205318,"cache_write_tokens":18428,"effective_tokens":41555,"cache_hit_rate":29331.143,"total_tokens":654,"cost_usd":null} +{"run_id":24109078764,"workflow":"Smoke Claude","created_at":"2026-04-07T23:17:29Z","date":"2026-04-07","branch":"feat/1761-benchmark-unit-tests","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":659,"cache_read_tokens":133570,"cache_write_tokens":45418,"effective_tokens":61417,"cache_hit_rate":22261.667,"total_tokens":665,"cost_usd":null} +{"run_id":24107878288,"workflow":"Smoke Claude","created_at":"2026-04-07T22:39:26Z","date":"2026-04-07","branch":"feat/1760-historical-benchmarks","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":651,"cache_read_tokens":161067,"cache_write_tokens":18731,"effective_tokens":37448,"cache_hit_rate":26844.5,"total_tokens":657,"cost_usd":null} +{"run_id":24107839261,"workflow":"Smoke Claude","created_at":"2026-04-07T22:38:10Z","date":"2026-04-07","branch":"fix/1758-memory-benchmark","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":637,"cache_read_tokens":161053,"cache_write_tokens":18720,"effective_tokens":37379,"cache_hit_rate":26842.167,"total_tokens":643,"cost_usd":null} +{"run_id":24107801334,"workflow":"Smoke Claude","created_at":"2026-04-07T22:37:00Z","date":"2026-04-07","branch":"feat/1761-benchmark-unit-tests","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":650,"cache_read_tokens":206219,"cache_write_tokens":18729,"effective_tokens":41958,"cache_hit_rate":29459.857,"total_tokens":657,"cost_usd":null} +{"run_id":24107778191,"workflow":"Smoke Claude","created_at":"2026-04-07T22:36:18Z","date":"2026-04-07","branch":"fix/1757-benchmark-stderr-capture","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":633,"cache_read_tokens":134104,"cache_write_tokens":45676,"effective_tokens":61624,"cache_hit_rate":22350.667,"total_tokens":639,"cost_usd":null} +{"run_id":24106990912,"workflow":"Smoke Claude","created_at":"2026-04-07T22:13:29Z","date":"2026-04-07","branch":"feat/1760-historical-benchmarks","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":737,"cache_read_tokens":206249,"cache_write_tokens":18791,"effective_tokens":42371,"cache_hit_rate":29464.143,"total_tokens":744,"cost_usd":null} +{"run_id":24106961822,"workflow":"Smoke Claude","created_at":"2026-04-07T22:12:39Z","date":"2026-04-07","branch":"feat/1761-benchmark-unit-tests","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":637,"cache_read_tokens":206130,"cache_write_tokens":18697,"effective_tokens":41865,"cache_hit_rate":29447.143,"total_tokens":644,"cost_usd":null} +{"run_id":24106923639,"workflow":"Smoke Claude","created_at":"2026-04-07T22:11:36Z","date":"2026-04-07","branch":"fix/1758-memory-benchmark","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":677,"cache_read_tokens":205869,"cache_write_tokens":19023,"effective_tokens":42325,"cache_hit_rate":29409.857,"total_tokens":684,"cost_usd":null} +{"run_id":24106892877,"workflow":"Smoke Claude","created_at":"2026-04-07T22:10:42Z","date":"2026-04-07","branch":"fix/1759-missing-label","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":667,"cache_read_tokens":179198,"cache_write_tokens":45673,"effective_tokens":66268,"cache_hit_rate":25599.714,"total_tokens":674,"cost_usd":null} +{"run_id":24106893129,"workflow":"Smoke Claude","created_at":"2026-04-07T22:10:42Z","date":"2026-04-07","branch":"fix/1757-benchmark-stderr-capture","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":668,"cache_read_tokens":205941,"cache_write_tokens":18977,"effective_tokens":42250,"cache_hit_rate":29420.143,"total_tokens":675,"cost_usd":null} +{"run_id":24082106071,"workflow":"Smoke Claude","created_at":"2026-04-07T12:47:33Z","date":"2026-04-07","branch":"main","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":628,"cache_read_tokens":179018,"cache_write_tokens":45612,"effective_tokens":66033,"cache_hit_rate":25574,"total_tokens":635,"cost_usd":null} +{"run_id":24058780076,"workflow":"Smoke Claude","created_at":"2026-04-07T00:53:39Z","date":"2026-04-07","branch":"feat/cli-proxy-integration-tests","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":743,"cache_read_tokens":256839,"cache_write_tokens":20113,"effective_tokens":48777,"cache_hit_rate":32104.875,"total_tokens":751,"cost_usd":null} +{"run_id":24057582147,"workflow":"Smoke Claude","created_at":"2026-04-07T00:10:34Z","date":"2026-04-07","branch":"copilot/design-gh-cli-proxy-sidecar","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":632,"cache_read_tokens":178056,"cache_write_tokens":48192,"effective_tokens":68533,"cache_hit_rate":25436.571,"total_tokens":639,"cost_usd":null} +{"run_id":24056639933,"workflow":"Smoke Claude","created_at":"2026-04-06T23:39:13Z","date":"2026-04-06","branch":"copilot/design-gh-cli-proxy-sidecar","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":628,"cache_read_tokens":134214,"cache_write_tokens":46209,"effective_tokens":62148,"cache_hit_rate":22369,"total_tokens":634,"cost_usd":null} +{"run_id":24056188641,"workflow":"Smoke Claude","created_at":"2026-04-06T23:24:29Z","date":"2026-04-06","branch":"chore/upgrade-workflows-20260406","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":622,"cache_read_tokens":179663,"cache_write_tokens":45799,"effective_tokens":66260,"cache_hit_rate":25666.143,"total_tokens":629,"cost_usd":null} +{"run_id":24055842277,"workflow":"Smoke Claude","created_at":"2026-04-06T23:13:10Z","date":"2026-04-06","branch":"copilot/fix-smoke-services-failure","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":629,"cache_read_tokens":133707,"cache_write_tokens":45586,"effective_tokens":61479,"cache_hit_rate":22284.5,"total_tokens":635,"cost_usd":null} +{"run_id":24055762012,"workflow":"Smoke Claude","created_at":"2026-04-06T23:10:42Z","date":"2026-04-06","branch":"chore/upgrade-workflows-20260406","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":697,"cache_read_tokens":223131,"cache_write_tokens":47947,"effective_tokens":73056,"cache_hit_rate":27891.375,"total_tokens":705,"cost_usd":null} +{"run_id":24054424503,"workflow":"Smoke Claude","created_at":"2026-04-06T22:30:41Z","date":"2026-04-06","branch":"fix/1463-chmod-gh-aw-config-files","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":705,"cache_read_tokens":224163,"cache_write_tokens":45863,"effective_tokens":71107,"cache_hit_rate":28020.375,"total_tokens":713,"cost_usd":null} +{"run_id":24052321090,"workflow":"Smoke Claude","created_at":"2026-04-06T21:33:18Z","date":"2026-04-06","branch":"feat/422-host-docker-internal-propagation","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":645,"cache_read_tokens":205756,"cache_write_tokens":19325,"effective_tokens":42488,"cache_hit_rate":29393.714,"total_tokens":652,"cost_usd":null} +{"run_id":24052189851,"workflow":"Smoke Claude","created_at":"2026-04-06T21:30:05Z","date":"2026-04-06","branch":"feat/240-benchmark-history-tracking","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":705,"cache_read_tokens":224679,"cache_write_tokens":46113,"effective_tokens":71409,"cache_hit_rate":28084.875,"total_tokens":713,"cost_usd":null} +{"run_id":24051472552,"workflow":"Smoke Claude","created_at":"2026-04-06T21:11:38Z","date":"2026-04-06","branch":"feat/422-host-docker-internal-propagation","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":609,"cache_read_tokens":115100,"cache_write_tokens":19057,"effective_tokens":33008,"cache_hit_rate":23020,"total_tokens":614,"cost_usd":null} +{"run_id":24051295776,"workflow":"Smoke Claude","created_at":"2026-04-06T21:07:10Z","date":"2026-04-06","branch":"fix/130-child-container-nat-rules","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":638,"cache_read_tokens":205976,"cache_write_tokens":19024,"effective_tokens":42181,"cache_hit_rate":29425.143,"total_tokens":645,"cost_usd":null} +{"run_id":24051182246,"workflow":"Smoke Claude","created_at":"2026-04-06T21:04:16Z","date":"2026-04-06","branch":"feat/240-benchmark-history-tracking","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":656,"cache_read_tokens":179294,"cache_write_tokens":45762,"effective_tokens":66322,"cache_hit_rate":25613.429,"total_tokens":663,"cost_usd":null} +{"run_id":24050933322,"workflow":"Smoke Claude","created_at":"2026-04-06T20:57:59Z","date":"2026-04-06","branch":"feat/1295-npm-global-tools","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":627,"cache_read_tokens":177298,"cache_write_tokens":45446,"effective_tokens":65691,"cache_hit_rate":25328.286,"total_tokens":634,"cost_usd":null} +{"run_id":24048360915,"workflow":"Smoke Claude","created_at":"2026-04-06T19:55:26Z","date":"2026-04-06","branch":"copilot/optimize-claude-token","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":737,"cache_read_tokens":224529,"cache_write_tokens":45787,"effective_tokens":71196,"cache_hit_rate":28066.125,"total_tokens":745,"cost_usd":null} +{"run_id":24048276590,"workflow":"Smoke Claude","created_at":"2026-04-06T19:53:22Z","date":"2026-04-06","branch":"copilot/optimize-pelis-agent-tokens","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":721,"cache_read_tokens":248816,"cache_write_tokens":21380,"effective_tokens":49154,"cache_hit_rate":31102,"total_tokens":729,"cost_usd":null} +{"run_id":24044349061,"workflow":"Smoke Claude","created_at":"2026-04-06T18:17:21Z","date":"2026-04-06","branch":"fix/1463-chmod-gh-aw-config-files","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":717,"cache_read_tokens":178496,"cache_write_tokens":45925,"effective_tokens":66650,"cache_hit_rate":25499.429,"total_tokens":724,"cost_usd":null} +{"run_id":24042923183,"workflow":"Smoke Claude","created_at":"2026-04-06T17:40:58Z","date":"2026-04-06","branch":"docs/1562-env-vars-cli-reference","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":633,"cache_read_tokens":160120,"cache_write_tokens":19074,"effective_tokens":37624,"cache_hit_rate":26686.667,"total_tokens":639,"cost_usd":null} +{"run_id":24042861995,"workflow":"Smoke Claude","created_at":"2026-04-06T17:39:25Z","date":"2026-04-06","branch":"fix/1427-tty-color-detection","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":753,"cache_read_tokens":250472,"cache_write_tokens":18887,"effective_tokens":46954,"cache_hit_rate":31309,"total_tokens":761,"cost_usd":null} +{"run_id":24042836908,"workflow":"Smoke Claude","created_at":"2026-04-06T17:38:46Z","date":"2026-04-06","branch":"feat/1295-npm-global-tools","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":747,"cache_read_tokens":223715,"cache_write_tokens":45606,"effective_tokens":70974,"cache_hit_rate":27964.375,"total_tokens":755,"cost_usd":null} +{"run_id":24042812156,"workflow":"Smoke Claude","created_at":"2026-04-06T17:38:07Z","date":"2026-04-06","branch":"fix/1463-chmod-gh-aw-config-files","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":705,"cache_read_tokens":250471,"cache_write_tokens":19154,"effective_tokens":47029,"cache_hit_rate":31308.875,"total_tokens":713,"cost_usd":null} +{"run_id":24040169366,"workflow":"Smoke Claude","created_at":"2026-04-06T16:28:09Z","date":"2026-04-06","branch":"test-coverage/host-iptables-branch-coverage-7eaec73b4d4c6e4c","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":635,"cache_read_tokens":178483,"cache_write_tokens":45490,"effective_tokens":65885,"cache_hit_rate":25497.571,"total_tokens":642,"cost_usd":null} +{"run_id":24039692779,"workflow":"Smoke Claude","created_at":"2026-04-06T16:15:06Z","date":"2026-04-06","branch":"copilot/fix-copilot-token-usage-report","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":630,"cache_read_tokens":178298,"cache_write_tokens":45771,"effective_tokens":66128,"cache_hit_rate":25471.143,"total_tokens":637,"cost_usd":null} +{"run_id":24036649171,"workflow":"Smoke Claude","created_at":"2026-04-06T14:51:42Z","date":"2026-04-06","branch":"copilot/optimize-token-usage","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":658,"cache_read_tokens":179107,"cache_write_tokens":45712,"effective_tokens":66262,"cache_hit_rate":25586.714,"total_tokens":665,"cost_usd":null} +{"run_id":24017481862,"workflow":"Smoke Claude","created_at":"2026-04-06T03:28:34Z","date":"2026-04-06","branch":"fix/recompile-workflows-upgrade","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":633,"cache_read_tokens":135350,"cache_write_tokens":46409,"effective_tokens":62482,"cache_hit_rate":22558.333,"total_tokens":639,"cost_usd":null} +{"run_id":24017214063,"workflow":"Smoke Claude","created_at":"2026-04-06T03:15:08Z","date":"2026-04-06","branch":"fix/recompile-workflows-upgrade","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":630,"cache_read_tokens":89017,"cache_write_tokens":46441,"effective_tokens":57868,"cache_hit_rate":17803.4,"total_tokens":635,"cost_usd":null} +{"run_id":24014586355,"workflow":"Smoke Claude","created_at":"2026-04-06T01:03:49Z","date":"2026-04-06","branch":"main","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":848,"cache_read_tokens":134796,"cache_write_tokens":46257,"effective_tokens":-87685,"cache_hit_rate":22466,"total_tokens":854,"cost_usd":0.22664055000000002} +{"run_id":24013019416,"workflow":"Smoke Claude","created_at":"2026-04-05T23:37:39Z","date":"2026-04-05","branch":"copilot/optimize-secret-digger-claude","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":635,"cache_read_tokens":135003,"cache_write_tokens":46619,"effective_tokens":-87743,"cache_hit_rate":22500.5,"total_tokens":641,"cost_usd":0.22486515} +{"run_id":24012505996,"workflow":"Smoke Claude","created_at":"2026-04-05T23:06:17Z","date":"2026-04-05","branch":"copilot/optimize-copilot-token-usage","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":637,"cache_read_tokens":134602,"cache_write_tokens":46434,"effective_tokens":-87525,"cache_hit_rate":22433.667,"total_tokens":643,"cost_usd":0.22408109999999995} +{"run_id":23982295391,"workflow":"Smoke Claude","created_at":"2026-04-04T15:53:17Z","date":"2026-04-04","branch":"copilot/optimize-token-usage","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":712,"cache_read_tokens":236175,"cache_write_tokens":57443,"effective_tokens":-178012,"cache_hit_rate":29521.875,"total_tokens":720,"cost_usd":0.29696775} +{"run_id":23981897210,"workflow":"Smoke Claude","created_at":"2026-04-04T15:30:14Z","date":"2026-04-04","branch":"feat/gemini-api-proxy-support","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":678,"cache_read_tokens":143377,"cache_write_tokens":50425,"effective_tokens":-92268,"cache_hit_rate":23896.167,"total_tokens":684,"cost_usd":0.24229484999999998} +{"run_id":23981761197,"workflow":"Smoke Claude","created_at":"2026-04-04T15:22:19Z","date":"2026-04-04","branch":"copilot/fix-github-actions-workflow-a6630634-59cd-4e93-8792-c601f8fdcf45","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":11,"input_tokens":8,"output_tokens":1433,"cache_read_tokens":207794,"cache_write_tokens":42575,"effective_tokens":-163778,"cache_hit_rate":25974.25,"total_tokens":1441,"cost_usd":0.41019275} +{"run_id":23981507985,"workflow":"Smoke Claude","created_at":"2026-04-04T15:07:40Z","date":"2026-04-04","branch":"copilot/optimize-token-usage","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":626,"cache_read_tokens":169804,"cache_write_tokens":23543,"effective_tokens":-145629,"cache_hit_rate":28300.667,"total_tokens":632,"cost_usd":0.14863545} +{"run_id":23966647833,"workflow":"Smoke Claude","created_at":"2026-04-03T23:58:04Z","date":"2026-04-03","branch":"feat/gemini-api-proxy-support","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":626,"cache_read_tokens":133311,"cache_write_tokens":45387,"effective_tokens":-87292,"cache_hit_rate":22218.5,"total_tokens":632,"cost_usd":0.21960255} +{"run_id":23965813992,"workflow":"Smoke Claude","created_at":"2026-04-03T23:19:57Z","date":"2026-04-03","branch":"perf/security-guard-token-optimization","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":657,"cache_read_tokens":186056,"cache_write_tokens":37496,"effective_tokens":-147896,"cache_hit_rate":26579.429,"total_tokens":664,"cost_usd":0.20630279999999998} +{"run_id":23965257129,"workflow":"Smoke Claude","created_at":"2026-04-03T22:55:55Z","date":"2026-04-03","branch":"perf/security-guard-token-optimization","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":903,"cache_read_tokens":278217,"cache_write_tokens":38179,"effective_tokens":-239126,"cache_hit_rate":30913,"total_tokens":912,"cost_usd":0.24020835000000001} +{"run_id":23964113501,"workflow":"Smoke Claude","created_at":"2026-04-03T22:11:42Z","date":"2026-04-03","branch":"perf/security-guard-token-optimization","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":836,"cache_read_tokens":233313,"cache_write_tokens":37842,"effective_tokens":-194627,"cache_hit_rate":29164.125,"total_tokens":844,"cost_usd":0.22446539999999998} +{"run_id":23962697824,"workflow":"Smoke Claude","created_at":"2026-04-03T21:22:06Z","date":"2026-04-03","branch":"perf/security-guard-token-optimization","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":741,"cache_read_tokens":187360,"cache_write_tokens":37699,"effective_tokens":-148913,"cache_hit_rate":26765.714,"total_tokens":748,"cost_usd":0.20871525} +{"run_id":23957630045,"workflow":"Smoke Claude","created_at":"2026-04-03T18:37:50Z","date":"2026-04-03","branch":"perf/doc-maintainer-token-optimization","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":1028,"cache_read_tokens":322760,"cache_write_tokens":38195,"effective_tokens":-283525,"cache_hit_rate":26896.667,"total_tokens":1040,"cost_usd":0.25551524999999997} +{"run_id":23935548933,"workflow":"Smoke Claude","created_at":"2026-04-03T05:43:59Z","date":"2026-04-03","branch":"feat/gemini-api-proxy-support","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":763,"cache_read_tokens":178334,"cache_write_tokens":45497,"effective_tokens":-132067,"cache_hit_rate":25476.286,"total_tokens":770,"cost_usd":0.23557994999999995} +{"run_id":23928978715,"workflow":"Smoke Claude","created_at":"2026-04-03T00:57:03Z","date":"2026-04-03","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":7,"input_tokens":7,"output_tokens":1224,"cache_read_tokens":195944,"cache_write_tokens":58524,"effective_tokens":-136189,"cache_hit_rate":27992,"total_tokens":1231,"cost_usd":0.49562700000000004} +{"run_id":23925961907,"workflow":"Smoke Claude","created_at":"2026-04-02T23:01:43Z","date":"2026-04-02","branch":"fix/sigterm-fast-kill-container-1590","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":7,"input_tokens":7,"output_tokens":902,"cache_read_tokens":209523,"cache_write_tokens":44908,"effective_tokens":-163706,"cache_hit_rate":29931.857,"total_tokens":909,"cost_usd":0.40922050000000004} +{"run_id":23925696368,"workflow":"Smoke Claude","created_at":"2026-04-02T22:52:32Z","date":"2026-04-02","branch":"copilot/optimize-claude-token-usage","artifact":"agent","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":1008,"cache_read_tokens":231851,"cache_write_tokens":37974,"effective_tokens":-192861,"cache_hit_rate":28981.375,"total_tokens":1016,"cost_usd":0.22710180000000002} +{"run_id":23925394166,"workflow":"Smoke Claude","created_at":"2026-04-02T22:42:31Z","date":"2026-04-02","branch":"fix/sigterm-fast-kill-container-1590","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":12,"input_tokens":11,"output_tokens":1781,"cache_read_tokens":248542,"cache_write_tokens":42728,"effective_tokens":-204022,"cache_hit_rate":22594.727,"total_tokens":1792,"cost_usd":0.44045899999999993} +{"run_id":23919740353,"workflow":"Smoke Claude","created_at":"2026-04-02T20:09:23Z","date":"2026-04-02","branch":"perf/smoke-copilot-browser-tool-exclusion","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":6,"input_tokens":6,"output_tokens":1145,"cache_read_tokens":151519,"cache_write_tokens":42757,"effective_tokens":-107611,"cache_hit_rate":25253.167,"total_tokens":1151,"cost_usd":0.37285275} +{"run_id":23919645768,"workflow":"Smoke Claude","created_at":"2026-04-02T20:07:03Z","date":"2026-04-02","branch":"fix/token-analyzers-update-existing-issues","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":6,"input_tokens":6,"output_tokens":1163,"cache_read_tokens":150991,"cache_write_tokens":43273,"effective_tokens":-106549,"cache_hit_rate":25165.167,"total_tokens":1169,"cost_usd":0.37625574999999994} +{"run_id":23919398533,"workflow":"Smoke Claude","created_at":"2026-04-02T20:01:02Z","date":"2026-04-02","branch":"perf/smoke-copilot-browser-tool-exclusion","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":6,"input_tokens":6,"output_tokens":984,"cache_read_tokens":137525,"cache_write_tokens":56579,"effective_tokens":-79956,"cache_hit_rate":22920.833,"total_tokens":990,"cost_usd":0.44821025} +{"run_id":23918299908,"workflow":"Smoke Claude","created_at":"2026-04-02T19:32:27Z","date":"2026-04-02","branch":"fix/sigterm-fast-kill-container-1590","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":17,"input_tokens":11,"output_tokens":2045,"cache_read_tokens":264282,"cache_write_tokens":29405,"effective_tokens":-232821,"cache_hit_rate":24025.636,"total_tokens":2056,"cost_usd":0.3765272500000001} +{"run_id":23917325450,"workflow":"Smoke Claude","created_at":"2026-04-02T19:07:36Z","date":"2026-04-02","branch":"fix/sigterm-fast-kill-container-1590","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":13,"input_tokens":8,"output_tokens":1532,"cache_read_tokens":220867,"cache_write_tokens":28488,"effective_tokens":-190839,"cache_hit_rate":27608.375,"total_tokens":1540,"cost_usd":0.3332585} +{"run_id":23916962136,"workflow":"Smoke Claude","created_at":"2026-04-02T18:58:53Z","date":"2026-04-02","branch":"feat/token-optimizer-workflows","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":6,"input_tokens":6,"output_tokens":1203,"cache_read_tokens":152161,"cache_write_tokens":43320,"effective_tokens":-107632,"cache_hit_rate":25360.167,"total_tokens":1209,"cost_usd":0.37813450000000004} +{"run_id":23916622154,"workflow":"Smoke Claude","created_at":"2026-04-02T18:51:13Z","date":"2026-04-02","branch":"feat/token-optimizer-workflows","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":6,"input_tokens":6,"output_tokens":1222,"cache_read_tokens":152196,"cache_write_tokens":43341,"effective_tokens":-107627,"cache_hit_rate":25366,"total_tokens":1228,"cost_usd":0.37875825} +{"run_id":23915369661,"workflow":"Smoke Claude","created_at":"2026-04-02T18:20:25Z","date":"2026-04-02","branch":"opt/smoke-copilot-token-reduction","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":13,"input_tokens":8,"output_tokens":1666,"cache_read_tokens":220914,"cache_write_tokens":28715,"effective_tokens":-190525,"cache_hit_rate":27614.25,"total_tokens":1674,"cost_usd":0.33794175000000004} +{"run_id":23915028354,"workflow":"Smoke Claude","created_at":"2026-04-02T18:12:01Z","date":"2026-04-02","branch":"opt/smoke-copilot-token-reduction","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":6,"input_tokens":6,"output_tokens":1597,"cache_read_tokens":138288,"cache_write_tokens":58032,"effective_tokens":-78653,"cache_hit_rate":23048,"total_tokens":1603,"cost_usd":0.47299800000000003} +{"run_id":23914557569,"workflow":"Smoke Claude","created_at":"2026-04-02T18:00:13Z","date":"2026-04-02","branch":"opt/smoke-copilot-token-reduction","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":9,"input_tokens":6,"output_tokens":1083,"cache_read_tokens":136934,"cache_write_tokens":27883,"effective_tokens":-107962,"cache_hit_rate":22822.333,"total_tokens":1089,"cost_usd":0.27410274999999995} +{"run_id":23911242765,"workflow":"Smoke Claude","created_at":"2026-04-02T16:39:00Z","date":"2026-04-02","branch":"feat/claude-token-usage-analyzer","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":6,"input_tokens":6,"output_tokens":1166,"cache_read_tokens":138377,"cache_write_tokens":57634,"effective_tokens":-79571,"cache_hit_rate":23062.833,"total_tokens":1172,"cost_usd":0.45977999999999997} +{"run_id":23908898243,"workflow":"Smoke Claude","created_at":"2026-04-02T15:43:40Z","date":"2026-04-02","branch":"fix/openai-cache-token-tracking","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":6,"input_tokens":6,"output_tokens":1209,"cache_read_tokens":140801,"cache_write_tokens":31974,"effective_tokens":-107612,"cache_hit_rate":23466.833,"total_tokens":1215,"cost_usd":0.30169199999999996} +{"run_id":23908548862,"workflow":"Smoke Claude","created_at":"2026-04-02T15:35:45Z","date":"2026-04-02","branch":"fix/openai-cache-token-tracking","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":6,"input_tokens":6,"output_tokens":1128,"cache_read_tokens":151570,"cache_write_tokens":42649,"effective_tokens":-107787,"cache_hit_rate":25261.667,"total_tokens":1134,"cost_usd":0.37177025} +{"run_id":23900672204,"workflow":"Smoke Claude","created_at":"2026-04-02T12:36:18Z","date":"2026-04-02","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":7,"input_tokens":7,"output_tokens":1522,"cache_read_tokens":193184,"cache_write_tokens":58273,"effective_tokens":-133382,"cache_hit_rate":27597.714,"total_tokens":1529,"cost_usd":0.4999572500000001} +{"run_id":23882382764,"workflow":"Smoke Claude","created_at":"2026-04-02T03:31:17Z","date":"2026-04-02","branch":"fix/copilot-session-state-chroot-mount","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":6,"input_tokens":6,"output_tokens":812,"cache_read_tokens":150490,"cache_write_tokens":41534,"effective_tokens":-108138,"cache_hit_rate":25081.667,"total_tokens":818,"cost_usd":0.35636149999999994} +{"run_id":23882121359,"workflow":"Smoke Claude","created_at":"2026-04-02T03:20:49Z","date":"2026-04-02","branch":"fix/copilot-session-state-chroot-mount","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":6,"input_tokens":6,"output_tokens":826,"cache_read_tokens":149508,"cache_write_tokens":42595,"effective_tokens":-106081,"cache_hit_rate":24918,"total_tokens":832,"cost_usd":0.36285175000000003} +{"run_id":23881935575,"workflow":"Smoke Claude","created_at":"2026-04-02T03:13:42Z","date":"2026-04-02","branch":"fix/copilot-session-state-chroot-mount","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":7,"input_tokens":7,"output_tokens":982,"cache_read_tokens":206172,"cache_write_tokens":41620,"effective_tokens":-163563,"cache_hit_rate":29453.143,"total_tokens":989,"cost_usd":0.388995} +{"run_id":23881637706,"workflow":"Smoke Claude","created_at":"2026-04-02T03:02:20Z","date":"2026-04-02","branch":"fix/copilot-session-state-chroot-mount","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":6,"input_tokens":6,"output_tokens":899,"cache_read_tokens":150590,"cache_write_tokens":41599,"effective_tokens":-108086,"cache_hit_rate":25098.333,"total_tokens":905,"cost_usd":0.35899274999999997} +{"run_id":23881010728,"workflow":"Smoke Claude","created_at":"2026-04-02T02:38:12Z","date":"2026-04-02","branch":"fix/copilot-session-state-chroot-mount","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":6,"input_tokens":6,"output_tokens":1011,"cache_read_tokens":136713,"cache_write_tokens":55781,"effective_tokens":-79915,"cache_hit_rate":22785.5,"total_tokens":1017,"cost_usd":0.44344274999999994} +{"run_id":23879283160,"workflow":"Smoke Claude","created_at":"2026-04-02T01:32:09Z","date":"2026-04-02","branch":"fix/copilot-session-state-chroot-mount","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":6,"input_tokens":6,"output_tokens":962,"cache_read_tokens":136620,"cache_write_tokens":55665,"effective_tokens":-79987,"cache_hit_rate":22770,"total_tokens":968,"cost_usd":0.44149525} +{"run_id":23878292795,"workflow":"Smoke Claude","created_at":"2026-04-02T00:54:30Z","date":"2026-04-02","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":12,"input_tokens":7,"output_tokens":1751,"cache_read_tokens":164960,"cache_write_tokens":42631,"effective_tokens":-120571,"cache_hit_rate":23565.714,"total_tokens":1758,"cost_usd":0.39889875} +{"run_id":23877180935,"workflow":"Smoke Claude","created_at":"2026-04-02T00:13:31Z","date":"2026-04-02","branch":"fix/token-analyzer-domains-and-scope","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":8,"input_tokens":8,"output_tokens":970,"cache_read_tokens":210489,"cache_write_tokens":46054,"effective_tokens":-163457,"cache_hit_rate":26311.125,"total_tokens":978,"cost_usd":0.418571} +{"run_id":23876202503,"workflow":"Smoke Claude","created_at":"2026-04-01T23:39:45Z","date":"2026-04-01","branch":"fix/token-analyzer-domains-and-scope","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":6,"input_tokens":6,"output_tokens":1196,"cache_read_tokens":150558,"cache_write_tokens":41663,"effective_tokens":-107693,"cache_hit_rate":25093,"total_tokens":1202,"cost_usd":0.36680175000000004} +{"run_id":23874305619,"workflow":"Smoke Claude","created_at":"2026-04-01T22:38:39Z","date":"2026-04-01","branch":"fix/recompile-token-usage-analyzer","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":6,"input_tokens":6,"output_tokens":1087,"cache_read_tokens":151599,"cache_write_tokens":42671,"effective_tokens":-107835,"cache_hit_rate":25266.5,"total_tokens":1093,"cost_usd":0.37089725000000007} +{"run_id":23873101575,"workflow":"Smoke Claude","created_at":"2026-04-01T22:04:19Z","date":"2026-04-01","branch":"feat/esbuild-bundle","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":11,"input_tokens":8,"output_tokens":1464,"cache_read_tokens":206512,"cache_write_tokens":42424,"effective_tokens":-162616,"cache_hit_rate":25814,"total_tokens":1472,"cost_usd":0.409514} +{"run_id":23872168536,"workflow":"Smoke Claude","created_at":"2026-04-01T21:39:40Z","date":"2026-04-01","branch":"feat/esbuild-bundle","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":19,"input_tokens":13,"output_tokens":1761,"cache_read_tokens":348851,"cache_write_tokens":29318,"effective_tokens":-317759,"cache_hit_rate":26834.692,"total_tokens":1774,"cost_usd":0.411355} +{"run_id":23867957467,"workflow":"Smoke Claude","created_at":"2026-04-01T19:56:01Z","date":"2026-04-01","branch":"feat/token-usage-analyzer-workflow","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":11,"input_tokens":8,"output_tokens":1335,"cache_read_tokens":220395,"cache_write_tokens":29385,"effective_tokens":-189667,"cache_hit_rate":27549.375,"total_tokens":1343,"cost_usd":0.33184775} +{"run_id":23866922685,"workflow":"Smoke Claude","created_at":"2026-04-01T19:30:35Z","date":"2026-04-01","branch":"fix/ssl-bump-chroot-ca-cert","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":14,"input_tokens":9,"output_tokens":1537,"cache_read_tokens":263210,"cache_write_tokens":28482,"effective_tokens":-233182,"cache_hit_rate":29245.556,"total_tokens":1546,"cost_usd":0.35431450000000003} +{"run_id":23866856394,"workflow":"Smoke Claude","created_at":"2026-04-01T19:29:05Z","date":"2026-04-01","branch":"feat/token-usage-analyzer-workflow","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":6,"input_tokens":6,"output_tokens":1220,"cache_read_tokens":156651,"cache_write_tokens":47821,"effective_tokens":-107604,"cache_hit_rate":26108.5,"total_tokens":1226,"cost_usd":0.40893575} +{"run_id":23862883375,"workflow":"Smoke Claude","created_at":"2026-04-01T17:53:28Z","date":"2026-04-01","branch":"fix/websocket-token-tracking","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":6,"input_tokens":6,"output_tokens":864,"cache_read_tokens":152072,"cache_write_tokens":43097,"effective_tokens":-108105,"cache_hit_rate":25345.333,"total_tokens":870,"cost_usd":0.36822125} +{"run_id":23862098116,"workflow":"Smoke Claude","created_at":"2026-04-01T17:35:13Z","date":"2026-04-01","branch":"fix/websocket-token-tracking","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":6,"input_tokens":6,"output_tokens":1141,"cache_read_tokens":152108,"cache_write_tokens":43448,"effective_tokens":-107513,"cache_hit_rate":25351.333,"total_tokens":1147,"cost_usd":0.377358} +{"run_id":23861597401,"workflow":"Smoke Claude","created_at":"2026-04-01T17:23:29Z","date":"2026-04-01","branch":"fix/websocket-token-tracking","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":877,"cache_read_tokens":151846,"cache_write_tokens":43106,"effective_tokens":-107857,"cache_hit_rate":25307.667,"total_tokens":883,"cost_usd":0.3684895} +{"run_id":23861249879,"workflow":"Smoke Claude","created_at":"2026-04-01T17:15:09Z","date":"2026-04-01","branch":"fix/websocket-token-tracking","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1009,"cache_read_tokens":152177,"cache_write_tokens":43183,"effective_tokens":-107979,"cache_hit_rate":25362.833,"total_tokens":1015,"cost_usd":0.37243624999999997} +{"run_id":23860683108,"workflow":"Smoke Claude","created_at":"2026-04-01T17:01:22Z","date":"2026-04-01","branch":"fix/websocket-token-tracking","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1158,"cache_read_tokens":152287,"cache_write_tokens":43421,"effective_tokens":-107702,"cache_hit_rate":25381.167,"total_tokens":1164,"cost_usd":0.37770375} +{"run_id":23859302320,"workflow":"Smoke Claude","created_at":"2026-04-01T16:28:30Z","date":"2026-04-01","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1398,"cache_read_tokens":123036,"cache_write_tokens":42069,"effective_tokens":-79563,"cache_hit_rate":20506,"total_tokens":1404,"cost_usd":0.36363025000000004} +{"run_id":23857526368,"workflow":"Smoke Claude","created_at":"2026-04-01T15:48:54Z","date":"2026-04-01","branch":"feat/token-logs-artifact","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1379,"cache_read_tokens":139994,"cache_write_tokens":59394,"effective_tokens":-79215,"cache_hit_rate":23332.333,"total_tokens":1385,"cost_usd":0.4769135} +{"run_id":23848925605,"workflow":"Smoke Claude","created_at":"2026-04-01T12:37:25Z","date":"2026-04-01","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1630,"cache_read_tokens":126629,"cache_write_tokens":46504,"effective_tokens":-78489,"cache_hit_rate":21104.833,"total_tokens":1636,"cost_usd":0.39572850000000004} +{"run_id":23833495697,"workflow":"Smoke Claude","created_at":"2026-04-01T05:28:00Z","date":"2026-04-01","branch":"fix/smoke-codex-add-node-network","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1148,"cache_read_tokens":152909,"cache_write_tokens":46229,"effective_tokens":-105526,"cache_hit_rate":25484.833,"total_tokens":1154,"cost_usd":0.39531475} +{"run_id":23830751977,"workflow":"Smoke Claude","created_at":"2026-04-01T03:38:59Z","date":"2026-04-01","branch":"fix/ipv6-squid-chroot","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":10,"output_tokens":2025,"cache_read_tokens":305521,"cache_write_tokens":46369,"effective_tokens":-257117,"cache_hit_rate":30552.1,"total_tokens":2035,"cost_usd":0.49439274999999994} +{"run_id":23829922222,"workflow":"Smoke Claude","created_at":"2026-04-01T03:05:10Z","date":"2026-04-01","branch":"fix/ipv6-squid-chroot","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":1674,"cache_read_tokens":349554,"cache_write_tokens":45864,"effective_tokens":-302005,"cache_hit_rate":31777.636,"total_tokens":1685,"cost_usd":0.5045320000000001} +{"run_id":23828975659,"workflow":"Smoke Claude","created_at":"2026-04-01T02:27:29Z","date":"2026-04-01","branch":"feat/api-proxy-token-tracking","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1230,"cache_read_tokens":151682,"cache_write_tokens":42862,"effective_tokens":-107584,"cache_hit_rate":25280.333,"total_tokens":1236,"cost_usd":0.3757125} +{"run_id":23827810098,"workflow":"Smoke Claude","created_at":"2026-04-01T01:41:02Z","date":"2026-04-01","branch":"feat/api-proxy-token-tracking","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1218,"cache_read_tokens":137070,"cache_write_tokens":28104,"effective_tokens":-107742,"cache_hit_rate":22845,"total_tokens":1224,"cost_usd":0.278967} +{"run_id":23826821219,"workflow":"Smoke Claude","created_at":"2026-04-01T01:03:26Z","date":"2026-04-01","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1262,"cache_read_tokens":194396,"cache_write_tokens":57039,"effective_tokens":-136088,"cache_hit_rate":27770.857,"total_tokens":1269,"cost_usd":0.48635575} +{"run_id":23825943785,"workflow":"Smoke Claude","created_at":"2026-04-01T00:30:35Z","date":"2026-04-01","branch":"copilot/smoke-services-test","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1017,"cache_read_tokens":137171,"cache_write_tokens":57538,"effective_tokens":-78610,"cache_hit_rate":22861.833,"total_tokens":1023,"cost_usd":0.4548559999999999} +{"run_id":23825478672,"workflow":"Smoke Claude","created_at":"2026-04-01T00:14:19Z","date":"2026-04-01","branch":"copilot/smoke-services-test","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":1421,"cache_read_tokens":219962,"cache_write_tokens":29088,"effective_tokens":-189445,"cache_hit_rate":27495.25,"total_tokens":1429,"cost_usd":0.333661} +{"run_id":23824680081,"workflow":"Smoke Claude","created_at":"2026-03-31T23:44:27Z","date":"2026-03-31","branch":"copilot/smoke-services-test","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1285,"cache_read_tokens":209123,"cache_write_tokens":43217,"effective_tokens":-164614,"cache_hit_rate":29874.714,"total_tokens":1292,"cost_usd":0.40803174999999997} +{"run_id":23823419317,"workflow":"Smoke Claude","created_at":"2026-03-31T23:00:13Z","date":"2026-03-31","branch":"copilot/fix-api-proxy-auth-chain","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1069,"cache_read_tokens":164783,"cache_write_tokens":42243,"effective_tokens":-121464,"cache_hit_rate":23540.429,"total_tokens":1076,"cost_usd":0.5463577500000001} +{"run_id":23811674281,"workflow":"Smoke Claude","created_at":"2026-03-31T17:50:53Z","date":"2026-03-31","branch":"fix/squid-config-injection","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":941,"cache_read_tokens":151473,"cache_write_tokens":44673,"effective_tokens":-105853,"cache_hit_rate":25245.5,"total_tokens":947,"cost_usd":0.37969775} +{"run_id":23810580011,"workflow":"Smoke Claude","created_at":"2026-03-31T17:24:59Z","date":"2026-03-31","branch":"feat/auto-detect-dns","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":996,"cache_read_tokens":203361,"cache_write_tokens":49769,"effective_tokens":-152589,"cache_hit_rate":29051.571,"total_tokens":1003,"cost_usd":0.43887174999999995} +{"run_id":23810570009,"workflow":"Smoke Claude","created_at":"2026-03-31T17:24:44Z","date":"2026-03-31","branch":"fix/squid-config-injection","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1298,"cache_read_tokens":152607,"cache_write_tokens":43979,"effective_tokens":-107324,"cache_hit_rate":25434.5,"total_tokens":1304,"cost_usd":0.38485225} +{"run_id":23809499241,"workflow":"Smoke Claude","created_at":"2026-03-31T16:59:07Z","date":"2026-03-31","branch":"feat/auto-detect-dns","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1319,"cache_read_tokens":179042,"cache_write_tokens":59091,"effective_tokens":-118625,"cache_hit_rate":25577.429,"total_tokens":1326,"cost_usd":0.49363175000000004} +{"run_id":23797614420,"workflow":"Smoke Claude","created_at":"2026-03-31T12:36:38Z","date":"2026-03-31","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1462,"cache_read_tokens":138386,"cache_write_tokens":58149,"effective_tokens":-78769,"cache_hit_rate":23064.333,"total_tokens":1468,"cost_usd":0.47040924999999995} +{"run_id":23781561309,"workflow":"Smoke Claude","created_at":"2026-03-31T05:10:55Z","date":"2026-03-31","branch":"copilot/fix-chroot-claude-key-helper","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":50,"output_tokens":953,"cache_read_tokens":153292,"cache_write_tokens":44343,"effective_tokens":-107946,"cache_hit_rate":3065.84,"total_tokens":1003,"cost_usd":0.37901075} +{"run_id":23779285488,"workflow":"Smoke Claude","created_at":"2026-03-31T03:38:56Z","date":"2026-03-31","branch":"copilot/fix-chroot-claude-key-helper","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":994,"cache_read_tokens":153319,"cache_write_tokens":44242,"effective_tokens":-108077,"cache_hit_rate":25553.167,"total_tokens":1000,"cost_usd":0.37925600000000004} +{"run_id":23775246909,"workflow":"Smoke Claude","created_at":"2026-03-31T00:56:56Z","date":"2026-03-31","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1916,"cache_read_tokens":138802,"cache_write_tokens":59105,"effective_tokens":-77775,"cache_hit_rate":23133.667,"total_tokens":1922,"cost_usd":0.48794724999999994} +{"run_id":23745043239,"workflow":"Smoke Claude","created_at":"2026-03-30T12:37:12Z","date":"2026-03-30","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1300,"cache_read_tokens":138653,"cache_write_tokens":58658,"effective_tokens":-78689,"cache_hit_rate":23108.833,"total_tokens":1306,"cost_usd":0.469713} +{"run_id":23725710567,"workflow":"Smoke Claude","created_at":"2026-03-30T02:46:08Z","date":"2026-03-30","branch":"copilot/add-volume-mount-for-session-state","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1310,"cache_read_tokens":137113,"cache_write_tokens":28178,"effective_tokens":-107619,"cache_hit_rate":22852.167,"total_tokens":1316,"cost_usd":0.281712} +{"run_id":23723429963,"workflow":"Smoke Claude","created_at":"2026-03-30T00:59:39Z","date":"2026-03-30","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":2544,"cache_read_tokens":210196,"cache_write_tokens":44045,"effective_tokens":-163599,"cache_hit_rate":26274.5,"total_tokens":2552,"cost_usd":0.45187924999999995} +{"run_id":23716773057,"workflow":"Smoke Claude","created_at":"2026-03-29T19:07:38Z","date":"2026-03-29","branch":"copilot/fix-gh-host-proxy-passthrough","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1287,"cache_read_tokens":154260,"cache_write_tokens":45889,"effective_tokens":-107078,"cache_hit_rate":25710,"total_tokens":1293,"cost_usd":0.39734424999999995} +{"run_id":23716653965,"workflow":"Smoke Claude","created_at":"2026-03-29T19:01:47Z","date":"2026-03-29","branch":"copilot/fix-gh-host-proxy-passthrough","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1486,"cache_read_tokens":137223,"cache_write_tokens":28401,"effective_tokens":-107330,"cache_hit_rate":22870.5,"total_tokens":1492,"cost_usd":0.28779574999999996} +{"run_id":23713730316,"workflow":"Smoke Claude","created_at":"2026-03-29T16:34:01Z","date":"2026-03-29","branch":"copilot/fix-gh-host-proxy-passthrough","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1301,"cache_read_tokens":200279,"cache_write_tokens":59847,"effective_tokens":-139124,"cache_hit_rate":28611.286,"total_tokens":1308,"cost_usd":0.50794625} +{"run_id":23713266323,"workflow":"Smoke Claude","created_at":"2026-03-29T16:10:50Z","date":"2026-03-29","branch":"copilot/fix-gh-host-proxy-passthrough","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1287,"cache_read_tokens":140503,"cache_write_tokens":59804,"effective_tokens":-79406,"cache_hit_rate":23417.167,"total_tokens":1293,"cost_usd":0.4774345} +{"run_id":23712406253,"workflow":"Smoke Claude","created_at":"2026-03-29T15:28:20Z","date":"2026-03-29","branch":"copilot/fix-gh-host-proxy-passthrough","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1242,"cache_read_tokens":210373,"cache_write_tokens":44355,"effective_tokens":-164769,"cache_hit_rate":30053.286,"total_tokens":1249,"cost_usd":0.41469325000000007} +{"run_id":23709036791,"workflow":"Smoke Claude","created_at":"2026-03-29T12:28:11Z","date":"2026-03-29","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1514,"cache_read_tokens":165194,"cache_write_tokens":42350,"effective_tokens":-121323,"cache_hit_rate":23599.143,"total_tokens":1521,"cost_usd":0.3895645000000001} +{"run_id":23698168337,"workflow":"Smoke Claude","created_at":"2026-03-29T00:59:41Z","date":"2026-03-29","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1655,"cache_read_tokens":196475,"cache_write_tokens":58233,"effective_tokens":-136580,"cache_hit_rate":28067.857,"total_tokens":1662,"cost_usd":0.5046677500000001} +{"run_id":23690297362,"workflow":"Smoke Claude","created_at":"2026-03-28T17:19:42Z","date":"2026-03-28","branch":"copilot/fix-websocket-upgrade-handling","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":2210,"cache_read_tokens":265272,"cache_write_tokens":29739,"effective_tokens":-233312,"cache_hit_rate":24115.636,"total_tokens":2221,"cost_usd":0.38372075} +{"run_id":23688803164,"workflow":"Smoke Claude","created_at":"2026-03-28T15:56:30Z","date":"2026-03-28","branch":"copilot/fix-one-shot-token-list","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1039,"cache_read_tokens":212670,"cache_write_tokens":44905,"effective_tokens":-166719,"cache_hit_rate":30381.429,"total_tokens":1046,"cost_usd":0.41414725} +{"run_id":23688357068,"workflow":"Smoke Claude","created_at":"2026-03-28T15:31:03Z","date":"2026-03-28","branch":"copilot/fix-one-shot-token-list","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1201,"cache_read_tokens":137093,"cache_write_tokens":28105,"effective_tokens":-107781,"cache_hit_rate":22848.833,"total_tokens":1207,"cost_usd":0.27855274999999996} +{"run_id":23685212356,"workflow":"Smoke Claude","created_at":"2026-03-28T12:27:55Z","date":"2026-03-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1115,"cache_read_tokens":196778,"cache_write_tokens":58603,"effective_tokens":-137053,"cache_hit_rate":28111.143,"total_tokens":1122,"cost_usd":0.49362375000000003} +{"run_id":23673702002,"workflow":"Smoke Claude","created_at":"2026-03-28T00:52:08Z","date":"2026-03-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1555,"cache_read_tokens":165421,"cache_write_tokens":42406,"effective_tokens":-121453,"cache_hit_rate":23631.571,"total_tokens":1562,"cost_usd":0.39100700000000005} +{"run_id":23646285448,"workflow":"Smoke Claude","created_at":"2026-03-27T12:30:50Z","date":"2026-03-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":2046,"cache_read_tokens":166368,"cache_write_tokens":42862,"effective_tokens":-121453,"cache_hit_rate":23766.857,"total_tokens":2053,"cost_usd":0.4068955000000001} +{"run_id":23625706925,"workflow":"Smoke Claude","created_at":"2026-03-27T00:56:49Z","date":"2026-03-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":1963,"cache_read_tokens":207426,"cache_write_tokens":43484,"effective_tokens":-161971,"cache_hit_rate":25928.25,"total_tokens":1971,"cost_usd":0.431041} +{"run_id":23616504542,"workflow":"Smoke Claude","created_at":"2026-03-26T20:29:37Z","date":"2026-03-26","branch":"copilot/fix-safe-outputs-env-vars","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1159,"cache_read_tokens":173960,"cache_write_tokens":46889,"effective_tokens":-125905,"cache_hit_rate":24851.429,"total_tokens":1166,"cost_usd":0.41024425000000003} +{"run_id":23615672889,"workflow":"Smoke Claude","created_at":"2026-03-26T20:09:52Z","date":"2026-03-26","branch":"feat/awf-issue-auditor","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1546,"cache_read_tokens":165019,"cache_write_tokens":42623,"effective_tokens":-120843,"cache_hit_rate":23574.143,"total_tokens":1553,"cost_usd":0.3939182500000001} +{"run_id":23594623109,"workflow":"Smoke Claude","created_at":"2026-03-26T12:36:36Z","date":"2026-03-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1464,"cache_read_tokens":165287,"cache_write_tokens":42430,"effective_tokens":-121386,"cache_hit_rate":23612.429,"total_tokens":1471,"cost_usd":0.38902799999999993} +{"run_id":23572049916,"workflow":"Smoke Claude","created_at":"2026-03-26T00:56:29Z","date":"2026-03-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":2134,"cache_read_tokens":206947,"cache_write_tokens":43166,"effective_tokens":-161639,"cache_hit_rate":25868.375,"total_tokens":2142,"cost_usd":0.434732} +{"run_id":23568297586,"workflow":"Smoke Claude","created_at":"2026-03-25T22:54:42Z","date":"2026-03-25","branch":"fix/allow-host-service-ports","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1092,"cache_read_tokens":136856,"cache_write_tokens":27976,"effective_tokens":-107782,"cache_hit_rate":22809.333,"total_tokens":1098,"cost_usd":0.27509} +{"run_id":23568015725,"workflow":"Smoke Claude","created_at":"2026-03-25T22:46:28Z","date":"2026-03-25","branch":"fix/allow-host-service-ports","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":1299,"cache_read_tokens":81238,"cache_write_tokens":42141,"effective_tokens":-37793,"cache_hit_rate":16247.6,"total_tokens":1304,"cost_usd":0.33769825000000003} +{"run_id":23566178499,"workflow":"Smoke Claude","created_at":"2026-03-25T21:56:48Z","date":"2026-03-25","branch":"fix/allow-host-service-ports","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":50,"output_tokens":1051,"cache_read_tokens":152479,"cache_write_tokens":43691,"effective_tokens":-107687,"cache_hit_rate":3049.58,"total_tokens":1101,"cost_usd":0.37697425} +{"run_id":23565351702,"workflow":"Smoke Claude","created_at":"2026-03-25T21:35:40Z","date":"2026-03-25","branch":"fix/allow-host-service-ports","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1110,"cache_read_tokens":136862,"cache_write_tokens":28001,"effective_tokens":-107745,"cache_hit_rate":22810.333,"total_tokens":1116,"cost_usd":0.27554324999999996} +{"run_id":23564909311,"workflow":"Smoke Claude","created_at":"2026-03-25T21:24:44Z","date":"2026-03-25","branch":"fix/allow-host-service-ports","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":58,"output_tokens":2658,"cache_read_tokens":496386,"cache_write_tokens":34241,"effective_tokens":-459429,"cache_hit_rate":8558.379,"total_tokens":2716,"cost_usd":0.5300802500000001} +{"run_id":23564292043,"workflow":"Smoke Claude","created_at":"2026-03-25T21:09:59Z","date":"2026-03-25","branch":"fix/playwright-localhost","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":966,"cache_read_tokens":136772,"cache_write_tokens":27894,"effective_tokens":-107906,"cache_hit_rate":22795.333,"total_tokens":972,"cost_usd":0.2711625} +{"run_id":23560627418,"workflow":"Smoke Claude","created_at":"2026-03-25T19:43:42Z","date":"2026-03-25","branch":"fix/playwright-localhost","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1117,"cache_read_tokens":136837,"cache_write_tokens":27955,"effective_tokens":-107759,"cache_hit_rate":22806.167,"total_tokens":1123,"cost_usd":0.27556725} +{"run_id":23560261692,"workflow":"Smoke Claude","created_at":"2026-03-25T19:34:41Z","date":"2026-03-25","branch":"fix/playwright-localhost","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":987,"cache_read_tokens":151674,"cache_write_tokens":42838,"effective_tokens":-107843,"cache_hit_rate":25279,"total_tokens":993,"cost_usd":0.3694205} +{"run_id":23553272137,"workflow":"Smoke Claude","created_at":"2026-03-25T16:53:58Z","date":"2026-03-25","branch":"test-coverage/logs-audit-command-782ad793d7da44b7","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1118,"cache_read_tokens":137030,"cache_write_tokens":28072,"effective_tokens":-107834,"cache_hit_rate":22838.333,"total_tokens":1124,"cost_usd":0.276211} +{"run_id":23541151634,"workflow":"Smoke Claude","created_at":"2026-03-25T12:32:21Z","date":"2026-03-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":2074,"cache_read_tokens":292476,"cache_write_tokens":43265,"effective_tokens":-247125,"cache_hit_rate":24373,"total_tokens":2086,"cost_usd":0.47299925} +{"run_id":23519550993,"workflow":"Smoke Claude","created_at":"2026-03-25T00:53:01Z","date":"2026-03-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":10,"output_tokens":2202,"cache_read_tokens":291676,"cache_write_tokens":43349,"effective_tokens":-246115,"cache_hit_rate":29167.6,"total_tokens":2212,"cost_usd":0.4769272500000001} +{"run_id":23512312431,"workflow":"Smoke Claude","created_at":"2026-03-24T21:08:26Z","date":"2026-03-24","branch":"fix/claude-api-key-helper-settings-path","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1365,"cache_read_tokens":154581,"cache_write_tokens":46179,"effective_tokens":-107031,"cache_hit_rate":25763.5,"total_tokens":1371,"cost_usd":0.40126324999999996} +{"run_id":23510263366,"workflow":"Smoke Claude","created_at":"2026-03-24T20:17:45Z","date":"2026-03-24","branch":"fix/claude-api-key-helper-settings-path","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":1152,"cache_read_tokens":95278,"cache_write_tokens":27960,"effective_tokens":-66161,"cache_hit_rate":19055.6,"total_tokens":1157,"cost_usd":0.252413} +{"run_id":23507729080,"workflow":"Smoke Claude","created_at":"2026-03-24T19:12:56Z","date":"2026-03-24","branch":"fix/claude-api-key-helper-settings-path","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1288,"cache_read_tokens":179346,"cache_write_tokens":28197,"effective_tokens":-149854,"cache_hit_rate":25620.857,"total_tokens":1295,"cost_usd":0.30280225} +{"run_id":23506392822,"workflow":"Smoke Claude","created_at":"2026-03-24T18:40:33Z","date":"2026-03-24","branch":"fix/claude-api-key-helper-settings-path","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":940,"cache_read_tokens":122433,"cache_write_tokens":42301,"effective_tokens":-79186,"cache_hit_rate":20405.5,"total_tokens":946,"cost_usd":0.35032775000000005} +{"run_id":23489627285,"workflow":"Smoke Claude","created_at":"2026-03-24T12:33:50Z","date":"2026-03-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1972,"cache_read_tokens":195061,"cache_write_tokens":57826,"effective_tokens":-135256,"cache_hit_rate":27865.857,"total_tokens":1979,"cost_usd":0.509538} +{"run_id":23467608544,"workflow":"Smoke Claude","created_at":"2026-03-24T00:48:32Z","date":"2026-03-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1556,"cache_read_tokens":137504,"cache_write_tokens":57348,"effective_tokens":-78594,"cache_hit_rate":22917.333,"total_tokens":1562,"cost_usd":0.46716199999999997} +{"run_id":23454976134,"workflow":"Smoke Claude","created_at":"2026-03-23T19:00:23Z","date":"2026-03-23","branch":"worktree-audit-observability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1195,"cache_read_tokens":178547,"cache_write_tokens":28449,"effective_tokens":-148896,"cache_hit_rate":25506.714,"total_tokens":1202,"cost_usd":0.30146875} +{"run_id":23454015137,"workflow":"Smoke Claude","created_at":"2026-03-23T18:37:38Z","date":"2026-03-23","branch":"worktree-audit-observability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":980,"cache_read_tokens":162047,"cache_write_tokens":33771,"effective_tokens":-127290,"cache_hit_rate":27007.833,"total_tokens":986,"cost_usd":0.31776425} +{"run_id":23453333306,"workflow":"Smoke Claude","created_at":"2026-03-23T18:22:00Z","date":"2026-03-23","branch":"worktree-audit-observability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":2348,"cache_read_tokens":377058,"cache_write_tokens":43622,"effective_tokens":-331076,"cache_hit_rate":31421.5,"total_tokens":2360,"cost_usd":0.5249825} +{"run_id":23447290661,"workflow":"Smoke Claude","created_at":"2026-03-23T16:08:21Z","date":"2026-03-23","branch":"docs/sync-env-and-usage-20260318-eb65755374910ed2","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":2020,"cache_read_tokens":348335,"cache_write_tokens":29128,"effective_tokens":-317176,"cache_hit_rate":31666.818,"total_tokens":2031,"cost_usd":0.4118605} +{"run_id":23444610831,"workflow":"Smoke Claude","created_at":"2026-03-23T15:12:39Z","date":"2026-03-23","branch":"copilot/increase-agent-memory-limit","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":2296,"cache_read_tokens":348983,"cache_write_tokens":29549,"effective_tokens":-317127,"cache_hit_rate":31725.727,"total_tokens":2307,"cost_usd":0.42294275000000003} +{"run_id":23437453736,"workflow":"Smoke Claude","created_at":"2026-03-23T12:32:34Z","date":"2026-03-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1694,"cache_read_tokens":137731,"cache_write_tokens":57685,"effective_tokens":-78346,"cache_hit_rate":22955.167,"total_tokens":1700,"cost_usd":0.47303175000000003} +{"run_id":23416828979,"workflow":"Smoke Claude","created_at":"2026-03-23T00:55:27Z","date":"2026-03-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1435,"cache_read_tokens":137647,"cache_write_tokens":57291,"effective_tokens":-78915,"cache_hit_rate":22941.167,"total_tokens":1441,"cost_usd":0.46384725000000004} +{"run_id":23403051111,"workflow":"Smoke Claude","created_at":"2026-03-22T12:27:39Z","date":"2026-03-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1309,"cache_read_tokens":137653,"cache_write_tokens":57163,"effective_tokens":-79175,"cache_hit_rate":22942.167,"total_tokens":1315,"cost_usd":0.4598892500000001} +{"run_id":23392505377,"workflow":"Smoke Claude","created_at":"2026-03-22T00:54:54Z","date":"2026-03-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":1994,"cache_read_tokens":208253,"cache_write_tokens":42825,"effective_tokens":-163426,"cache_hit_rate":26031.625,"total_tokens":2002,"cost_usd":0.43087175} +{"run_id":23379665254,"workflow":"Smoke Claude","created_at":"2026-03-21T12:27:33Z","date":"2026-03-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1156,"cache_read_tokens":122622,"cache_write_tokens":41948,"effective_tokens":-79512,"cache_hit_rate":20437,"total_tokens":1162,"cost_usd":0.35679200000000005} +{"run_id":23368350240,"workflow":"Smoke Claude","created_at":"2026-03-21T00:48:38Z","date":"2026-03-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":10,"output_tokens":2136,"cache_read_tokens":291703,"cache_write_tokens":43369,"effective_tokens":-246188,"cache_hit_rate":29170.3,"total_tokens":2146,"cost_usd":0.6306640000000001} +{"run_id":23355713263,"workflow":"Smoke Claude","created_at":"2026-03-20T17:53:22Z","date":"2026-03-20","branch":"deps/trivy-action-v0.35.0","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":13,"output_tokens":2432,"cache_read_tokens":337568,"cache_write_tokens":43681,"effective_tokens":-291442,"cache_hit_rate":25966.769,"total_tokens":2445,"cost_usd":0.5106842500000001} +{"run_id":23342821518,"workflow":"Smoke Claude","created_at":"2026-03-20T12:28:26Z","date":"2026-03-20","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":2001,"cache_read_tokens":195443,"cache_write_tokens":57631,"effective_tokens":-135804,"cache_hit_rate":27920.429,"total_tokens":2008,"cost_usd":0.50909125} +{"run_id":23324195583,"workflow":"Smoke Claude","created_at":"2026-03-20T00:51:18Z","date":"2026-03-20","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1511,"cache_read_tokens":194389,"cache_write_tokens":57268,"effective_tokens":-135603,"cache_hit_rate":27769.857,"total_tokens":1518,"cost_usd":0.4939015} +{"run_id":23321225333,"workflow":"Smoke Claude","created_at":"2026-03-19T23:07:59Z","date":"2026-03-19","branch":"fix/eliminate-shutdown-delay","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":2039,"cache_read_tokens":423747,"cache_write_tokens":34691,"effective_tokens":-387005,"cache_hit_rate":35312.25,"total_tokens":2051,"cost_usd":0.48087424999999995} +{"run_id":23319964333,"workflow":"Smoke Claude","created_at":"2026-03-19T22:29:32Z","date":"2026-03-19","branch":"copilot/fix-gh-aw-firewall-action-issues","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":961,"cache_read_tokens":136796,"cache_write_tokens":27881,"effective_tokens":-107948,"cache_hit_rate":22799.333,"total_tokens":967,"cost_usd":0.27119825} +{"run_id":23312074327,"workflow":"Smoke Claude","created_at":"2026-03-19T19:04:04Z","date":"2026-03-19","branch":"copilot/fix-circular-dependency-issue","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1265,"cache_read_tokens":136931,"cache_write_tokens":28113,"effective_tokens":-107547,"cache_hit_rate":22821.833,"total_tokens":1271,"cost_usd":0.28030075000000004} +{"run_id":23311291737,"workflow":"Smoke Claude","created_at":"2026-03-19T18:45:34Z","date":"2026-03-19","branch":"fix/eliminate-shutdown-delay","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1130,"cache_read_tokens":151803,"cache_write_tokens":43534,"effective_tokens":-107133,"cache_hit_rate":25300.5,"total_tokens":1136,"cost_usd":0.377473} +{"run_id":23311114087,"workflow":"Smoke Claude","created_at":"2026-03-19T18:41:12Z","date":"2026-03-19","branch":"copilot/fix-circular-dependency-issue","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":2198,"cache_read_tokens":294099,"cache_write_tokens":43469,"effective_tokens":-248420,"cache_hit_rate":24508.25,"total_tokens":2210,"cost_usd":0.48651174999999997} +{"run_id":23294873665,"workflow":"Smoke Claude","created_at":"2026-03-19T12:29:34Z","date":"2026-03-19","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1455,"cache_read_tokens":194646,"cache_write_tokens":57140,"effective_tokens":-136044,"cache_hit_rate":27806.571,"total_tokens":1462,"cost_usd":0.492127} +{"run_id":23274484786,"workflow":"Smoke Claude","created_at":"2026-03-19T00:53:44Z","date":"2026-03-19","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":2089,"cache_read_tokens":123131,"cache_write_tokens":42884,"effective_tokens":-78152,"cache_hit_rate":20521.833,"total_tokens":2095,"cost_usd":0.38629150000000007} +{"run_id":23262912555,"workflow":"Smoke Claude","created_at":"2026-03-18T19:23:25Z","date":"2026-03-18","branch":"docs/sync-env-and-usage-20260318-eb65755374910ed2","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":1610,"cache_read_tokens":221977,"cache_write_tokens":28945,"effective_tokens":-191414,"cache_hit_rate":27747.125,"total_tokens":1618,"cost_usd":0.33755675} +{"run_id":23244909538,"workflow":"Smoke Claude","created_at":"2026-03-18T12:34:26Z","date":"2026-03-18","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1920,"cache_read_tokens":165251,"cache_write_tokens":43172,"effective_tokens":-120152,"cache_hit_rate":23607.286,"total_tokens":1927,"cost_usd":0.40479249999999994} +{"run_id":23223734782,"workflow":"Smoke Claude","created_at":"2026-03-18T00:53:40Z","date":"2026-03-18","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1415,"cache_read_tokens":193065,"cache_write_tokens":56368,"effective_tokens":-135275,"cache_hit_rate":27580.714,"total_tokens":1422,"cost_usd":0.4852115} +{"run_id":23216067915,"workflow":"Smoke Claude","created_at":"2026-03-17T20:56:54Z","date":"2026-03-17","branch":"docs/update-architecture-docs","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1434,"cache_read_tokens":137088,"cache_write_tokens":56455,"effective_tokens":-79193,"cache_hit_rate":22848,"total_tokens":1440,"cost_usd":0.45847274999999993} +{"run_id":23208183265,"workflow":"Smoke Claude","created_at":"2026-03-17T17:42:32Z","date":"2026-03-17","branch":"test/pid-tracker-branch-coverage-7d5db3d4a7e048c4","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":50,"output_tokens":1178,"cache_read_tokens":146529,"cache_write_tokens":40602,"effective_tokens":-104699,"cache_hit_rate":2930.58,"total_tokens":1228,"cost_usd":0.357881} +{"run_id":23208130322,"workflow":"Smoke Claude","created_at":"2026-03-17T17:41:18Z","date":"2026-03-17","branch":"deps/safe-updates-2026-03-17-795796699b10cd9d","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1178,"cache_read_tokens":146576,"cache_write_tokens":40555,"effective_tokens":-104837,"cache_hit_rate":24429.333,"total_tokens":1184,"cost_usd":0.35744875000000004} +{"run_id":23208107224,"workflow":"Smoke Claude","created_at":"2026-03-17T17:40:46Z","date":"2026-03-17","branch":"docs/sync-iptables-logging-2026-03-13-e5f22e2eed7369f0","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1127,"cache_read_tokens":132848,"cache_write_tokens":26655,"effective_tokens":-105060,"cache_hit_rate":22141.333,"total_tokens":1133,"cost_usd":0.26578675} +{"run_id":23194354878,"workflow":"Smoke Claude","created_at":"2026-03-17T12:33:05Z","date":"2026-03-17","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1898,"cache_read_tokens":192251,"cache_write_tokens":59100,"effective_tokens":-131246,"cache_hit_rate":27464.429,"total_tokens":1905,"cost_usd":0.5140605} +{"run_id":23180056355,"workflow":"Smoke Claude","created_at":"2026-03-17T05:33:37Z","date":"2026-03-17","branch":"copilot/fix-api-proxy-token-exchange","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1250,"cache_read_tokens":148154,"cache_write_tokens":42603,"effective_tokens":-104295,"cache_hit_rate":24692.333,"total_tokens":1256,"cost_usd":0.37283775} +{"run_id":23178913116,"workflow":"Smoke Claude","created_at":"2026-03-17T04:47:52Z","date":"2026-03-17","branch":"copilot/fix-api-proxy-token-exchange","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1184,"cache_read_tokens":204282,"cache_write_tokens":42173,"effective_tokens":-160918,"cache_hit_rate":29183.143,"total_tokens":1191,"cost_usd":0.39656925000000004} +{"run_id":23173099651,"workflow":"Smoke Claude","created_at":"2026-03-17T00:50:14Z","date":"2026-03-17","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1403,"cache_read_tokens":190079,"cache_write_tokens":56326,"effective_tokens":-132343,"cache_hit_rate":27154.143,"total_tokens":1410,"cost_usd":0.48344699999999996} +{"run_id":23143909354,"workflow":"Smoke Claude","created_at":"2026-03-16T12:35:01Z","date":"2026-03-16","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":1887,"cache_read_tokens":200140,"cache_write_tokens":41329,"effective_tokens":-156916,"cache_hit_rate":25017.5,"total_tokens":1895,"cost_usd":0.4100172499999999} +{"run_id":23123527484,"workflow":"Smoke Claude","created_at":"2026-03-16T00:58:18Z","date":"2026-03-16","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4571,"output_tokens":2220,"cache_read_tokens":335771,"cache_write_tokens":46244,"effective_tokens":-282736,"cache_hit_rate":73.457,"total_tokens":6791,"cost_usd":0.5371635} +{"run_id":23110362971,"workflow":"Smoke Claude","created_at":"2026-03-15T12:27:58Z","date":"2026-03-15","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1263,"cache_read_tokens":159141,"cache_write_tokens":40677,"effective_tokens":-117194,"cache_hit_rate":22734.429,"total_tokens":1270,"cost_usd":0.37003375} +{"run_id":23100164327,"workflow":"Smoke Claude","created_at":"2026-03-15T00:59:12Z","date":"2026-03-15","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1571,"cache_read_tokens":191730,"cache_write_tokens":58149,"effective_tokens":-132003,"cache_hit_rate":27390,"total_tokens":1578,"cost_usd":0.49967025} +{"run_id":23097588156,"workflow":"Smoke Claude","created_at":"2026-03-14T22:20:53Z","date":"2026-03-14","branch":"claude/auto-inject-gh-host","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":10,"output_tokens":1895,"cache_read_tokens":295549,"cache_write_tokens":27465,"effective_tokens":-266179,"cache_hit_rate":29554.9,"total_tokens":1905,"cost_usd":0.36931875} +{"run_id":23097349934,"workflow":"Smoke Claude","created_at":"2026-03-14T22:06:27Z","date":"2026-03-14","branch":"claude/auto-inject-gh-host","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1231,"cache_read_tokens":173360,"cache_write_tokens":26954,"effective_tokens":-145168,"cache_hit_rate":24765.714,"total_tokens":1238,"cost_usd":0.2905135000000001} +{"run_id":23097147926,"workflow":"Smoke Claude","created_at":"2026-03-14T21:54:07Z","date":"2026-03-14","branch":"claude/auto-inject-gh-host","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1223,"cache_read_tokens":172982,"cache_write_tokens":26730,"effective_tokens":-145022,"cache_hit_rate":24711.714,"total_tokens":1230,"cost_usd":0.2884485} +{"run_id":23095782223,"workflow":"Smoke Claude","created_at":"2026-03-14T20:30:14Z","date":"2026-03-14","branch":"claude/auto-inject-gh-host","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1181,"cache_read_tokens":148781,"cache_write_tokens":42911,"effective_tokens":-104683,"cache_hit_rate":24796.833,"total_tokens":1187,"cost_usd":0.37335124999999997} +{"run_id":23087951560,"workflow":"Smoke Claude","created_at":"2026-03-14T12:27:49Z","date":"2026-03-14","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":1868,"cache_read_tokens":200348,"cache_write_tokens":41298,"effective_tokens":-157174,"cache_hit_rate":25043.5,"total_tokens":1876,"cost_usd":0.4117425} +{"run_id":23076488894,"workflow":"Smoke Claude","created_at":"2026-03-14T00:48:47Z","date":"2026-03-14","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1615,"cache_read_tokens":190643,"cache_write_tokens":56886,"effective_tokens":-132135,"cache_hit_rate":27234.714,"total_tokens":1622,"cost_usd":0.492604} +{"run_id":23060732615,"workflow":"Smoke Claude","created_at":"2026-03-13T16:36:35Z","date":"2026-03-13","branch":"claude/add-allowlist-for-firewall","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1274,"cache_read_tokens":158673,"cache_write_tokens":40834,"effective_tokens":-116558,"cache_hit_rate":22667.571,"total_tokens":1281,"cost_usd":0.37069} +{"run_id":23056869347,"workflow":"Smoke Claude","created_at":"2026-03-13T15:02:48Z","date":"2026-03-13","branch":"claude/add-allowlist-for-firewall","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":1494,"cache_read_tokens":214065,"cache_write_tokens":27213,"effective_tokens":-185350,"cache_hit_rate":26758.125,"total_tokens":1502,"cost_usd":0.32426075000000004} +{"run_id":23050828697,"workflow":"Smoke Claude","created_at":"2026-03-13T12:28:22Z","date":"2026-03-13","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1415,"cache_read_tokens":132841,"cache_write_tokens":55184,"effective_tokens":-76236,"cache_hit_rate":22140.167,"total_tokens":1421,"cost_usd":0.44799049999999996} +{"run_id":23035379256,"workflow":"Smoke Claude","created_at":"2026-03-13T03:52:04Z","date":"2026-03-13","branch":"fix/011-simplify-security-model","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1160,"cache_read_tokens":133028,"cache_write_tokens":55082,"effective_tokens":-76780,"cache_hit_rate":22171.333,"total_tokens":1166,"cost_usd":0.4410204999999999} +{"run_id":23034667820,"workflow":"Smoke Claude","created_at":"2026-03-13T03:19:49Z","date":"2026-03-13","branch":"fix/011-simplify-security-model","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1291,"cache_read_tokens":146599,"cache_write_tokens":41142,"effective_tokens":-104160,"cache_hit_rate":24433.167,"total_tokens":1297,"cost_usd":0.363956} +{"run_id":23034463251,"workflow":"Smoke Claude","created_at":"2026-03-13T03:10:35Z","date":"2026-03-13","branch":"fix/011-simplify-security-model","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":1607,"cache_read_tokens":214564,"cache_write_tokens":27116,"effective_tokens":-185833,"cache_hit_rate":26820.5,"total_tokens":1615,"cost_usd":0.32366700000000004} +{"run_id":23034442941,"workflow":"Smoke Claude","created_at":"2026-03-13T03:09:44Z","date":"2026-03-13","branch":"feat/075-init-container-iptables","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1080,"cache_read_tokens":201136,"cache_write_tokens":41285,"effective_tokens":-158764,"cache_hit_rate":28733.714,"total_tokens":1087,"cost_usd":0.38684725} +{"run_id":23033826882,"workflow":"Smoke Claude","created_at":"2026-03-13T02:43:15Z","date":"2026-03-13","branch":"feat/094-dns-over-https","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1466,"cache_read_tokens":146869,"cache_write_tokens":40908,"effective_tokens":-104489,"cache_hit_rate":24478.167,"total_tokens":1472,"cost_usd":0.36700250000000006} +{"run_id":23033612468,"workflow":"Smoke Claude","created_at":"2026-03-13T02:33:58Z","date":"2026-03-13","branch":"feat/084-seccomp-hardening","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1340,"cache_read_tokens":173489,"cache_write_tokens":27019,"effective_tokens":-145123,"cache_hit_rate":24784.143,"total_tokens":1347,"cost_usd":0.29561925000000006} +{"run_id":23033448641,"workflow":"Smoke Claude","created_at":"2026-03-13T02:27:06Z","date":"2026-03-13","branch":"feat/093-content-inspection-dlp","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1208,"cache_read_tokens":172858,"cache_write_tokens":26561,"effective_tokens":-145082,"cache_hit_rate":24694,"total_tokens":1215,"cost_usd":0.28382124999999997} +{"run_id":23033264199,"workflow":"Smoke Claude","created_at":"2026-03-13T02:19:02Z","date":"2026-03-13","branch":"fix/011-simplify-security-model","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":786,"cache_read_tokens":94568,"cache_write_tokens":28343,"effective_tokens":-65434,"cache_hit_rate":18913.6,"total_tokens":791,"cost_usd":0.24531675000000003} +{"run_id":23032905590,"workflow":"Smoke Claude","created_at":"2026-03-13T02:04:12Z","date":"2026-03-13","branch":"fix/011-simplify-security-model","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1200,"cache_read_tokens":156392,"cache_write_tokens":31031,"effective_tokens":-124155,"cache_hit_rate":26065.333,"total_tokens":1206,"cost_usd":0.30338375} +{"run_id":23032805873,"workflow":"Smoke Claude","created_at":"2026-03-13T02:00:20Z","date":"2026-03-13","branch":"feat/084-seccomp-hardening","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1093,"cache_read_tokens":118716,"cache_write_tokens":40668,"effective_tokens":-76949,"cache_hit_rate":19786,"total_tokens":1099,"cost_usd":0.34546599999999994} +{"run_id":23032289010,"workflow":"Smoke Claude","created_at":"2026-03-13T01:39:18Z","date":"2026-03-13","branch":"feat/094-dns-over-https","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1219,"cache_read_tokens":132772,"cache_write_tokens":26660,"effective_tokens":-104887,"cache_hit_rate":22128.667,"total_tokens":1225,"cost_usd":0.26783599999999996} +{"run_id":23032273053,"workflow":"Smoke Claude","created_at":"2026-03-13T01:38:38Z","date":"2026-03-13","branch":"feat/105-yaml-rules","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":2185,"cache_read_tokens":297057,"cache_write_tokens":27742,"effective_tokens":-267118,"cache_hit_rate":24754.75,"total_tokens":2197,"cost_usd":0.38113499999999995} +{"run_id":23032094389,"workflow":"Smoke Claude","created_at":"2026-03-13T01:31:47Z","date":"2026-03-13","branch":"fix/011-simplify-security-model","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1173,"cache_read_tokens":132707,"cache_write_tokens":26613,"effective_tokens":-104915,"cache_hit_rate":22117.833,"total_tokens":1179,"cost_usd":0.26655575000000004} +{"run_id":23031879440,"workflow":"Smoke Claude","created_at":"2026-03-13T01:22:56Z","date":"2026-03-13","branch":"feat/105-yaml-rules","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":893,"cache_read_tokens":94697,"cache_write_tokens":28575,"effective_tokens":-65224,"cache_hit_rate":18939.4,"total_tokens":898,"cost_usd":0.24950525} +{"run_id":23031733669,"workflow":"Smoke Claude","created_at":"2026-03-13T01:16:59Z","date":"2026-03-13","branch":"fix/011-simplify-security-model","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1202,"cache_read_tokens":201299,"cache_write_tokens":40696,"effective_tokens":-159394,"cache_hit_rate":28757,"total_tokens":1209,"cost_usd":0.38629750000000007} +{"run_id":23031566911,"workflow":"Smoke Claude","created_at":"2026-03-13T01:10:14Z","date":"2026-03-13","branch":"feat/094-dns-over-https","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1596,"cache_read_tokens":132999,"cache_write_tokens":27059,"effective_tokens":-104338,"cache_hit_rate":22166.5,"total_tokens":1602,"cost_usd":0.28137925} +{"run_id":23031227981,"workflow":"Smoke Claude","created_at":"2026-03-13T00:57:16Z","date":"2026-03-13","branch":"feat/105-yaml-rules","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1128,"cache_read_tokens":132674,"cache_write_tokens":26578,"effective_tokens":-104962,"cache_hit_rate":22112.333,"total_tokens":1134,"cost_usd":0.2651865} +{"run_id":23031046887,"workflow":"Smoke Claude","created_at":"2026-03-13T00:50:31Z","date":"2026-03-13","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1729,"cache_read_tokens":157057,"cache_write_tokens":32468,"effective_tokens":-122854,"cache_hit_rate":26176.167,"total_tokens":1735,"cost_usd":0.32595850000000004} +{"run_id":23030944673,"workflow":"Smoke Claude","created_at":"2026-03-13T00:46:34Z","date":"2026-03-13","branch":"feat/116-enable-dind","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1194,"cache_read_tokens":147496,"cache_write_tokens":41835,"effective_tokens":-104461,"cache_hit_rate":24582.667,"total_tokens":1200,"cost_usd":0.36632475000000003} +{"run_id":23030632932,"workflow":"Smoke Claude","created_at":"2026-03-13T00:35:13Z","date":"2026-03-13","branch":"fix/011-simplify-security-model","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1128,"cache_read_tokens":142323,"cache_write_tokens":16840,"effective_tokens":-124349,"cache_hit_rate":23720.5,"total_tokens":1134,"cost_usd":0.20897149999999998} +{"run_id":23030523882,"workflow":"Smoke Claude","created_at":"2026-03-13T00:31:19Z","date":"2026-03-13","branch":"feat/102-docs-preview","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1360,"cache_read_tokens":173210,"cache_write_tokens":26939,"effective_tokens":-144904,"cache_hit_rate":24744.286,"total_tokens":1367,"cost_usd":0.29550174999999995} +{"run_id":23030235945,"workflow":"Smoke Claude","created_at":"2026-03-13T00:20:34Z","date":"2026-03-13","branch":"fix/055-secure-getenv-bypass","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1447,"cache_read_tokens":183191,"cache_write_tokens":17264,"effective_tokens":-164473,"cache_hit_rate":26170.143,"total_tokens":1454,"cost_usd":0.2368565} +{"run_id":23030123238,"workflow":"Smoke Claude","created_at":"2026-03-13T00:16:23Z","date":"2026-03-13","branch":"fix/fast-shutdown","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1213,"cache_read_tokens":173479,"cache_write_tokens":26681,"effective_tokens":-145578,"cache_hit_rate":24782.714,"total_tokens":1220,"cost_usd":0.28818775} +{"run_id":23030045655,"workflow":"Smoke Claude","created_at":"2026-03-13T00:13:42Z","date":"2026-03-13","branch":"feat/102-docs-preview","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1363,"cache_read_tokens":148610,"cache_write_tokens":42718,"effective_tokens":-104523,"cache_hit_rate":24768.333,"total_tokens":1369,"cost_usd":0.3766105} +{"run_id":23029774294,"workflow":"Smoke Claude","created_at":"2026-03-13T00:04:24Z","date":"2026-03-13","branch":"feat/083-performance-monitoring","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1309,"cache_read_tokens":148602,"cache_write_tokens":42697,"effective_tokens":-104590,"cache_hit_rate":24767,"total_tokens":1315,"cost_usd":0.37512524999999997} +{"run_id":23029654325,"workflow":"Smoke Claude","created_at":"2026-03-13T00:00:08Z","date":"2026-03-13","branch":"fix/011-simplify-security-model","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1255,"cache_read_tokens":148543,"cache_write_tokens":42628,"effective_tokens":-104654,"cache_hit_rate":24757.167,"total_tokens":1261,"cost_usd":0.3733145} +{"run_id":23029571826,"workflow":"Smoke Claude","created_at":"2026-03-12T23:57:05Z","date":"2026-03-12","branch":"fix/095-squid-non-root","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1297,"cache_read_tokens":148582,"cache_write_tokens":42661,"effective_tokens":-104618,"cache_hit_rate":24763.667,"total_tokens":1303,"cost_usd":0.37459025} +{"run_id":23029271162,"workflow":"Smoke Claude","created_at":"2026-03-12T23:46:08Z","date":"2026-03-12","branch":"fix/011-simplify-security-model","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1445,"cache_read_tokens":173839,"cache_write_tokens":27195,"effective_tokens":-145192,"cache_hit_rate":24834.143,"total_tokens":1452,"cost_usd":0.29934825000000004} +{"run_id":23029134348,"workflow":"Smoke Claude","created_at":"2026-03-12T23:41:20Z","date":"2026-03-12","branch":"fix/011-simplify-security-model","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1147,"cache_read_tokens":118726,"cache_write_tokens":40691,"effective_tokens":-76882,"cache_hit_rate":19787.667,"total_tokens":1153,"cost_usd":0.34674674999999994} +{"run_id":23028773416,"workflow":"Smoke Claude","created_at":"2026-03-12T23:28:45Z","date":"2026-03-12","branch":"feat/082-ci-quality-gates","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1298,"cache_read_tokens":205021,"cache_write_tokens":42762,"effective_tokens":-160954,"cache_hit_rate":29288.714,"total_tokens":1305,"cost_usd":0.40347000000000005} +{"run_id":23028546966,"workflow":"Smoke Claude","created_at":"2026-03-12T23:20:45Z","date":"2026-03-12","branch":"fix/055-secure-getenv-bypass","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":837,"cache_read_tokens":172590,"cache_write_tokens":26279,"effective_tokens":-145467,"cache_hit_rate":24655.714,"total_tokens":844,"cost_usd":0.27264974999999997} +{"run_id":23028383732,"workflow":"Smoke Claude","created_at":"2026-03-12T23:15:09Z","date":"2026-03-12","branch":"fix/fast-shutdown","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":810,"cache_read_tokens":118296,"cache_write_tokens":40340,"effective_tokens":-77140,"cache_hit_rate":19716,"total_tokens":816,"cost_usd":0.3327079999999999} +{"run_id":23026407904,"workflow":"Smoke Claude","created_at":"2026-03-12T22:12:54Z","date":"2026-03-12","branch":"claude/add-copilot-api-target-flag","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1151,"cache_read_tokens":132822,"cache_write_tokens":26686,"effective_tokens":-104979,"cache_hit_rate":22137,"total_tokens":1157,"cost_usd":0.2662505} +{"run_id":23025933769,"workflow":"Smoke Claude","created_at":"2026-03-12T22:00:08Z","date":"2026-03-12","branch":"claude/add-copilot-api-target-flag","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1176,"cache_read_tokens":173412,"cache_write_tokens":26646,"effective_tokens":-145583,"cache_hit_rate":24773.143,"total_tokens":1183,"cost_usd":0.2869025} +{"run_id":23024618868,"workflow":"Smoke Claude","created_at":"2026-03-12T21:24:27Z","date":"2026-03-12","branch":"claude/add-copilot-api-target-flag","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":859,"cache_read_tokens":146812,"cache_write_tokens":40886,"effective_tokens":-105061,"cache_hit_rate":24468.667,"total_tokens":865,"cost_usd":0.3516605} +{"run_id":23023824919,"workflow":"Smoke Claude","created_at":"2026-03-12T21:04:18Z","date":"2026-03-12","branch":"feat/103-predownload-images","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1164,"cache_read_tokens":118615,"cache_write_tokens":40632,"effective_tokens":-76813,"cache_hit_rate":19769.167,"total_tokens":1170,"cost_usd":0.34685949999999993} +{"run_id":23022670598,"workflow":"Smoke Claude","created_at":"2026-03-12T20:35:40Z","date":"2026-03-12","branch":"feat/103-predownload-images","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":1777,"cache_read_tokens":352093,"cache_write_tokens":30128,"effective_tokens":-320177,"cache_hit_rate":32008.455,"total_tokens":1788,"cost_usd":0.4100385} +{"run_id":23022503444,"workflow":"Smoke Claude","created_at":"2026-03-12T20:31:25Z","date":"2026-03-12","branch":"feat/025-agent-timeout","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":1807,"cache_read_tokens":255957,"cache_write_tokens":27964,"effective_tokens":-226175,"cache_hit_rate":23268.818,"total_tokens":1818,"cost_usd":0.3579005} +{"run_id":23022188554,"workflow":"Smoke Claude","created_at":"2026-03-12T20:23:38Z","date":"2026-03-12","branch":"claude/add-copilot-api-target-flag","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1598,"cache_read_tokens":147431,"cache_write_tokens":41522,"effective_tokens":-104305,"cache_hit_rate":24571.833,"total_tokens":1604,"cost_usd":0.37442000000000003} +{"run_id":23022151420,"workflow":"Smoke Claude","created_at":"2026-03-12T20:22:43Z","date":"2026-03-12","branch":"feat/103-predownload-images","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":1622,"cache_read_tokens":256544,"cache_write_tokens":27556,"effective_tokens":-227357,"cache_hit_rate":28504.889,"total_tokens":1631,"cost_usd":0.34896900000000003} +{"run_id":23021896260,"workflow":"Smoke Claude","created_at":"2026-03-12T20:16:12Z","date":"2026-03-12","branch":"feat/025-agent-timeout","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1259,"cache_read_tokens":182914,"cache_write_tokens":16899,"effective_tokens":-164749,"cache_hit_rate":26130.571,"total_tokens":1266,"cost_usd":0.23293175000000005} +{"run_id":23021761349,"workflow":"Smoke Claude","created_at":"2026-03-12T20:12:54Z","date":"2026-03-12","branch":"claude/add-copilot-api-target-flag","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1593,"cache_read_tokens":214750,"cache_write_tokens":32972,"effective_tokens":-180178,"cache_hit_rate":30678.571,"total_tokens":1600,"cost_usd":0.354522} +{"run_id":23021614822,"workflow":"Smoke Claude","created_at":"2026-03-12T20:09:16Z","date":"2026-03-12","branch":"feat/025-agent-timeout","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":1771,"cache_read_tokens":215031,"cache_write_tokens":27598,"effective_tokens":-185654,"cache_hit_rate":26878.875,"total_tokens":1779,"cost_usd":0.33375000000000016} +{"run_id":23021567980,"workflow":"Smoke Claude","created_at":"2026-03-12T20:08:06Z","date":"2026-03-12","branch":"fix/fast-shutdown","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":50,"output_tokens":1444,"cache_read_tokens":148391,"cache_write_tokens":42576,"effective_tokens":-104321,"cache_hit_rate":2967.82,"total_tokens":1494,"cost_usd":0.3778005} +{"run_id":23021299874,"workflow":"Smoke Claude","created_at":"2026-03-12T20:01:18Z","date":"2026-03-12","branch":"claude/add-copilot-api-target-flag","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1213,"cache_read_tokens":146031,"cache_write_tokens":40105,"effective_tokens":-104707,"cache_hit_rate":24338.5,"total_tokens":1219,"cost_usd":0.35523875} +{"run_id":23018810714,"workflow":"Smoke Claude","created_at":"2026-03-12T18:57:21Z","date":"2026-03-12","branch":"feat/103-predownload-images","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1400,"cache_read_tokens":173540,"cache_write_tokens":27013,"effective_tokens":-145120,"cache_hit_rate":24791.429,"total_tokens":1407,"cost_usd":0.29725425000000005} +{"run_id":23018665746,"workflow":"Smoke Claude","created_at":"2026-03-12T18:53:42Z","date":"2026-03-12","branch":"fix/024-yarn-ssl-squid-proxy","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1168,"cache_read_tokens":132769,"cache_write_tokens":26657,"effective_tokens":-104938,"cache_hit_rate":22128.167,"total_tokens":1174,"cost_usd":0.26656975000000005} +{"run_id":23018464744,"workflow":"Smoke Claude","created_at":"2026-03-12T18:48:39Z","date":"2026-03-12","branch":"fix/011-simplify-security-model","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":51,"output_tokens":987,"cache_read_tokens":200397,"cache_write_tokens":40214,"effective_tokens":-159145,"cache_hit_rate":3929.353,"total_tokens":1038,"cost_usd":0.377613} +{"run_id":23018270850,"workflow":"Smoke Claude","created_at":"2026-03-12T18:43:43Z","date":"2026-03-12","branch":"test/100-logger-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":853,"cache_read_tokens":136883,"cache_write_tokens":28381,"effective_tokens":-107643,"cache_hit_rate":22813.833,"total_tokens":859,"cost_usd":0.26839575000000004} +{"run_id":23018025679,"workflow":"Smoke Claude","created_at":"2026-03-12T18:37:41Z","date":"2026-03-12","branch":"feat/025-agent-timeout","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1042,"cache_read_tokens":145277,"cache_write_tokens":39784,"effective_tokens":-104445,"cache_hit_rate":24212.833,"total_tokens":1048,"cost_usd":0.34858049999999996} +{"run_id":23017900358,"workflow":"Smoke Claude","created_at":"2026-03-12T18:34:34Z","date":"2026-03-12","branch":"feat/068-help-text-organization","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1160,"cache_read_tokens":173189,"cache_write_tokens":26555,"effective_tokens":-145467,"cache_hit_rate":24741.286,"total_tokens":1167,"cost_usd":0.2858622500000001} +{"run_id":23017716310,"workflow":"Smoke Claude","created_at":"2026-03-12T18:30:04Z","date":"2026-03-12","branch":"fix/arc-dind-squid-mount","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1097,"cache_read_tokens":132777,"cache_write_tokens":26617,"effective_tokens":-105057,"cache_hit_rate":22129.5,"total_tokens":1103,"cost_usd":0.2645147500000001} +{"run_id":23015440358,"workflow":"Smoke Claude","created_at":"2026-03-12T17:35:42Z","date":"2026-03-12","branch":"ci/skip-tests-on-release-yml-changes","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1139,"cache_read_tokens":147036,"cache_write_tokens":21684,"effective_tokens":-124207,"cache_hit_rate":24506,"total_tokens":1145,"cost_usd":0.23876499999999998} +{"run_id":23015283051,"workflow":"Smoke Claude","created_at":"2026-03-12T17:32:06Z","date":"2026-03-12","branch":"fix/release-workflow-branch-protection","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":1949,"cache_read_tokens":404742,"cache_write_tokens":32225,"effective_tokens":-370556,"cache_hit_rate":33728.5,"total_tokens":1961,"cost_usd":0.45377925} +{"run_id":23015270247,"workflow":"Smoke Claude","created_at":"2026-03-12T17:31:48Z","date":"2026-03-12","branch":"fix/arc-dind-squid-mount","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1166,"cache_read_tokens":147501,"cache_write_tokens":41574,"effective_tokens":-104755,"cache_hit_rate":24583.5,"total_tokens":1172,"cost_usd":0.363985} +{"run_id":23005850196,"workflow":"Smoke Claude","created_at":"2026-03-12T14:03:20Z","date":"2026-03-12","branch":"claude/fix-issue-20590","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1219,"cache_read_tokens":147320,"cache_write_tokens":41729,"effective_tokens":-104366,"cache_hit_rate":24553.333,"total_tokens":1225,"cost_usd":0.36618325000000007} +{"run_id":23001974982,"workflow":"Smoke Claude","created_at":"2026-03-12T12:28:36Z","date":"2026-03-12","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":2006,"cache_read_tokens":241840,"cache_write_tokens":41646,"effective_tokens":-198179,"cache_hit_rate":26871.111,"total_tokens":2015,"cost_usd":0.4408094999999999} +{"run_id":22985307622,"workflow":"Smoke Claude","created_at":"2026-03-12T03:30:58Z","date":"2026-03-12","branch":"claude/fix-issue-20590","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1007,"cache_read_tokens":132552,"cache_write_tokens":26508,"effective_tokens":-105031,"cache_hit_rate":22092,"total_tokens":1013,"cost_usd":0.261428} +{"run_id":22985143162,"workflow":"Smoke Claude","created_at":"2026-03-12T03:23:46Z","date":"2026-03-12","branch":"claude/fix-issue-20590","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1109,"cache_read_tokens":118651,"cache_write_tokens":40661,"effective_tokens":-76875,"cache_hit_rate":19775.167,"total_tokens":1115,"cost_usd":0.34572575000000005} +{"run_id":22982054128,"workflow":"Smoke Claude","created_at":"2026-03-12T01:09:21Z","date":"2026-03-12","branch":"claude/fix-issue-20590","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1106,"cache_read_tokens":146197,"cache_write_tokens":40644,"effective_tokens":-104441,"cache_hit_rate":24366.167,"total_tokens":1112,"cost_usd":0.3560125} +{"run_id":22981445915,"workflow":"Smoke Claude","created_at":"2026-03-12T00:44:59Z","date":"2026-03-12","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1781,"cache_read_tokens":187332,"cache_write_tokens":55208,"effective_tokens":-130336,"cache_hit_rate":26761.714,"total_tokens":1788,"cost_usd":0.48428499999999997} +{"run_id":22980663924,"workflow":"Smoke Claude","created_at":"2026-03-12T00:17:01Z","date":"2026-03-12","branch":"claude/fix-issue-20590","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1339,"cache_read_tokens":118588,"cache_write_tokens":40780,"effective_tokens":-76463,"cache_hit_rate":19764.667,"total_tokens":1345,"cost_usd":0.351935} +{"run_id":22970800376,"workflow":"Smoke Claude","created_at":"2026-03-11T19:32:59Z","date":"2026-03-11","branch":"feat/025-agent-timeout","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1753,"cache_read_tokens":174528,"cache_write_tokens":27798,"effective_tokens":-144970,"cache_hit_rate":24932.571,"total_tokens":1760,"cost_usd":0.3115745} +{"run_id":22970656034,"workflow":"Smoke Claude","created_at":"2026-03-11T19:29:20Z","date":"2026-03-11","branch":"fix/011-simplify-security-model","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1155,"cache_read_tokens":146652,"cache_write_tokens":40650,"effective_tokens":-104841,"cache_hit_rate":24442,"total_tokens":1161,"cost_usd":0.35750250000000006} +{"run_id":22970451788,"workflow":"Smoke Claude","created_at":"2026-03-11T19:24:10Z","date":"2026-03-11","branch":"fix/011-simplify-security-model","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1787,"cache_read_tokens":173766,"cache_write_tokens":27546,"effective_tokens":-144426,"cache_hit_rate":24823.714,"total_tokens":1794,"cost_usd":0.3099795} +{"run_id":22970267367,"workflow":"Smoke Claude","created_at":"2026-03-11T19:19:29Z","date":"2026-03-11","branch":"feat/068-help-text-organization","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1146,"cache_read_tokens":146629,"cache_write_tokens":40645,"effective_tokens":-104832,"cache_hit_rate":24438.167,"total_tokens":1152,"cost_usd":0.35723475000000005} +{"run_id":22970074436,"workflow":"Smoke Claude","created_at":"2026-03-11T19:14:36Z","date":"2026-03-11","branch":"fix/011-simplify-security-model","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":2215,"cache_read_tokens":242390,"cache_write_tokens":42208,"effective_tokens":-197956,"cache_hit_rate":22035.455,"total_tokens":2226,"cost_usd":0.452875} +{"run_id":22969603649,"workflow":"Smoke Claude","created_at":"2026-03-11T19:02:44Z","date":"2026-03-11","branch":"fix/024-yarn-ssl-squid-proxy","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1367,"cache_read_tokens":172966,"cache_write_tokens":26952,"effective_tokens":-144640,"cache_hit_rate":24709.429,"total_tokens":1374,"cost_usd":0.293649} +{"run_id":22969587359,"workflow":"Smoke Claude","created_at":"2026-03-11T19:02:20Z","date":"2026-03-11","branch":"feat/025-agent-timeout","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1251,"cache_read_tokens":156187,"cache_write_tokens":30861,"effective_tokens":-124069,"cache_hit_rate":26031.167,"total_tokens":1257,"cost_usd":0.30348875000000003} +{"run_id":22969585895,"workflow":"Smoke Claude","created_at":"2026-03-11T19:02:18Z","date":"2026-03-11","branch":"feat/068-help-text-organization","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1610,"cache_read_tokens":182881,"cache_write_tokens":17384,"effective_tokens":-163880,"cache_hit_rate":26125.857,"total_tokens":1617,"cost_usd":0.2449115} +{"run_id":22969580974,"workflow":"Smoke Claude","created_at":"2026-03-11T19:02:11Z","date":"2026-03-11","branch":"feat/072-doc-flag-validation","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1262,"cache_read_tokens":183303,"cache_write_tokens":17021,"effective_tokens":-165013,"cache_hit_rate":26186.143,"total_tokens":1269,"cost_usd":0.23409874999999997} +{"run_id":22969561724,"workflow":"Smoke Claude","created_at":"2026-03-11T19:01:44Z","date":"2026-03-11","branch":"fix/039-docs-sync-versions","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1126,"cache_read_tokens":146349,"cache_write_tokens":40717,"effective_tokens":-104500,"cache_hit_rate":24391.5,"total_tokens":1132,"cost_usd":0.35698274999999996} +{"run_id":22969455384,"workflow":"Smoke Claude","created_at":"2026-03-11T18:59:09Z","date":"2026-03-11","branch":"feat/103-predownload-images","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1172,"cache_read_tokens":146508,"cache_write_tokens":40553,"effective_tokens":-104777,"cache_hit_rate":24418,"total_tokens":1178,"cost_usd":0.35724925} +{"run_id":22968955546,"workflow":"Smoke Claude","created_at":"2026-03-11T18:46:46Z","date":"2026-03-11","branch":"fix/055-secure-getenv-bypass","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1077,"cache_read_tokens":132776,"cache_write_tokens":26621,"effective_tokens":-105072,"cache_hit_rate":22129.333,"total_tokens":1083,"cost_usd":0.26402325} +{"run_id":22968817364,"workflow":"Smoke Claude","created_at":"2026-03-11T18:43:22Z","date":"2026-03-11","branch":"feat/092-memory-limit-config","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1276,"cache_read_tokens":146645,"cache_write_tokens":40635,"effective_tokens":-104728,"cache_hit_rate":24440.833,"total_tokens":1282,"cost_usd":0.36042525} +{"run_id":22968551125,"workflow":"Smoke Claude","created_at":"2026-03-11T18:36:40Z","date":"2026-03-11","branch":"feat/025-agent-timeout","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1594,"cache_read_tokens":174010,"cache_write_tokens":27141,"effective_tokens":-145268,"cache_hit_rate":24858.571,"total_tokens":1601,"cost_usd":0.30243425} +{"run_id":22968393691,"workflow":"Smoke Claude","created_at":"2026-03-11T18:32:50Z","date":"2026-03-11","branch":"feat/068-help-text-organization","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1204,"cache_read_tokens":142468,"cache_write_tokens":16944,"effective_tokens":-124314,"cache_hit_rate":23744.667,"total_tokens":1210,"cost_usd":0.212907} +{"run_id":22968247247,"workflow":"Smoke Claude","created_at":"2026-03-11T18:29:19Z","date":"2026-03-11","branch":"feat/025-agent-timeout","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1007,"cache_read_tokens":132613,"cache_write_tokens":26516,"effective_tokens":-105084,"cache_hit_rate":22102.167,"total_tokens":1013,"cost_usd":0.2616165} +{"run_id":22967971531,"workflow":"Smoke Claude","created_at":"2026-03-11T18:22:36Z","date":"2026-03-11","branch":"feat/068-help-text-organization","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":909,"cache_read_tokens":137343,"cache_write_tokens":28627,"effective_tokens":-107801,"cache_hit_rate":22890.5,"total_tokens":915,"cost_usd":0.27155425000000005} +{"run_id":22967766576,"workflow":"Smoke Claude","created_at":"2026-03-11T18:17:33Z","date":"2026-03-11","branch":"feat/025-agent-timeout","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":907,"cache_read_tokens":94766,"cache_write_tokens":28665,"effective_tokens":-65189,"cache_hit_rate":18953.2,"total_tokens":912,"cost_usd":0.25044325} +{"run_id":22967427599,"workflow":"Smoke Claude","created_at":"2026-03-11T18:09:13Z","date":"2026-03-11","branch":"feat/068-help-text-organization","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":1846,"cache_read_tokens":256847,"cache_write_tokens":27872,"effective_tokens":-227120,"cache_hit_rate":28538.556,"total_tokens":1855,"cost_usd":0.35555850000000006} +{"run_id":22966932960,"workflow":"Smoke Claude","created_at":"2026-03-11T17:57:08Z","date":"2026-03-11","branch":"fix/052-credential-hiding-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":917,"cache_read_tokens":145593,"cache_write_tokens":39487,"effective_tokens":-105183,"cache_hit_rate":24265.5,"total_tokens":923,"cost_usd":0.34369225000000003} +{"run_id":22966761040,"workflow":"Smoke Claude","created_at":"2026-03-11T17:53:02Z","date":"2026-03-11","branch":"fix/024-yarn-ssl-squid-proxy","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1003,"cache_read_tokens":132683,"cache_write_tokens":26548,"effective_tokens":-105126,"cache_hit_rate":22113.833,"total_tokens":1009,"cost_usd":0.2617125} +{"run_id":22966572545,"workflow":"Smoke Claude","created_at":"2026-03-11T17:48:34Z","date":"2026-03-11","branch":"fix/034-capsh-execution-chain","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1023,"cache_read_tokens":132609,"cache_write_tokens":26514,"effective_tokens":-105066,"cache_hit_rate":22101.5,"total_tokens":1029,"cost_usd":0.261916} +{"run_id":22965778986,"workflow":"Smoke Claude","created_at":"2026-03-11T17:29:52Z","date":"2026-03-11","branch":"fix/052-credential-hiding-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1193,"cache_read_tokens":132829,"cache_write_tokens":26655,"effective_tokens":-104975,"cache_hit_rate":22138.167,"total_tokens":1199,"cost_usd":0.26713825} +{"run_id":22965562311,"workflow":"Smoke Claude","created_at":"2026-03-11T17:24:44Z","date":"2026-03-11","branch":"fix/023-ld-preload-deno-conflict","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1117,"cache_read_tokens":132758,"cache_write_tokens":26595,"effective_tokens":-105040,"cache_hit_rate":22126.333,"total_tokens":1123,"cost_usd":0.26487275000000005} +{"run_id":22965137198,"workflow":"Smoke Claude","created_at":"2026-03-11T17:14:57Z","date":"2026-03-11","branch":"fix/012-copilot-cli-404","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1132,"cache_read_tokens":145695,"cache_write_tokens":39705,"effective_tokens":-104852,"cache_hit_rate":24282.5,"total_tokens":1138,"cost_usd":0.35054375000000004} +{"run_id":22964980615,"workflow":"Smoke Claude","created_at":"2026-03-11T17:11:14Z","date":"2026-03-11","branch":"feat/072-doc-flag-validation","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1292,"cache_read_tokens":173550,"cache_write_tokens":27051,"effective_tokens":-145200,"cache_hit_rate":24792.857,"total_tokens":1299,"cost_usd":0.2945237500000001} +{"run_id":22964820529,"workflow":"Smoke Claude","created_at":"2026-03-11T17:07:23Z","date":"2026-03-11","branch":"feat/067-short-flags","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1166,"cache_read_tokens":145710,"cache_write_tokens":39770,"effective_tokens":-104768,"cache_hit_rate":24285,"total_tokens":1172,"cost_usd":0.35180150000000004} +{"run_id":22964704073,"workflow":"Smoke Claude","created_at":"2026-03-11T17:04:40Z","date":"2026-03-11","branch":"fix/066-image-tag-preset-docs","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1085,"cache_read_tokens":147414,"cache_write_tokens":41386,"effective_tokens":-104937,"cache_hit_rate":24569,"total_tokens":1091,"cost_usd":0.3607285} +{"run_id":22952574714,"workflow":"Smoke Claude","created_at":"2026-03-11T12:28:29Z","date":"2026-03-11","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1279,"cache_read_tokens":159037,"cache_write_tokens":40897,"effective_tokens":-116854,"cache_hit_rate":22719.571,"total_tokens":1286,"cost_usd":0.37362675} +{"run_id":22932379671,"workflow":"Smoke Claude","created_at":"2026-03-11T01:33:52Z","date":"2026-03-11","branch":"fix/052-credential-hiding-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":1781,"cache_read_tokens":218203,"cache_write_tokens":30739,"effective_tokens":-185675,"cache_hit_rate":27275.375,"total_tokens":1789,"cost_usd":0.35497525} +{"run_id":22932264173,"workflow":"Smoke Claude","created_at":"2026-03-11T01:29:11Z","date":"2026-03-11","branch":"fix/039-docs-sync-versions","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1193,"cache_read_tokens":212131,"cache_write_tokens":31719,"effective_tokens":-179212,"cache_hit_rate":30304.429,"total_tokens":1200,"cost_usd":0.33537324999999996} +{"run_id":22932163740,"workflow":"Smoke Claude","created_at":"2026-03-11T01:25:02Z","date":"2026-03-11","branch":"fix/071-skip-pull-integration-test","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":13,"output_tokens":2420,"cache_read_tokens":341580,"cache_write_tokens":28921,"effective_tokens":-310226,"cache_hit_rate":26275.385,"total_tokens":2433,"cost_usd":0.42693425} +{"run_id":22932059958,"workflow":"Smoke Claude","created_at":"2026-03-11T01:20:51Z","date":"2026-03-11","branch":"fix/052-credential-hiding-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":2183,"cache_read_tokens":299199,"cache_write_tokens":28700,"effective_tokens":-268304,"cache_hit_rate":24933.25,"total_tokens":2195,"cost_usd":0.3958244999999999} +{"run_id":22931933989,"workflow":"Smoke Claude","created_at":"2026-03-11T01:15:47Z","date":"2026-03-11","branch":"fix/069-proxy-logs-dir-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":1305,"cache_read_tokens":214535,"cache_write_tokens":27019,"effective_tokens":-186203,"cache_hit_rate":26816.875,"total_tokens":1313,"cost_usd":0.31506924999999997} +{"run_id":22931851528,"workflow":"Smoke Claude","created_at":"2026-03-11T01:12:35Z","date":"2026-03-11","branch":"fix/070-allow-host-ports-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1260,"cache_read_tokens":137315,"cache_write_tokens":31453,"effective_tokens":-104596,"cache_hit_rate":22885.833,"total_tokens":1266,"cost_usd":0.29796275} +{"run_id":22931715729,"workflow":"Smoke Claude","created_at":"2026-03-11T01:07:21Z","date":"2026-03-11","branch":"fix/069-proxy-logs-dir-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":1503,"cache_read_tokens":214785,"cache_write_tokens":27414,"effective_tokens":-185860,"cache_hit_rate":26848.125,"total_tokens":1511,"cost_usd":0.32611300000000004} +{"run_id":22931580217,"workflow":"Smoke Claude","created_at":"2026-03-11T01:02:21Z","date":"2026-03-11","branch":"feat/053-workdir-tmpfs-test","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1288,"cache_read_tokens":147073,"cache_write_tokens":41539,"effective_tokens":-104240,"cache_hit_rate":24512.167,"total_tokens":1294,"cost_usd":0.36658925000000003} +{"run_id":22931436689,"workflow":"Smoke Claude","created_at":"2026-03-11T00:56:50Z","date":"2026-03-11","branch":"feat/token-rate-limiting","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":13,"output_tokens":2178,"cache_read_tokens":342290,"cache_write_tokens":28677,"effective_tokens":-311422,"cache_hit_rate":26330,"total_tokens":2191,"cost_usd":0.4181522500000001} +{"run_id":22931375785,"workflow":"Smoke Claude","created_at":"2026-03-11T00:54:31Z","date":"2026-03-11","branch":"fix/052-credential-hiding-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1193,"cache_read_tokens":147328,"cache_write_tokens":41371,"effective_tokens":-104758,"cache_hit_rate":24554.667,"total_tokens":1199,"cost_usd":0.36329174999999997} +{"run_id":22931275725,"workflow":"Smoke Claude","created_at":"2026-03-11T00:50:48Z","date":"2026-03-11","branch":"fix/fast-shutdown","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":13,"output_tokens":2479,"cache_read_tokens":433992,"cache_write_tokens":19063,"effective_tokens":-412437,"cache_hit_rate":33384,"total_tokens":2492,"cost_usd":0.41683975} +{"run_id":22931210897,"workflow":"Smoke Claude","created_at":"2026-03-11T00:48:23Z","date":"2026-03-11","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1844,"cache_read_tokens":156768,"cache_write_tokens":32181,"effective_tokens":-122737,"cache_hit_rate":26128,"total_tokens":1850,"cost_usd":0.32705925} +{"run_id":22931199564,"workflow":"Smoke Claude","created_at":"2026-03-11T00:47:55Z","date":"2026-03-11","branch":"claude/fix-api-proxy-config","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":1791,"cache_read_tokens":256748,"cache_write_tokens":27698,"effective_tokens":-227250,"cache_hit_rate":28527.556,"total_tokens":1800,"cost_usd":0.35447549999999994} +{"run_id":22931193652,"workflow":"Smoke Claude","created_at":"2026-03-11T00:47:42Z","date":"2026-03-11","branch":"feat/token-rate-limiting","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1393,"cache_read_tokens":147465,"cache_write_tokens":41606,"effective_tokens":-104460,"cache_hit_rate":24577.5,"total_tokens":1399,"cost_usd":0.369809} +{"run_id":22931180165,"workflow":"Smoke Claude","created_at":"2026-03-11T00:47:10Z","date":"2026-03-11","branch":"deps/aggregated-updates","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1224,"cache_read_tokens":157031,"cache_write_tokens":31735,"effective_tokens":-124066,"cache_hit_rate":26171.833,"total_tokens":1230,"cost_usd":0.30869325000000003} +{"run_id":22931178368,"workflow":"Smoke Claude","created_at":"2026-03-11T00:47:06Z","date":"2026-03-11","branch":"fix/arc-dind-squid-mount","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1194,"cache_read_tokens":182971,"cache_write_tokens":16948,"effective_tokens":-164822,"cache_hit_rate":26138.714,"total_tokens":1201,"cost_usd":0.23160649999999997} +{"run_id":22931175398,"workflow":"Smoke Claude","created_at":"2026-03-11T00:46:59Z","date":"2026-03-11","branch":"fix/038-toctou-test-coverage","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1293,"cache_read_tokens":137453,"cache_write_tokens":31494,"effective_tokens":-104660,"cache_hit_rate":22908.833,"total_tokens":1299,"cost_usd":0.29912299999999997} +{"run_id":22931173345,"workflow":"Smoke Claude","created_at":"2026-03-11T00:46:53Z","date":"2026-03-11","branch":"fix/042-chroot-escape-test-gaps","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1244,"cache_read_tokens":142520,"cache_write_tokens":16989,"effective_tokens":-124281,"cache_hit_rate":23753.333,"total_tokens":1250,"cost_usd":0.21297224999999997} +{"run_id":22931035770,"workflow":"Smoke Claude","created_at":"2026-03-11T00:41:43Z","date":"2026-03-11","branch":"deps/aggregated-updates","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":954,"cache_read_tokens":95343,"cache_write_tokens":29256,"effective_tokens":-65128,"cache_hit_rate":19068.6,"total_tokens":959,"cost_usd":0.2556055} +{"run_id":22931032469,"workflow":"Smoke Claude","created_at":"2026-03-11T00:41:37Z","date":"2026-03-11","branch":"feat/token-rate-limiting","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":1930,"cache_read_tokens":244520,"cache_write_tokens":45161,"effective_tokens":-197418,"cache_hit_rate":22229.091,"total_tokens":1941,"cost_usd":0.46065825000000005} +{"run_id":22929881384,"workflow":"Smoke Claude","created_at":"2026-03-11T00:01:26Z","date":"2026-03-11","branch":"dependabot/npm_and_yarn/docs-site/devalue-5.6.3","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":15,"output_tokens":4017,"cache_read_tokens":520611,"cache_write_tokens":31904,"effective_tokens":-484675,"cache_hit_rate":34707.4,"total_tokens":4032,"cost_usd":0.603104} +{"run_id":22929879218,"workflow":"Smoke Claude","created_at":"2026-03-11T00:01:22Z","date":"2026-03-11","branch":"copilot/update-security-review-results","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":2172,"cache_read_tokens":298382,"cache_write_tokens":28389,"effective_tokens":-267809,"cache_hit_rate":24865.167,"total_tokens":2184,"cost_usd":0.39386924999999995} +{"run_id":22929878097,"workflow":"Smoke Claude","created_at":"2026-03-11T00:01:20Z","date":"2026-03-11","branch":"test/host-iptables-coverage-d8518d6b1fdc86ad","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1625,"cache_read_tokens":183567,"cache_write_tokens":17663,"effective_tokens":-164272,"cache_hit_rate":26223.857,"total_tokens":1632,"cost_usd":0.24913824999999995} +{"run_id":22929877359,"workflow":"Smoke Claude","created_at":"2026-03-11T00:01:19Z","date":"2026-03-11","branch":"claude/fix-api-proxy-config","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":1965,"cache_read_tokens":265696,"cache_write_tokens":17982,"effective_tokens":-245738,"cache_hit_rate":24154.182,"total_tokens":1976,"cost_usd":0.30067050000000006} +{"run_id":22929876255,"workflow":"Smoke Claude","created_at":"2026-03-11T00:01:17Z","date":"2026-03-11","branch":"deps/safe-patch-updates-2026-02-25-b34d775438401bd0","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":2040,"cache_read_tokens":177420,"cache_write_tokens":30841,"effective_tokens":-144532,"cache_hit_rate":25345.714,"total_tokens":2047,"cost_usd":0.33849524999999997} +{"run_id":22929876672,"workflow":"Smoke Claude","created_at":"2026-03-11T00:01:17Z","date":"2026-03-11","branch":"fix/fast-shutdown","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":915,"cache_read_tokens":105077,"cache_write_tokens":19580,"effective_tokens":-84577,"cache_hit_rate":21015.4,"total_tokens":920,"cost_usd":0.19901749999999999} +{"run_id":22929875854,"workflow":"Smoke Claude","created_at":"2026-03-11T00:01:16Z","date":"2026-03-11","branch":"deps/security-and-patch-updates-2026-03-01-f04b3649ba13b454","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":1779,"cache_read_tokens":265032,"cache_write_tokens":17918,"effective_tokens":-245324,"cache_hit_rate":24093.818,"total_tokens":1790,"cost_usd":0.2956645} +{"run_id":22929875445,"workflow":"Smoke Claude","created_at":"2026-03-11T00:01:15Z","date":"2026-03-11","branch":"fix/arc-dind-squid-mount","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":1797,"cache_read_tokens":265778,"cache_write_tokens":17822,"effective_tokens":-246150,"cache_hit_rate":29530.889,"total_tokens":1806,"cost_usd":0.2955035} +{"run_id":22929874779,"workflow":"Smoke Claude","created_at":"2026-03-11T00:01:14Z","date":"2026-03-11","branch":"deps/safe-updates-2026-02-26-8fa6e8d67097ec4b","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":1649,"cache_read_tokens":225099,"cache_write_tokens":17677,"effective_tokens":-205765,"cache_hit_rate":28137.375,"total_tokens":1657,"cost_usd":0.27067775} +{"run_id":22929874588,"workflow":"Smoke Claude","created_at":"2026-03-11T00:01:14Z","date":"2026-03-11","branch":"copilot/combine-build-test-workflows","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":2024,"cache_read_tokens":265554,"cache_write_tokens":17937,"effective_tokens":-245582,"cache_hit_rate":24141.273,"total_tokens":2035,"cost_usd":0.30302525} +{"run_id":22929873700,"workflow":"Smoke Claude","created_at":"2026-03-11T00:01:12Z","date":"2026-03-11","branch":"deps/safe-updates-2026-03-02-12fa476d73be351b","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":14,"output_tokens":2616,"cache_read_tokens":392800,"cache_write_tokens":19275,"effective_tokens":-370895,"cache_hit_rate":28057.143,"total_tokens":2630,"cost_usd":0.39423775} +{"run_id":22929873934,"workflow":"Smoke Claude","created_at":"2026-03-11T00:01:12Z","date":"2026-03-11","branch":"deps/safe-updates-2026-03-08-9b3157319b0ac751","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":3036,"cache_read_tokens":394294,"cache_write_tokens":19948,"effective_tokens":-371298,"cache_hit_rate":32857.833,"total_tokens":3048,"cost_usd":0.41670699999999994} +{"run_id":22929873026,"workflow":"Smoke Claude","created_at":"2026-03-11T00:01:11Z","date":"2026-03-11","branch":"perf1","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":10,"output_tokens":1631,"cache_read_tokens":217366,"cache_write_tokens":30609,"effective_tokens":-185116,"cache_hit_rate":21736.6,"total_tokens":1641,"cost_usd":0.34531225} +{"run_id":22929872761,"workflow":"Smoke Claude","created_at":"2026-03-11T00:01:10Z","date":"2026-03-11","branch":"fix/104-ip-tls-bypass","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1542,"cache_read_tokens":183385,"cache_write_tokens":17525,"effective_tokens":-164311,"cache_hit_rate":26197.857,"total_tokens":1549,"cost_usd":0.24609974999999998} +{"run_id":22929871344,"workflow":"Smoke Claude","created_at":"2026-03-11T00:01:08Z","date":"2026-03-11","branch":"deps/safe-updates-2026-03-09-ee091f7ef65b3b8b","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":2322,"cache_read_tokens":310168,"cache_write_tokens":18961,"effective_tokens":-288873,"cache_hit_rate":25847.333,"total_tokens":2334,"cost_usd":0.34164824999999993} +{"run_id":22929870572,"workflow":"Smoke Claude","created_at":"2026-03-11T00:01:07Z","date":"2026-03-11","branch":"fix/038-toctou-test-coverage","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":808,"cache_read_tokens":147870,"cache_write_tokens":19481,"effective_tokens":-127575,"cache_hit_rate":24645,"total_tokens":814,"cost_usd":0.21706825} +{"run_id":22929870279,"workflow":"Smoke Claude","created_at":"2026-03-11T00:01:06Z","date":"2026-03-11","branch":"claude/add-tmpfs-mount-config","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":1862,"cache_read_tokens":266449,"cache_write_tokens":18069,"effective_tokens":-246509,"cache_hit_rate":29605.444,"total_tokens":1871,"cost_usd":0.29814075} +{"run_id":22929868542,"workflow":"Smoke Claude","created_at":"2026-03-11T00:01:03Z","date":"2026-03-11","branch":"fix/042-chroot-escape-test-gaps","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1443,"cache_read_tokens":132828,"cache_write_tokens":26893,"effective_tokens":-104486,"cache_hit_rate":22138,"total_tokens":1449,"cost_usd":0.27495624999999996} +{"run_id":22929866829,"workflow":"Smoke Claude","created_at":"2026-03-11T00:01:00Z","date":"2026-03-11","branch":"dependabot/github_actions/all-github-actions-09e227350c","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":13,"output_tokens":2350,"cache_read_tokens":328084,"cache_write_tokens":27158,"effective_tokens":-298563,"cache_hit_rate":25237.231,"total_tokens":2363,"cost_usd":0.40542349999999994} +{"run_id":22929864988,"workflow":"Smoke Claude","created_at":"2026-03-11T00:00:56Z","date":"2026-03-11","branch":"deps/safe-updates-2026-03-10-577de369bbfdf92b","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":1301,"cache_read_tokens":230305,"cache_write_tokens":20372,"effective_tokens":-208624,"cache_hit_rate":28788.125,"total_tokens":1309,"cost_usd":0.2793785} +{"run_id":22927994971,"workflow":"Smoke Claude","created_at":"2026-03-10T22:55:35Z","date":"2026-03-10","branch":"fix/integration-test-suite","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":1810,"cache_read_tokens":241416,"cache_write_tokens":41831,"effective_tokens":-197764,"cache_hit_rate":21946.909,"total_tokens":1821,"cost_usd":0.43662275000000006} +{"run_id":22926794594,"workflow":"Smoke Claude","created_at":"2026-03-10T22:16:24Z","date":"2026-03-10","branch":"fix/integration-test-suite","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1491,"cache_read_tokens":175901,"cache_write_tokens":29217,"effective_tokens":-145186,"cache_hit_rate":25128.714,"total_tokens":1498,"cost_usd":0.31238175000000007} +{"run_id":22902477082,"workflow":"Smoke Claude","created_at":"2026-03-10T12:28:51Z","date":"2026-03-10","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":2272,"cache_read_tokens":241377,"cache_write_tokens":42110,"effective_tokens":-196984,"cache_hit_rate":21943.364,"total_tokens":2283,"cost_usd":0.450725} +{"run_id":22881777616,"workflow":"Smoke Claude","created_at":"2026-03-10T00:47:36Z","date":"2026-03-10","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":1437,"cache_read_tokens":239612,"cache_write_tokens":41014,"effective_tokens":-197152,"cache_hit_rate":26623.556,"total_tokens":1446,"cost_usd":0.41453550000000006} +{"run_id":22853454810,"workflow":"Smoke Claude","created_at":"2026-03-09T12:28:47Z","date":"2026-03-09","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":1891,"cache_read_tokens":332430,"cache_write_tokens":43215,"effective_tokens":-287313,"cache_hit_rate":30220.909,"total_tokens":1902,"cost_usd":0.4847957499999999} +{"run_id":22833908319,"workflow":"Smoke Claude","created_at":"2026-03-09T00:52:09Z","date":"2026-03-09","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1516,"cache_read_tokens":130825,"cache_write_tokens":53815,"effective_tokens":-75488,"cache_hit_rate":21804.167,"total_tokens":1522,"cost_usd":0.44075025} +{"run_id":22821083190,"workflow":"Smoke Claude","created_at":"2026-03-08T12:27:41Z","date":"2026-03-08","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1389,"cache_read_tokens":119044,"cache_write_tokens":40823,"effective_tokens":-76826,"cache_hit_rate":19840.667,"total_tokens":1395,"cost_usd":0.35359475} +{"run_id":22810760522,"workflow":"Smoke Claude","created_at":"2026-03-08T00:52:15Z","date":"2026-03-08","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1522,"cache_read_tokens":184846,"cache_write_tokens":53712,"effective_tokens":-129605,"cache_hit_rate":26406.571,"total_tokens":1529,"cost_usd":0.467472} +{"run_id":22799044222,"workflow":"Smoke Claude","created_at":"2026-03-07T12:27:30Z","date":"2026-03-07","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1387,"cache_read_tokens":131234,"cache_write_tokens":53621,"effective_tokens":-76220,"cache_hit_rate":21872.333,"total_tokens":1393,"cost_usd":0.43671324999999994} +{"run_id":22788127182,"workflow":"Smoke Claude","created_at":"2026-03-07T00:48:24Z","date":"2026-03-07","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1583,"cache_read_tokens":122946,"cache_write_tokens":42734,"effective_tokens":-78623,"cache_hit_rate":20491,"total_tokens":1589,"cost_usd":0.36918650000000003} +{"run_id":22763453462,"workflow":"Smoke Claude","created_at":"2026-03-06T12:28:15Z","date":"2026-03-06","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1102,"cache_read_tokens":118580,"cache_write_tokens":40585,"effective_tokens":-76887,"cache_hit_rate":19763.333,"total_tokens":1108,"cost_usd":0.34507524999999994} +{"run_id":22743845658,"workflow":"Smoke Claude","created_at":"2026-03-06T00:54:11Z","date":"2026-03-06","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1335,"cache_read_tokens":118929,"cache_write_tokens":40805,"effective_tokens":-76783,"cache_hit_rate":19821.5,"total_tokens":1341,"cost_usd":0.35251375} +{"run_id":22734391379,"workflow":"Smoke Claude","created_at":"2026-03-05T20:02:42Z","date":"2026-03-05","branch":"fix/052-credential-hiding-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1116,"cache_read_tokens":132884,"cache_write_tokens":26663,"effective_tokens":-105099,"cache_hit_rate":22147.333,"total_tokens":1122,"cost_usd":0.26528575} +{"run_id":22734275233,"workflow":"Smoke Claude","created_at":"2026-03-05T19:59:37Z","date":"2026-03-05","branch":"fix/042-chroot-escape-test-gaps","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1214,"cache_read_tokens":145275,"cache_write_tokens":39566,"effective_tokens":-104489,"cache_hit_rate":24212.5,"total_tokens":1220,"cost_usd":0.35150899999999996} +{"run_id":22734171787,"workflow":"Smoke Claude","created_at":"2026-03-05T19:56:51Z","date":"2026-03-05","branch":"fix/038-toctou-test-coverage","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1215,"cache_read_tokens":145339,"cache_write_tokens":39623,"effective_tokens":-104495,"cache_hit_rate":24223.167,"total_tokens":1221,"cost_usd":0.35192225} +{"run_id":22733894331,"workflow":"Smoke Claude","created_at":"2026-03-05T19:49:26Z","date":"2026-03-05","branch":"fix/104-ip-tls-bypass","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":1371,"cache_read_tokens":260484,"cache_write_tokens":28819,"effective_tokens":-230285,"cache_hit_rate":28942.667,"total_tokens":1380,"cost_usd":0.34646775} +{"run_id":22733678105,"workflow":"Smoke Claude","created_at":"2026-03-05T19:43:39Z","date":"2026-03-05","branch":"fix/integration-test-suite","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":924,"cache_read_tokens":132608,"cache_write_tokens":26468,"effective_tokens":-105210,"cache_hit_rate":22101.333,"total_tokens":930,"cost_usd":0.259149} +{"run_id":22733315828,"workflow":"Smoke Claude","created_at":"2026-03-05T19:33:55Z","date":"2026-03-05","branch":"copilot/combine-build-test-workflows","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1463,"cache_read_tokens":173791,"cache_write_tokens":27115,"effective_tokens":-145206,"cache_hit_rate":24827.286,"total_tokens":1470,"cost_usd":0.2992092499999999} +{"run_id":22732846830,"workflow":"Smoke Claude","created_at":"2026-03-05T19:21:21Z","date":"2026-03-05","branch":"fix/097-ipv6-disable-fallback","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1018,"cache_read_tokens":132731,"cache_write_tokens":26535,"effective_tokens":-105172,"cache_hit_rate":22121.833,"total_tokens":1024,"cost_usd":0.26200324999999997} +{"run_id":22732817906,"workflow":"Smoke Claude","created_at":"2026-03-05T19:20:36Z","date":"2026-03-05","branch":"fix/integration-test-suite","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":1533,"cache_read_tokens":215029,"cache_write_tokens":27253,"effective_tokens":-186235,"cache_hit_rate":26878.625,"total_tokens":1541,"cost_usd":0.32279475} +{"run_id":22732758304,"workflow":"Smoke Claude","created_at":"2026-03-05T19:18:59Z","date":"2026-03-05","branch":"fix/095-squid-non-root","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":1913,"cache_read_tokens":244420,"cache_write_tokens":42583,"effective_tokens":-199913,"cache_hit_rate":22220,"total_tokens":1924,"cost_usd":0.44623375} +{"run_id":22732230930,"workflow":"Smoke Claude","created_at":"2026-03-05T19:04:54Z","date":"2026-03-05","branch":"fix/097-ipv6-disable-fallback","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":1952,"cache_read_tokens":215854,"cache_write_tokens":27912,"effective_tokens":-185982,"cache_hit_rate":26981.75,"total_tokens":1960,"cost_usd":0.3386490000000001} +{"run_id":22732053059,"workflow":"Smoke Claude","created_at":"2026-03-05T19:00:12Z","date":"2026-03-05","branch":"fix/002-minimatch-redos-vuln","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":14,"output_tokens":2624,"cache_read_tokens":382316,"cache_write_tokens":28815,"effective_tokens":-350863,"cache_hit_rate":27308.286,"total_tokens":2638,"cost_usd":0.44542574999999995} +{"run_id":22731901935,"workflow":"Smoke Claude","created_at":"2026-03-05T18:56:08Z","date":"2026-03-05","branch":"fix/integration-test-suite","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":3077,"cache_read_tokens":384626,"cache_write_tokens":29576,"effective_tokens":-351961,"cache_hit_rate":32052.167,"total_tokens":3089,"cost_usd":0.47348199999999996} +{"run_id":22731668059,"workflow":"Smoke Claude","created_at":"2026-03-05T18:49:53Z","date":"2026-03-05","branch":"fix/integration-test-suite","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":2042,"cache_read_tokens":256788,"cache_write_tokens":28091,"effective_tokens":-226644,"cache_hit_rate":23344.364,"total_tokens":2053,"cost_usd":0.36625175} +{"run_id":22731026947,"workflow":"Smoke Claude","created_at":"2026-03-05T18:34:25Z","date":"2026-03-05","branch":"fix/integration-test-suite","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1567,"cache_read_tokens":173703,"cache_write_tokens":27284,"effective_tokens":-144845,"cache_hit_rate":24814.714,"total_tokens":1574,"cost_usd":0.3028084999999999} +{"run_id":22730613836,"workflow":"Smoke Claude","created_at":"2026-03-05T18:24:19Z","date":"2026-03-05","branch":"fix/fast-shutdown","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":1779,"cache_read_tokens":298157,"cache_write_tokens":27983,"effective_tokens":-268383,"cache_hit_rate":24846.417,"total_tokens":1791,"cost_usd":0.37855225000000003} +{"run_id":22717927588,"workflow":"Smoke Claude","created_at":"2026-03-05T12:28:49Z","date":"2026-03-05","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1809,"cache_read_tokens":159293,"cache_write_tokens":41355,"effective_tokens":-116122,"cache_hit_rate":22756.143,"total_tokens":1816,"cost_usd":0.39151525} +{"run_id":22696891702,"workflow":"Smoke Claude","created_at":"2026-03-05T00:51:48Z","date":"2026-03-05","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":63,"output_tokens":2808,"cache_read_tokens":355013,"cache_write_tokens":49975,"effective_tokens":-302167,"cache_hit_rate":5635.127,"total_tokens":2871,"cost_usd":0.5620062499999999} +{"run_id":22669347738,"workflow":"Smoke Claude","created_at":"2026-03-04T12:28:15Z","date":"2026-03-04","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":54,"output_tokens":2265,"cache_read_tokens":312453,"cache_write_tokens":49412,"effective_tokens":-260722,"cache_hit_rate":5786.167,"total_tokens":2319,"cost_usd":0.5229285} +{"run_id":22649848420,"workflow":"Smoke Claude","created_at":"2026-03-04T00:49:51Z","date":"2026-03-04","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":1656,"cache_read_tokens":199863,"cache_write_tokens":41065,"effective_tokens":-157134,"cache_hit_rate":24982.875,"total_tokens":1664,"cost_usd":0.40540374999999995} +{"run_id":22642370718,"workflow":"Smoke Claude","created_at":"2026-03-03T20:56:55Z","date":"2026-03-03","branch":"feat/token-rate-limiting","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":10,"output_tokens":1960,"cache_read_tokens":200764,"cache_write_tokens":41994,"effective_tokens":-156800,"cache_hit_rate":20076.4,"total_tokens":1970,"cost_usd":0.41819549999999994} +{"run_id":22641181923,"workflow":"Smoke Claude","created_at":"2026-03-03T20:25:01Z","date":"2026-03-03","branch":"feat/token-rate-limiting","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":56,"output_tokens":2488,"cache_read_tokens":382708,"cache_write_tokens":28699,"effective_tokens":-351465,"cache_hit_rate":6834.071,"total_tokens":2544,"cost_usd":0.4442907500000001} +{"run_id":22640303970,"workflow":"Smoke Claude","created_at":"2026-03-03T20:01:37Z","date":"2026-03-03","branch":"fix/arc-dind-squid-mount","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":2423,"cache_read_tokens":285210,"cache_write_tokens":42855,"effective_tokens":-239920,"cache_hit_rate":23767.5,"total_tokens":2435,"cost_usd":0.48437474999999985} +{"run_id":22639188101,"workflow":"Smoke Claude","created_at":"2026-03-03T19:28:48Z","date":"2026-03-03","branch":"fix/arc-dind-squid-mount","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":1843,"cache_read_tokens":201191,"cache_write_tokens":41797,"effective_tokens":-157543,"cache_hit_rate":25148.875,"total_tokens":1851,"cost_usd":0.41654574999999994} +{"run_id":22638961770,"workflow":"Smoke Claude","created_at":"2026-03-03T19:21:53Z","date":"2026-03-03","branch":"feat/token-rate-limiting","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":1864,"cache_read_tokens":254964,"cache_write_tokens":27683,"effective_tokens":-225406,"cache_hit_rate":23178.545,"total_tokens":1875,"cost_usd":0.35169375} +{"run_id":22623001390,"workflow":"Smoke Claude","created_at":"2026-03-03T12:28:25Z","date":"2026-03-03","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":14,"output_tokens":2397,"cache_read_tokens":367684,"cache_write_tokens":42781,"effective_tokens":-322492,"cache_hit_rate":26263.143,"total_tokens":2411,"cost_usd":0.5273992499999998} +{"run_id":22603148562,"workflow":"Smoke Claude","created_at":"2026-03-03T00:57:37Z","date":"2026-03-03","branch":"deps/safe-updates-2026-03-02-12fa476d73be351b","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":10,"output_tokens":1643,"cache_read_tokens":325075,"cache_write_tokens":34910,"effective_tokens":-288512,"cache_hit_rate":32507.5,"total_tokens":1653,"cost_usd":0.42305499999999996} +{"run_id":22603140171,"workflow":"Smoke Claude","created_at":"2026-03-03T00:57:18Z","date":"2026-03-03","branch":"deps/security-and-patch-updates-2026-03-01-f04b3649ba13b454","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":2303,"cache_read_tokens":299478,"cache_write_tokens":28768,"effective_tokens":-268395,"cache_hit_rate":24956.5,"total_tokens":2315,"cost_usd":0.3993300000000001} +{"run_id":22603134438,"workflow":"Smoke Claude","created_at":"2026-03-03T00:57:05Z","date":"2026-03-03","branch":"deps/safe-dependency-updates-2026-02-28-d4624ad16fe8a11d","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":1730,"cache_read_tokens":215244,"cache_write_tokens":27718,"effective_tokens":-185788,"cache_hit_rate":26905.5,"total_tokens":1738,"cost_usd":0.3323644999999999} +{"run_id":22603002905,"workflow":"Smoke Claude","created_at":"2026-03-03T00:52:24Z","date":"2026-03-03","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":2083,"cache_read_tokens":408507,"cache_write_tokens":49245,"effective_tokens":-357167,"cache_hit_rate":34042.25,"total_tokens":2095,"cost_usd":0.5660117499999999} +{"run_id":22586893777,"workflow":"Smoke Claude","created_at":"2026-03-02T17:08:11Z","date":"2026-03-02","branch":"claude/add-tmpfs-mount-config","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1371,"cache_read_tokens":183492,"cache_write_tokens":17432,"effective_tokens":-164682,"cache_hit_rate":26213.143,"total_tokens":1378,"cost_usd":0.24125899999999997} +{"run_id":22576020528,"workflow":"Smoke Claude","created_at":"2026-03-02T12:28:27Z","date":"2026-03-02","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1379,"cache_read_tokens":174332,"cache_write_tokens":48407,"effective_tokens":-124539,"cache_hit_rate":24904.571,"total_tokens":1386,"cost_usd":0.42549875000000004} +{"run_id":22560388433,"workflow":"Smoke Claude","created_at":"2026-03-02T03:39:36Z","date":"2026-03-02","branch":"claude/add-tmpfs-mount-config","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1395,"cache_read_tokens":174159,"cache_write_tokens":27340,"effective_tokens":-145417,"cache_hit_rate":24879.857,"total_tokens":1402,"cost_usd":0.2994095} +{"run_id":22557000905,"workflow":"Smoke Claude","created_at":"2026-03-02T00:51:30Z","date":"2026-03-02","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":2235,"cache_read_tokens":200818,"cache_write_tokens":42006,"effective_tokens":-156569,"cache_hit_rate":25102.25,"total_tokens":2243,"cost_usd":0.4251935} +{"run_id":22543408357,"workflow":"Smoke Claude","created_at":"2026-03-01T12:27:40Z","date":"2026-03-01","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":1817,"cache_read_tokens":240562,"cache_write_tokens":41304,"effective_tokens":-197432,"cache_hit_rate":26729.111,"total_tokens":1826,"cost_usd":0.4282639999999999} +{"run_id":22532749877,"workflow":"Smoke Claude","created_at":"2026-03-01T00:57:43Z","date":"2026-03-01","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1967,"cache_read_tokens":119093,"cache_write_tokens":41352,"effective_tokens":-75768,"cache_hit_rate":19848.833,"total_tokens":1973,"cost_usd":0.37157550000000006} +{"run_id":22520733993,"workflow":"Smoke Claude","created_at":"2026-02-28T12:27:27Z","date":"2026-02-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1148,"cache_read_tokens":158900,"cache_write_tokens":40500,"effective_tokens":-117245,"cache_hit_rate":22700,"total_tokens":1155,"cost_usd":0.36584999999999995} +{"run_id":22509556585,"workflow":"Smoke Claude","created_at":"2026-02-28T00:45:45Z","date":"2026-02-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":1884,"cache_read_tokens":240703,"cache_write_tokens":41370,"effective_tokens":-197440,"cache_hit_rate":26744.778,"total_tokens":1893,"cost_usd":0.43051900000000004} +{"run_id":22508186955,"workflow":"Smoke Claude","created_at":"2026-02-27T23:42:31Z","date":"2026-02-27","branch":"perf1","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":13,"output_tokens":1957,"cache_read_tokens":340217,"cache_write_tokens":28373,"effective_tokens":-309874,"cache_hit_rate":26170.538,"total_tokens":1970,"cost_usd":0.40498874999999995} +{"run_id":22499024927,"workflow":"Smoke Claude","created_at":"2026-02-27T18:37:59Z","date":"2026-02-27","branch":"copilot/update-security-review-results","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1278,"cache_read_tokens":174421,"cache_write_tokens":48312,"effective_tokens":-124824,"cache_hit_rate":24917.286,"total_tokens":1285,"cost_usd":0.4223555} +{"run_id":22486233657,"workflow":"Smoke Claude","created_at":"2026-02-27T12:28:45Z","date":"2026-02-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":1994,"cache_read_tokens":241345,"cache_write_tokens":41618,"effective_tokens":-197724,"cache_hit_rate":26816.111,"total_tokens":2003,"cost_usd":0.437303} +{"run_id":22470276453,"workflow":"Smoke Claude","created_at":"2026-02-27T02:32:23Z","date":"2026-02-27","branch":"fix/arc-dind-squid-mount","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1303,"cache_read_tokens":173722,"cache_write_tokens":27094,"effective_tokens":-145318,"cache_hit_rate":24817.429,"total_tokens":1310,"cost_usd":0.29516250000000005} +{"run_id":22469225025,"workflow":"Smoke Claude","created_at":"2026-02-27T01:45:55Z","date":"2026-02-27","branch":"fix/arc-dind-squid-mount","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1461,"cache_read_tokens":183380,"cache_write_tokens":17507,"effective_tokens":-164405,"cache_hit_rate":26197.143,"total_tokens":1468,"cost_usd":0.24397175000000001} +{"run_id":22469204754,"workflow":"Smoke Claude","created_at":"2026-02-27T01:45:04Z","date":"2026-02-27","branch":"claude/fix-api-proxy-config","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":1824,"cache_read_tokens":307052,"cache_write_tokens":18090,"effective_tokens":-287126,"cache_hit_rate":25587.667,"total_tokens":1836,"cost_usd":0.3228465} +{"run_id":22469109401,"workflow":"Smoke Claude","created_at":"2026-02-27T01:41:01Z","date":"2026-02-27","branch":"feat/token-rate-limiting","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":1570,"cache_read_tokens":241852,"cache_write_tokens":41378,"effective_tokens":-198895,"cache_hit_rate":26872.444,"total_tokens":1579,"cost_usd":0.42550949999999993} +{"run_id":22468322826,"workflow":"Smoke Claude","created_at":"2026-02-27T01:08:13Z","date":"2026-02-27","branch":"claude/fix-api-proxy-config","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":1859,"cache_read_tokens":242616,"cache_write_tokens":42170,"effective_tokens":-198576,"cache_hit_rate":22056,"total_tokens":1870,"cost_usd":0.4407544999999999} +{"run_id":22467880364,"workflow":"Smoke Claude","created_at":"2026-02-27T00:51:29Z","date":"2026-02-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1956,"cache_read_tokens":119303,"cache_write_tokens":41412,"effective_tokens":-75929,"cache_hit_rate":19883.833,"total_tokens":1962,"cost_usd":0.3735855} +{"run_id":22467568734,"workflow":"Smoke Claude","created_at":"2026-02-27T00:39:29Z","date":"2026-02-27","branch":"feat/token-rate-limiting","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1194,"cache_read_tokens":132897,"cache_write_tokens":26659,"effective_tokens":-105038,"cache_hit_rate":22149.5,"total_tokens":1200,"cost_usd":0.26718125000000004} +{"run_id":22467422104,"workflow":"Smoke Claude","created_at":"2026-02-27T00:33:52Z","date":"2026-02-27","branch":"copilot/fix-rollup-vulnerability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1373,"cache_read_tokens":136574,"cache_write_tokens":58761,"effective_tokens":-76434,"cache_hit_rate":22762.333,"total_tokens":1379,"cost_usd":0.47110325} +{"run_id":22465649061,"workflow":"Smoke Claude","created_at":"2026-02-26T23:26:19Z","date":"2026-02-26","branch":"claude/fix-api-proxy-config","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1305,"cache_read_tokens":173226,"cache_write_tokens":26865,"effective_tokens":-145049,"cache_hit_rate":24746.571,"total_tokens":1312,"cost_usd":0.29157425} +{"run_id":22458943574,"workflow":"Smoke Claude","created_at":"2026-02-26T20:01:23Z","date":"2026-02-26","branch":"deps/safe-updates-2026-02-26-8fa6e8d67097ec4b","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1239,"cache_read_tokens":147458,"cache_write_tokens":41401,"effective_tokens":-104812,"cache_hit_rate":24576.333,"total_tokens":1245,"cost_usd":0.36470024999999995} +{"run_id":22458884072,"workflow":"Smoke Claude","created_at":"2026-02-26T19:59:45Z","date":"2026-02-26","branch":"feat/token-rate-limiting","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1299,"cache_read_tokens":132724,"cache_write_tokens":26722,"effective_tokens":-104697,"cache_hit_rate":22120.667,"total_tokens":1305,"cost_usd":0.2703475} +{"run_id":22458313039,"workflow":"Smoke Claude","created_at":"2026-02-26T19:43:36Z","date":"2026-02-26","branch":"feat/token-rate-limiting","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1102,"cache_read_tokens":132647,"cache_write_tokens":26518,"effective_tokens":-105021,"cache_hit_rate":22107.833,"total_tokens":1108,"cost_usd":0.26387900000000003} +{"run_id":22457520684,"workflow":"Smoke Claude","created_at":"2026-02-26T19:20:56Z","date":"2026-02-26","branch":"feat/token-rate-limiting","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":50,"output_tokens":1007,"cache_read_tokens":147247,"cache_write_tokens":41168,"effective_tokens":-105022,"cache_hit_rate":2944.94,"total_tokens":1057,"cost_usd":0.3574955} +{"run_id":22456872363,"workflow":"Smoke Claude","created_at":"2026-02-26T19:02:39Z","date":"2026-02-26","branch":"test/fix-flaky-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1585,"cache_read_tokens":132960,"cache_write_tokens":26963,"effective_tokens":-104406,"cache_hit_rate":22160,"total_tokens":1591,"cost_usd":0.27912375} +{"run_id":22456523765,"workflow":"Smoke Claude","created_at":"2026-02-26T18:53:00Z","date":"2026-02-26","branch":"feat/token-rate-limiting","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1112,"cache_read_tokens":132721,"cache_write_tokens":26576,"effective_tokens":-105027,"cache_hit_rate":22120.167,"total_tokens":1118,"cost_usd":0.2647405} +{"run_id":22456322456,"workflow":"Smoke Claude","created_at":"2026-02-26T18:47:20Z","date":"2026-02-26","branch":"test/fix-flaky-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1221,"cache_read_tokens":146758,"cache_write_tokens":41194,"effective_tokens":-104337,"cache_hit_rate":24459.667,"total_tokens":1227,"cost_usd":0.3626005} +{"run_id":22456223613,"workflow":"Smoke Claude","created_at":"2026-02-26T18:44:39Z","date":"2026-02-26","branch":"test/dns-restriction-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1263,"cache_read_tokens":203171,"cache_write_tokens":41598,"effective_tokens":-160303,"cache_hit_rate":29024.429,"total_tokens":1270,"cost_usd":0.39439199999999996} +{"run_id":22456190905,"workflow":"Smoke Claude","created_at":"2026-02-26T18:43:45Z","date":"2026-02-26","branch":"test/ci-integration-suite","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":1301,"cache_read_tokens":214527,"cache_write_tokens":26972,"effective_tokens":-186246,"cache_hit_rate":26815.875,"total_tokens":1309,"cost_usd":0.31462150000000005} +{"run_id":22452681550,"workflow":"Smoke Claude","created_at":"2026-02-26T17:06:55Z","date":"2026-02-26","branch":"lpcox/configure-api-proxy-target","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1181,"cache_read_tokens":132804,"cache_write_tokens":26625,"effective_tokens":-104992,"cache_hit_rate":22134,"total_tokens":1187,"cost_usd":0.26662525} +{"run_id":22442148500,"workflow":"Smoke Claude","created_at":"2026-02-26T12:30:21Z","date":"2026-02-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1160,"cache_read_tokens":118478,"cache_write_tokens":40562,"effective_tokens":-76750,"cache_hit_rate":19746.333,"total_tokens":1166,"cost_usd":0.3462935} +{"run_id":22422835031,"workflow":"Smoke Claude","created_at":"2026-02-26T00:49:00Z","date":"2026-02-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1933,"cache_read_tokens":171417,"cache_write_tokens":46955,"effective_tokens":-122522,"cache_hit_rate":24488.143,"total_tokens":1940,"cost_usd":0.42859125000000003} +{"run_id":22419557220,"workflow":"Smoke Claude","created_at":"2026-02-25T22:54:11Z","date":"2026-02-25","branch":"test/fix-flaky-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":1593,"cache_read_tokens":215510,"cache_write_tokens":27426,"effective_tokens":-186483,"cache_hit_rate":26938.75,"total_tokens":1601,"cost_usd":0.3256345} +{"run_id":22419545165,"workflow":"Smoke Claude","created_at":"2026-02-25T22:53:48Z","date":"2026-02-25","branch":"test/dns-restriction-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1317,"cache_read_tokens":157701,"cache_write_tokens":32367,"effective_tokens":-124011,"cache_hit_rate":26283.5,"total_tokens":1323,"cost_usd":0.31530825} +{"run_id":22419520901,"workflow":"Smoke Claude","created_at":"2026-02-25T22:53:01Z","date":"2026-02-25","branch":"feat/api-proxy-observability-ratelimit","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1322,"cache_read_tokens":183289,"cache_write_tokens":17011,"effective_tokens":-164949,"cache_hit_rate":26184.143,"total_tokens":1329,"cost_usd":0.23550925000000006} +{"run_id":22419219954,"workflow":"Smoke Claude","created_at":"2026-02-25T22:43:23Z","date":"2026-02-25","branch":"feat/api-proxy-observability-ratelimit","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1239,"cache_read_tokens":136845,"cache_write_tokens":30945,"effective_tokens":-104655,"cache_hit_rate":22807.5,"total_tokens":1245,"cost_usd":0.29404375000000005} +{"run_id":22417997099,"workflow":"Smoke Claude","created_at":"2026-02-25T22:05:50Z","date":"2026-02-25","branch":"test/git-auth-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1109,"cache_read_tokens":173080,"cache_write_tokens":26497,"effective_tokens":-145467,"cache_hit_rate":24725.714,"total_tokens":1116,"cost_usd":0.28417225} +{"run_id":22417159102,"workflow":"Smoke Claude","created_at":"2026-02-25T21:40:55Z","date":"2026-02-25","branch":"feat/api-proxy-observability-ratelimit","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1191,"cache_read_tokens":203029,"cache_write_tokens":42146,"effective_tokens":-159685,"cache_hit_rate":29004.143,"total_tokens":1198,"cost_usd":0.395947} +{"run_id":22416952684,"workflow":"Smoke Claude","created_at":"2026-02-25T21:35:09Z","date":"2026-02-25","branch":"test/fix-flaky-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1157,"cache_read_tokens":173105,"cache_write_tokens":26513,"effective_tokens":-145428,"cache_hit_rate":24729.286,"total_tokens":1164,"cost_usd":0.28553075} +{"run_id":22416790428,"workflow":"Smoke Claude","created_at":"2026-02-25T21:30:47Z","date":"2026-02-25","branch":"test/git-auth-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1353,"cache_read_tokens":173584,"cache_write_tokens":26759,"effective_tokens":-145465,"cache_hit_rate":24797.714,"total_tokens":1360,"cost_usd":0.29369875000000006} +{"run_id":22416738853,"workflow":"Smoke Claude","created_at":"2026-02-25T21:29:25Z","date":"2026-02-25","branch":"remove-allow-full-filesystem-access","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":1545,"cache_read_tokens":214675,"cache_write_tokens":27194,"effective_tokens":-185928,"cache_hit_rate":26834.375,"total_tokens":1553,"cost_usd":0.32234999999999997} +{"run_id":22416713770,"workflow":"Smoke Claude","created_at":"2026-02-25T21:28:41Z","date":"2026-02-25","branch":"feat/api-proxy-observability-ratelimit","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1286,"cache_read_tokens":148051,"cache_write_tokens":42171,"effective_tokens":-104588,"cache_hit_rate":24675.167,"total_tokens":1292,"cost_usd":0.37098925000000005} +{"run_id":22416501501,"workflow":"Smoke Claude","created_at":"2026-02-25T21:22:48Z","date":"2026-02-25","branch":"feat/opencode-api-proxy","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":1399,"cache_read_tokens":214719,"cache_write_tokens":27065,"effective_tokens":-186247,"cache_hit_rate":26839.875,"total_tokens":1407,"cost_usd":0.31816475} +{"run_id":22416284511,"workflow":"Smoke Claude","created_at":"2026-02-25T21:16:51Z","date":"2026-02-25","branch":"test/dns-restriction-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1227,"cache_read_tokens":173089,"cache_write_tokens":26525,"effective_tokens":-145330,"cache_hit_rate":24727,"total_tokens":1234,"cost_usd":0.28759475} +{"run_id":22416282560,"workflow":"Smoke Claude","created_at":"2026-02-25T21:16:48Z","date":"2026-02-25","branch":"test/fix-flaky-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1337,"cache_read_tokens":148146,"cache_write_tokens":42222,"effective_tokens":-104581,"cache_hit_rate":24691,"total_tokens":1343,"cost_usd":0.37262550000000005} +{"run_id":22416069690,"workflow":"Smoke Claude","created_at":"2026-02-25T21:10:36Z","date":"2026-02-25","branch":"test/dns-restriction-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1525,"cache_read_tokens":173400,"cache_write_tokens":27201,"effective_tokens":-144667,"cache_hit_rate":24771.429,"total_tokens":1532,"cost_usd":0.3012612500000001} +{"run_id":22415905091,"workflow":"Smoke Claude","created_at":"2026-02-25T21:05:50Z","date":"2026-02-25","branch":"test/git-auth-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1634,"cache_read_tokens":173514,"cache_write_tokens":27245,"effective_tokens":-144628,"cache_hit_rate":24787.714,"total_tokens":1641,"cost_usd":0.30436425} +{"run_id":22415892019,"workflow":"Smoke Claude","created_at":"2026-02-25T21:05:28Z","date":"2026-02-25","branch":"test/env-all-tests-final","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1677,"cache_read_tokens":182928,"cache_write_tokens":17520,"effective_tokens":-163724,"cache_hit_rate":26132.571,"total_tokens":1684,"cost_usd":0.24743300000000004} +{"run_id":22415859966,"workflow":"Smoke Claude","created_at":"2026-02-25T21:04:34Z","date":"2026-02-25","branch":"test/block-domains-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":5,"output_tokens":1210,"cache_read_tokens":92436,"cache_write_tokens":26541,"effective_tokens":-64680,"cache_hit_rate":18487.2,"total_tokens":1215,"cost_usd":0.24360425000000002} +{"run_id":22415315472,"workflow":"Smoke Claude","created_at":"2026-02-25T20:48:45Z","date":"2026-02-25","branch":"remove-allow-full-filesystem-access","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":10,"output_tokens":1649,"cache_read_tokens":229438,"cache_write_tokens":23451,"effective_tokens":-204328,"cache_hit_rate":22943.8,"total_tokens":1659,"cost_usd":0.30379375} +{"run_id":22415250328,"workflow":"Smoke Claude","created_at":"2026-02-25T20:46:50Z","date":"2026-02-25","branch":"feat/opencode-api-proxy","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":1436,"cache_read_tokens":213536,"cache_write_tokens":26938,"effective_tokens":-185154,"cache_hit_rate":26692,"total_tokens":1444,"cost_usd":0.31557549999999995} +{"run_id":22414574176,"workflow":"Smoke Claude","created_at":"2026-02-25T20:27:15Z","date":"2026-02-25","branch":"test/package-install-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1213,"cache_read_tokens":132828,"cache_write_tokens":26676,"effective_tokens":-104933,"cache_hit_rate":22138,"total_tokens":1219,"cost_usd":0.268022} +{"run_id":22414127396,"workflow":"Smoke Claude","created_at":"2026-02-25T20:14:31Z","date":"2026-02-25","branch":"test/env-all-tests-final","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1648,"cache_read_tokens":174319,"cache_write_tokens":27600,"effective_tokens":-145064,"cache_hit_rate":24902.714,"total_tokens":1655,"cost_usd":0.3076145} +{"run_id":22414112622,"workflow":"Smoke Claude","created_at":"2026-02-25T20:14:05Z","date":"2026-02-25","branch":"feat/api-proxy-observability-ratelimit","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1216,"cache_read_tokens":147735,"cache_write_tokens":42175,"effective_tokens":-104338,"cache_hit_rate":24622.5,"total_tokens":1222,"cost_usd":0.36910125} +{"run_id":22414057544,"workflow":"Smoke Claude","created_at":"2026-02-25T20:12:29Z","date":"2026-02-25","branch":"test/block-domains-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1273,"cache_read_tokens":148189,"cache_write_tokens":42211,"effective_tokens":-104699,"cache_hit_rate":24698.167,"total_tokens":1279,"cost_usd":0.37099825000000003} +{"run_id":22413939339,"workflow":"Smoke Claude","created_at":"2026-02-25T20:09:09Z","date":"2026-02-25","branch":"feat/api-proxy-observability-ratelimit","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":1710,"cache_read_tokens":215147,"cache_write_tokens":27330,"effective_tokens":-186099,"cache_hit_rate":26893.375,"total_tokens":1718,"cost_usd":0.32747000000000004} +{"run_id":22413712283,"workflow":"Smoke Claude","created_at":"2026-02-25T20:02:44Z","date":"2026-02-25","branch":"feat/api-proxy-observability-ratelimit","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1122,"cache_read_tokens":118470,"cache_write_tokens":40575,"effective_tokens":-76767,"cache_hit_rate":19745,"total_tokens":1128,"cost_usd":0.34534975} +{"run_id":22413323698,"workflow":"Smoke Claude","created_at":"2026-02-25T19:51:55Z","date":"2026-02-25","branch":"docs/integration-test-coverage-guide","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":1668,"cache_read_tokens":214634,"cache_write_tokens":27517,"effective_tokens":-185441,"cache_hit_rate":26829.25,"total_tokens":1676,"cost_usd":0.32730924999999994} +{"run_id":22411251082,"workflow":"Smoke Claude","created_at":"2026-02-25T18:54:45Z","date":"2026-02-25","branch":"docs/integration-test-coverage-guide","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1317,"cache_read_tokens":132945,"cache_write_tokens":26778,"effective_tokens":-104844,"cache_hit_rate":22157.5,"total_tokens":1323,"cost_usd":0.271294} +{"run_id":22411132006,"workflow":"Smoke Claude","created_at":"2026-02-25T18:51:21Z","date":"2026-02-25","branch":"feat/grouped-help-layout","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1165,"cache_read_tokens":132664,"cache_write_tokens":26562,"effective_tokens":-104931,"cache_hit_rate":22110.667,"total_tokens":1171,"cost_usd":0.2658365} +{"run_id":22411068733,"workflow":"Smoke Claude","created_at":"2026-02-25T18:49:30Z","date":"2026-02-25","branch":"remove-smoke-gemini","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1209,"cache_read_tokens":200858,"cache_write_tokens":40636,"effective_tokens":-159006,"cache_hit_rate":28694,"total_tokens":1216,"cost_usd":0.38589399999999996} +{"run_id":22409728844,"workflow":"Smoke Claude","created_at":"2026-02-25T18:11:33Z","date":"2026-02-25","branch":"fix-localhost-interception","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4556,"output_tokens":1885,"cache_read_tokens":263410,"cache_write_tokens":32020,"effective_tokens":-224949,"cache_hit_rate":57.816,"total_tokens":6441,"cost_usd":0.40288300000000005} +{"run_id":22409340171,"workflow":"Smoke Claude","created_at":"2026-02-25T18:00:42Z","date":"2026-02-25","branch":"fix-localhost-interception","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":10,"output_tokens":1703,"cache_read_tokens":214677,"cache_write_tokens":27681,"effective_tokens":-185283,"cache_hit_rate":21467.7,"total_tokens":1713,"cost_usd":0.32758075} +{"run_id":22409306434,"workflow":"Smoke Claude","created_at":"2026-02-25T17:59:49Z","date":"2026-02-25","branch":"deps/safe-patch-updates-2026-02-25-b34d775438401bd0","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1481,"cache_read_tokens":173365,"cache_write_tokens":27167,"effective_tokens":-144710,"cache_hit_rate":24766.429,"total_tokens":1488,"cost_usd":0.29982625000000007} +{"run_id":22409296193,"workflow":"Smoke Claude","created_at":"2026-02-25T17:59:31Z","date":"2026-02-25","branch":"test/host-iptables-coverage-d8518d6b1fdc86ad","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":11,"output_tokens":2423,"cache_read_tokens":256666,"cache_write_tokens":28267,"effective_tokens":-225965,"cache_hit_rate":23333.273,"total_tokens":2434,"cost_usd":0.3774457500000001} +{"run_id":22396938474,"workflow":"Smoke Claude","created_at":"2026-02-25T12:30:29Z","date":"2026-02-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1885,"cache_read_tokens":123339,"cache_write_tokens":45710,"effective_tokens":-75738,"cache_hit_rate":20556.5,"total_tokens":1891,"cost_usd":0.39575600000000005} +{"run_id":22377043153,"workflow":"Smoke Claude","created_at":"2026-02-25T00:54:48Z","date":"2026-02-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":1564,"cache_read_tokens":201537,"cache_write_tokens":41459,"effective_tokens":-158506,"cache_hit_rate":25192.125,"total_tokens":1572,"cost_usd":0.4057092500000001} +{"run_id":22376346766,"workflow":"Smoke Claude","created_at":"2026-02-25T00:29:05Z","date":"2026-02-25","branch":"worktree-unified-proxy","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4557,"output_tokens":2094,"cache_read_tokens":304278,"cache_write_tokens":32241,"effective_tokens":-265386,"cache_hit_rate":66.772,"total_tokens":6651,"cost_usd":0.43059925} +{"run_id":22375090601,"workflow":"Smoke Claude","created_at":"2026-02-24T23:44:01Z","date":"2026-02-24","branch":"docs/sandbox-design","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1273,"cache_read_tokens":207381,"cache_write_tokens":44017,"effective_tokens":-162084,"cache_hit_rate":29625.857,"total_tokens":1280,"cost_usd":0.4118877500000001} +{"run_id":22374522336,"workflow":"Smoke Claude","created_at":"2026-02-24T23:24:16Z","date":"2026-02-24","branch":"docs/sandbox-design","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":8,"output_tokens":1678,"cache_read_tokens":200791,"cache_write_tokens":41606,"effective_tokens":-157499,"cache_hit_rate":25098.875,"total_tokens":1686,"cost_usd":0.40985999999999995} +{"run_id":22373974965,"workflow":"Smoke Claude","created_at":"2026-02-24T23:06:08Z","date":"2026-02-24","branch":"docs/sandbox-design","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":10,"output_tokens":2019,"cache_read_tokens":313653,"cache_write_tokens":32012,"effective_tokens":-279612,"cache_hit_rate":31365.3,"total_tokens":2029,"cost_usd":0.4085995} +{"run_id":22350902628,"workflow":"Smoke Claude","created_at":"2026-02-24T12:30:30Z","date":"2026-02-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":10,"output_tokens":2209,"cache_read_tokens":299703,"cache_write_tokens":46259,"effective_tokens":-251225,"cache_hit_rate":29970.3,"total_tokens":2219,"cost_usd":0.49529524999999996} +{"run_id":22333554473,"workflow":"Smoke Claude","created_at":"2026-02-24T02:07:49Z","date":"2026-02-24","branch":"jvm-proxy-config","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1372,"cache_read_tokens":173562,"cache_write_tokens":27057,"effective_tokens":-145126,"cache_hit_rate":24794.571,"total_tokens":1379,"cost_usd":0.29655725000000005} +{"run_id":22331625019,"workflow":"Smoke Claude","created_at":"2026-02-24T00:49:05Z","date":"2026-02-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":13,"output_tokens":2247,"cache_read_tokens":326927,"cache_write_tokens":42519,"effective_tokens":-282148,"cache_hit_rate":25148.231,"total_tokens":2260,"cost_usd":0.49813824999999995} +{"run_id":22306186583,"workflow":"Smoke Claude","created_at":"2026-02-23T12:30:23Z","date":"2026-02-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":54,"output_tokens":2130,"cache_read_tokens":199418,"cache_write_tokens":41630,"effective_tokens":-155604,"cache_hit_rate":3692.926,"total_tokens":2184,"cost_usd":0.41810250000000004} +{"run_id":22289176758,"workflow":"Smoke Claude","created_at":"2026-02-23T00:52:49Z","date":"2026-02-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1614,"cache_read_tokens":190561,"cache_write_tokens":56614,"effective_tokens":-132326,"cache_hit_rate":27223,"total_tokens":1621,"cost_usd":0.49089700000000003} +{"run_id":22277139913,"workflow":"Smoke Claude","created_at":"2026-02-22T12:27:45Z","date":"2026-02-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1297,"cache_read_tokens":133907,"cache_write_tokens":56360,"effective_tokens":-76244,"cache_hit_rate":22317.833,"total_tokens":1303,"cost_usd":0.45273749999999996} +{"run_id":22267586550,"workflow":"Smoke Claude","created_at":"2026-02-22T00:53:03Z","date":"2026-02-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1894,"cache_read_tokens":190492,"cache_write_tokens":56998,"effective_tokens":-131593,"cache_hit_rate":27213.143,"total_tokens":1901,"cost_usd":0.4999925} +{"run_id":22256805734,"workflow":"Smoke Claude","created_at":"2026-02-21T12:27:40Z","date":"2026-02-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1278,"cache_read_tokens":118527,"cache_write_tokens":40637,"effective_tokens":-76606,"cache_hit_rate":19754.5,"total_tokens":1284,"cost_usd":0.34971575000000005} +{"run_id":22247480589,"workflow":"Smoke Claude","created_at":"2026-02-21T01:18:17Z","date":"2026-02-21","branch":"docs/runner-compatibility","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1179,"cache_read_tokens":147999,"cache_write_tokens":42314,"effective_tokens":-104500,"cache_hit_rate":24666.5,"total_tokens":1185,"cost_usd":0.369198} +{"run_id":22247167185,"workflow":"Smoke Claude","created_at":"2026-02-21T01:01:13Z","date":"2026-02-21","branch":"jvm-proxy-config","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":1392,"cache_read_tokens":173436,"cache_write_tokens":26967,"effective_tokens":-145070,"cache_hit_rate":24776.571,"total_tokens":1399,"cost_usd":0.29678374999999996} +{"run_id":22246934165,"workflow":"Smoke Claude","created_at":"2026-02-21T00:49:07Z","date":"2026-02-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":7,"output_tokens":2290,"cache_read_tokens":191574,"cache_write_tokens":57403,"effective_tokens":-131874,"cache_hit_rate":27367.714,"total_tokens":2297,"cost_usd":0.51305075} +{"run_id":22224117744,"workflow":"Smoke Claude","created_at":"2026-02-20T12:28:27Z","date":"2026-02-20","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":9,"output_tokens":2080,"cache_read_tokens":240066,"cache_write_tokens":41567,"effective_tokens":-196410,"cache_hit_rate":26674,"total_tokens":2089,"cost_usd":0.4362167499999999} +{"run_id":22207731611,"workflow":"Smoke Claude","created_at":"2026-02-20T01:37:38Z","date":"2026-02-20","branch":"fix/prevent-git-credential-leak","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1329,"cache_read_tokens":118890,"cache_write_tokens":40805,"effective_tokens":-76750,"cache_hit_rate":19815,"total_tokens":1335,"cost_usd":0.35217024999999996} +{"run_id":22206604542,"workflow":"Smoke Claude","created_at":"2026-02-20T00:49:31Z","date":"2026-02-20","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":6,"output_tokens":1227,"cache_read_tokens":132513,"cache_write_tokens":26547,"effective_tokens":-104733,"cache_hit_rate":22085.5,"total_tokens":1233,"cost_usd":0.26744224999999994} +{"run_id":22203514636,"workflow":"Smoke Claude","created_at":"2026-02-19T22:53:38Z","date":"2026-02-19","branch":"docs/add-releasing-link","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":12,"output_tokens":2289,"cache_read_tokens":311240,"cache_write_tokens":34369,"effective_tokens":-274570,"cache_hit_rate":25936.667,"total_tokens":2301,"cost_usd":0.42893125000000004} +{"run_id":22201432061,"workflow":"Smoke Claude","created_at":"2026-02-19T21:46:52Z","date":"2026-02-19","branch":"copilot/fix-squid-proxy-access-errors","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":72,"output_tokens":1164,"cache_read_tokens":215321,"cache_write_tokens":35372,"effective_tokens":-178713,"cache_hit_rate":2990.569,"total_tokens":1236,"cost_usd":0.3610525} +{"run_id":22201253667,"workflow":"Smoke Claude","created_at":"2026-02-19T21:41:15Z","date":"2026-02-19","branch":"copilot/remove-codeql-detected-source-root","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":79,"output_tokens":1387,"cache_read_tokens":250646,"cache_write_tokens":58867,"effective_tokens":-190313,"cache_hit_rate":3172.734,"total_tokens":1466,"cost_usd":0.53116675} +{"run_id":22200583010,"workflow":"Smoke Claude","created_at":"2026-02-19T21:20:33Z","date":"2026-02-19","branch":"feat/macos-binary","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":72,"output_tokens":1175,"cache_read_tokens":205772,"cache_write_tokens":44865,"effective_tokens":-159660,"cache_hit_rate":2857.944,"total_tokens":1247,"cost_usd":0.41777525} +{"run_id":22200520155,"workflow":"Smoke Claude","created_at":"2026-02-19T21:18:35Z","date":"2026-02-19","branch":"fix/writable-dev-shm","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":65,"output_tokens":2658,"cache_read_tokens":622461,"cache_write_tokens":47375,"effective_tokens":-572363,"cache_hit_rate":9576.323,"total_tokens":2723,"cost_usd":0.6825372500000001} +{"run_id":22200394483,"workflow":"Smoke Claude","created_at":"2026-02-19T21:14:46Z","date":"2026-02-19","branch":"fix/no-color-env","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":97,"output_tokens":1848,"cache_read_tokens":369130,"cache_write_tokens":59633,"effective_tokens":-307552,"cache_hit_rate":3805.464,"total_tokens":1945,"cost_usd":0.6068772500000001} +{"run_id":22181832523,"workflow":"Smoke Claude","created_at":"2026-02-19T12:29:53Z","date":"2026-02-19","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":72,"output_tokens":1135,"cache_read_tokens":191773,"cache_write_tokens":58439,"effective_tokens":-132127,"cache_hit_rate":2663.514,"total_tokens":1207,"cost_usd":0.49277525} +{"run_id":22168649643,"workflow":"Smoke Claude","created_at":"2026-02-19T04:34:03Z","date":"2026-02-19","branch":"feat/simplify-release","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":101,"output_tokens":1998,"cache_read_tokens":432561,"cache_write_tokens":60677,"effective_tokens":-369785,"cache_hit_rate":4282.782,"total_tokens":2099,"cost_usd":0.6508247499999998} +{"run_id":22168490413,"workflow":"Smoke Claude","created_at":"2026-02-19T04:26:12Z","date":"2026-02-19","branch":"feat/simplify-release","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":97,"output_tokens":1761,"cache_read_tokens":368291,"cache_write_tokens":59392,"effective_tokens":-307041,"cache_hit_rate":3796.814,"total_tokens":1858,"cost_usd":0.6037284999999999} +{"run_id":22167849439,"workflow":"Smoke Claude","created_at":"2026-02-19T03:55:15Z","date":"2026-02-19","branch":"feat/arm64-binary-support","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18726,"output_tokens":1899,"cache_read_tokens":431771,"cache_write_tokens":36351,"effective_tokens":-374795,"cache_hit_rate":23.057,"total_tokens":20625,"cost_usd":0.58919625} +{"run_id":22165363231,"workflow":"Smoke Claude","created_at":"2026-02-19T01:53:10Z","date":"2026-02-19","branch":"feat/arm64-binary-support","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18723,"output_tokens":1559,"cache_read_tokens":361243,"cache_write_tokens":45324,"effective_tokens":-295637,"cache_hit_rate":19.294,"total_tokens":20282,"cost_usd":0.5993695000000001} +{"run_id":22165292365,"workflow":"Smoke Claude","created_at":"2026-02-19T01:49:45Z","date":"2026-02-19","branch":"fix/remove-codeql-symlink","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18744,"output_tokens":1351,"cache_read_tokens":173325,"cache_write_tokens":58769,"effective_tokens":-94461,"cache_hit_rate":9.247,"total_tokens":20095,"cost_usd":0.58326775} +{"run_id":22164939163,"workflow":"Smoke Claude","created_at":"2026-02-19T01:33:36Z","date":"2026-02-19","branch":"copilot/fix-java-builds-proxy-issues","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":104,"output_tokens":2114,"cache_read_tokens":451285,"cache_write_tokens":36681,"effective_tokens":-412386,"cache_hit_rate":4339.279,"total_tokens":2218,"cost_usd":0.5133287500000001} +{"run_id":22163989704,"workflow":"Smoke Claude","created_at":"2026-02-19T00:52:57Z","date":"2026-02-19","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18742,"output_tokens":1124,"cache_read_tokens":173013,"cache_write_tokens":58403,"effective_tokens":-94744,"cache_hit_rate":9.231,"total_tokens":19866,"cost_usd":0.57636725} +{"run_id":22121968074,"workflow":"Smoke Claude","created_at":"2026-02-18T00:52:33Z","date":"2026-02-18","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18691,"output_tokens":916,"cache_read_tokens":127434,"cache_write_tokens":70545,"effective_tokens":-37282,"cache_hit_rate":6.818,"total_tokens":19607,"cost_usd":0.62258925} +{"run_id":22121318760,"workflow":"Smoke Claude","created_at":"2026-02-18T00:25:38Z","date":"2026-02-18","branch":"claude/centralize-api-proxy-ports","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18699,"output_tokens":1397,"cache_read_tokens":231947,"cache_write_tokens":58861,"effective_tokens":-152990,"cache_hit_rate":12.404,"total_tokens":20096,"cost_usd":0.61514375} +{"run_id":22120677776,"workflow":"Smoke Claude","created_at":"2026-02-17T23:59:47Z","date":"2026-02-17","branch":"copilot/fix-docs-releasing-md-notes","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18776,"output_tokens":1906,"cache_read_tokens":408563,"cache_write_tokens":59696,"effective_tokens":-328185,"cache_hit_rate":21.76,"total_tokens":20682,"cost_usd":0.7228585000000001} +{"run_id":22120295902,"workflow":"Smoke Claude","created_at":"2026-02-17T23:44:05Z","date":"2026-02-17","branch":"copilot/update-patch-version","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18702,"output_tokens":1351,"cache_read_tokens":231512,"cache_write_tokens":58720,"effective_tokens":-152739,"cache_hit_rate":12.379,"total_tokens":20053,"cost_usd":0.61404} +{"run_id":22119567763,"workflow":"Smoke Claude","created_at":"2026-02-17T23:15:41Z","date":"2026-02-17","branch":"copilot/modify-api-proxy-for-copilot","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":68,"output_tokens":2150,"cache_read_tokens":625787,"cache_write_tokens":61967,"effective_tokens":-561602,"cache_hit_rate":9202.75,"total_tokens":2218,"cost_usd":0.7559672499999998} +{"run_id":22114595787,"workflow":"Smoke Claude","created_at":"2026-02-17T20:30:49Z","date":"2026-02-17","branch":"copilot/modify-api-proxy-for-copilot","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18696,"output_tokens":1150,"cache_read_tokens":173585,"cache_write_tokens":58603,"effective_tokens":-95136,"cache_hit_rate":9.285,"total_tokens":19846,"cost_usd":0.5782322499999999} +{"run_id":22098514636,"workflow":"Smoke Claude","created_at":"2026-02-17T12:29:33Z","date":"2026-02-17","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18738,"output_tokens":1820,"cache_read_tokens":408234,"cache_write_tokens":59459,"effective_tokens":-328217,"cache_hit_rate":21.786,"total_tokens":20558,"cost_usd":0.7193017499999999} +{"run_id":22082099713,"workflow":"Smoke Claude","created_at":"2026-02-17T00:51:49Z","date":"2026-02-17","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18724,"output_tokens":1665,"cache_read_tokens":363154,"cache_write_tokens":45796,"effective_tokens":-296969,"cache_hit_rate":19.395,"total_tokens":20389,"cost_usd":0.606868} +{"run_id":22081375006,"workflow":"Smoke Claude","created_at":"2026-02-17T00:13:12Z","date":"2026-02-17","branch":"chore/reduce-dependabot-pr-volume","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":130,"output_tokens":2796,"cache_read_tokens":681633,"cache_write_tokens":47260,"effective_tokens":-631447,"cache_hit_rate":5243.331,"total_tokens":2926,"cost_usd":0.7161864999999998} +{"run_id":22081207714,"workflow":"Smoke Claude","created_at":"2026-02-17T00:04:35Z","date":"2026-02-17","branch":"dependabot/github_actions/github-actions-4d91a452dd","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":42,"output_tokens":1463,"cache_read_tokens":322505,"cache_write_tokens":45293,"effective_tokens":-275707,"cache_hit_rate":7678.69,"total_tokens":1505,"cost_usd":0.48400675} +{"run_id":22081204779,"workflow":"Smoke Claude","created_at":"2026-02-17T00:04:26Z","date":"2026-02-17","branch":"dependabot/github_actions/softprops/action-gh-release-2","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":73,"output_tokens":1182,"cache_read_tokens":205884,"cache_write_tokens":44875,"effective_tokens":-159754,"cache_hit_rate":2820.329,"total_tokens":1255,"cost_usd":0.41617374999999995} +{"run_id":22081203747,"workflow":"Smoke Claude","created_at":"2026-02-17T00:04:23Z","date":"2026-02-17","branch":"dependabot/github_actions/docker/build-push-action-6.19.2","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":74,"output_tokens":1414,"cache_read_tokens":206116,"cache_write_tokens":45244,"effective_tokens":-159384,"cache_hit_rate":2785.351,"total_tokens":1488,"cost_usd":0.42447} +{"run_id":22080511826,"workflow":"Smoke Claude","created_at":"2026-02-16T23:26:55Z","date":"2026-02-16","branch":"fix/claude-json-bind-mount","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18723,"output_tokens":1530,"cache_read_tokens":304373,"cache_write_tokens":45434,"effective_tokens":-238686,"cache_hit_rate":16.257,"total_tokens":20253,"cost_usd":0.570842} +{"run_id":22073943864,"workflow":"Smoke Claude","created_at":"2026-02-16T18:35:37Z","date":"2026-02-16","branch":"feat/parallel-image-builds","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":33,"output_tokens":1231,"cache_read_tokens":207753,"cache_write_tokens":26428,"effective_tokens":-180061,"cache_hit_rate":6295.545,"total_tokens":1264,"cost_usd":0.3028515} +{"run_id":22073314013,"workflow":"Smoke Claude","created_at":"2026-02-16T18:10:17Z","date":"2026-02-16","branch":"feat/arm64-multi-arch","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18703,"output_tokens":1171,"cache_read_tokens":129121,"cache_write_tokens":44885,"effective_tokens":-64362,"cache_hit_rate":6.904,"total_tokens":19874,"cost_usd":0.47074874999999994} +{"run_id":22062773578,"workflow":"Smoke Claude","created_at":"2026-02-16T12:29:26Z","date":"2026-02-16","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18714,"output_tokens":1516,"cache_read_tokens":291034,"cache_write_tokens":59175,"effective_tokens":-211629,"cache_hit_rate":15.552,"total_tokens":20230,"cost_usd":0.65424775} +{"run_id":22046461561,"workflow":"Smoke Claude","created_at":"2026-02-16T00:52:57Z","date":"2026-02-16","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18700,"output_tokens":1091,"cache_read_tokens":173011,"cache_write_tokens":58449,"effective_tokens":-94771,"cache_hit_rate":9.252,"total_tokens":19791,"cost_usd":0.57550275} +{"run_id":22038526127,"workflow":"Smoke Claude","created_at":"2026-02-15T15:48:40Z","date":"2026-02-15","branch":"claude/fix-one-shot-token-output-settings","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18718,"output_tokens":1756,"cache_read_tokens":304754,"cache_write_tokens":45586,"effective_tokens":-238694,"cache_hit_rate":16.281,"total_tokens":20474,"cost_usd":0.5776584999999999} +{"run_id":22027137102,"workflow":"Smoke Claude","created_at":"2026-02-15T00:55:28Z","date":"2026-02-15","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18705,"output_tokens":1353,"cache_read_tokens":244946,"cache_write_tokens":45037,"effective_tokens":-179851,"cache_hit_rate":13.095,"total_tokens":20058,"cost_usd":0.5339752499999999} +{"run_id":22024160047,"workflow":"Smoke Claude","created_at":"2026-02-14T20:58:41Z","date":"2026-02-14","branch":"claude/disable-credential-sharing","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":49,"output_tokens":1590,"cache_read_tokens":261904,"cache_write_tokens":23143,"effective_tokens":-237122,"cache_hit_rate":5344.98,"total_tokens":1639,"cost_usd":0.7329802499999999} +{"run_id":22023873007,"workflow":"Smoke Claude","created_at":"2026-02-14T20:35:44Z","date":"2026-02-14","branch":"claude/summarize-firewall-proxying","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":61,"output_tokens":2162,"cache_read_tokens":407271,"cache_write_tokens":23876,"effective_tokens":-381172,"cache_hit_rate":6676.574,"total_tokens":2223,"cost_usd":0.6493027499999998} +{"run_id":22023695847,"workflow":"Smoke Claude","created_at":"2026-02-14T20:22:12Z","date":"2026-02-14","branch":"claude/summarize-firewall-proxying","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":78,"output_tokens":1233,"cache_read_tokens":189461,"cache_write_tokens":22954,"effective_tokens":-165196,"cache_hit_rate":2428.987,"total_tokens":1311,"cost_usd":0.562398} +{"run_id":22023595934,"workflow":"Smoke Claude","created_at":"2026-02-14T20:14:25Z","date":"2026-02-14","branch":"claude/summarize-firewall-proxying","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":84,"output_tokens":1487,"cache_read_tokens":226303,"cache_write_tokens":23201,"effective_tokens":-201531,"cache_hit_rate":2694.083,"total_tokens":1571,"cost_usd":0.61652} +{"run_id":22023002013,"workflow":"Smoke Claude","created_at":"2026-02-14T19:28:50Z","date":"2026-02-14","branch":"claude/summarize-firewall-proxying","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":47,"output_tokens":1998,"cache_read_tokens":303177,"cache_write_tokens":24652,"effective_tokens":-276480,"cache_hit_rate":6450.574,"total_tokens":2045,"cost_usd":0.5084261} +{"run_id":22018519698,"workflow":"Smoke Claude","created_at":"2026-02-14T13:48:25Z","date":"2026-02-14","branch":"claude/summarize-firewall-proxying","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":88,"output_tokens":1464,"cache_read_tokens":245730,"cache_write_tokens":20542,"effective_tokens":-223636,"cache_hit_rate":2792.386,"total_tokens":1552,"cost_usd":0.2918565} +{"run_id":22017322625,"workflow":"Smoke Claude","created_at":"2026-02-14T12:27:45Z","date":"2026-02-14","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":81,"output_tokens":1446,"cache_read_tokens":199838,"cache_write_tokens":35275,"effective_tokens":-163036,"cache_hit_rate":2467.136,"total_tokens":1527,"cost_usd":0.8653045000000001} +{"run_id":22007950466,"workflow":"Smoke Claude","created_at":"2026-02-14T00:50:16Z","date":"2026-02-14","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18701,"output_tokens":1085,"cache_read_tokens":164160,"cache_write_tokens":56185,"effective_tokens":-88189,"cache_hit_rate":8.778,"total_tokens":19786,"cost_usd":0.5566962500000001} +{"run_id":22007696202,"workflow":"Smoke Claude","created_at":"2026-02-14T00:36:16Z","date":"2026-02-14","branch":"fix/publish-api-proxy-image","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":58,"output_tokens":2734,"cache_read_tokens":387607,"cache_write_tokens":25872,"effective_tokens":-358943,"cache_hit_rate":6682.879,"total_tokens":2792,"cost_usd":0.4281555} +{"run_id":22006106402,"workflow":"Smoke Claude","created_at":"2026-02-13T23:15:21Z","date":"2026-02-13","branch":"feat/optimize-chroot-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":80,"output_tokens":1358,"cache_read_tokens":235247,"cache_write_tokens":24619,"effective_tokens":-209190,"cache_hit_rate":2940.588,"total_tokens":1438,"cost_usd":0.30871624999999997} +{"run_id":22005016831,"workflow":"Smoke Claude","created_at":"2026-02-13T22:28:05Z","date":"2026-02-13","branch":"fix/api-proxy-bugs","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":90,"output_tokens":2414,"cache_read_tokens":601219,"cache_write_tokens":45185,"effective_tokens":-553530,"cache_hit_rate":6680.211,"total_tokens":2504,"cost_usd":0.7505909999999999} +{"run_id":22004921805,"workflow":"Smoke Claude","created_at":"2026-02-13T22:24:07Z","date":"2026-02-13","branch":"feat/optimize-chroot-tests","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18697,"output_tokens":1159,"cache_read_tokens":178348,"cache_write_tokens":42519,"effective_tokens":-115973,"cache_hit_rate":9.539,"total_tokens":19856,"cost_usd":0.4821377499999999} +{"run_id":22004471237,"workflow":"Smoke Claude","created_at":"2026-02-13T22:06:18Z","date":"2026-02-13","branch":"fix/api-proxy-bugs","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18715,"output_tokens":1231,"cache_read_tokens":122522,"cache_write_tokens":42609,"effective_tokens":-59967,"cache_hit_rate":6.547,"total_tokens":19946,"cost_usd":0.45670325} +{"run_id":22004086738,"workflow":"Smoke Claude","created_at":"2026-02-13T21:51:56Z","date":"2026-02-13","branch":"fix/api-proxy-bugs","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":77,"output_tokens":1316,"cache_read_tokens":253016,"cache_write_tokens":42761,"effective_tokens":-208862,"cache_hit_rate":3285.922,"total_tokens":1393,"cost_usd":0.42993724999999994} +{"run_id":21999941822,"workflow":"Smoke Claude","created_at":"2026-02-13T19:27:36Z","date":"2026-02-13","branch":"claude/enable-api-proxy-by-default","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18681,"output_tokens":1276,"cache_read_tokens":220698,"cache_write_tokens":56626,"effective_tokens":-144115,"cache_hit_rate":11.814,"total_tokens":19957,"cost_usd":0.5924605000000001} +{"run_id":21999300948,"workflow":"Smoke Claude","created_at":"2026-02-13T19:05:49Z","date":"2026-02-13","branch":"fix/smoke-codex-roles-all","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":77,"output_tokens":1605,"cache_read_tokens":257324,"cache_write_tokens":45336,"effective_tokens":-210306,"cache_hit_rate":3341.87,"total_tokens":1682,"cost_usd":0.45846599999999993} +{"run_id":21989781390,"workflow":"Smoke Claude","created_at":"2026-02-13T14:07:46Z","date":"2026-02-13","branch":"claude/enable-api-proxy-by-default","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":71,"output_tokens":1085,"cache_read_tokens":183478,"cache_write_tokens":56366,"effective_tokens":-125956,"cache_hit_rate":2584.197,"total_tokens":1156,"cost_usd":0.47626750000000007} +{"run_id":21989721577,"workflow":"Smoke Claude","created_at":"2026-02-13T14:05:47Z","date":"2026-02-13","branch":"claude/fix-github-actions-workflow-agent","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":120,"output_tokens":2272,"cache_read_tokens":470018,"cache_write_tokens":58625,"effective_tokens":-409001,"cache_hit_rate":3916.817,"total_tokens":2392,"cost_usd":0.7647680000000002} +{"run_id":21988744686,"workflow":"Smoke Claude","created_at":"2026-02-13T13:33:58Z","date":"2026-02-13","branch":"claude/enable-api-proxy-by-default","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18718,"output_tokens":1214,"cache_read_tokens":178471,"cache_write_tokens":42563,"effective_tokens":-115976,"cache_hit_rate":9.535,"total_tokens":19932,"cost_usd":0.48210325} +{"run_id":21986857909,"workflow":"Smoke Claude","created_at":"2026-02-13T12:28:41Z","date":"2026-02-13","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-sonnet-4-5-20250929","claude-haiku-4-5-20251001"],"providers":[],"api_calls":0,"input_tokens":84,"output_tokens":1628,"cache_read_tokens":274677,"cache_write_tokens":44148,"effective_tokens":-228817,"cache_hit_rate":3269.964,"total_tokens":1712,"cost_usd":0.480278} +{"run_id":21982222413,"workflow":"Smoke Claude","created_at":"2026-02-13T09:46:22Z","date":"2026-02-13","branch":"claude/enable-api-proxy-by-default","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":96,"output_tokens":1671,"cache_read_tokens":353010,"cache_write_tokens":57231,"effective_tokens":-294012,"cache_hit_rate":3677.188,"total_tokens":1767,"cost_usd":0.57931975} +{"run_id":21978456132,"workflow":"Smoke Claude","created_at":"2026-02-13T07:28:19Z","date":"2026-02-13","branch":"claude/unset-tokens-after-agent-start","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18771,"output_tokens":1402,"cache_read_tokens":234456,"cache_write_tokens":42903,"effective_tokens":-171380,"cache_hit_rate":12.49,"total_tokens":20173,"cost_usd":0.52090375} +{"run_id":21978273270,"workflow":"Smoke Claude","created_at":"2026-02-13T07:20:38Z","date":"2026-02-13","branch":"claude/diagnose-test-chroot-package-managers","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18719,"output_tokens":1194,"cache_read_tokens":178264,"cache_write_tokens":42589,"effective_tokens":-115762,"cache_hit_rate":9.523,"total_tokens":19913,"cost_usd":0.48167225} +{"run_id":21978261178,"workflow":"Smoke Claude","created_at":"2026-02-13T07:20:10Z","date":"2026-02-13","branch":"claude/unset-tokens-after-agent-start","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":76,"output_tokens":3825,"cache_read_tokens":547898,"cache_write_tokens":27447,"effective_tokens":-516550,"cache_hit_rate":7209.184,"total_tokens":3901,"cost_usd":0.54771375} +{"run_id":21977776655,"workflow":"Smoke Claude","created_at":"2026-02-13T06:58:34Z","date":"2026-02-13","branch":"claude/enable-api-proxy-by-default","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18770,"output_tokens":1278,"cache_read_tokens":234659,"cache_write_tokens":42838,"effective_tokens":-171773,"cache_hit_rate":12.502,"total_tokens":20048,"cost_usd":0.514784} +{"run_id":21977454915,"workflow":"Smoke Claude","created_at":"2026-02-13T06:43:52Z","date":"2026-02-13","branch":"claude/unset-tokens-after-agent-start","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18792,"output_tokens":2040,"cache_read_tokens":462689,"cache_write_tokens":44140,"effective_tokens":-397717,"cache_hit_rate":24.622,"total_tokens":20832,"cost_usd":0.6561514999999999} +{"run_id":21977064051,"workflow":"Smoke Claude","created_at":"2026-02-13T06:25:50Z","date":"2026-02-13","branch":"security/harden-one-shot-token-binary","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":73,"output_tokens":2955,"cache_read_tokens":716516,"cache_write_tokens":62668,"effective_tokens":-650820,"cache_hit_rate":9815.288,"total_tokens":3028,"cost_usd":0.8323949999999999} +{"run_id":21976652617,"workflow":"Smoke Claude","created_at":"2026-02-13T06:07:08Z","date":"2026-02-13","branch":"claude/unset-tokens-after-agent-start","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":75,"output_tokens":1015,"cache_read_tokens":159375,"cache_write_tokens":23669,"effective_tokens":-134616,"cache_hit_rate":2125,"total_tokens":1090,"cost_usd":0.25626174999999995} +{"run_id":21974237737,"workflow":"Smoke Claude","created_at":"2026-02-13T04:06:01Z","date":"2026-02-13","branch":"claude/extract-rust-one-shot-token-lib","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":1130,"cache_read_tokens":183410,"cache_write_tokens":56380,"effective_tokens":-125876,"cache_hit_rate":7642.083,"total_tokens":1154,"cost_usd":0.475455} +{"run_id":21973717768,"workflow":"Smoke Claude","created_at":"2026-02-13T03:39:07Z","date":"2026-02-13","branch":"claude/extract-rust-one-shot-token-lib","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":1147,"cache_read_tokens":197333,"cache_write_tokens":42686,"effective_tokens":-153476,"cache_hit_rate":8222.208,"total_tokens":1171,"cost_usd":0.399056} +{"run_id":21973417616,"workflow":"Smoke Claude","created_at":"2026-02-13T03:23:48Z","date":"2026-02-13","branch":"claude/fix-github-actions-workflow-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":26,"output_tokens":1223,"cache_read_tokens":197695,"cache_write_tokens":42712,"effective_tokens":-153734,"cache_hit_rate":7603.654,"total_tokens":1249,"cost_usd":0.3982335} +{"run_id":21971662665,"workflow":"Smoke Claude","created_at":"2026-02-13T01:55:30Z","date":"2026-02-13","branch":"claude/extract-rust-one-shot-token-lib","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18737,"output_tokens":1065,"cache_read_tokens":178488,"cache_write_tokens":42560,"effective_tokens":-116126,"cache_hit_rate":9.526,"total_tokens":19802,"cost_usd":0.47836600000000007} +{"run_id":21970440982,"workflow":"Smoke Claude","created_at":"2026-02-13T00:58:17Z","date":"2026-02-13","branch":"claude/diagnose-test-chroot-package-managers","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":1084,"cache_read_tokens":197117,"cache_write_tokens":42561,"effective_tokens":-153448,"cache_hit_rate":8213.208,"total_tokens":1108,"cost_usd":0.39662775} +{"run_id":21970371478,"workflow":"Smoke Claude","created_at":"2026-02-13T00:55:11Z","date":"2026-02-13","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":83,"output_tokens":2203,"cache_read_tokens":415957,"cache_write_tokens":58871,"effective_tokens":-354800,"cache_hit_rate":5011.53,"total_tokens":2286,"cost_usd":0.7317899999999999} +{"run_id":21969369502,"workflow":"Smoke Claude","created_at":"2026-02-13T00:11:56Z","date":"2026-02-13","branch":"claude/diagnose-firewall-vulnerability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18759,"output_tokens":1094,"cache_read_tokens":178418,"cache_write_tokens":42571,"effective_tokens":-115994,"cache_hit_rate":9.511,"total_tokens":19853,"cost_usd":0.47934475} +{"run_id":21968429968,"workflow":"Smoke Claude","created_at":"2026-02-12T23:32:27Z","date":"2026-02-12","branch":"claude/diagnose-firewall-vulnerability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18711,"output_tokens":905,"cache_read_tokens":147704,"cache_write_tokens":48351,"effective_tokens":-79737,"cache_hit_rate":7.894,"total_tokens":19616,"cost_usd":0.49405275} +{"run_id":21968391229,"workflow":"Smoke Claude","created_at":"2026-02-12T23:30:54Z","date":"2026-02-12","branch":"security/harden-one-shot-token-binary","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":1116,"cache_read_tokens":197335,"cache_write_tokens":42636,"effective_tokens":-153559,"cache_hit_rate":8222.292,"total_tokens":1140,"cost_usd":0.39891150000000003} +{"run_id":21968389676,"workflow":"Smoke Claude","created_at":"2026-02-12T23:30:50Z","date":"2026-02-12","branch":"feat/secret-digger","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":20,"output_tokens":1284,"cache_read_tokens":141215,"cache_write_tokens":42695,"effective_tokens":-97216,"cache_hit_rate":7060.75,"total_tokens":1304,"cost_usd":0.37149625000000003} +{"run_id":21967863708,"workflow":"Smoke Claude","created_at":"2026-02-12T23:10:09Z","date":"2026-02-12","branch":"claude/diagnose-firewall-vulnerability-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":42,"output_tokens":1675,"cache_read_tokens":366128,"cache_write_tokens":43244,"effective_tokens":-321167,"cache_hit_rate":8717.333,"total_tokens":1717,"cost_usd":0.5015700000000001} +{"run_id":21966537321,"workflow":"Smoke Claude","created_at":"2026-02-12T22:21:48Z","date":"2026-02-12","branch":"claude/diagnose-firewall-vulnerability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18790,"output_tokens":1676,"cache_read_tokens":348715,"cache_write_tokens":43570,"effective_tokens":-284679,"cache_hit_rate":18.559,"total_tokens":20466,"cost_usd":0.586588} +{"run_id":21966505341,"workflow":"Smoke Claude","created_at":"2026-02-12T22:20:43Z","date":"2026-02-12","branch":"claude/create-sidecar-container-envoy","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":27,"output_tokens":1488,"cache_read_tokens":179249,"cache_write_tokens":43921,"effective_tokens":-133813,"cache_hit_rate":6638.852,"total_tokens":1515,"cost_usd":0.4924915} +{"run_id":21966346047,"workflow":"Smoke Claude","created_at":"2026-02-12T22:15:10Z","date":"2026-02-12","branch":"claude/diagnose-firewall-vulnerability-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":20,"output_tokens":1066,"cache_read_tokens":165529,"cache_write_tokens":47511,"effective_tokens":-116932,"cache_hit_rate":8276.45,"total_tokens":1086,"cost_usd":0.40832324999999997} +{"run_id":21966225317,"workflow":"Smoke Claude","created_at":"2026-02-12T22:11:11Z","date":"2026-02-12","branch":"claude/diagnose-firewall-vulnerability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18776,"output_tokens":1283,"cache_read_tokens":234840,"cache_write_tokens":42881,"effective_tokens":-171900,"cache_hit_rate":12.507,"total_tokens":20059,"cost_usd":0.51430125} +{"run_id":21965930541,"workflow":"Smoke Claude","created_at":"2026-02-12T22:01:26Z","date":"2026-02-12","branch":"claude/diagnose-firewall-vulnerability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":70,"output_tokens":1098,"cache_read_tokens":196994,"cache_write_tokens":42508,"effective_tokens":-153318,"cache_hit_rate":2814.2,"total_tokens":1168,"cost_usd":0.396762} +{"run_id":21965543310,"workflow":"Smoke Claude","created_at":"2026-02-12T21:48:31Z","date":"2026-02-12","branch":"claude/diagnose-firewall-vulnerability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":118,"output_tokens":2695,"cache_read_tokens":657779,"cache_write_tokens":46024,"effective_tokens":-608942,"cache_hit_rate":5574.398,"total_tokens":2813,"cost_usd":0.7139857499999999} +{"run_id":21964764011,"workflow":"Smoke Claude","created_at":"2026-02-12T21:22:48Z","date":"2026-02-12","branch":"claude/diagnose-firewall-vulnerability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":18729,"output_tokens":1105,"cache_read_tokens":178368,"cache_write_tokens":42542,"effective_tokens":-115992,"cache_hit_rate":9.524,"total_tokens":19834,"cost_usd":0.48107449999999996} +{"run_id":21964509025,"workflow":"Smoke Claude","created_at":"2026-02-12T21:14:23Z","date":"2026-02-12","branch":"claude/create-sidecar-container-envoy","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":235,"output_tokens":3383,"cache_read_tokens":566776,"cache_write_tokens":29109,"effective_tokens":-534049,"cache_hit_rate":2411.813,"total_tokens":3618,"cost_usd":0.5594892499999999} +{"run_id":21964052901,"workflow":"Smoke Claude","created_at":"2026-02-12T20:59:35Z","date":"2026-02-12","branch":"claude/create-sidecar-container-envoy","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":911,"cache_read_tokens":168645,"cache_write_tokens":50509,"effective_tokens":-117201,"cache_hit_rate":7026.875,"total_tokens":935,"cost_usd":0.42476375} +{"run_id":21962737181,"workflow":"Smoke Claude","created_at":"2026-02-12T20:17:14Z","date":"2026-02-12","branch":"copilot/remove-enable-chroot-flag","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":1136,"cache_read_tokens":206868,"cache_write_tokens":33184,"effective_tokens":-172524,"cache_hit_rate":8619.5,"total_tokens":1160,"cost_usd":0.3423700000000001} +{"run_id":21962690253,"workflow":"Smoke Claude","created_at":"2026-02-12T20:15:45Z","date":"2026-02-12","branch":"fix/regex-anchors","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":20,"output_tokens":1107,"cache_read_tokens":150752,"cache_write_tokens":33109,"effective_tokens":-116516,"cache_hit_rate":7537.6,"total_tokens":1127,"cost_usd":0.31306424999999993} +{"run_id":21962659733,"workflow":"Smoke Claude","created_at":"2026-02-12T20:14:49Z","date":"2026-02-12","branch":"fix/ssl-bump-race-condition","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":1068,"cache_read_tokens":197257,"cache_write_tokens":42597,"effective_tokens":-153568,"cache_hit_rate":8219.042,"total_tokens":1092,"cost_usd":0.39464075} +{"run_id":21962630584,"workflow":"Smoke Claude","created_at":"2026-02-12T20:13:56Z","date":"2026-02-12","branch":"fix/insecure-temp-file","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":44,"output_tokens":1873,"cache_read_tokens":275256,"cache_write_tokens":25319,"effective_tokens":-248020,"cache_hit_rate":6255.818,"total_tokens":1917,"cost_usd":0.3492227499999999} +{"run_id":21962603450,"workflow":"Smoke Claude","created_at":"2026-02-12T20:13:04Z","date":"2026-02-12","branch":"fix/http2-rapid-reset","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":1128,"cache_read_tokens":197210,"cache_write_tokens":42623,"effective_tokens":-153435,"cache_hit_rate":8217.083,"total_tokens":1152,"cost_usd":0.39631474999999994} +{"run_id":21962594373,"workflow":"Smoke Claude","created_at":"2026-02-12T20:12:48Z","date":"2026-02-12","branch":"fix/gnupg-vulnerability","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":58,"output_tokens":2705,"cache_read_tokens":387661,"cache_write_tokens":25905,"effective_tokens":-358993,"cache_hit_rate":6683.81,"total_tokens":2763,"cost_usd":0.42766675} +{"run_id":21961945268,"workflow":"Smoke Claude","created_at":"2026-02-12T19:52:42Z","date":"2026-02-12","branch":"claude/diagnose-firewall-vulnerability-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":20,"output_tokens":1114,"cache_read_tokens":141309,"cache_write_tokens":42631,"effective_tokens":-97544,"cache_hit_rate":7065.45,"total_tokens":1134,"cost_usd":0.36991425} +{"run_id":21961531983,"workflow":"Smoke Claude","created_at":"2026-02-12T19:39:53Z","date":"2026-02-12","branch":"copilot/remove-enable-chroot-flag","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":43,"output_tokens":1869,"cache_read_tokens":424831,"cache_write_tokens":43859,"effective_tokens":-379060,"cache_hit_rate":9879.791,"total_tokens":1912,"cost_usd":0.54102825} +{"run_id":21961398452,"workflow":"Smoke Claude","created_at":"2026-02-12T19:35:39Z","date":"2026-02-12","branch":"copilot/fix-java-dotnet-chroot","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":42,"output_tokens":1609,"cache_read_tokens":310650,"cache_write_tokens":43402,"effective_tokens":-265597,"cache_hit_rate":7396.429,"total_tokens":1651,"cost_usd":0.47000950000000014} +{"run_id":21959922813,"workflow":"Smoke Claude","created_at":"2026-02-12T18:51:10Z","date":"2026-02-12","branch":"claude/create-sidecar-container-envoy","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":65,"output_tokens":2369,"cache_read_tokens":542446,"cache_write_tokens":45331,"effective_tokens":-494681,"cache_hit_rate":8345.323,"total_tokens":2434,"cost_usd":0.7204082500000001} +{"run_id":21959823980,"workflow":"Smoke Claude","created_at":"2026-02-12T18:48:15Z","date":"2026-02-12","branch":"claude/add-commit-to-sidecar-container","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":78,"output_tokens":2704,"cache_read_tokens":598682,"cache_write_tokens":45123,"effective_tokens":-550777,"cache_hit_rate":7675.41,"total_tokens":2782,"cost_usd":0.65226775} +{"run_id":21958327616,"workflow":"Smoke Claude","created_at":"2026-02-12T18:02:24Z","date":"2026-02-12","branch":"claude/create-sidecar-container-envoy","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":932,"cache_read_tokens":156903,"cache_write_tokens":57896,"effective_tokens":-98051,"cache_hit_rate":6537.625,"total_tokens":956,"cost_usd":0.4655865} +{"run_id":21957514719,"workflow":"Smoke Claude","created_at":"2026-02-12T17:38:10Z","date":"2026-02-12","branch":"claude/create-sidecar-container-envoy","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":950,"cache_read_tokens":156910,"cache_write_tokens":57918,"effective_tokens":-98018,"cache_hit_rate":6537.917,"total_tokens":974,"cost_usd":0.4661775} +{"run_id":21946689843,"workflow":"Smoke Claude","created_at":"2026-02-12T12:30:43Z","date":"2026-02-12","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":32,"output_tokens":1038,"cache_read_tokens":291855,"cache_write_tokens":57948,"effective_tokens":-232837,"cache_hit_rate":9120.469,"total_tokens":1070,"cost_usd":0.5387605} +{"run_id":21935267620,"workflow":"Smoke Claude","created_at":"2026-02-12T05:51:47Z","date":"2026-02-12","branch":"copilot/fix-java-dotnet-chroot","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":26,"output_tokens":1046,"cache_read_tokens":209437,"cache_write_tokens":58200,"effective_tokens":-150165,"cache_hit_rate":8055.269,"total_tokens":1072,"cost_usd":0.4966035} +{"run_id":21934741143,"workflow":"Smoke Claude","created_at":"2026-02-12T05:27:08Z","date":"2026-02-12","branch":"fix/hide-compose-secrets-from-container","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":26,"output_tokens":1059,"cache_read_tokens":211748,"cache_write_tokens":59333,"effective_tokens":-151330,"cache_hit_rate":8144.154,"total_tokens":1085,"cost_usd":0.5051752500000001} +{"run_id":21934702044,"workflow":"Smoke Claude","created_at":"2026-02-12T05:25:12Z","date":"2026-02-12","branch":"fix/expand-credential-hiding-list","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":1092,"cache_read_tokens":197062,"cache_write_tokens":42534,"effective_tokens":-153412,"cache_hit_rate":8210.917,"total_tokens":1116,"cost_usd":0.3966215} +{"run_id":21934568450,"workflow":"Smoke Claude","created_at":"2026-02-12T05:18:31Z","date":"2026-02-12","branch":"copilot/fix-java-dotnet-chroot","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":909,"cache_read_tokens":155037,"cache_write_tokens":55990,"effective_tokens":-98114,"cache_hit_rate":6459.875,"total_tokens":933,"cost_usd":0.452051} +{"run_id":21934475014,"workflow":"Smoke Claude","created_at":"2026-02-12T05:13:40Z","date":"2026-02-12","branch":"copilot/remove-enable-chroot-flag","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":69,"output_tokens":2674,"cache_read_tokens":656978,"cache_write_tokens":45442,"effective_tokens":-608793,"cache_hit_rate":9521.42,"total_tokens":2743,"cost_usd":0.9584615000000002} +{"run_id":21933879884,"workflow":"Smoke Claude","created_at":"2026-02-12T04:44:10Z","date":"2026-02-12","branch":"claude/diagnose-firewall-vulnerability-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":30,"output_tokens":1317,"cache_read_tokens":253230,"cache_write_tokens":42893,"effective_tokens":-208990,"cache_hit_rate":8441,"total_tokens":1347,"cost_usd":0.43194024999999997} +{"run_id":21933390894,"workflow":"Smoke Claude","created_at":"2026-02-12T04:19:13Z","date":"2026-02-12","branch":"copilot/add-temp-log-volume-mount","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":1082,"cache_read_tokens":197133,"cache_write_tokens":42542,"effective_tokens":-153485,"cache_hit_rate":8213.875,"total_tokens":1106,"cost_usd":0.39648500000000003} +{"run_id":21933277560,"workflow":"Smoke Claude","created_at":"2026-02-12T04:13:28Z","date":"2026-02-12","branch":"copilot/fix-github-actions-workflow-another-one","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":27,"output_tokens":1325,"cache_read_tokens":253934,"cache_write_tokens":43176,"effective_tokens":-209406,"cache_hit_rate":9404.963,"total_tokens":1352,"cost_usd":0.433103} +{"run_id":21933071664,"workflow":"Smoke Claude","created_at":"2026-02-12T04:03:08Z","date":"2026-02-12","branch":"copilot/fix-github-actions-workflow-one-more-time","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":31,"output_tokens":1338,"cache_read_tokens":253486,"cache_write_tokens":42944,"effective_tokens":-209173,"cache_hit_rate":8176.968,"total_tokens":1369,"cost_usd":0.43172000000000005} +{"run_id":21932766706,"workflow":"Smoke Claude","created_at":"2026-02-12T03:47:28Z","date":"2026-02-12","branch":"copilot/fix-github-actions-workflow-another-one","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":974,"cache_read_tokens":158106,"cache_write_tokens":59058,"effective_tokens":-98050,"cache_hit_rate":6587.75,"total_tokens":998,"cost_usd":0.4745005} +{"run_id":21930931047,"workflow":"Smoke Claude","created_at":"2026-02-12T02:13:48Z","date":"2026-02-12","branch":"copilot/add-temp-log-volume-mount","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":30,"output_tokens":1297,"cache_read_tokens":252985,"cache_write_tokens":42757,"effective_tokens":-208901,"cache_hit_rate":8432.833,"total_tokens":1327,"cost_usd":0.43028775} +{"run_id":21929170894,"workflow":"Smoke Claude","created_at":"2026-02-12T00:52:07Z","date":"2026-02-12","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":45,"output_tokens":2103,"cache_read_tokens":479407,"cache_write_tokens":43786,"effective_tokens":-433473,"cache_hit_rate":10653.489,"total_tokens":2148,"cost_usd":0.571292} +{"run_id":21911671082,"workflow":"Smoke Claude","created_at":"2026-02-11T15:38:30Z","date":"2026-02-11","branch":"claude/diagnose-firewall-vulnerability-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":1109,"cache_read_tokens":196799,"cache_write_tokens":42451,"effective_tokens":-153215,"cache_hit_rate":8199.958,"total_tokens":1133,"cost_usd":0.39455824999999994} +{"run_id":21905203811,"workflow":"Smoke Claude","created_at":"2026-02-11T12:33:04Z","date":"2026-02-11","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":34,"output_tokens":1704,"cache_read_tokens":352490,"cache_write_tokens":57259,"effective_tokens":-293493,"cache_hit_rate":10367.353,"total_tokens":1738,"cost_usd":0.5839827499999999} +{"run_id":21888506981,"workflow":"Smoke Claude","created_at":"2026-02-11T00:57:34Z","date":"2026-02-11","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":20,"output_tokens":952,"cache_read_tokens":157554,"cache_write_tokens":58861,"effective_tokens":-97721,"cache_hit_rate":7877.7,"total_tokens":972,"cost_usd":0.47232124999999997} +{"run_id":21887882259,"workflow":"Smoke Claude","created_at":"2026-02-11T00:30:09Z","date":"2026-02-11","branch":"claude/analyze-mounted-files-security","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":31,"output_tokens":1330,"cache_read_tokens":239374,"cache_write_tokens":56601,"effective_tokens":-181412,"cache_hit_rate":7721.742,"total_tokens":1361,"cost_usd":0.5098062499999999} +{"run_id":21886864124,"workflow":"Smoke Claude","created_at":"2026-02-10T23:46:41Z","date":"2026-02-10","branch":"claude/analyze-mounted-files-security","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":936,"cache_read_tokens":155543,"cache_write_tokens":56531,"effective_tokens":-98052,"cache_hit_rate":6480.958,"total_tokens":960,"cost_usd":0.4564762500000001} +{"run_id":21886284615,"workflow":"Smoke Claude","created_at":"2026-02-10T23:22:44Z","date":"2026-02-10","branch":"fix/docker-build-no-cache","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":1108,"cache_read_tokens":197040,"cache_write_tokens":42521,"effective_tokens":-153387,"cache_hit_rate":8210,"total_tokens":1132,"cost_usd":0.39688524999999997} +{"run_id":21886207359,"workflow":"Smoke Claude","created_at":"2026-02-10T23:19:36Z","date":"2026-02-10","branch":"fix/agent-dockerfile-apt-retry","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":935,"cache_read_tokens":155506,"cache_write_tokens":56437,"effective_tokens":-98110,"cache_hit_rate":6479.417,"total_tokens":959,"cost_usd":0.45584525000000004} +{"run_id":21885952340,"workflow":"Smoke Claude","created_at":"2026-02-10T23:09:30Z","date":"2026-02-10","branch":"fix/agent-dockerfile-apt-retry","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":48,"output_tokens":1867,"cache_read_tokens":314067,"cache_write_tokens":25504,"effective_tokens":-286648,"cache_hit_rate":6543.063,"total_tokens":1915,"cost_usd":0.36835650000000003} +{"run_id":21885925067,"workflow":"Smoke Claude","created_at":"2026-02-10T23:08:21Z","date":"2026-02-10","branch":"feat/nightly-release","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":20,"output_tokens":1042,"cache_read_tokens":154079,"cache_write_tokens":56035,"effective_tokens":-96982,"cache_hit_rate":7703.95,"total_tokens":1062,"cost_usd":0.45518025} +{"run_id":21883741108,"workflow":"Smoke Claude","created_at":"2026-02-10T21:50:39Z","date":"2026-02-10","branch":"fix/docker-build-no-cache","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":1091,"cache_read_tokens":197010,"cache_write_tokens":42472,"effective_tokens":-153423,"cache_hit_rate":8208.75,"total_tokens":1115,"cost_usd":0.394295} +{"run_id":21883495456,"workflow":"Smoke Claude","created_at":"2026-02-10T21:42:27Z","date":"2026-02-10","branch":"feat/nightly-release","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":51,"output_tokens":1661,"cache_read_tokens":363101,"cache_write_tokens":42818,"effective_tokens":-318571,"cache_hit_rate":7119.627,"total_tokens":1712,"cost_usd":0.49375700000000006} +{"run_id":21882985972,"workflow":"Smoke Claude","created_at":"2026-02-10T21:25:35Z","date":"2026-02-10","branch":"fix/chroot-jest30-testpath","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":43,"output_tokens":1911,"cache_read_tokens":427008,"cache_write_tokens":44317,"effective_tokens":-380737,"cache_hit_rate":9930.419,"total_tokens":1954,"cost_usd":0.70120925} +{"run_id":21882676621,"workflow":"Smoke Claude","created_at":"2026-02-10T21:15:32Z","date":"2026-02-10","branch":"fix/lowercase-discussion-categories","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":40,"output_tokens":1381,"cache_read_tokens":316065,"cache_write_tokens":47986,"effective_tokens":-266658,"cache_hit_rate":7901.625,"total_tokens":1421,"cost_usd":0.497081} +{"run_id":21882478543,"workflow":"Smoke Claude","created_at":"2026-02-10T21:09:01Z","date":"2026-02-10","branch":"fix/chroot-jest30-testpath","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":32,"output_tokens":1314,"cache_read_tokens":250932,"cache_write_tokens":42295,"effective_tokens":-207291,"cache_hit_rate":7841.625,"total_tokens":1346,"cost_usd":0.42676875000000003} +{"run_id":21882393992,"workflow":"Smoke Claude","created_at":"2026-02-10T21:06:12Z","date":"2026-02-10","branch":"fix/lowercase-discussion-categories","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":30,"output_tokens":1317,"cache_read_tokens":251537,"cache_write_tokens":42502,"effective_tokens":-207688,"cache_hit_rate":8384.567,"total_tokens":1347,"cost_usd":0.428553} +{"run_id":21882209560,"workflow":"Smoke Claude","created_at":"2026-02-10T21:00:11Z","date":"2026-02-10","branch":"dependabot/npm_and_yarn/linting-55a9f41e4a","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":1072,"cache_read_tokens":195430,"cache_write_tokens":42051,"effective_tokens":-152283,"cache_hit_rate":8142.917,"total_tokens":1096,"cost_usd":0.39041975000000007} +{"run_id":21881980155,"workflow":"Smoke Claude","created_at":"2026-02-10T20:52:30Z","date":"2026-02-10","branch":"fix/host-gateway-port-restriction","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":114,"output_tokens":1667,"cache_read_tokens":365462,"cache_write_tokens":43244,"effective_tokens":-320437,"cache_hit_rate":3205.807,"total_tokens":1781,"cost_usd":0.49825499999999984} +{"run_id":21881710467,"workflow":"Smoke Claude","created_at":"2026-02-10T20:43:40Z","date":"2026-02-10","branch":"fix/host-gateway-port-restriction","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":27,"output_tokens":1261,"cache_read_tokens":196248,"cache_write_tokens":42424,"effective_tokens":-152536,"cache_hit_rate":7268.444,"total_tokens":1288,"cost_usd":0.39791299999999996} +{"run_id":21881548283,"workflow":"Smoke Claude","created_at":"2026-02-10T20:38:22Z","date":"2026-02-10","branch":"fix/host-gateway-port-restriction","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":1128,"cache_read_tokens":196224,"cache_write_tokens":42335,"effective_tokens":-152737,"cache_hit_rate":8176,"total_tokens":1152,"cost_usd":0.39402875000000004} +{"run_id":21879403245,"workflow":"Smoke Claude","created_at":"2026-02-10T19:29:59Z","date":"2026-02-10","branch":"copilot/fix-broken-pipeline","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":1100,"cache_read_tokens":195239,"cache_write_tokens":42007,"effective_tokens":-152108,"cache_hit_rate":8134.958,"total_tokens":1124,"cost_usd":0.3906012499999999} +{"run_id":21879070235,"workflow":"Smoke Claude","created_at":"2026-02-10T19:19:27Z","date":"2026-02-10","branch":"fix/host-gateway-port-restriction","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":36,"output_tokens":1499,"cache_read_tokens":310871,"cache_write_tokens":43730,"effective_tokens":-265606,"cache_hit_rate":8635.306,"total_tokens":1535,"cost_usd":0.6735200000000001} +{"run_id":21878730001,"workflow":"Smoke Claude","created_at":"2026-02-10T19:08:40Z","date":"2026-02-10","branch":"feat/build-test-dotnet","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":1128,"cache_read_tokens":195710,"cache_write_tokens":42219,"effective_tokens":-152339,"cache_hit_rate":8154.583,"total_tokens":1152,"cost_usd":0.39489374999999993} +{"run_id":21878728297,"workflow":"Smoke Claude","created_at":"2026-02-10T19:08:37Z","date":"2026-02-10","branch":"fix/host-gateway-port-restriction","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":39,"output_tokens":1973,"cache_read_tokens":432132,"cache_write_tokens":34271,"effective_tokens":-395849,"cache_hit_rate":11080.308,"total_tokens":2012,"cost_usd":0.48504975000000006} +{"run_id":21877893154,"workflow":"Smoke Claude","created_at":"2026-02-10T18:42:49Z","date":"2026-02-10","branch":"copilot/fix-github-actions-workflow-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":34,"output_tokens":1492,"cache_read_tokens":251280,"cache_write_tokens":42874,"effective_tokens":-206880,"cache_hit_rate":7390.588,"total_tokens":1526,"cost_usd":0.43291050000000003} +{"run_id":21877091732,"workflow":"Smoke Claude","created_at":"2026-02-10T18:18:25Z","date":"2026-02-10","branch":"copilot/fix-github-actions-workflow-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":907,"cache_read_tokens":155837,"cache_write_tokens":57552,"effective_tokens":-97354,"cache_hit_rate":6493.208,"total_tokens":931,"cost_usd":0.4623594999999999} +{"run_id":21876677316,"workflow":"Smoke Claude","created_at":"2026-02-10T18:05:39Z","date":"2026-02-10","branch":"copilot/fix-github-actions-workflow-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":188,"output_tokens":1579,"cache_read_tokens":196982,"cache_write_tokens":24857,"effective_tokens":-170358,"cache_hit_rate":1047.777,"total_tokens":1767,"cost_usd":0.29994125} +{"run_id":21855460585,"workflow":"Smoke Claude","created_at":"2026-02-10T07:18:19Z","date":"2026-02-10","branch":"dependabot/npm_and_yarn/linting-55a9f41e4a","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":32,"output_tokens":1347,"cache_read_tokens":251260,"cache_write_tokens":42399,"effective_tokens":-207482,"cache_hit_rate":7851.875,"total_tokens":1379,"cost_usd":0.42836075} +{"run_id":21855150000,"workflow":"Smoke Claude","created_at":"2026-02-10T07:05:21Z","date":"2026-02-10","branch":"lpcox/one-shot-token-ld-preload","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":33,"output_tokens":1302,"cache_read_tokens":250802,"cache_write_tokens":42245,"effective_tokens":-207222,"cache_hit_rate":7600.061,"total_tokens":1335,"cost_usd":0.42679225} +{"run_id":21854832573,"workflow":"Smoke Claude","created_at":"2026-02-10T06:52:07Z","date":"2026-02-10","branch":"copilot/fix-github-actions-workflow-again","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":112,"output_tokens":1528,"cache_read_tokens":385623,"cache_write_tokens":54987,"effective_tokens":-328996,"cache_hit_rate":3443.063,"total_tokens":1640,"cost_usd":0.58193025} +{"run_id":21854597702,"workflow":"Smoke Claude","created_at":"2026-02-10T06:42:01Z","date":"2026-02-10","branch":"copilot/fix-broken-pipeline","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":40,"output_tokens":1628,"cache_read_tokens":307204,"cache_write_tokens":42751,"effective_tokens":-262785,"cache_hit_rate":7680.1,"total_tokens":1668,"cost_usd":0.46683475} +{"run_id":21854586594,"workflow":"Smoke Claude","created_at":"2026-02-10T06:41:32Z","date":"2026-02-10","branch":"copilot/fix-github-actions-workflow","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":117,"output_tokens":1709,"cache_read_tokens":442587,"cache_write_tokens":56813,"effective_tokens":-383948,"cache_hit_rate":3782.795,"total_tokens":1826,"cost_usd":0.6255627500000002} +{"run_id":21854575546,"workflow":"Smoke Claude","created_at":"2026-02-10T06:41:07Z","date":"2026-02-10","branch":"lpcox/one-shot-token-ld-preload","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":26,"output_tokens":1140,"cache_read_tokens":195301,"cache_write_tokens":42056,"effective_tokens":-152079,"cache_hit_rate":7511.577,"total_tokens":1166,"cost_usd":0.39199049999999996} +{"run_id":21854552113,"workflow":"Smoke Claude","created_at":"2026-02-10T06:40:04Z","date":"2026-02-10","branch":"copilot/sub-pr-604","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":110,"output_tokens":1548,"cache_read_tokens":374220,"cache_write_tokens":42099,"effective_tokens":-330463,"cache_hit_rate":3402,"total_tokens":1658,"cost_usd":0.5832192500000002} +{"run_id":21854367049,"workflow":"Smoke Claude","created_at":"2026-02-10T06:32:14Z","date":"2026-02-10","branch":"lpcox/one-shot-token-ld-preload","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":63,"output_tokens":2032,"cache_read_tokens":476571,"cache_write_tokens":43390,"effective_tokens":-431086,"cache_hit_rate":7564.619,"total_tokens":2095,"cost_usd":0.565715} +{"run_id":21854249515,"workflow":"Smoke Claude","created_at":"2026-02-10T06:27:06Z","date":"2026-02-10","branch":"copilot/fix-broken-pipeline","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-sonnet-4-5-20250929","claude-haiku-4-5-20251001"],"providers":[],"api_calls":0,"input_tokens":41,"output_tokens":1575,"cache_read_tokens":316598,"cache_write_tokens":33154,"effective_tokens":-281828,"cache_hit_rate":7721.902,"total_tokens":1616,"cost_usd":0.4091004999999999} +{"run_id":21854153186,"workflow":"Smoke Claude","created_at":"2026-02-10T06:23:02Z","date":"2026-02-10","branch":"lpcox/one-shot-token-ld-preload","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":56,"output_tokens":2166,"cache_read_tokens":486060,"cache_write_tokens":43392,"effective_tokens":-440446,"cache_hit_rate":8679.643,"total_tokens":2222,"cost_usd":0.665736} +{"run_id":21854107060,"workflow":"Smoke Claude","created_at":"2026-02-10T06:21:06Z","date":"2026-02-10","branch":"copilot/sub-pr-604","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":70,"output_tokens":2125,"cache_read_tokens":538992,"cache_write_tokens":42323,"effective_tokens":-494474,"cache_hit_rate":7699.886,"total_tokens":2195,"cost_usd":0.5953997499999999} +{"run_id":21853923921,"workflow":"Smoke Claude","created_at":"2026-02-10T06:13:17Z","date":"2026-02-10","branch":"lpcox/one-shot-token-ld-preload","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":96,"output_tokens":948,"cache_read_tokens":222520,"cache_write_tokens":53579,"effective_tokens":-167897,"cache_hit_rate":2317.917,"total_tokens":1044,"cost_usd":0.47208074999999994} +{"run_id":21852297039,"workflow":"Smoke Claude","created_at":"2026-02-10T04:57:07Z","date":"2026-02-10","branch":"lpcox/one-shot-token-ld-preload","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":112,"output_tokens":1558,"cache_read_tokens":385190,"cache_write_tokens":54010,"effective_tokens":-329510,"cache_hit_rate":3439.196,"total_tokens":1670,"cost_usd":0.5744815} +{"run_id":21847253726,"workflow":"Smoke Claude","created_at":"2026-02-10T00:59:02Z","date":"2026-02-10","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":60,"output_tokens":1853,"cache_read_tokens":520063,"cache_write_tokens":54359,"effective_tokens":-463791,"cache_hit_rate":8667.717,"total_tokens":1913,"cost_usd":0.6516782500000001} +{"run_id":21838280173,"workflow":"Smoke Claude","created_at":"2026-02-09T19:51:04Z","date":"2026-02-09","branch":"chore/update-gh-aw-v0.42.17","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":70,"output_tokens":2904,"cache_read_tokens":422027,"cache_write_tokens":25766,"effective_tokens":-393287,"cache_hit_rate":6028.957,"total_tokens":2974,"cost_usd":0.448997} +{"run_id":21837714679,"workflow":"Smoke Claude","created_at":"2026-02-09T19:31:27Z","date":"2026-02-09","branch":"chore/update-gh-aw-v0.42.17","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":26,"output_tokens":1202,"cache_read_tokens":195239,"cache_write_tokens":42024,"effective_tokens":-151987,"cache_hit_rate":7509.192,"total_tokens":1228,"cost_usd":0.39330149999999997} +{"run_id":21837292179,"workflow":"Smoke Claude","created_at":"2026-02-09T19:13:30Z","date":"2026-02-09","branch":"chore/update-gh-aw-v0.42.17","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":27,"output_tokens":1427,"cache_read_tokens":195199,"cache_write_tokens":42307,"effective_tokens":-151438,"cache_hit_rate":7229.593,"total_tokens":1454,"cost_usd":0.40065625} +{"run_id":21837112138,"workflow":"Smoke Claude","created_at":"2026-02-09T18:48:28Z","date":"2026-02-09","branch":"chore/update-gh-aw-v0.42.17","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":26,"output_tokens":1131,"cache_read_tokens":195247,"cache_write_tokens":42039,"effective_tokens":-152051,"cache_hit_rate":7509.5,"total_tokens":1157,"cost_usd":0.39158424999999997} +{"run_id":21836642496,"workflow":"Smoke Claude","created_at":"2026-02-09T18:34:20Z","date":"2026-02-09","branch":"chore/update-gh-aw-v0.42.17","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":26,"output_tokens":1097,"cache_read_tokens":195113,"cache_write_tokens":41958,"effective_tokens":-152032,"cache_hit_rate":7504.346,"total_tokens":1123,"cost_usd":0.3897} +{"run_id":21836285228,"workflow":"Smoke Claude","created_at":"2026-02-09T18:23:43Z","date":"2026-02-09","branch":"feat/smoke-safe-output-validation","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":117,"output_tokens":1785,"cache_read_tokens":429394,"cache_write_tokens":68334,"effective_tokens":-359158,"cache_hit_rate":3670.034,"total_tokens":1902,"cost_usd":0.6929475} +{"run_id":21836226349,"workflow":"Smoke Claude","created_at":"2026-02-09T18:22:00Z","date":"2026-02-09","branch":"copilot/fix-broken-pipeline","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":112,"output_tokens":1559,"cache_read_tokens":372331,"cache_write_tokens":41256,"effective_tokens":-329404,"cache_hit_rate":3324.384,"total_tokens":1671,"cost_usd":0.4894535} +{"run_id":21834573336,"workflow":"Smoke Claude","created_at":"2026-02-09T17:32:10Z","date":"2026-02-09","branch":"fix/smoke-codex-pr-trigger","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":58,"output_tokens":1648,"cache_read_tokens":440808,"cache_write_tokens":53990,"effective_tokens":-385112,"cache_hit_rate":7600.138,"total_tokens":1706,"cost_usd":0.6060915} +{"run_id":21825245456,"workflow":"Smoke Claude","created_at":"2026-02-09T12:33:16Z","date":"2026-02-09","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":57,"output_tokens":1904,"cache_read_tokens":485863,"cache_write_tokens":45201,"effective_tokens":-438701,"cache_hit_rate":8523.912,"total_tokens":1961,"cost_usd":0.5816227500000001} +{"run_id":21816564647,"workflow":"Smoke Claude","created_at":"2026-02-09T07:45:43Z","date":"2026-02-09","branch":"feat/smoke-safe-output-validation","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":129,"output_tokens":2039,"cache_read_tokens":528397,"cache_write_tokens":56225,"effective_tokens":-470004,"cache_hit_rate":4096.101,"total_tokens":2168,"cost_usd":0.6739237499999998} +{"run_id":21816493351,"workflow":"Smoke Claude","created_at":"2026-02-09T07:42:54Z","date":"2026-02-09","branch":"test/chroot-java-dotnet","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":51,"output_tokens":1751,"cache_read_tokens":428444,"cache_write_tokens":41826,"effective_tokens":-384816,"cache_hit_rate":8400.863,"total_tokens":1802,"cost_usd":0.5293495} +{"run_id":21816197835,"workflow":"Smoke Claude","created_at":"2026-02-09T07:31:05Z","date":"2026-02-09","branch":"feat/smoke-safe-output-validation","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":76,"output_tokens":2072,"cache_read_tokens":609032,"cache_write_tokens":58417,"effective_tokens":-548467,"cache_hit_rate":8013.579,"total_tokens":2148,"cost_usd":0.7235732500000001} +{"run_id":21816046961,"workflow":"Smoke Claude","created_at":"2026-02-09T07:25:15Z","date":"2026-02-09","branch":"test/chroot-java-dotnet","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":71,"output_tokens":2100,"cache_read_tokens":561436,"cache_write_tokens":44420,"effective_tokens":-514845,"cache_hit_rate":7907.549,"total_tokens":2171,"cost_usd":0.6129690000000001} +{"run_id":21815733280,"workflow":"Smoke Claude","created_at":"2026-02-09T07:11:41Z","date":"2026-02-09","branch":"test/chroot-java-dotnet","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":22,"output_tokens":624,"cache_read_tokens":154693,"cache_write_tokens":39493,"effective_tokens":-114554,"cache_hit_rate":7031.5,"total_tokens":646,"cost_usd":0.3416587499999999} +{"run_id":21808674772,"workflow":"Smoke Claude","created_at":"2026-02-09T00:53:45Z","date":"2026-02-09","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":39,"output_tokens":1107,"cache_read_tokens":325190,"cache_write_tokens":43513,"effective_tokens":-280531,"cache_hit_rate":8338.205,"total_tokens":1146,"cost_usd":0.4662542499999999} +{"run_id":21798149343,"workflow":"Smoke Claude","created_at":"2026-02-08T12:27:54Z","date":"2026-02-08","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":51,"output_tokens":1288,"cache_read_tokens":391198,"cache_write_tokens":54066,"effective_tokens":-335793,"cache_hit_rate":7670.549,"total_tokens":1339,"cost_usd":0.5760945} +{"run_id":21789829458,"workflow":"Smoke Claude","created_at":"2026-02-08T01:04:32Z","date":"2026-02-08","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":22,"output_tokens":657,"cache_read_tokens":140715,"cache_write_tokens":53224,"effective_tokens":-86812,"cache_hit_rate":6396.136,"total_tokens":679,"cost_usd":0.4213735} +{"run_id":21780095543,"workflow":"Smoke Claude","created_at":"2026-02-07T12:27:50Z","date":"2026-02-07","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-sonnet-4-5-20250929","claude-haiku-4-5-20251001"],"providers":[],"api_calls":0,"input_tokens":29,"output_tokens":726,"cache_read_tokens":193835,"cache_write_tokens":53361,"effective_tokens":-139719,"cache_hit_rate":6683.966,"total_tokens":755,"cost_usd":0.45055075000000006} +{"run_id":21771070818,"workflow":"Smoke Claude","created_at":"2026-02-07T00:48:44Z","date":"2026-02-07","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":29,"output_tokens":1153,"cache_read_tokens":195658,"cache_write_tokens":54507,"effective_tokens":-139969,"cache_hit_rate":6746.828,"total_tokens":1182,"cost_usd":0.47035875000000005} +{"run_id":21769918672,"workflow":"Smoke Claude","created_at":"2026-02-06T23:46:28Z","date":"2026-02-06","branch":"fix/host-gateway-port-restriction","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":76,"output_tokens":2201,"cache_read_tokens":653965,"cache_write_tokens":45025,"effective_tokens":-606663,"cache_hit_rate":8604.803,"total_tokens":2277,"cost_usd":0.67162075} +{"run_id":21768434701,"workflow":"Smoke Claude","created_at":"2026-02-06T22:39:01Z","date":"2026-02-06","branch":"fix/host-gateway-port-restriction","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":23,"output_tokens":683,"cache_read_tokens":144839,"cache_write_tokens":34448,"effective_tokens":-109685,"cache_hit_rate":6297.348,"total_tokens":706,"cost_usd":0.3066815} +{"run_id":21767994446,"workflow":"Smoke Claude","created_at":"2026-02-06T22:21:29Z","date":"2026-02-06","branch":"fix/chroot-java-dotnet-proc","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":23,"output_tokens":681,"cache_read_tokens":144834,"cache_write_tokens":34417,"effective_tokens":-109713,"cache_hit_rate":6297.13,"total_tokens":704,"cost_usd":0.30643525000000005} +{"run_id":21765845038,"workflow":"Smoke Claude","created_at":"2026-02-06T21:04:20Z","date":"2026-02-06","branch":"fix/chroot-java-dotnet-proc","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":41,"output_tokens":1024,"cache_read_tokens":377859,"cache_write_tokens":52885,"effective_tokens":-323909,"cache_hit_rate":9216.073,"total_tokens":1065,"cost_usd":0.5489217500000001} +{"run_id":21760357243,"workflow":"Smoke Claude","created_at":"2026-02-06T17:50:59Z","date":"2026-02-06","branch":"fix/chroot-host-docker-internal-dns","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":57,"output_tokens":1847,"cache_read_tokens":440744,"cache_write_tokens":52677,"effective_tokens":-386163,"cache_hit_rate":7732.351,"total_tokens":1904,"cost_usd":0.59987825} +{"run_id":21743665441,"workflow":"Smoke Claude","created_at":"2026-02-06T08:18:12Z","date":"2026-02-06","branch":"fix/bypass-squid-for-network-gateway","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":20,"output_tokens":859,"cache_read_tokens":180349,"cache_write_tokens":80129,"effective_tokens":-99341,"cache_hit_rate":9017.45,"total_tokens":879,"cost_usd":0.6143277500000001} +{"run_id":21743293656,"workflow":"Smoke Claude","created_at":"2026-02-06T08:03:53Z","date":"2026-02-06","branch":"fix/bypass-squid-for-network-gateway","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":100,"output_tokens":1537,"cache_read_tokens":250656,"cache_write_tokens":55206,"effective_tokens":-193813,"cache_hit_rate":2506.56,"total_tokens":1637,"cost_usd":0.5129645} +{"run_id":21742638962,"workflow":"Smoke Claude","created_at":"2026-02-06T07:36:29Z","date":"2026-02-06","branch":"chore/upgrade-gh-aw-workflows","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":100,"output_tokens":1353,"cache_read_tokens":265226,"cache_write_tokens":41200,"effective_tokens":-222573,"cache_hit_rate":2652.26,"total_tokens":1453,"cost_usd":0.42621000000000003} +{"run_id":21735908759,"workflow":"Smoke Claude","created_at":"2026-02-06T02:01:21Z","date":"2026-02-06","branch":"fix/chroot-dns-resolv-conf","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":56,"output_tokens":1720,"cache_read_tokens":441022,"cache_write_tokens":53827,"effective_tokens":-385419,"cache_hit_rate":7875.393,"total_tokens":1776,"cost_usd":0.6050437500000001} +{"run_id":21735624877,"workflow":"Smoke Claude","created_at":"2026-02-06T01:46:58Z","date":"2026-02-06","branch":"fix/chroot-dns-resolv-conf","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":65,"output_tokens":1992,"cache_read_tokens":551756,"cache_write_tokens":54314,"effective_tokens":-495385,"cache_hit_rate":8488.554,"total_tokens":2057,"cost_usd":0.6759694999999999} +{"run_id":21735579070,"workflow":"Smoke Claude","created_at":"2026-02-06T01:44:45Z","date":"2026-02-06","branch":"fix/remove-leftover-intercept-port-refs","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":98,"output_tokens":1305,"cache_read_tokens":263879,"cache_write_tokens":40761,"effective_tokens":-221715,"cache_hit_rate":2692.643,"total_tokens":1403,"cost_usd":0.42367575} +{"run_id":21735300048,"workflow":"Smoke Claude","created_at":"2026-02-06T01:31:22Z","date":"2026-02-06","branch":"fix/smoke-chroot-copilot-permissions","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":47,"output_tokens":1651,"cache_read_tokens":386211,"cache_write_tokens":53814,"effective_tokens":-330699,"cache_hit_rate":8217.255,"total_tokens":1698,"cost_usd":0.573837} +{"run_id":21734652954,"workflow":"Smoke Claude","created_at":"2026-02-06T01:00:15Z","date":"2026-02-06","branch":"fix/bun-chroot-crash","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":120,"output_tokens":1730,"cache_read_tokens":443687,"cache_write_tokens":56825,"effective_tokens":-385012,"cache_hit_rate":3697.392,"total_tokens":1850,"cost_usd":0.6235937499999998} +{"run_id":21734617937,"workflow":"Smoke Claude","created_at":"2026-02-06T00:58:38Z","date":"2026-02-06","branch":"fix/chroot-etc-hosts-mount","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":688,"cache_read_tokens":199476,"cache_write_tokens":68756,"effective_tokens":-130008,"cache_hit_rate":8311.5,"total_tokens":712,"cost_usd":0.548555} +{"run_id":21734436740,"workflow":"Smoke Claude","created_at":"2026-02-06T00:50:17Z","date":"2026-02-06","branch":"fix/bypass-squid-host-gateway","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":35,"output_tokens":1439,"cache_read_tokens":333181,"cache_write_tokens":56158,"effective_tokens":-275549,"cache_hit_rate":9519.457,"total_tokens":1474,"cost_usd":0.5594589999999999} +{"run_id":21733736995,"workflow":"Smoke Claude","created_at":"2026-02-06T00:19:57Z","date":"2026-02-06","branch":"revert/intercept-mode","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":93,"output_tokens":1551,"cache_read_tokens":383610,"cache_write_tokens":51991,"effective_tokens":-329975,"cache_hit_rate":4124.839,"total_tokens":1644,"cost_usd":0.56168775} +{"run_id":21733318371,"workflow":"Smoke Claude","created_at":"2026-02-06T00:02:15Z","date":"2026-02-06","branch":"fix/bypass-squid-intercept-host-gateway","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":757,"cache_read_tokens":158639,"cache_write_tokens":50734,"effective_tokens":-107124,"cache_hit_rate":6609.958,"total_tokens":781,"cost_usd":0.2516772} +{"run_id":21732785651,"workflow":"Smoke Claude","created_at":"2026-02-05T23:39:55Z","date":"2026-02-05","branch":"fix/smoke-copilot-context-size","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":106,"output_tokens":1545,"cache_read_tokens":326893,"cache_write_tokens":31634,"effective_tokens":-293608,"cache_hit_rate":3083.896,"total_tokens":1651,"cost_usd":0.2429964} +{"run_id":21732239584,"workflow":"Smoke Claude","created_at":"2026-02-05T23:17:53Z","date":"2026-02-05","branch":"fix/smoke-copilot-context-size","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":58,"output_tokens":1918,"cache_read_tokens":482387,"cache_write_tokens":42027,"effective_tokens":-438384,"cache_hit_rate":8317.017,"total_tokens":1976,"cost_usd":0.34032134999999997} +{"run_id":21732111974,"workflow":"Smoke Claude","created_at":"2026-02-05T23:13:04Z","date":"2026-02-05","branch":"copilot/fix-monster-workflow-error","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":40,"output_tokens":1414,"cache_read_tokens":329469,"cache_write_tokens":53780,"effective_tokens":-274235,"cache_hit_rate":8236.725,"total_tokens":1454,"cost_usd":0.3256247} +{"run_id":21731363138,"workflow":"Smoke Claude","created_at":"2026-02-05T22:44:59Z","date":"2026-02-05","branch":"fix/restore-https-proxy-and-chroot-checkout","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":111,"output_tokens":1639,"cache_read_tokens":393013,"cache_write_tokens":43804,"effective_tokens":-347459,"cache_hit_rate":3540.658,"total_tokens":1750,"cost_usd":0.31204590000000004} +{"run_id":21731200162,"workflow":"Smoke Claude","created_at":"2026-02-05T22:38:45Z","date":"2026-02-05","branch":"fix/restore-https-proxy-and-chroot-checkout","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":97,"output_tokens":1159,"cache_read_tokens":209020,"cache_write_tokens":40778,"effective_tokens":-166986,"cache_hit_rate":2154.845,"total_tokens":1256,"cost_usd":0.2350765} +{"run_id":21730900672,"workflow":"Smoke Claude","created_at":"2026-02-05T22:27:37Z","date":"2026-02-05","branch":"fix/restore-https-proxy-and-chroot-checkout","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":137,"output_tokens":2428,"cache_read_tokens":594474,"cache_write_tokens":43265,"effective_tokens":-548644,"cache_hit_rate":4339.226,"total_tokens":2565,"cost_usd":0.38515694999999994} +{"run_id":21729817844,"workflow":"Smoke Claude","created_at":"2026-02-05T21:50:16Z","date":"2026-02-05","branch":"fix/restore-https-proxy-and-chroot-checkout","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":20,"output_tokens":873,"cache_read_tokens":179252,"cache_write_tokens":52344,"effective_tokens":-126015,"cache_hit_rate":8962.6,"total_tokens":893,"cost_usd":0.26499760000000006} +{"run_id":21729338577,"workflow":"Smoke Claude","created_at":"2026-02-05T21:34:01Z","date":"2026-02-05","branch":"fix/restore-https-proxy-and-chroot-checkout","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":132,"output_tokens":2152,"cache_read_tokens":535188,"cache_write_tokens":41884,"effective_tokens":-491020,"cache_hit_rate":4054.455,"total_tokens":2284,"cost_usd":0.35601140000000003} +{"run_id":21728425228,"workflow":"Smoke Claude","created_at":"2026-02-05T21:04:56Z","date":"2026-02-05","branch":"fix/chroot-etc-hosts-resolv-conf","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":61,"output_tokens":2151,"cache_read_tokens":537269,"cache_write_tokens":42826,"effective_tokens":-492231,"cache_hit_rate":8807.689,"total_tokens":2212,"cost_usd":0.4061667000000001} +{"run_id":21728091574,"workflow":"Smoke Claude","created_at":"2026-02-05T20:53:59Z","date":"2026-02-05","branch":"fix/chroot-etc-hosts-resolv-conf","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":123,"output_tokens":1845,"cache_read_tokens":490892,"cache_write_tokens":53312,"effective_tokens":-435612,"cache_hit_rate":3990.992,"total_tokens":1968,"cost_usd":0.38010959999999994} +{"run_id":21726878041,"workflow":"Smoke Claude","created_at":"2026-02-05T20:13:34Z","date":"2026-02-05","branch":"fix/chroot-etc-hosts-resolv-conf","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":113,"output_tokens":1592,"cache_read_tokens":385816,"cache_write_tokens":53887,"effective_tokens":-330224,"cache_hit_rate":3414.301,"total_tokens":1705,"cost_usd":0.57584375} +{"run_id":21726643788,"workflow":"Smoke Claude","created_at":"2026-02-05T20:06:16Z","date":"2026-02-05","branch":"fix/chroot-etc-hosts-resolv-conf","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":63,"output_tokens":2197,"cache_read_tokens":597027,"cache_write_tokens":43099,"effective_tokens":-551668,"cache_hit_rate":9476.619,"total_tokens":2260,"cost_usd":0.67375975} +{"run_id":21725387908,"workflow":"Smoke Claude","created_at":"2026-02-05T19:26:47Z","date":"2026-02-05","branch":"fix/chroot-etc-hosts-resolv-conf","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":747,"cache_read_tokens":163433,"cache_write_tokens":52632,"effective_tokens":-110030,"cache_hit_rate":6809.708,"total_tokens":771,"cost_usd":0.4312425} +{"run_id":21722898268,"workflow":"Smoke Claude","created_at":"2026-02-05T18:06:55Z","date":"2026-02-05","branch":"fix/squid-intercept-port","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":108,"output_tokens":1973,"cache_read_tokens":538788,"cache_write_tokens":41933,"effective_tokens":-494774,"cache_hit_rate":4988.778,"total_tokens":2081,"cost_usd":0.58801325} +{"run_id":21711509014,"workflow":"Smoke Claude","created_at":"2026-02-05T12:29:17Z","date":"2026-02-05","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":130,"output_tokens":2188,"cache_read_tokens":596167,"cache_write_tokens":42925,"effective_tokens":-550924,"cache_hit_rate":4585.9,"total_tokens":2318,"cost_usd":0.67853675} +{"run_id":21698153401,"workflow":"Smoke Claude","created_at":"2026-02-05T03:56:57Z","date":"2026-02-05","branch":"fix/squid-intercept-port","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":51,"output_tokens":1736,"cache_read_tokens":425162,"cache_write_tokens":66190,"effective_tokens":-357185,"cache_hit_rate":8336.51,"total_tokens":1787,"cost_usd":0.6757615} +{"run_id":21694365154,"workflow":"Smoke Claude","created_at":"2026-02-05T00:52:07Z","date":"2026-02-05","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":65,"output_tokens":2149,"cache_read_tokens":580629,"cache_write_tokens":56610,"effective_tokens":-521805,"cache_hit_rate":8932.754,"total_tokens":2214,"cost_usd":0.7536955000000001} +{"run_id":21691710081,"workflow":"Smoke Claude","created_at":"2026-02-04T23:00:00Z","date":"2026-02-04","branch":"fix/rust-java-env-capture","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":144,"output_tokens":2359,"cache_read_tokens":649890,"cache_write_tokens":42379,"effective_tokens":-605008,"cache_hit_rate":4513.125,"total_tokens":2503,"cost_usd":0.6582267499999999} +{"run_id":21691231160,"workflow":"Smoke Claude","created_at":"2026-02-04T22:41:57Z","date":"2026-02-04","branch":"fix/rust-java-env-capture","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":20,"output_tokens":832,"cache_read_tokens":193545,"cache_write_tokens":65985,"effective_tokens":-126708,"cache_hit_rate":9677.25,"total_tokens":852,"cost_usd":0.53185975} +{"run_id":21690990040,"workflow":"Smoke Claude","created_at":"2026-02-04T22:33:17Z","date":"2026-02-04","branch":"fix/rust-java-env-capture","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":68,"output_tokens":2237,"cache_read_tokens":595166,"cache_write_tokens":42284,"effective_tokens":-550577,"cache_hit_rate":8752.441,"total_tokens":2305,"cost_usd":0.625068} +{"run_id":21690705028,"workflow":"Smoke Claude","created_at":"2026-02-04T22:23:05Z","date":"2026-02-04","branch":"feat/awf-agent-skill","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":26,"output_tokens":908,"cache_read_tokens":209651,"cache_write_tokens":52045,"effective_tokens":-156672,"cache_hit_rate":8063.5,"total_tokens":934,"cost_usd":0.45471775000000003} +{"run_id":21690581773,"workflow":"Smoke Claude","created_at":"2026-02-04T22:18:27Z","date":"2026-02-04","branch":"feat/awf-agent-skill","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":77,"output_tokens":2698,"cache_read_tokens":549219,"cache_write_tokens":54587,"effective_tokens":-491857,"cache_hit_rate":7132.714,"total_tokens":2775,"cost_usd":0.6893942500000002} +{"run_id":21688655921,"workflow":"Smoke Claude","created_at":"2026-02-04T21:15:18Z","date":"2026-02-04","branch":"fix/build-test-auth-and-errors","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":112,"output_tokens":1630,"cache_read_tokens":372133,"cache_write_tokens":41086,"effective_tokens":-329305,"cache_hit_rate":3322.616,"total_tokens":1742,"cost_usd":0.4900549999999999} +{"run_id":21687517645,"workflow":"Smoke Claude","created_at":"2026-02-04T20:38:13Z","date":"2026-02-04","branch":"fix/smoke-chroot-docker-in-docker","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":96,"output_tokens":971,"cache_read_tokens":225179,"cache_write_tokens":56131,"effective_tokens":-167981,"cache_hit_rate":2345.615,"total_tokens":1067,"cost_usd":0.48994825} +{"run_id":21686841650,"workflow":"Smoke Claude","created_at":"2026-02-04T20:16:36Z","date":"2026-02-04","branch":"fix/smoke-chroot-docker-in-docker","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":74,"output_tokens":3030,"cache_read_tokens":553648,"cache_write_tokens":47869,"effective_tokens":-502675,"cache_hit_rate":7481.73,"total_tokens":3104,"cost_usd":0.7535097500000002} +{"run_id":21686572643,"workflow":"Smoke Claude","created_at":"2026-02-04T20:08:09Z","date":"2026-02-04","branch":"fix/smoke-chroot-docker-in-docker","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":17,"output_tokens":702,"cache_read_tokens":124780,"cache_write_tokens":43541,"effective_tokens":-80520,"cache_hit_rate":7340,"total_tokens":719,"cost_usd":0.35394125} +{"run_id":21686444173,"workflow":"Smoke Claude","created_at":"2026-02-04T20:04:13Z","date":"2026-02-04","branch":"fix/smoke-chroot-docker-in-docker","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":118,"output_tokens":1705,"cache_read_tokens":441468,"cache_write_tokens":54915,"effective_tokens":-384730,"cache_hit_rate":3741.254,"total_tokens":1823,"cost_usd":0.6130257499999999} +{"run_id":21686334445,"workflow":"Smoke Claude","created_at":"2026-02-04T20:00:48Z","date":"2026-02-04","branch":"copilot/setup-playwright-testing","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":47,"output_tokens":1497,"cache_read_tokens":393577,"cache_write_tokens":43185,"effective_tokens":-348848,"cache_hit_rate":8373.979,"total_tokens":1544,"cost_usd":0.50920075} +{"run_id":21686330487,"workflow":"Smoke Claude","created_at":"2026-02-04T20:00:41Z","date":"2026-02-04","branch":"copilot/configure-jest-for-esm-support","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":113,"output_tokens":1517,"cache_read_tokens":394245,"cache_write_tokens":43307,"effective_tokens":-349308,"cache_hit_rate":3488.894,"total_tokens":1630,"cost_usd":0.5090812499999999} +{"run_id":21686326517,"workflow":"Smoke Claude","created_at":"2026-02-04T20:00:33Z","date":"2026-02-04","branch":"copilot/add-sarif-output-to-npm-audit","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":99,"output_tokens":1078,"cache_read_tokens":275082,"cache_write_tokens":33315,"effective_tokens":-240590,"cache_hit_rate":2778.606,"total_tokens":1177,"cost_usd":0.37594375} +{"run_id":21686296471,"workflow":"Smoke Claude","created_at":"2026-02-04T19:59:36Z","date":"2026-02-04","branch":"copilot/add-agentic-workflow-cli-check","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":96,"output_tokens":1054,"cache_read_tokens":209397,"cache_write_tokens":40249,"effective_tokens":-167998,"cache_hit_rate":2181.219,"total_tokens":1150,"cost_usd":0.3877137499999999} +{"run_id":21686289957,"workflow":"Smoke Claude","created_at":"2026-02-04T19:59:23Z","date":"2026-02-04","branch":"copilot/unbloat-readme-get-started","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":93,"output_tokens":967,"cache_read_tokens":230614,"cache_write_tokens":42510,"effective_tokens":-187044,"cache_hit_rate":2479.72,"total_tokens":1060,"cost_usd":0.40741550000000004} +{"run_id":21686286609,"workflow":"Smoke Claude","created_at":"2026-02-04T19:59:17Z","date":"2026-02-04","branch":"feat/build-test-workflows","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":90,"output_tokens":1065,"cache_read_tokens":155518,"cache_write_tokens":40311,"effective_tokens":-114052,"cache_hit_rate":1727.978,"total_tokens":1155,"cost_usd":0.35964375000000004} +{"run_id":21686265565,"workflow":"Smoke Claude","created_at":"2026-02-04T19:58:34Z","date":"2026-02-04","branch":"fix/smoke-chroot-docker-in-docker","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":39,"output_tokens":1367,"cache_read_tokens":329649,"cache_write_tokens":52462,"effective_tokens":-275781,"cache_hit_rate":8452.538,"total_tokens":1406,"cost_usd":0.5330370000000001} +{"run_id":21685295426,"workflow":"Smoke Claude","created_at":"2026-02-04T19:27:16Z","date":"2026-02-04","branch":"chore/upgrade-gh-aw-v0.42.0","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":17,"output_tokens":717,"cache_read_tokens":114546,"cache_write_tokens":52315,"effective_tokens":-61497,"cache_hit_rate":6738,"total_tokens":734,"cost_usd":0.40403274999999994} +{"run_id":21681537641,"workflow":"Smoke Claude","created_at":"2026-02-04T17:28:14Z","date":"2026-02-04","branch":"fix/squid-log-access-deprecation","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":82,"output_tokens":2130,"cache_read_tokens":440313,"cache_write_tokens":26145,"effective_tokens":-411956,"cache_hit_rate":5369.671,"total_tokens":2212,"cost_usd":0.27291864999999993} +{"run_id":21681137817,"workflow":"Smoke Claude","created_at":"2026-02-04T17:15:58Z","date":"2026-02-04","branch":"copilot/add-sarif-output-to-npm-audit","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":88,"output_tokens":2497,"cache_read_tokens":447861,"cache_write_tokens":22151,"effective_tokens":-423125,"cache_hit_rate":5089.33,"total_tokens":2585,"cost_usd":0.26984055000000007} +{"run_id":21671459291,"workflow":"Smoke Claude","created_at":"2026-02-04T12:28:44Z","date":"2026-02-04","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":41,"output_tokens":1652,"cache_read_tokens":217145,"cache_write_tokens":40863,"effective_tokens":-174589,"cache_hit_rate":5296.22,"total_tokens":1693,"cost_usd":0.3442126499999999} +{"run_id":21653801793,"workflow":"Smoke Claude","created_at":"2026-02-04T00:48:36Z","date":"2026-02-04","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":120,"output_tokens":2491,"cache_read_tokens":450173,"cache_write_tokens":38878,"effective_tokens":-408684,"cache_hit_rate":3751.442,"total_tokens":2611,"cost_usd":0.4010472000000001} +{"run_id":21646517029,"workflow":"Smoke Claude","created_at":"2026-02-03T20:25:38Z","date":"2026-02-03","branch":"feat/skip-pull-flag","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":52,"output_tokens":1791,"cache_read_tokens":285536,"cache_write_tokens":18365,"effective_tokens":-265328,"cache_hit_rate":5491.077,"total_tokens":1843,"cost_usd":0.24931540000000002} +{"run_id":21645926650,"workflow":"Smoke Claude","created_at":"2026-02-03T20:08:25Z","date":"2026-02-03","branch":"feat/skip-pull-flag","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":48,"output_tokens":1602,"cache_read_tokens":248301,"cache_write_tokens":14353,"effective_tokens":-232298,"cache_hit_rate":5172.938,"total_tokens":1650,"cost_usd":0.22066460000000002} +{"run_id":21645059342,"workflow":"Smoke Claude","created_at":"2026-02-03T19:43:54Z","date":"2026-02-03","branch":"copilot/debug-smoke-chroot-workflow","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":43,"output_tokens":1503,"cache_read_tokens":250248,"cache_write_tokens":34118,"effective_tokens":-214584,"cache_hit_rate":5819.721,"total_tokens":1546,"cost_usd":0.2319589} +{"run_id":21643862016,"workflow":"Smoke Claude","created_at":"2026-02-03T19:07:21Z","date":"2026-02-03","branch":"copilot/update-gh-aw-version","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":100,"output_tokens":1410,"cache_read_tokens":336509,"cache_write_tokens":33492,"effective_tokens":-301507,"cache_hit_rate":3365.09,"total_tokens":1510,"cost_usd":0.2530197} +{"run_id":21643407155,"workflow":"Smoke Claude","created_at":"2026-02-03T18:53:18Z","date":"2026-02-03","branch":"copilot/update-gh-aw-version","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":115,"output_tokens":2066,"cache_read_tokens":383912,"cache_write_tokens":23363,"effective_tokens":-358368,"cache_hit_rate":3338.365,"total_tokens":2181,"cost_usd":0.24269285} +{"run_id":21640467991,"workflow":"Smoke Claude","created_at":"2026-02-03T17:24:51Z","date":"2026-02-03","branch":"copilot/update-gh-aw-version","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":24,"output_tokens":772,"cache_read_tokens":132233,"cache_write_tokens":30565,"effective_tokens":-100872,"cache_hit_rate":5509.708,"total_tokens":796,"cost_usd":0.2907514500000001} +{"run_id":21261641393,"workflow":"Smoke Claude","created_at":"2026-01-22T19:16:11Z","date":"2026-01-22","branch":"update-gh-aw-","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":20,"output_tokens":786,"cache_read_tokens":169245,"cache_write_tokens":67435,"effective_tokens":-101004,"cache_hit_rate":8462.25,"total_tokens":806,"cost_usd":0.3628202499999999} +{"run_id":21261283221,"workflow":"Smoke Claude","created_at":"2026-01-22T19:04:48Z","date":"2026-01-22","branch":"add-local-awf-transform-script","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":20,"output_tokens":704,"cache_read_tokens":185087,"cache_write_tokens":82036,"effective_tokens":-102327,"cache_hit_rate":9254.35,"total_tokens":724,"cost_usd":0.4164696} +{"run_id":21248186259,"workflow":"Smoke Claude","created_at":"2026-01-22T12:19:18Z","date":"2026-01-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":20,"output_tokens":751,"cache_read_tokens":174599,"cache_write_tokens":70108,"effective_tokens":-103720,"cache_hit_rate":8729.95,"total_tokens":771,"cost_usd":0.36663019999999996} +{"run_id":21232846922,"workflow":"Smoke Claude","created_at":"2026-01-22T01:44:39Z","date":"2026-01-22","branch":"add-local-awf-transform-script","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":20,"output_tokens":765,"cache_read_tokens":197752,"cache_write_tokens":47451,"effective_tokens":-149516,"cache_hit_rate":9887.6,"total_tokens":785,"cost_usd":0.26023884999999997} +{"run_id":21232751841,"workflow":"Smoke Claude","created_at":"2026-01-22T01:40:15Z","date":"2026-01-22","branch":"add-local-awf-transform-script","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":47,"output_tokens":1698,"cache_read_tokens":469023,"cache_write_tokens":63131,"effective_tokens":-404147,"cache_hit_rate":9979.213,"total_tokens":1745,"cost_usd":0.41477239999999993} +{"run_id":21232652700,"workflow":"Smoke Claude","created_at":"2026-01-22T01:35:41Z","date":"2026-01-22","branch":"add-local-awf-transform-script","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":20,"output_tokens":728,"cache_read_tokens":174926,"cache_write_tokens":70172,"effective_tokens":-104006,"cache_hit_rate":8746.3,"total_tokens":748,"cost_usd":0.36998329999999996} +{"run_id":21231821003,"workflow":"Smoke Claude","created_at":"2026-01-22T00:59:17Z","date":"2026-01-22","branch":"add-local-awf-transform-script","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":20,"output_tokens":759,"cache_read_tokens":174862,"cache_write_tokens":70201,"effective_tokens":-103882,"cache_hit_rate":8743.1,"total_tokens":779,"cost_usd":0.3680178499999999} +{"run_id":21231570083,"workflow":"Smoke Claude","created_at":"2026-01-22T00:48:18Z","date":"2026-01-22","branch":"add-local-awf-transform-script","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":20,"output_tokens":781,"cache_read_tokens":174870,"cache_write_tokens":70225,"effective_tokens":-103844,"cache_hit_rate":8743.5,"total_tokens":801,"cost_usd":0.33930625} +{"run_id":21231413667,"workflow":"Smoke Claude","created_at":"2026-01-22T00:42:03Z","date":"2026-01-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":13,"output_tokens":587,"cache_read_tokens":138962,"cache_write_tokens":36482,"effective_tokens":-101880,"cache_hit_rate":10689.385,"total_tokens":600,"cost_usd":0.2377906} +{"run_id":21231220885,"workflow":"Smoke Claude","created_at":"2026-01-22T00:34:38Z","date":"2026-01-22","branch":"add-local-awf-transform-script","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":20,"output_tokens":774,"cache_read_tokens":174938,"cache_write_tokens":70222,"effective_tokens":-103922,"cache_hit_rate":8746.9,"total_tokens":794,"cost_usd":0.36931440000000004} +{"run_id":21209303046,"workflow":"Smoke Claude","created_at":"2026-01-21T12:18:52Z","date":"2026-01-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-5-20250929"],"providers":[],"api_calls":0,"input_tokens":20,"output_tokens":721,"cache_read_tokens":177364,"cache_write_tokens":71472,"effective_tokens":-105151,"cache_hit_rate":8868.2,"total_tokens":741,"cost_usd":0.3736547} +{"run_id":24698437822,"workflow":"Smoke Copilot","created_at":"2026-04-21T01:00:05Z","date":"2026-04-21","branch":"main","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":8,"input_tokens":190341,"output_tokens":1421,"cache_read_tokens":165313,"cache_write_tokens":0,"effective_tokens":212556,"cache_hit_rate":0.869,"total_tokens":191762,"cost_usd":null} +{"run_id":24696048110,"workflow":"Smoke Copilot","created_at":"2026-04-20T23:40:49Z","date":"2026-04-20","branch":"copilot/fix-smoke-claude-issue","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":3,"input_tokens":68271,"output_tokens":832,"cache_read_tokens":44679,"cache_write_tokens":0,"effective_tokens":76067,"cache_hit_rate":0.654,"total_tokens":69103,"cost_usd":null} +{"run_id":24693917070,"workflow":"Smoke Copilot","created_at":"2026-04-20T22:36:53Z","date":"2026-04-20","branch":"smoke-codex-mcpg-v0.2.26","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":4,"input_tokens":90826,"output_tokens":1070,"cache_read_tokens":75291,"cache_write_tokens":0,"effective_tokens":102635,"cache_hit_rate":0.829,"total_tokens":91896,"cost_usd":null} +{"run_id":24693738833,"workflow":"Smoke Copilot","created_at":"2026-04-20T22:31:48Z","date":"2026-04-20","branch":"smoke-codex-mcpg-v0.2.26","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":3,"input_tokens":68373,"output_tokens":893,"cache_read_tokens":44703,"cache_write_tokens":0,"effective_tokens":76415,"cache_hit_rate":0.654,"total_tokens":69266,"cost_usd":null} +{"run_id":24693378579,"workflow":"Smoke Copilot","created_at":"2026-04-20T22:21:39Z","date":"2026-04-20","branch":"smoke-codex-mcpg-v0.2.26","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":6,"input_tokens":157887,"output_tokens":1159,"cache_read_tokens":135157,"cache_write_tokens":0,"effective_tokens":176039,"cache_hit_rate":0.856,"total_tokens":159046,"cost_usd":null} +{"run_id":24693187686,"workflow":"Smoke Copilot","created_at":"2026-04-20T22:16:14Z","date":"2026-04-20","branch":"smoke-codex-mcpg-v0.2.26","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":5,"input_tokens":116868,"output_tokens":1899,"cache_read_tokens":91325,"cache_write_tokens":0,"effective_tokens":133597,"cache_hit_rate":0.781,"total_tokens":118767,"cost_usd":null} +{"run_id":24692805222,"workflow":"Smoke Copilot","created_at":"2026-04-20T22:05:52Z","date":"2026-04-20","branch":"smoke-codex-mcpg-v0.2.26","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":5,"input_tokens":115253,"output_tokens":1389,"cache_read_tokens":90852,"cache_write_tokens":0,"effective_tokens":129894,"cache_hit_rate":0.788,"total_tokens":116642,"cost_usd":null} +{"run_id":24691126121,"workflow":"Smoke Copilot","created_at":"2026-04-20T21:23:51Z","date":"2026-04-20","branch":"smoke-codex-mcpg-v0.2.26","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":6,"input_tokens":172103,"output_tokens":1984,"cache_read_tokens":141817,"cache_write_tokens":0,"effective_tokens":194221,"cache_hit_rate":0.824,"total_tokens":174087,"cost_usd":null} +{"run_id":24690933050,"workflow":"Smoke Copilot","created_at":"2026-04-20T21:19:11Z","date":"2026-04-20","branch":"smoke-codex-mcpg-v0.2.26","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":4,"input_tokens":90681,"output_tokens":888,"cache_read_tokens":75441,"cache_write_tokens":0,"effective_tokens":101777,"cache_hit_rate":0.832,"total_tokens":91569,"cost_usd":null} +{"run_id":24690739999,"workflow":"Smoke Copilot","created_at":"2026-04-20T21:14:20Z","date":"2026-04-20","branch":"smoke-codex-mcpg-v0.2.26","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":6,"input_tokens":140205,"output_tokens":1466,"cache_read_tokens":114884,"cache_write_tokens":0,"effective_tokens":157557,"cache_hit_rate":0.819,"total_tokens":141671,"cost_usd":null} +{"run_id":24690425153,"workflow":"Smoke Copilot","created_at":"2026-04-20T21:06:49Z","date":"2026-04-20","branch":"smoke-codex-mcpg-v0.2.26","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":6,"input_tokens":142019,"output_tokens":2094,"cache_read_tokens":115262,"cache_write_tokens":0,"effective_tokens":161921,"cache_hit_rate":0.812,"total_tokens":144113,"cost_usd":null} +{"run_id":24688419442,"workflow":"Smoke Copilot","created_at":"2026-04-20T20:21:51Z","date":"2026-04-20","branch":"smoke-codex-mcpg-v0.2.26","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":4,"input_tokens":90829,"output_tokens":1122,"cache_read_tokens":75333,"cache_write_tokens":0,"effective_tokens":102850,"cache_hit_rate":0.829,"total_tokens":91951,"cost_usd":null} +{"run_id":24688165509,"workflow":"Smoke Copilot","created_at":"2026-04-20T20:16:24Z","date":"2026-04-20","branch":"smoke-codex-mcpg-v0.2.26","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":5,"input_tokens":113719,"output_tokens":1143,"cache_read_tokens":90190,"cache_write_tokens":0,"effective_tokens":127310,"cache_hit_rate":0.793,"total_tokens":114862,"cost_usd":null} +{"run_id":24687095978,"workflow":"Smoke Copilot","created_at":"2026-04-20T19:52:22Z","date":"2026-04-20","branch":"smoke-codex-mcpg-v0.2.26","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":5,"input_tokens":116280,"output_tokens":1577,"cache_read_tokens":90984,"cache_write_tokens":0,"effective_tokens":131686,"cache_hit_rate":0.782,"total_tokens":117857,"cost_usd":null} +{"run_id":24684649490,"workflow":"Smoke Copilot","created_at":"2026-04-20T18:56:08Z","date":"2026-04-20","branch":"smoke-codex-mcpg-v0.2.26","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":7,"input_tokens":201671,"output_tokens":1472,"cache_read_tokens":163959,"cache_write_tokens":0,"effective_tokens":223955,"cache_hit_rate":0.813,"total_tokens":203143,"cost_usd":null} +{"run_id":24684043358,"workflow":"Smoke Copilot","created_at":"2026-04-20T18:42:56Z","date":"2026-04-20","branch":"smoke-codex-mcpg-v0.2.26","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":4,"input_tokens":90727,"output_tokens":1183,"cache_read_tokens":67225,"cache_write_tokens":0,"effective_tokens":102182,"cache_hit_rate":0.741,"total_tokens":91910,"cost_usd":null} +{"run_id":24682053944,"workflow":"Smoke Copilot","created_at":"2026-04-20T17:58:17Z","date":"2026-04-20","branch":"smoke-codex-mcpg-v0.2.26","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":4,"input_tokens":91144,"output_tokens":1039,"cache_read_tokens":67436,"cache_write_tokens":0,"effective_tokens":102044,"cache_hit_rate":0.74,"total_tokens":92183,"cost_usd":null} +{"run_id":24680602641,"workflow":"Smoke Copilot","created_at":"2026-04-20T17:25:54Z","date":"2026-04-20","branch":"smoke-codex-mcpg-v0.2.26","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":5,"input_tokens":135679,"output_tokens":1222,"cache_read_tokens":104511,"cache_write_tokens":0,"effective_tokens":151018,"cache_hit_rate":0.77,"total_tokens":136901,"cost_usd":null} +{"run_id":24678902575,"workflow":"Smoke Copilot","created_at":"2026-04-20T16:47:52Z","date":"2026-04-20","branch":"recompile-all-workflows","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":4,"input_tokens":91138,"output_tokens":1130,"cache_read_tokens":67178,"cache_write_tokens":0,"effective_tokens":102376,"cache_hit_rate":0.737,"total_tokens":92268,"cost_usd":null} +{"run_id":24677468156,"workflow":"Smoke Copilot","created_at":"2026-04-20T16:16:36Z","date":"2026-04-20","branch":"copilot/fix-cli-flag-consistency","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":4,"input_tokens":90580,"output_tokens":791,"cache_read_tokens":75345,"cache_write_tokens":0,"effective_tokens":101279,"cache_hit_rate":0.832,"total_tokens":91371,"cost_usd":null} +{"run_id":24677434522,"workflow":"Smoke Copilot","created_at":"2026-04-20T16:15:51Z","date":"2026-04-20","branch":"copilot/fix-smoke-codex-failure","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":5,"input_tokens":114934,"output_tokens":1111,"cache_read_tokens":90738,"cache_write_tokens":0,"effective_tokens":128452,"cache_hit_rate":0.789,"total_tokens":116045,"cost_usd":null} +{"run_id":24676940872,"workflow":"Smoke Copilot","created_at":"2026-04-20T16:05:12Z","date":"2026-04-20","branch":"copilot/fix-cli-flag-consistency","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":5,"input_tokens":113537,"output_tokens":839,"cache_read_tokens":90223,"cache_write_tokens":0,"effective_tokens":125915,"cache_hit_rate":0.795,"total_tokens":114376,"cost_usd":null} +{"run_id":24674947793,"workflow":"Smoke Copilot","created_at":"2026-04-20T15:24:35Z","date":"2026-04-20","branch":"copilot/fix-smoke-codex-failure","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":5,"input_tokens":113889,"output_tokens":952,"cache_read_tokens":90382,"cache_write_tokens":0,"effective_tokens":126735,"cache_hit_rate":0.794,"total_tokens":114841,"cost_usd":null} +{"run_id":24673612674,"workflow":"Smoke Copilot","created_at":"2026-04-20T14:57:32Z","date":"2026-04-20","branch":"copilot/awf-verify-self-hosted-runner-compatibility","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":4,"input_tokens":91430,"output_tokens":919,"cache_read_tokens":67769,"cache_write_tokens":0,"effective_tokens":101883,"cache_hit_rate":0.741,"total_tokens":92349,"cost_usd":null} +{"run_id":24673276291,"workflow":"Smoke Copilot","created_at":"2026-04-20T14:50:40Z","date":"2026-04-20","branch":"copilot/fix-smoke-codex-failure","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":5,"input_tokens":126865,"output_tokens":1070,"cache_read_tokens":108252,"cache_write_tokens":0,"effective_tokens":141970,"cache_hit_rate":0.853,"total_tokens":127935,"cost_usd":null} +{"run_id":24673246688,"workflow":"Smoke Copilot","created_at":"2026-04-20T14:50:05Z","date":"2026-04-20","branch":"copilot/fix-cli-flag-consistency","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":5,"input_tokens":125303,"output_tokens":833,"cache_read_tokens":99631,"cache_write_tokens":0,"effective_tokens":138598,"cache_hit_rate":0.795,"total_tokens":126136,"cost_usd":null} +{"run_id":24672401904,"workflow":"Smoke Copilot","created_at":"2026-04-20T14:33:33Z","date":"2026-04-20","branch":"test-coverage/config-file-c4537276700a2774","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":4,"input_tokens":99943,"output_tokens":776,"cache_read_tokens":74304,"cache_write_tokens":0,"effective_tokens":110477,"cache_hit_rate":0.743,"total_tokens":100719,"cost_usd":null} +{"run_id":24670564626,"workflow":"Smoke Copilot","created_at":"2026-04-20T13:56:04Z","date":"2026-04-20","branch":"copilot/optimize-claude-token-costs","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":3,"input_tokens":67778,"output_tokens":787,"cache_read_tokens":52661,"cache_write_tokens":0,"effective_tokens":76192,"cache_hit_rate":0.777,"total_tokens":68565,"cost_usd":null} +{"run_id":24670445425,"workflow":"Smoke Copilot","created_at":"2026-04-20T13:53:42Z","date":"2026-04-20","branch":"copilot/awf-verify-self-hosted-runner-compatibility","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":5,"input_tokens":126536,"output_tokens":996,"cache_read_tokens":108129,"cache_write_tokens":0,"effective_tokens":141333,"cache_hit_rate":0.855,"total_tokens":127532,"cost_usd":null} +{"run_id":24670276067,"workflow":"Smoke Copilot","created_at":"2026-04-20T13:50:14Z","date":"2026-04-20","branch":"copilot/fix-smoke-codex-failure","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":5,"input_tokens":126674,"output_tokens":1032,"cache_read_tokens":108717,"cache_write_tokens":0,"effective_tokens":141674,"cache_hit_rate":0.858,"total_tokens":127706,"cost_usd":null} +{"run_id":24670097735,"workflow":"Smoke Copilot","created_at":"2026-04-20T13:46:28Z","date":"2026-04-20","branch":"copilot/fix-cli-flag-consistency","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":4,"input_tokens":101862,"output_tokens":1076,"cache_read_tokens":83047,"cache_write_tokens":0,"effective_tokens":114471,"cache_hit_rate":0.815,"total_tokens":102938,"cost_usd":null} +{"run_id":24667017650,"workflow":"Smoke Copilot","created_at":"2026-04-20T12:40:41Z","date":"2026-04-20","branch":"main","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":6,"input_tokens":154612,"output_tokens":1634,"cache_read_tokens":127647,"cache_write_tokens":0,"effective_tokens":173913,"cache_hit_rate":0.826,"total_tokens":156246,"cost_usd":null} +{"run_id":24651284470,"workflow":"Smoke Copilot","created_at":"2026-04-20T06:10:57Z","date":"2026-04-20","branch":"test-coverage/config-file-c4537276700a2774","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":4,"input_tokens":99749,"output_tokens":753,"cache_read_tokens":74264,"cache_write_tokens":0,"effective_tokens":110187,"cache_hit_rate":0.745,"total_tokens":100502,"cost_usd":null} +{"run_id":24640001488,"workflow":"Smoke Copilot","created_at":"2026-04-19T21:52:18Z","date":"2026-04-19","branch":"copilot/awf-fix-chatgpt-firewall-issue","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":4,"input_tokens":101021,"output_tokens":990,"cache_read_tokens":75034,"cache_write_tokens":0,"effective_tokens":112484,"cache_hit_rate":0.743,"total_tokens":102011,"cost_usd":null} +{"run_id":24629144049,"workflow":"Smoke Copilot","created_at":"2026-04-19T12:31:12Z","date":"2026-04-19","branch":"docs/sync-image-tag-digest-format-3a5096c11b4a13d3","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":5,"input_tokens":125848,"output_tokens":939,"cache_read_tokens":99670,"cache_write_tokens":0,"effective_tokens":139571,"cache_hit_rate":0.792,"total_tokens":126787,"cost_usd":null} +{"run_id":24629015495,"workflow":"Smoke Copilot","created_at":"2026-04-19T12:24:20Z","date":"2026-04-19","branch":"main","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":4,"input_tokens":102706,"output_tokens":1287,"cache_read_tokens":76098,"cache_write_tokens":0,"effective_tokens":115464,"cache_hit_rate":0.741,"total_tokens":103993,"cost_usd":null} +{"run_id":24617759136,"workflow":"Smoke Copilot","created_at":"2026-04-19T01:02:19Z","date":"2026-04-19","branch":"main","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":3,"input_tokens":75615,"output_tokens":599,"cache_read_tokens":50069,"cache_write_tokens":0,"effective_tokens":83018,"cache_hit_rate":0.662,"total_tokens":76214,"cost_usd":null} +{"run_id":24615927601,"workflow":"Smoke Copilot","created_at":"2026-04-18T23:05:41Z","date":"2026-04-18","branch":"copilot/update-runtime-container-image-tags","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":5,"input_tokens":126323,"output_tokens":925,"cache_read_tokens":108002,"cache_write_tokens":0,"effective_tokens":140823,"cache_hit_rate":0.855,"total_tokens":127248,"cost_usd":null} +{"run_id":24615910440,"workflow":"Smoke Copilot","created_at":"2026-04-18T23:04:37Z","date":"2026-04-18","branch":"copilot/optimize-claude-token-usage-again","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":4,"input_tokens":100831,"output_tokens":928,"cache_read_tokens":74566,"cache_write_tokens":0,"effective_tokens":112000,"cache_hit_rate":0.74,"total_tokens":101759,"cost_usd":null} +{"run_id":24615750563,"workflow":"Smoke Copilot","created_at":"2026-04-18T22:54:41Z","date":"2026-04-18","branch":"copilot/optimize-claude-token-usage-again","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":5,"input_tokens":126682,"output_tokens":1049,"cache_read_tokens":100101,"cache_write_tokens":0,"effective_tokens":140888,"cache_hit_rate":0.79,"total_tokens":127731,"cost_usd":null} +{"run_id":24613306287,"workflow":"Smoke Copilot","created_at":"2026-04-18T20:32:09Z","date":"2026-04-18","branch":"main","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":9,"input_tokens":243049,"output_tokens":2101,"cache_read_tokens":213615,"cache_write_tokens":0,"effective_tokens":272815,"cache_hit_rate":0.879,"total_tokens":245150,"cost_usd":null} +{"run_id":24612740320,"workflow":"Smoke Copilot","created_at":"2026-04-18T20:00:38Z","date":"2026-04-18","branch":"copilot/fix-api-proxy-404-error","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":5,"input_tokens":125209,"output_tokens":827,"cache_read_tokens":99515,"cache_write_tokens":0,"effective_tokens":138469,"cache_hit_rate":0.795,"total_tokens":126036,"cost_usd":null} +{"run_id":24612543342,"workflow":"Smoke Copilot","created_at":"2026-04-18T19:49:29Z","date":"2026-04-18","branch":"copilot/fix-api-proxy-404-error","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":4,"input_tokens":100180,"output_tokens":865,"cache_read_tokens":74448,"cache_write_tokens":0,"effective_tokens":111085,"cache_hit_rate":0.743,"total_tokens":101045,"cost_usd":null} +{"run_id":24610775082,"workflow":"Smoke Copilot","created_at":"2026-04-18T18:11:08Z","date":"2026-04-18","branch":"copilot/deps-safe-dependency-updates","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":5,"input_tokens":125359,"output_tokens":813,"cache_read_tokens":99674,"cache_write_tokens":0,"effective_tokens":138578,"cache_hit_rate":0.795,"total_tokens":126172,"cost_usd":null} +{"run_id":24610603476,"workflow":"Smoke Copilot","created_at":"2026-04-18T18:01:30Z","date":"2026-04-18","branch":"copilot/deps-safe-dependency-updates","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":5,"input_tokens":126559,"output_tokens":990,"cache_read_tokens":100050,"cache_write_tokens":0,"effective_tokens":140524,"cache_hit_rate":0.791,"total_tokens":127549,"cost_usd":null} +{"run_id":24604621034,"workflow":"Smoke Copilot","created_at":"2026-04-18T12:24:29Z","date":"2026-04-18","branch":"main","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":3,"input_tokens":76122,"output_tokens":847,"cache_read_tokens":50331,"cache_write_tokens":0,"effective_tokens":84543,"cache_hit_rate":0.661,"total_tokens":76969,"cost_usd":null} +{"run_id":24593695588,"workflow":"Smoke Copilot","created_at":"2026-04-18T01:23:52Z","date":"2026-04-18","branch":"copilot/optimize-claude-token-usage-again","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":4,"input_tokens":100152,"output_tokens":796,"cache_read_tokens":74494,"cache_write_tokens":0,"effective_tokens":110785,"cache_hit_rate":0.744,"total_tokens":100948,"cost_usd":null} +{"run_id":24593538060,"workflow":"Smoke Copilot","created_at":"2026-04-18T01:16:32Z","date":"2026-04-18","branch":"copilot/awf-fix-codex-engine-401-error","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":4,"input_tokens":100157,"output_tokens":875,"cache_read_tokens":82519,"cache_write_tokens":0,"effective_tokens":111909,"cache_hit_rate":0.824,"total_tokens":101032,"cost_usd":null} +{"run_id":24593463077,"workflow":"Smoke Copilot","created_at":"2026-04-18T01:13:12Z","date":"2026-04-18","branch":"copilot/optimize-claude-token-usage-again","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":5,"input_tokens":126603,"output_tokens":991,"cache_read_tokens":100075,"cache_write_tokens":0,"effective_tokens":140575,"cache_hit_rate":0.79,"total_tokens":127594,"cost_usd":null} +{"run_id":24593072788,"workflow":"Smoke Copilot","created_at":"2026-04-18T00:54:48Z","date":"2026-04-18","branch":"main","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":7,"input_tokens":179996,"output_tokens":1165,"cache_read_tokens":153392,"cache_write_tokens":0,"effective_tokens":199995,"cache_hit_rate":0.852,"total_tokens":181161,"cost_usd":null} +{"run_id":24591315631,"workflow":"Smoke Copilot","created_at":"2026-04-17T23:36:17Z","date":"2026-04-17","branch":"copilot/convert-cli-proxy-to-byok","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":5,"input_tokens":125769,"output_tokens":978,"cache_read_tokens":99845,"cache_write_tokens":0,"effective_tokens":139666,"cache_hit_rate":0.794,"total_tokens":126747,"cost_usd":null} +{"run_id":24590789061,"workflow":"Smoke Copilot","created_at":"2026-04-17T23:15:53Z","date":"2026-04-17","branch":"copilot/convert-cli-proxy-to-byok","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":4,"input_tokens":100103,"output_tokens":542,"cache_read_tokens":74640,"cache_write_tokens":0,"effective_tokens":109735,"cache_hit_rate":0.746,"total_tokens":100645,"cost_usd":null} +{"run_id":24586966572,"workflow":"Smoke Copilot","created_at":"2026-04-17T21:13:44Z","date":"2026-04-17","branch":"copilot/convert-cli-proxy-to-byok","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":4,"input_tokens":99690,"output_tokens":774,"cache_read_tokens":74286,"cache_write_tokens":0,"effective_tokens":110215,"cache_hit_rate":0.745,"total_tokens":100464,"cost_usd":null} +{"run_id":24583912103,"workflow":"Smoke Copilot","created_at":"2026-04-17T19:52:58Z","date":"2026-04-17","branch":"copilot/convert-cli-proxy-to-byok","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":6,"input_tokens":155323,"output_tokens":1248,"cache_read_tokens":127444,"cache_write_tokens":0,"effective_tokens":173059,"cache_hit_rate":0.821,"total_tokens":156571,"cost_usd":null} +{"run_id":24572922796,"workflow":"Smoke Copilot","created_at":"2026-04-17T15:25:15Z","date":"2026-04-17","branch":"copilot/convert-cli-proxy-to-byok","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":5,"input_tokens":146914,"output_tokens":1529,"cache_read_tokens":113056,"cache_write_tokens":0,"effective_tokens":164336,"cache_hit_rate":0.77,"total_tokens":148443,"cost_usd":null} +{"run_id":24572432509,"workflow":"Smoke Copilot","created_at":"2026-04-17T15:14:18Z","date":"2026-04-17","branch":"copilot/convert-cli-proxy-to-byok","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":5,"input_tokens":124661,"output_tokens":830,"cache_read_tokens":99071,"cache_write_tokens":0,"effective_tokens":137888,"cache_hit_rate":0.795,"total_tokens":125491,"cost_usd":null} +{"run_id":24572129867,"workflow":"Smoke Copilot","created_at":"2026-04-17T15:07:31Z","date":"2026-04-17","branch":"copilot/convert-cli-proxy-to-byok","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":5,"input_tokens":127318,"output_tokens":1542,"cache_read_tokens":100264,"cache_write_tokens":0,"effective_tokens":143512,"cache_hit_rate":0.788,"total_tokens":128860,"cost_usd":null} +{"run_id":24571087320,"workflow":"Smoke Copilot","created_at":"2026-04-17T14:44:31Z","date":"2026-04-17","branch":"copilot/smoke-byok-feature-flag","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":6,"input_tokens":176037,"output_tokens":2121,"cache_read_tokens":144307,"cache_write_tokens":0,"effective_tokens":198952,"cache_hit_rate":0.82,"total_tokens":178158,"cost_usd":null} +{"run_id":24565756608,"workflow":"Smoke Copilot","created_at":"2026-04-17T12:45:44Z","date":"2026-04-17","branch":"main","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":[],"providers":[],"api_calls":0,"input_tokens":145814,"output_tokens":1399,"cache_read_tokens":115765,"cache_write_tokens":0,"effective_tokens":162987,"cache_hit_rate":0.794,"total_tokens":147213,"cost_usd":null} +{"run_id":24549105709,"workflow":"Smoke Copilot","created_at":"2026-04-17T05:19:49Z","date":"2026-04-17","branch":"copilot/upgrade-gh-aw-v0.68.7","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":7,"input_tokens":245983,"output_tokens":2887,"cache_read_tokens":200482,"cache_write_tokens":0,"effective_tokens":277579,"cache_hit_rate":0.815,"total_tokens":248870,"cost_usd":null} +{"run_id":24548864369,"workflow":"Smoke Copilot","created_at":"2026-04-17T05:11:27Z","date":"2026-04-17","branch":"copilot/upgrade-gh-aw-v0.68.7","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":7,"input_tokens":207244,"output_tokens":2209,"cache_read_tokens":175122,"cache_write_tokens":0,"effective_tokens":233592,"cache_hit_rate":0.845,"total_tokens":209453,"cost_usd":null} +{"run_id":24546091774,"workflow":"Smoke Copilot","created_at":"2026-04-17T03:25:56Z","date":"2026-04-17","branch":"copilot/upgrade-gh-aw-v0.68.6","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":4,"input_tokens":114789,"output_tokens":1421,"cache_read_tokens":84646,"cache_write_tokens":0,"effective_tokens":128938,"cache_hit_rate":0.737,"total_tokens":116210,"cost_usd":null} +{"run_id":24545607044,"workflow":"Smoke Copilot","created_at":"2026-04-17T03:07:08Z","date":"2026-04-17","branch":"copilot/fix-copilot-model-override","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":[],"providers":[],"api_calls":0,"input_tokens":143963,"output_tokens":949,"cache_read_tokens":114498,"cache_write_tokens":0,"effective_tokens":159209,"cache_hit_rate":0.795,"total_tokens":144912,"cost_usd":null} +{"run_id":24544776354,"workflow":"Smoke Copilot","created_at":"2026-04-17T02:34:49Z","date":"2026-04-17","branch":"copilot/upgrade-gh-aw-v0.68.6","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":6,"input_tokens":173509,"output_tokens":2168,"cache_read_tokens":142651,"cache_write_tokens":0,"effective_tokens":196446,"cache_hit_rate":0.822,"total_tokens":175677,"cost_usd":null} +{"run_id":24542316937,"workflow":"Smoke Copilot","created_at":"2026-04-17T01:04:57Z","date":"2026-04-17","branch":"main","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":[],"providers":[],"api_calls":0,"input_tokens":176087,"output_tokens":1151,"cache_read_tokens":117479,"cache_write_tokens":0,"effective_tokens":192439,"cache_hit_rate":0.667,"total_tokens":177238,"cost_usd":null} +{"run_id":24539423991,"workflow":"Smoke Copilot","created_at":"2026-04-16T23:30:41Z","date":"2026-04-16","branch":"copilot/fix-dep-security-allowed-files","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":148215,"output_tokens":1162,"cache_read_tokens":117736,"cache_write_tokens":0,"effective_tokens":164637,"cache_hit_rate":0.794,"total_tokens":149377,"cost_usd":null} +{"run_id":24535683253,"workflow":"Smoke Copilot","created_at":"2026-04-16T21:46:38Z","date":"2026-04-16","branch":"copilot/fix-smoke-claude-dispatch","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":115414,"output_tokens":1024,"cache_read_tokens":85830,"cache_write_tokens":0,"effective_tokens":128093,"cache_hit_rate":0.744,"total_tokens":116438,"cost_usd":null} +{"run_id":24524657075,"workflow":"Smoke Copilot","created_at":"2026-04-16T17:33:29Z","date":"2026-04-16","branch":"copilot/add-json-yaml-config-support","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":150561,"output_tokens":1572,"cache_read_tokens":119527,"cache_write_tokens":0,"effective_tokens":168802,"cache_hit_rate":0.794,"total_tokens":152133,"cost_usd":null} +{"run_id":24492879550,"workflow":"Smoke Copilot","created_at":"2026-04-16T04:55:51Z","date":"2026-04-16","branch":"copilot/upgrade-gh-aw-0.68.4","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":["claude-opus-4.6"],"providers":["copilot"],"api_calls":5,"input_tokens":151934,"output_tokens":900,"cache_read_tokens":101133,"cache_write_tokens":0,"effective_tokens":828237,"cache_hit_rate":0.666,"total_tokens":152834,"cost_usd":null} +{"run_id":24488563663,"workflow":"Smoke Copilot","created_at":"2026-04-16T02:21:25Z","date":"2026-04-16","branch":"copilot/fix-byok-model-requirement","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":146418,"output_tokens":1461,"cache_read_tokens":115592,"cache_write_tokens":0,"effective_tokens":163821,"cache_hit_rate":0.789,"total_tokens":147879,"cost_usd":null} +{"run_id":24487070380,"workflow":"Smoke Copilot","created_at":"2026-04-16T01:27:53Z","date":"2026-04-16","branch":"copilot/fix-byok-model-requirement","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":146562,"output_tokens":1393,"cache_read_tokens":115781,"cache_write_tokens":0,"effective_tokens":163712,"cache_hit_rate":0.79,"total_tokens":147955,"cost_usd":null} +{"run_id":24486847192,"workflow":"Smoke Copilot","created_at":"2026-04-16T01:19:47Z","date":"2026-04-16","branch":"copilot/fix-byok-model-requirement","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":145408,"output_tokens":1775,"cache_read_tokens":124004,"cache_write_tokens":0,"effective_tokens":164908,"cache_hit_rate":0.853,"total_tokens":147183,"cost_usd":null} +{"run_id":24486540144,"workflow":"Smoke Copilot","created_at":"2026-04-16T01:08:34Z","date":"2026-04-16","branch":"copilot/fix-byok-model-requirement","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":176353,"output_tokens":1694,"cache_read_tokens":154170,"cache_write_tokens":0,"effective_tokens":198546,"cache_hit_rate":0.874,"total_tokens":178047,"cost_usd":null} +{"run_id":24486491567,"workflow":"Smoke Copilot","created_at":"2026-04-16T01:06:55Z","date":"2026-04-16","branch":"main","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":86493,"output_tokens":952,"cache_read_tokens":56775,"cache_write_tokens":0,"effective_tokens":95979,"cache_hit_rate":0.656,"total_tokens":87445,"cost_usd":null} +{"run_id":24486126478,"workflow":"Smoke Copilot","created_at":"2026-04-16T00:53:56Z","date":"2026-04-16","branch":"copilot/fix-byok-model-requirement","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":115141,"output_tokens":1212,"cache_read_tokens":85399,"cache_write_tokens":0,"effective_tokens":128529,"cache_hit_rate":0.742,"total_tokens":116353,"cost_usd":null} +{"run_id":24485779135,"workflow":"Smoke Copilot","created_at":"2026-04-16T00:41:21Z","date":"2026-04-16","branch":"copilot/fix-byok-model-requirement","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":175642,"output_tokens":1356,"cache_read_tokens":144928,"cache_write_tokens":0,"effective_tokens":195559,"cache_hit_rate":0.825,"total_tokens":176998,"cost_usd":null} +{"run_id":24485332531,"workflow":"Smoke Copilot","created_at":"2026-04-16T00:25:04Z","date":"2026-04-16","branch":"copilot/smoke-copilot-byok","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":86964,"output_tokens":1214,"cache_read_tokens":56824,"cache_write_tokens":0,"effective_tokens":97502,"cache_hit_rate":0.653,"total_tokens":88178,"cost_usd":null} +{"run_id":24477096752,"workflow":"Smoke Copilot","created_at":"2026-04-15T20:36:47Z","date":"2026-04-15","branch":"copilot/fix-gemini-api-key-injection","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":176196,"output_tokens":1611,"cache_read_tokens":145074,"cache_write_tokens":0,"effective_tokens":197147,"cache_hit_rate":0.823,"total_tokens":177807,"cost_usd":null} +{"run_id":24476706320,"workflow":"Smoke Copilot","created_at":"2026-04-15T20:28:10Z","date":"2026-04-15","branch":"copilot/fix-gemini-api-key-injection","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":87731,"output_tokens":1542,"cache_read_tokens":56961,"cache_write_tokens":0,"effective_tokens":99595,"cache_hit_rate":0.649,"total_tokens":89273,"cost_usd":null} +{"run_id":24471612919,"workflow":"Smoke Copilot","created_at":"2026-04-15T18:35:47Z","date":"2026-04-15","branch":"main","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":144986,"output_tokens":1519,"cache_read_tokens":115038,"cache_write_tokens":0,"effective_tokens":162566,"cache_hit_rate":0.793,"total_tokens":146505,"cost_usd":null} +{"run_id":24470576010,"workflow":"Smoke Copilot","created_at":"2026-04-15T18:12:35Z","date":"2026-04-15","branch":"copilot/awf-activate-opencode-smoke-test","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":146070,"output_tokens":1223,"cache_read_tokens":115452,"cache_write_tokens":0,"effective_tokens":162507,"cache_hit_rate":0.79,"total_tokens":147293,"cost_usd":null} +{"run_id":24469880171,"workflow":"Smoke Copilot","created_at":"2026-04-15T17:56:41Z","date":"2026-04-15","branch":"copilot/awf-activate-opencode-smoke-test","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":174458,"output_tokens":1144,"cache_read_tokens":144595,"cache_write_tokens":0,"effective_tokens":193494,"cache_hit_rate":0.829,"total_tokens":175602,"cost_usd":null} +{"run_id":24467006852,"workflow":"Smoke Copilot","created_at":"2026-04-15T16:51:37Z","date":"2026-04-15","branch":"fix/claude-token-optimizer-timeout","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":87115,"output_tokens":1222,"cache_read_tokens":56854,"cache_write_tokens":0,"effective_tokens":97688,"cache_hit_rate":0.653,"total_tokens":88337,"cost_usd":null} +{"run_id":24466516327,"workflow":"Smoke Copilot","created_at":"2026-04-15T16:40:24Z","date":"2026-04-15","branch":"fix/claude-token-optimizer-timeout","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":174494,"output_tokens":1095,"cache_read_tokens":144290,"cache_write_tokens":0,"effective_tokens":193303,"cache_hit_rate":0.827,"total_tokens":175589,"cost_usd":null} +{"run_id":24436400429,"workflow":"Smoke Copilot","created_at":"2026-04-15T04:28:10Z","date":"2026-04-15","branch":"copilot/fix-api-proxy-anthropic-default","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":87550,"output_tokens":1428,"cache_read_tokens":56909,"cache_write_tokens":0,"effective_tokens":98953,"cache_hit_rate":0.65,"total_tokens":88978,"cost_usd":null} +{"run_id":24435902129,"workflow":"Smoke Copilot","created_at":"2026-04-15T04:08:59Z","date":"2026-04-15","branch":"copilot/fix-review-comments-1979","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":115391,"output_tokens":930,"cache_read_tokens":85859,"cache_write_tokens":0,"effective_tokens":127697,"cache_hit_rate":0.744,"total_tokens":116321,"cost_usd":null} +{"run_id":24434523406,"workflow":"Smoke Copilot","created_at":"2026-04-15T03:14:56Z","date":"2026-04-15","branch":"copilot/fix-review-comments-1979","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":144917,"output_tokens":1109,"cache_read_tokens":115081,"cache_write_tokens":0,"effective_tokens":160861,"cache_hit_rate":0.794,"total_tokens":146026,"cost_usd":null} +{"run_id":24430959324,"workflow":"Smoke Copilot","created_at":"2026-04-15T01:05:11Z","date":"2026-04-15","branch":"main","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":206343,"output_tokens":1801,"cache_read_tokens":174814,"cache_write_tokens":0,"effective_tokens":231028,"cache_hit_rate":0.847,"total_tokens":208144,"cost_usd":null} +{"run_id":24425093424,"workflow":"Smoke Copilot","created_at":"2026-04-14T22:01:38Z","date":"2026-04-14","branch":"copilot/fix-api-proxy-anthropic-default","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":175861,"output_tokens":1193,"cache_read_tokens":154491,"cache_write_tokens":0,"effective_tokens":196082,"cache_hit_rate":0.878,"total_tokens":177054,"cost_usd":null} +{"run_id":24424029728,"workflow":"Smoke Copilot","created_at":"2026-04-14T21:33:11Z","date":"2026-04-14","branch":"fix/env-all-size-filtering","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":144360,"output_tokens":1034,"cache_read_tokens":124015,"cache_write_tokens":0,"effective_tokens":160898,"cache_hit_rate":0.859,"total_tokens":145394,"cost_usd":null} +{"run_id":24423751371,"workflow":"Smoke Copilot","created_at":"2026-04-14T21:26:05Z","date":"2026-04-14","branch":"fix/github-env-toolchain-fallback","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":115828,"output_tokens":1155,"cache_read_tokens":95114,"cache_write_tokens":0,"effective_tokens":129959,"cache_hit_rate":0.821,"total_tokens":116983,"cost_usd":null} +{"run_id":24422261475,"workflow":"Smoke Copilot","created_at":"2026-04-14T20:50:18Z","date":"2026-04-14","branch":"feat/upstream-proxy-support","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":145589,"output_tokens":1130,"cache_read_tokens":115174,"cache_write_tokens":0,"effective_tokens":161626,"cache_hit_rate":0.791,"total_tokens":146719,"cost_usd":null} +{"run_id":24421517417,"workflow":"Smoke Copilot","created_at":"2026-04-14T20:33:03Z","date":"2026-04-14","branch":"feat/upstream-proxy-support","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":86367,"output_tokens":849,"cache_read_tokens":57014,"cache_write_tokens":0,"effective_tokens":95464,"cache_hit_rate":0.66,"total_tokens":87216,"cost_usd":null} +{"run_id":24411708834,"workflow":"Smoke Copilot","created_at":"2026-04-14T16:49:56Z","date":"2026-04-14","branch":"copilot/optimize-claude-token-usage-again","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":146318,"output_tokens":1444,"cache_read_tokens":115395,"cache_write_tokens":0,"effective_tokens":163634,"cache_hit_rate":0.789,"total_tokens":147762,"cost_usd":null} +{"run_id":24399187160,"workflow":"Smoke Copilot","created_at":"2026-04-14T12:35:02Z","date":"2026-04-14","branch":"main","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":87202,"output_tokens":1292,"cache_read_tokens":56951,"cache_write_tokens":0,"effective_tokens":98065,"cache_hit_rate":0.653,"total_tokens":88494,"cost_usd":null} +{"run_id":24343716626,"workflow":"Smoke Copilot","created_at":"2026-04-13T12:37:11Z","date":"2026-04-13","branch":"main","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":145355,"output_tokens":1700,"cache_read_tokens":115156,"cache_write_tokens":0,"effective_tokens":163671,"cache_hit_rate":0.792,"total_tokens":147055,"cost_usd":null} +{"run_id":24320850993,"workflow":"Smoke Copilot","created_at":"2026-04-13T00:59:46Z","date":"2026-04-13","branch":"main","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":115548,"output_tokens":1298,"cache_read_tokens":85825,"cache_write_tokens":0,"effective_tokens":129323,"cache_hit_rate":0.743,"total_tokens":116846,"cost_usd":null} +{"run_id":24319647100,"workflow":"Smoke Copilot","created_at":"2026-04-13T00:04:05Z","date":"2026-04-13","branch":"copilot/optimize-claude-token-usage-again","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":86224,"output_tokens":828,"cache_read_tokens":56966,"cache_write_tokens":0,"effective_tokens":95233,"cache_hit_rate":0.661,"total_tokens":87052,"cost_usd":null} +{"run_id":24319183555,"workflow":"Smoke Copilot","created_at":"2026-04-12T23:39:15Z","date":"2026-04-12","branch":"copilot/awf-fix-gemini-engine-authentication","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":145308,"output_tokens":1024,"cache_read_tokens":115177,"cache_write_tokens":0,"effective_tokens":160922,"cache_hit_rate":0.793,"total_tokens":146332,"cost_usd":null} +{"run_id":24318847646,"workflow":"Smoke Copilot","created_at":"2026-04-12T23:20:37Z","date":"2026-04-12","branch":"copilot/fix-dind-configuration-issue","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":145991,"output_tokens":1433,"cache_read_tokens":124505,"cache_write_tokens":0,"effective_tokens":164174,"cache_hit_rate":0.853,"total_tokens":147424,"cost_usd":null} +{"run_id":24318792229,"workflow":"Smoke Copilot","created_at":"2026-04-12T23:17:23Z","date":"2026-04-12","branch":"copilot/awf-fix-model-validation","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":147483,"output_tokens":1497,"cache_read_tokens":116111,"cache_write_tokens":0,"effective_tokens":165082,"cache_hit_rate":0.787,"total_tokens":148980,"cost_usd":null} +{"run_id":24316781075,"workflow":"Smoke Copilot","created_at":"2026-04-12T21:25:54Z","date":"2026-04-12","branch":"copilot/fix-github-actions-workflow-f9b80918-0fd0-40bc-9b32-e41226265601","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":146244,"output_tokens":1054,"cache_read_tokens":115669,"cache_write_tokens":0,"effective_tokens":162027,"cache_hit_rate":0.791,"total_tokens":147298,"cost_usd":null} +{"run_id":24315641993,"workflow":"Smoke Copilot","created_at":"2026-04-12T20:25:06Z","date":"2026-04-12","branch":"copilot/fix-copilot-events-jsonl-capture","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":146911,"output_tokens":1648,"cache_read_tokens":115774,"cache_write_tokens":0,"effective_tokens":165080,"cache_hit_rate":0.788,"total_tokens":148559,"cost_usd":null} +{"run_id":24315473886,"workflow":"Smoke Copilot","created_at":"2026-04-12T20:16:04Z","date":"2026-04-12","branch":"copilot/awf-fix-gemini-engine-authentication","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":206556,"output_tokens":1632,"cache_read_tokens":184747,"cache_write_tokens":0,"effective_tokens":231559,"cache_hit_rate":0.894,"total_tokens":208188,"cost_usd":null} +{"run_id":24315034276,"workflow":"Smoke Copilot","created_at":"2026-04-12T19:52:55Z","date":"2026-04-12","branch":"copilot/fix-dind-configuration-issue","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":146463,"output_tokens":1216,"cache_read_tokens":115709,"cache_write_tokens":0,"effective_tokens":162898,"cache_hit_rate":0.79,"total_tokens":147679,"cost_usd":null} +{"run_id":24314916415,"workflow":"Smoke Copilot","created_at":"2026-04-12T19:46:43Z","date":"2026-04-12","branch":"copilot/awf-fix-gemini-cli-errors","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":144777,"output_tokens":1011,"cache_read_tokens":124473,"cache_write_tokens":0,"effective_tokens":161268,"cache_hit_rate":0.86,"total_tokens":145788,"cost_usd":null} +{"run_id":24314841032,"workflow":"Smoke Copilot","created_at":"2026-04-12T19:42:45Z","date":"2026-04-12","branch":"copilot/awf-fix-gemini-engine-authentication","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":145308,"output_tokens":1141,"cache_read_tokens":115483,"cache_write_tokens":0,"effective_tokens":161420,"cache_hit_rate":0.795,"total_tokens":146449,"cost_usd":null} +{"run_id":24314497466,"workflow":"Smoke Copilot","created_at":"2026-04-12T19:24:24Z","date":"2026-04-12","branch":"copilot/awf-add-diagnostic-logs-flag","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":86620,"output_tokens":930,"cache_read_tokens":57138,"cache_write_tokens":0,"effective_tokens":96054,"cache_hit_rate":0.66,"total_tokens":87550,"cost_usd":null} +{"run_id":24314442117,"workflow":"Smoke Copilot","created_at":"2026-04-12T19:21:46Z","date":"2026-04-12","branch":"copilot/fix-copilot-events-jsonl-capture","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":145140,"output_tokens":1091,"cache_read_tokens":115336,"cache_write_tokens":0,"effective_tokens":161038,"cache_hit_rate":0.795,"total_tokens":146231,"cost_usd":null} +{"run_id":24314154055,"workflow":"Smoke Copilot","created_at":"2026-04-12T19:06:42Z","date":"2026-04-12","branch":"copilot/optimize-claude-token-usage-again","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":175971,"output_tokens":1573,"cache_read_tokens":154779,"cache_write_tokens":0,"effective_tokens":197741,"cache_hit_rate":0.88,"total_tokens":177544,"cost_usd":null} +{"run_id":24312346906,"workflow":"Smoke Copilot","created_at":"2026-04-12T17:32:08Z","date":"2026-04-12","branch":"fix/claude-optimizer-timeout","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":116957,"output_tokens":1150,"cache_read_tokens":86537,"cache_write_tokens":0,"effective_tokens":130211,"cache_hit_rate":0.74,"total_tokens":118107,"cost_usd":null} +{"run_id":24310558543,"workflow":"Smoke Copilot","created_at":"2026-04-12T15:56:09Z","date":"2026-04-12","branch":"fix/release-yml-expression-quotes","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":146233,"output_tokens":1202,"cache_read_tokens":115625,"cache_write_tokens":0,"effective_tokens":162604,"cache_hit_rate":0.791,"total_tokens":147435,"cost_usd":null} +{"run_id":24306668159,"workflow":"Smoke Copilot","created_at":"2026-04-12T12:23:14Z","date":"2026-04-12","branch":"main","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":147615,"output_tokens":1482,"cache_read_tokens":116797,"cache_write_tokens":0,"effective_tokens":165223,"cache_hit_rate":0.791,"total_tokens":149097,"cost_usd":null} +{"run_id":24295425664,"workflow":"Smoke Copilot","created_at":"2026-04-12T00:59:01Z","date":"2026-04-12","branch":"main","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":116577,"output_tokens":1494,"cache_read_tokens":86424,"cache_write_tokens":0,"effective_tokens":131195,"cache_hit_rate":0.741,"total_tokens":118071,"cost_usd":null} +{"run_id":24292329645,"workflow":"Smoke Copilot","created_at":"2026-04-11T21:47:13Z","date":"2026-04-11","branch":"copilot/support-offline-mode-byok","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":116042,"output_tokens":1051,"cache_read_tokens":86266,"cache_write_tokens":0,"effective_tokens":128873,"cache_hit_rate":0.743,"total_tokens":117093,"cost_usd":null} +{"run_id":24292134878,"workflow":"Smoke Copilot","created_at":"2026-04-11T21:36:04Z","date":"2026-04-11","branch":"fix/check-docker-host-unix-sockets","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":145393,"output_tokens":1126,"cache_read_tokens":124486,"cache_write_tokens":0,"effective_tokens":162346,"cache_hit_rate":0.856,"total_tokens":146519,"cost_usd":null} +{"run_id":24292050158,"workflow":"Smoke Copilot","created_at":"2026-04-11T21:31:14Z","date":"2026-04-11","branch":"copilot/support-offline-mode-byok","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":176277,"output_tokens":1403,"cache_read_tokens":145335,"cache_write_tokens":0,"effective_tokens":196423,"cache_hit_rate":0.824,"total_tokens":177680,"cost_usd":null} +{"run_id":24291085389,"workflow":"Smoke Copilot","created_at":"2026-04-11T20:36:17Z","date":"2026-04-11","branch":"fix/setup-action-latest-auth","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":86304,"output_tokens":809,"cache_read_tokens":66386,"cache_write_tokens":0,"effective_tokens":96179,"cache_hit_rate":0.769,"total_tokens":87113,"cost_usd":null} +{"run_id":24290215001,"workflow":"Smoke Copilot","created_at":"2026-04-11T19:48:06Z","date":"2026-04-11","branch":"copilot/add-support-for-byok-env-var","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":145212,"output_tokens":1074,"cache_read_tokens":115339,"cache_write_tokens":0,"effective_tokens":161042,"cache_hit_rate":0.794,"total_tokens":146286,"cost_usd":null} +{"run_id":24290111825,"workflow":"Smoke Copilot","created_at":"2026-04-11T19:42:20Z","date":"2026-04-11","branch":"copilot/fix-cache-memory-pipeline-issue","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":116160,"output_tokens":1102,"cache_read_tokens":86335,"cache_write_tokens":0,"effective_tokens":129202,"cache_hit_rate":0.743,"total_tokens":117262,"cost_usd":null} +{"run_id":24289182698,"workflow":"Smoke Copilot","created_at":"2026-04-11T18:49:58Z","date":"2026-04-11","branch":"copilot/add-list-of-containers-file","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":147193,"output_tokens":1525,"cache_read_tokens":125253,"cache_write_tokens":0,"effective_tokens":165818,"cache_hit_rate":0.851,"total_tokens":148718,"cost_usd":null} +{"run_id":24289175314,"workflow":"Smoke Copilot","created_at":"2026-04-11T18:49:36Z","date":"2026-04-11","branch":"copilot/fix-actions-artifact-token","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":174707,"output_tokens":1192,"cache_read_tokens":144662,"cache_write_tokens":0,"effective_tokens":193941,"cache_hit_rate":0.828,"total_tokens":175899,"cost_usd":null} +{"run_id":24287824924,"workflow":"Smoke Copilot","created_at":"2026-04-11T17:33:22Z","date":"2026-04-11","branch":"fix/build-test-add-labels-no-pr","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":145368,"output_tokens":1023,"cache_read_tokens":115504,"cache_write_tokens":0,"effective_tokens":161010,"cache_hit_rate":0.795,"total_tokens":146391,"cost_usd":null} +{"run_id":24287094158,"workflow":"Smoke Copilot","created_at":"2026-04-11T16:52:15Z","date":"2026-04-11","branch":"copilot/fix-dind-container-networking","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":145631,"output_tokens":1059,"cache_read_tokens":115820,"cache_write_tokens":0,"effective_tokens":161449,"cache_hit_rate":0.795,"total_tokens":146690,"cost_usd":null} +{"run_id":24286946600,"workflow":"Smoke Copilot","created_at":"2026-04-11T16:44:04Z","date":"2026-04-11","branch":"copilot/fix-code-for-review-comments","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":117392,"output_tokens":1014,"cache_read_tokens":96178,"cache_write_tokens":0,"effective_tokens":131066,"cache_hit_rate":0.819,"total_tokens":118406,"cost_usd":null} +{"run_id":24286910027,"workflow":"Smoke Copilot","created_at":"2026-04-11T16:42:06Z","date":"2026-04-11","branch":"copilot/fix-review-comments","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":146579,"output_tokens":1480,"cache_read_tokens":124968,"cache_write_tokens":0,"effective_tokens":164996,"cache_hit_rate":0.853,"total_tokens":148059,"cost_usd":null} +{"run_id":24286885992,"workflow":"Smoke Copilot","created_at":"2026-04-11T16:40:49Z","date":"2026-04-11","branch":"copilot/fix-dind-container-networking","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":115759,"output_tokens":878,"cache_read_tokens":86273,"cache_write_tokens":0,"effective_tokens":127898,"cache_hit_rate":0.745,"total_tokens":116637,"cost_usd":null} +{"run_id":24285997575,"workflow":"Smoke Copilot","created_at":"2026-04-11T15:50:31Z","date":"2026-04-11","branch":"copilot/fix-cli-proxy-pat-validation","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":117631,"output_tokens":1657,"cache_read_tokens":95673,"cache_write_tokens":0,"effective_tokens":133826,"cache_hit_rate":0.813,"total_tokens":119288,"cost_usd":null} +{"run_id":24285974367,"workflow":"Smoke Copilot","created_at":"2026-04-11T15:49:15Z","date":"2026-04-11","branch":"copilot/awf-implement-diagnostic-logs-flag","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":145272,"output_tokens":997,"cache_read_tokens":124742,"cache_write_tokens":0,"effective_tokens":161734,"cache_hit_rate":0.859,"total_tokens":146269,"cost_usd":null} +{"run_id":24285926883,"workflow":"Smoke Copilot","created_at":"2026-04-11T15:46:28Z","date":"2026-04-11","branch":"copilot/fix-code-comments-from-review","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":115983,"output_tokens":1008,"cache_read_tokens":86360,"cache_write_tokens":0,"effective_tokens":128651,"cache_hit_rate":0.745,"total_tokens":116991,"cost_usd":null} +{"run_id":24285565780,"workflow":"Smoke Copilot","created_at":"2026-04-11T15:26:54Z","date":"2026-04-11","branch":"copilot/awf-fix-gemini-cli-enoent-error","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":116568,"output_tokens":1486,"cache_read_tokens":86335,"cache_write_tokens":0,"effective_tokens":131146,"cache_hit_rate":0.741,"total_tokens":118054,"cost_usd":null} +{"run_id":24285399454,"workflow":"Smoke Copilot","created_at":"2026-04-11T15:17:49Z","date":"2026-04-11","branch":"copilot/fix-urls-in-issue-comment","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":145362,"output_tokens":1005,"cache_read_tokens":115494,"cache_write_tokens":0,"effective_tokens":160931,"cache_hit_rate":0.795,"total_tokens":146367,"cost_usd":null} +{"run_id":24284801989,"workflow":"Smoke Copilot","created_at":"2026-04-11T14:44:26Z","date":"2026-04-11","branch":"perf/firewall-issue-dispatcher-optimization","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":145313,"output_tokens":1050,"cache_read_tokens":115467,"cache_write_tokens":0,"effective_tokens":161060,"cache_hit_rate":0.795,"total_tokens":146363,"cost_usd":null} +{"run_id":24282379467,"workflow":"Smoke Copilot","created_at":"2026-04-11T12:22:15Z","date":"2026-04-11","branch":"main","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":87743,"output_tokens":1236,"cache_read_tokens":57322,"cache_write_tokens":0,"effective_tokens":98419,"cache_hit_rate":0.653,"total_tokens":88979,"cost_usd":null} +{"run_id":24272439730,"workflow":"Smoke Copilot","created_at":"2026-04-11T02:19:27Z","date":"2026-04-11","branch":"perf/secret-digger-claude-token-optimization","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":115742,"output_tokens":971,"cache_read_tokens":86103,"cache_write_tokens":0,"effective_tokens":128236,"cache_hit_rate":0.744,"total_tokens":116713,"cost_usd":null} +{"run_id":24271368224,"workflow":"Smoke Copilot","created_at":"2026-04-11T01:20:34Z","date":"2026-04-11","branch":"config/disable-threat-detection","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":146123,"output_tokens":1075,"cache_read_tokens":124969,"cache_write_tokens":0,"effective_tokens":162920,"cache_hit_rate":0.855,"total_tokens":147198,"cost_usd":null} +{"run_id":24166572786,"workflow":"Smoke Copilot","created_at":"2026-04-09T00:51:19Z","date":"2026-04-09","branch":"main","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":261041,"output_tokens":2456,"cache_read_tokens":159154,"cache_write_tokens":0,"effective_tokens":286780,"cache_hit_rate":0.61,"total_tokens":263497,"cost_usd":null} +{"run_id":24161014870,"workflow":"Smoke Copilot","created_at":"2026-04-08T22:02:24Z","date":"2026-04-08","branch":"copilot/reimplement-pr-1708-tests-passing","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":229386,"output_tokens":1728,"cache_read_tokens":129636,"cache_write_tokens":0,"effective_tokens":249262,"cache_hit_rate":0.565,"total_tokens":231114,"cost_usd":null} +{"run_id":24160740641,"workflow":"Smoke Copilot","created_at":"2026-04-08T21:55:24Z","date":"2026-04-08","branch":"copilot/fix-squid-https-latency-report","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":163592,"output_tokens":1729,"cache_read_tokens":127197,"cache_write_tokens":0,"effective_tokens":183228,"cache_hit_rate":0.778,"total_tokens":165321,"cost_usd":null} +{"run_id":24159853452,"workflow":"Smoke Copilot","created_at":"2026-04-08T21:33:14Z","date":"2026-04-08","branch":"copilot/redesign-cli-proxy-external-difc","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":195340,"output_tokens":1235,"cache_read_tokens":169811,"cache_write_tokens":0,"effective_tokens":217261,"cache_hit_rate":0.869,"total_tokens":196575,"cost_usd":null} +{"run_id":24158697857,"workflow":"Smoke Copilot","created_at":"2026-04-08T21:05:45Z","date":"2026-04-08","branch":"copilot/awf-fix-gemini-api-key-forwarding","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":94148,"output_tokens":1320,"cache_read_tokens":70839,"cache_write_tokens":0,"effective_tokens":106512,"cache_hit_rate":0.752,"total_tokens":95468,"cost_usd":null} +{"run_id":24157022156,"workflow":"Smoke Copilot","created_at":"2026-04-08T20:28:03Z","date":"2026-04-08","branch":"copilot/reimplement-pr-1708-tests-passing","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":224231,"output_tokens":2049,"cache_read_tokens":94076,"cache_write_tokens":0,"effective_tokens":241835,"cache_hit_rate":0.42,"total_tokens":226280,"cost_usd":null} +{"run_id":24153737969,"workflow":"Smoke Copilot","created_at":"2026-04-08T19:15:32Z","date":"2026-04-08","branch":"copilot/reimplement-pr-1708-tests-passing","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":192280,"output_tokens":1361,"cache_read_tokens":157188,"cache_write_tokens":0,"effective_tokens":213443,"cache_hit_rate":0.817,"total_tokens":193641,"cost_usd":null} +{"run_id":24153270441,"workflow":"Smoke Copilot","created_at":"2026-04-08T19:04:29Z","date":"2026-04-08","branch":"copilot/fix-codex-model-flag-issue","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":156302,"output_tokens":1041,"cache_read_tokens":91404,"cache_write_tokens":0,"effective_tokens":169606,"cache_hit_rate":0.585,"total_tokens":157343,"cost_usd":null} +{"run_id":24152909076,"workflow":"Smoke Copilot","created_at":"2026-04-08T18:56:00Z","date":"2026-04-08","branch":"copilot/tune-healthcheck-intervals-squid-api-proxy","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":255423,"output_tokens":2204,"cache_read_tokens":166890,"cache_write_tokens":0,"effective_tokens":280928,"cache_hit_rate":0.653,"total_tokens":257627,"cost_usd":null} +{"run_id":24146264748,"workflow":"Smoke Copilot","created_at":"2026-04-08T16:21:30Z","date":"2026-04-08","branch":"chore/upgrade-smoke-copilot","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":157842,"output_tokens":1675,"cache_read_tokens":123598,"cache_write_tokens":0,"effective_tokens":176902,"cache_hit_rate":0.783,"total_tokens":159517,"cost_usd":null} +{"run_id":24144863800,"workflow":"Smoke Copilot","created_at":"2026-04-08T15:52:59Z","date":"2026-04-08","branch":"fix/api-proxy-normalize-target-scheme","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":159762,"output_tokens":1431,"cache_read_tokens":135124,"cache_write_tokens":0,"effective_tokens":178998,"cache_hit_rate":0.846,"total_tokens":161193,"cost_usd":null} +{"run_id":24144139309,"workflow":"Smoke Copilot","created_at":"2026-04-08T15:38:09Z","date":"2026-04-08","branch":"fix/api-proxy-normalize-target-scheme","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":95512,"output_tokens":1053,"cache_read_tokens":60761,"cache_write_tokens":0,"effective_tokens":105800,"cache_hit_rate":0.636,"total_tokens":96565,"cost_usd":null} +{"run_id":24142200196,"workflow":"Smoke Copilot","created_at":"2026-04-08T14:57:06Z","date":"2026-04-08","branch":"copilot/awf-fix-oidc-env-vars-forwarding","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":124172,"output_tokens":981,"cache_read_tokens":92121,"cache_write_tokens":0,"effective_tokens":137308,"cache_hit_rate":0.742,"total_tokens":125153,"cost_usd":null} +{"run_id":24114638723,"workflow":"Smoke Copilot","created_at":"2026-04-08T02:35:45Z","date":"2026-04-08","branch":"fix/cli-proxy-dockerfile-mcpg-path","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":192025,"output_tokens":1225,"cache_read_tokens":157175,"cache_write_tokens":0,"effective_tokens":212643,"cache_hit_rate":0.819,"total_tokens":193250,"cost_usd":null} +{"run_id":24113556068,"workflow":"Smoke Copilot","created_at":"2026-04-08T01:56:42Z","date":"2026-04-08","branch":"fix/cli-proxy-dockerfile-mcpg-path","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":162375,"output_tokens":1246,"cache_read_tokens":126361,"cache_write_tokens":0,"effective_tokens":179995,"cache_hit_rate":0.778,"total_tokens":163621,"cost_usd":null} +{"run_id":24112123282,"workflow":"Smoke Copilot","created_at":"2026-04-08T01:04:43Z","date":"2026-04-08","branch":"fix/cli-proxy-dockerfile-mcpg-path","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":194199,"output_tokens":1069,"cache_read_tokens":136249,"cache_write_tokens":0,"effective_tokens":212100,"cache_hit_rate":0.702,"total_tokens":195268,"cost_usd":null} +{"run_id":24111989140,"workflow":"Smoke Copilot","created_at":"2026-04-08T00:59:58Z","date":"2026-04-08","branch":"main","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":156419,"output_tokens":1859,"cache_read_tokens":122282,"cache_write_tokens":0,"effective_tokens":176083,"cache_hit_rate":0.782,"total_tokens":158278,"cost_usd":null} +{"run_id":24110398413,"workflow":"Smoke Copilot","created_at":"2026-04-08T00:02:41Z","date":"2026-04-08","branch":"feat/1760-historical-benchmarks","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":188352,"output_tokens":1312,"cache_read_tokens":154343,"cache_write_tokens":0,"effective_tokens":209034,"cache_hit_rate":0.819,"total_tokens":189664,"cost_usd":null} +{"run_id":24109835237,"workflow":"Smoke Copilot","created_at":"2026-04-07T23:42:57Z","date":"2026-04-07","branch":"copilot/fix-add-cli-proxy-to-release-workflow","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":154151,"output_tokens":986,"cache_read_tokens":122597,"cache_write_tokens":0,"effective_tokens":170355,"cache_hit_rate":0.795,"total_tokens":155137,"cost_usd":null} +{"run_id":24109529277,"workflow":"Smoke Copilot","created_at":"2026-04-07T23:32:34Z","date":"2026-04-07","branch":"fix/benchmark-exec-null-trim","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":126547,"output_tokens":1413,"cache_read_tokens":91873,"cache_write_tokens":0,"effective_tokens":141386,"cache_hit_rate":0.726,"total_tokens":127960,"cost_usd":null} +{"run_id":24109086174,"workflow":"Smoke Copilot","created_at":"2026-04-07T23:17:44Z","date":"2026-04-07","branch":"feat/1760-historical-benchmarks","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":93493,"output_tokens":1148,"cache_read_tokens":59927,"cache_write_tokens":0,"effective_tokens":104078,"cache_hit_rate":0.641,"total_tokens":94641,"cost_usd":null} +{"run_id":24109078768,"workflow":"Smoke Copilot","created_at":"2026-04-07T23:17:29Z","date":"2026-04-07","branch":"feat/1761-benchmark-unit-tests","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":156154,"output_tokens":1145,"cache_read_tokens":91142,"cache_write_tokens":0,"effective_tokens":169848,"cache_hit_rate":0.584,"total_tokens":157299,"cost_usd":null} +{"run_id":24107878306,"workflow":"Smoke Copilot","created_at":"2026-04-07T22:39:26Z","date":"2026-04-07","branch":"feat/1760-historical-benchmarks","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":251831,"output_tokens":1740,"cache_read_tokens":207323,"cache_write_tokens":0,"effective_tokens":279523,"cache_hit_rate":0.823,"total_tokens":253571,"cost_usd":null} +{"run_id":24107839277,"workflow":"Smoke Copilot","created_at":"2026-04-07T22:38:10Z","date":"2026-04-07","branch":"fix/1758-memory-benchmark","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":193878,"output_tokens":2266,"cache_read_tokens":134979,"cache_write_tokens":0,"effective_tokens":216440,"cache_hit_rate":0.696,"total_tokens":196144,"cost_usd":null} +{"run_id":24107801356,"workflow":"Smoke Copilot","created_at":"2026-04-07T22:37:00Z","date":"2026-04-07","branch":"feat/1761-benchmark-unit-tests","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":123479,"output_tokens":927,"cache_read_tokens":91590,"cache_write_tokens":0,"effective_tokens":136346,"cache_hit_rate":0.742,"total_tokens":124406,"cost_usd":null} +{"run_id":24107778144,"workflow":"Smoke Copilot","created_at":"2026-04-07T22:36:18Z","date":"2026-04-07","branch":"fix/1757-benchmark-stderr-capture","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":189458,"output_tokens":1610,"cache_read_tokens":154976,"cache_write_tokens":0,"effective_tokens":211396,"cache_hit_rate":0.818,"total_tokens":191068,"cost_usd":null} +{"run_id":24106990922,"workflow":"Smoke Copilot","created_at":"2026-04-07T22:13:29Z","date":"2026-04-07","branch":"feat/1760-historical-benchmarks","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":188652,"output_tokens":1761,"cache_read_tokens":164970,"cache_write_tokens":0,"effective_tokens":212193,"cache_hit_rate":0.874,"total_tokens":190413,"cost_usd":null} +{"run_id":24106961839,"workflow":"Smoke Copilot","created_at":"2026-04-07T22:12:39Z","date":"2026-04-07","branch":"feat/1761-benchmark-unit-tests","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":144707,"output_tokens":1179,"cache_read_tokens":83843,"cache_write_tokens":0,"effective_tokens":157807,"cache_hit_rate":0.579,"total_tokens":145886,"cost_usd":null} +{"run_id":24106923644,"workflow":"Smoke Copilot","created_at":"2026-04-07T22:11:36Z","date":"2026-04-07","branch":"fix/1758-memory-benchmark","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":223992,"output_tokens":1908,"cache_read_tokens":199301,"cache_write_tokens":0,"effective_tokens":251554,"cache_hit_rate":0.89,"total_tokens":225900,"cost_usd":null} +{"run_id":24106893100,"workflow":"Smoke Copilot","created_at":"2026-04-07T22:10:42Z","date":"2026-04-07","branch":"fix/1757-benchmark-stderr-capture","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":191268,"output_tokens":2284,"cache_read_tokens":123124,"cache_write_tokens":0,"effective_tokens":212716,"cache_hit_rate":0.644,"total_tokens":193552,"cost_usd":null} +{"run_id":24106892898,"workflow":"Smoke Copilot","created_at":"2026-04-07T22:10:42Z","date":"2026-04-07","branch":"fix/1759-missing-label","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":155246,"output_tokens":1127,"cache_read_tokens":91453,"cache_write_tokens":0,"effective_tokens":168899,"cache_hit_rate":0.589,"total_tokens":156373,"cost_usd":null} +{"run_id":24082066077,"workflow":"Smoke Copilot","created_at":"2026-04-07T12:46:35Z","date":"2026-04-07","branch":"main","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":198092,"output_tokens":3578,"cache_read_tokens":125510,"cache_write_tokens":0,"effective_tokens":224955,"cache_hit_rate":0.634,"total_tokens":201670,"cost_usd":null} +{"run_id":24058939825,"workflow":"Smoke Copilot","created_at":"2026-04-07T00:59:30Z","date":"2026-04-07","branch":"main","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":93533,"output_tokens":1419,"cache_read_tokens":57561,"cache_write_tokens":0,"effective_tokens":104965,"cache_hit_rate":0.615,"total_tokens":94952,"cost_usd":null} +{"run_id":24058780075,"workflow":"Smoke Copilot","created_at":"2026-04-07T00:53:39Z","date":"2026-04-07","branch":"feat/cli-proxy-integration-tests","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":191734,"output_tokens":1573,"cache_read_tokens":153559,"cache_write_tokens":0,"effective_tokens":213382,"cache_hit_rate":0.801,"total_tokens":193307,"cost_usd":null} +{"run_id":24057582192,"workflow":"Smoke Copilot","created_at":"2026-04-07T00:10:34Z","date":"2026-04-07","branch":"copilot/design-gh-cli-proxy-sidecar","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":201210,"output_tokens":2224,"cache_read_tokens":159961,"cache_write_tokens":0,"effective_tokens":226102,"cache_hit_rate":0.795,"total_tokens":203434,"cost_usd":null} +{"run_id":24056639925,"workflow":"Smoke Copilot","created_at":"2026-04-06T23:39:13Z","date":"2026-04-06","branch":"copilot/design-gh-cli-proxy-sidecar","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":167632,"output_tokens":1223,"cache_read_tokens":126374,"cache_write_tokens":0,"effective_tokens":185161,"cache_hit_rate":0.754,"total_tokens":168855,"cost_usd":null} +{"run_id":24056188603,"workflow":"Smoke Copilot","created_at":"2026-04-06T23:24:29Z","date":"2026-04-06","branch":"chore/upgrade-workflows-20260406","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":190759,"output_tokens":1645,"cache_read_tokens":152882,"cache_write_tokens":0,"effective_tokens":212627,"cache_hit_rate":0.801,"total_tokens":192404,"cost_usd":null} +{"run_id":24055842274,"workflow":"Smoke Copilot","created_at":"2026-04-06T23:13:10Z","date":"2026-04-06","branch":"copilot/fix-smoke-services-failure","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":96548,"output_tokens":1156,"cache_read_tokens":58421,"cache_write_tokens":0,"effective_tokens":107014,"cache_hit_rate":0.605,"total_tokens":97704,"cost_usd":null} +{"run_id":24055762003,"workflow":"Smoke Copilot","created_at":"2026-04-06T23:10:42Z","date":"2026-04-06","branch":"chore/upgrade-workflows-20260406","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":158514,"output_tokens":1228,"cache_read_tokens":121136,"cache_write_tokens":0,"effective_tokens":175540,"cache_hit_rate":0.764,"total_tokens":159742,"cost_usd":null} +{"run_id":24054424495,"workflow":"Smoke Copilot","created_at":"2026-04-06T22:30:41Z","date":"2026-04-06","branch":"fix/1463-chmod-gh-aw-config-files","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":190099,"output_tokens":1443,"cache_read_tokens":152285,"cache_write_tokens":0,"effective_tokens":211100,"cache_hit_rate":0.801,"total_tokens":191542,"cost_usd":null} +{"run_id":24052321074,"workflow":"Smoke Copilot","created_at":"2026-04-06T21:33:19Z","date":"2026-04-06","branch":"feat/422-host-docker-internal-propagation","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":95914,"output_tokens":1557,"cache_read_tokens":68171,"cache_write_tokens":0,"effective_tokens":108959,"cache_hit_rate":0.711,"total_tokens":97471,"cost_usd":null} +{"run_id":24052189910,"workflow":"Smoke Copilot","created_at":"2026-04-06T21:30:05Z","date":"2026-04-06","branch":"feat/240-benchmark-history-tracking","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":157457,"output_tokens":1022,"cache_read_tokens":120168,"cache_write_tokens":0,"effective_tokens":173562,"cache_hit_rate":0.763,"total_tokens":158479,"cost_usd":null} +{"run_id":24051472504,"workflow":"Smoke Copilot","created_at":"2026-04-06T21:11:38Z","date":"2026-04-06","branch":"feat/422-host-docker-internal-propagation","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":158027,"output_tokens":1121,"cache_read_tokens":130704,"cache_write_tokens":0,"effective_tokens":175581,"cache_hit_rate":0.827,"total_tokens":159148,"cost_usd":null} +{"run_id":24051295813,"workflow":"Smoke Copilot","created_at":"2026-04-06T21:07:10Z","date":"2026-04-06","branch":"fix/130-child-container-nat-rules","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":128397,"output_tokens":1420,"cache_read_tokens":90151,"cache_write_tokens":0,"effective_tokens":143092,"cache_hit_rate":0.702,"total_tokens":129817,"cost_usd":null} +{"run_id":24051182184,"workflow":"Smoke Copilot","created_at":"2026-04-06T21:04:16Z","date":"2026-04-06","branch":"feat/240-benchmark-history-tracking","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":128515,"output_tokens":1894,"cache_read_tokens":89585,"cache_write_tokens":0,"effective_tokens":145050,"cache_hit_rate":0.697,"total_tokens":130409,"cost_usd":null} +{"run_id":24050933324,"workflow":"Smoke Copilot","created_at":"2026-04-06T20:57:59Z","date":"2026-04-06","branch":"feat/1295-npm-global-tools","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":186558,"output_tokens":1083,"cache_read_tokens":150088,"cache_write_tokens":0,"effective_tokens":205899,"cache_hit_rate":0.805,"total_tokens":187641,"cost_usd":null} +{"run_id":24048360963,"workflow":"Smoke Copilot","created_at":"2026-04-06T19:55:26Z","date":"2026-04-06","branch":"copilot/optimize-claude-token","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":128563,"output_tokens":1617,"cache_read_tokens":89759,"cache_write_tokens":0,"effective_tokens":144007,"cache_hit_rate":0.698,"total_tokens":130180,"cost_usd":null} +{"run_id":24048276589,"workflow":"Smoke Copilot","created_at":"2026-04-06T19:53:22Z","date":"2026-04-06","branch":"copilot/optimize-pelis-agent-tokens","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":122625,"output_tokens":1023,"cache_read_tokens":89131,"cache_write_tokens":0,"effective_tokens":135630,"cache_hit_rate":0.727,"total_tokens":123648,"cost_usd":null} +{"run_id":24044348968,"workflow":"Smoke Copilot","created_at":"2026-04-06T18:17:21Z","date":"2026-04-06","branch":"fix/1463-chmod-gh-aw-config-files","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":189837,"output_tokens":1833,"cache_read_tokens":151932,"cache_write_tokens":0,"effective_tokens":212362,"cache_hit_rate":0.8,"total_tokens":191670,"cost_usd":null} +{"run_id":24042923098,"workflow":"Smoke Copilot","created_at":"2026-04-06T17:40:57Z","date":"2026-04-06","branch":"docs/1562-env-vars-cli-reference","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":121881,"output_tokens":911,"cache_read_tokens":98888,"cache_write_tokens":0,"effective_tokens":135414,"cache_hit_rate":0.811,"total_tokens":122792,"cost_usd":null} +{"run_id":24042861978,"workflow":"Smoke Copilot","created_at":"2026-04-06T17:39:25Z","date":"2026-04-06","branch":"fix/1427-tty-color-detection","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":222480,"output_tokens":1920,"cache_read_tokens":194283,"cache_write_tokens":0,"effective_tokens":249588,"cache_hit_rate":0.873,"total_tokens":224400,"cost_usd":null} +{"run_id":24042836940,"workflow":"Smoke Copilot","created_at":"2026-04-06T17:38:46Z","date":"2026-04-06","branch":"feat/1295-npm-global-tools","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":188433,"output_tokens":1128,"cache_read_tokens":151181,"cache_write_tokens":0,"effective_tokens":208063,"cache_hit_rate":0.802,"total_tokens":189561,"cost_usd":null} +{"run_id":24042812106,"workflow":"Smoke Copilot","created_at":"2026-04-06T17:38:07Z","date":"2026-04-06","branch":"fix/1463-chmod-gh-aw-config-files","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":159117,"output_tokens":1410,"cache_read_tokens":121011,"cache_write_tokens":0,"effective_tokens":176858,"cache_hit_rate":0.761,"total_tokens":160527,"cost_usd":null} +{"run_id":24040169335,"workflow":"Smoke Copilot","created_at":"2026-04-06T16:28:09Z","date":"2026-04-06","branch":"test-coverage/host-iptables-branch-coverage-7eaec73b4d4c6e4c","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":161202,"output_tokens":1332,"cache_read_tokens":122285,"cache_write_tokens":0,"effective_tokens":178759,"cache_hit_rate":0.759,"total_tokens":162534,"cost_usd":null} +{"run_id":24039692807,"workflow":"Smoke Copilot","created_at":"2026-04-06T16:15:06Z","date":"2026-04-06","branch":"copilot/fix-copilot-token-usage-report","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":190873,"output_tokens":1384,"cache_read_tokens":153045,"cache_write_tokens":0,"effective_tokens":211714,"cache_hit_rate":0.802,"total_tokens":192257,"cost_usd":null} +{"run_id":24036649199,"workflow":"Smoke Copilot","created_at":"2026-04-06T14:51:42Z","date":"2026-04-06","branch":"copilot/optimize-token-usage","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":123099,"output_tokens":1111,"cache_read_tokens":89462,"cache_write_tokens":0,"effective_tokens":136489,"cache_hit_rate":0.727,"total_tokens":124210,"cost_usd":null} +{"run_id":24031875972,"workflow":"Smoke Copilot","created_at":"2026-04-06T12:30:56Z","date":"2026-04-06","branch":"main","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":92444,"output_tokens":1499,"cache_read_tokens":56845,"cache_write_tokens":0,"effective_tokens":104125,"cache_hit_rate":0.615,"total_tokens":93943,"cost_usd":null} +{"run_id":24017481871,"workflow":"Smoke Copilot","created_at":"2026-04-06T03:28:34Z","date":"2026-04-06","branch":"fix/recompile-workflows-upgrade","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":160163,"output_tokens":1807,"cache_read_tokens":121748,"cache_write_tokens":0,"effective_tokens":179566,"cache_hit_rate":0.76,"total_tokens":161970,"cost_usd":null} +{"run_id":24017214052,"workflow":"Smoke Copilot","created_at":"2026-04-06T03:15:08Z","date":"2026-04-06","branch":"fix/recompile-workflows-upgrade","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":159710,"output_tokens":1849,"cache_read_tokens":121042,"cache_write_tokens":0,"effective_tokens":179210,"cache_hit_rate":0.758,"total_tokens":161559,"cost_usd":null} +{"run_id":24173167475,"workflow":"Secret Digger (Claude)","created_at":"2026-04-09T04:55:56Z","date":"2026-04-09","branch":"main","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":45,"output_tokens":19022,"cache_read_tokens":2563828,"cache_write_tokens":86231,"effective_tokens":418747,"cache_hit_rate":56973.956,"total_tokens":19067,"cost_usd":null} +{"run_id":24095119211,"workflow":"Secret Digger (Claude)","created_at":"2026-04-07T17:28:36Z","date":"2026-04-07","branch":"main","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1374,"cache_read_tokens":41994,"cache_write_tokens":43382,"effective_tokens":53081,"cache_hit_rate":10498.5,"total_tokens":1378,"cost_usd":null} +{"run_id":24081526101,"workflow":"Secret Digger (Claude)","created_at":"2026-04-07T12:33:30Z","date":"2026-04-07","branch":"main","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1645,"cache_read_tokens":41978,"cache_write_tokens":43642,"effective_tokens":54424,"cache_hit_rate":10494.5,"total_tokens":1649,"cost_usd":null} +{"run_id":24012669686,"workflow":"Secret Digger (Claude)","created_at":"2026-04-05T23:16:01Z","date":"2026-04-05","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":852,"cache_read_tokens":37927,"cache_write_tokens":38731,"effective_tokens":1660,"cache_hit_rate":9481.75,"total_tokens":856,"cost_usd":0.28293025000000005} +{"run_id":24011656105,"workflow":"Secret Digger (Claude)","created_at":"2026-04-05T22:14:12Z","date":"2026-04-05","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":957,"cache_read_tokens":37927,"cache_write_tokens":38898,"effective_tokens":1932,"cache_hit_rate":9481.75,"total_tokens":961,"cost_usd":0.286854} +{"run_id":24010635315,"workflow":"Secret Digger (Claude)","created_at":"2026-04-05T21:15:21Z","date":"2026-04-05","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1280,"cache_read_tokens":37927,"cache_write_tokens":39157,"effective_tokens":2514,"cache_hit_rate":9481.75,"total_tokens":1284,"cost_usd":0.29626275} +{"run_id":24009579929,"workflow":"Secret Digger (Claude)","created_at":"2026-04-05T20:14:28Z","date":"2026-04-05","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1522,"cache_read_tokens":37927,"cache_write_tokens":39228,"effective_tokens":2827,"cache_hit_rate":9481.75,"total_tokens":1526,"cost_usd":0.3028165} +{"run_id":24008628142,"workflow":"Secret Digger (Claude)","created_at":"2026-04-05T19:20:18Z","date":"2026-04-05","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1071,"cache_read_tokens":37927,"cache_write_tokens":38967,"effective_tokens":2115,"cache_hit_rate":9481.75,"total_tokens":1075,"cost_usd":0.28983525000000004} +{"run_id":24007580596,"workflow":"Secret Digger (Claude)","created_at":"2026-04-05T18:19:53Z","date":"2026-04-05","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1677,"cache_read_tokens":37927,"cache_write_tokens":39424,"effective_tokens":3178,"cache_hit_rate":9481.75,"total_tokens":1681,"cost_usd":0.3079065} +{"run_id":24006466570,"workflow":"Secret Digger (Claude)","created_at":"2026-04-05T17:15:54Z","date":"2026-04-05","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":2185,"cache_read_tokens":37927,"cache_write_tokens":40088,"effective_tokens":4350,"cache_hit_rate":9481.75,"total_tokens":2189,"cost_usd":0.3245865} +{"run_id":24005429223,"workflow":"Secret Digger (Claude)","created_at":"2026-04-05T16:16:25Z","date":"2026-04-05","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":993,"cache_read_tokens":37927,"cache_write_tokens":38773,"effective_tokens":1843,"cache_hit_rate":9481.75,"total_tokens":997,"cost_usd":0.28644275} +{"run_id":24004365799,"workflow":"Secret Digger (Claude)","created_at":"2026-04-05T15:16:20Z","date":"2026-04-05","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1264,"cache_read_tokens":37927,"cache_write_tokens":39207,"effective_tokens":2548,"cache_hit_rate":9481.75,"total_tokens":1268,"cost_usd":0.29618525} +{"run_id":24003375166,"workflow":"Secret Digger (Claude)","created_at":"2026-04-05T14:18:36Z","date":"2026-04-05","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1140,"cache_read_tokens":37927,"cache_write_tokens":39024,"effective_tokens":2241,"cache_hit_rate":9481.75,"total_tokens":1144,"cost_usd":0.29186650000000003} +{"run_id":24002538112,"workflow":"Secret Digger (Claude)","created_at":"2026-04-05T13:30:10Z","date":"2026-04-05","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":2010,"cache_read_tokens":37927,"cache_write_tokens":39801,"effective_tokens":3888,"cache_hit_rate":9481.75,"total_tokens":2014,"cost_usd":0.31844275} +{"run_id":24001421625,"workflow":"Secret Digger (Claude)","created_at":"2026-04-05T12:22:20Z","date":"2026-04-05","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":959,"cache_read_tokens":37927,"cache_write_tokens":38739,"effective_tokens":1775,"cache_hit_rate":9481.75,"total_tokens":963,"cost_usd":0.28545025} +{"run_id":24000365407,"workflow":"Secret Digger (Claude)","created_at":"2026-04-05T11:15:32Z","date":"2026-04-05","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":582,"cache_read_tokens":37927,"cache_write_tokens":38526,"effective_tokens":1185,"cache_hit_rate":9481.75,"total_tokens":586,"cost_usd":0.27488900000000005} +{"run_id":23999467406,"workflow":"Secret Digger (Claude)","created_at":"2026-04-05T10:17:14Z","date":"2026-04-05","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1244,"cache_read_tokens":37927,"cache_write_tokens":39187,"effective_tokens":2508,"cache_hit_rate":9481.75,"total_tokens":1248,"cost_usd":0.29531525000000003} +{"run_id":23998599171,"workflow":"Secret Digger (Claude)","created_at":"2026-04-05T09:21:37Z","date":"2026-04-05","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":919,"cache_read_tokens":37927,"cache_write_tokens":38861,"effective_tokens":1857,"cache_hit_rate":9481.75,"total_tokens":923,"cost_usd":0.28543775} +{"run_id":23997654248,"workflow":"Secret Digger (Claude)","created_at":"2026-04-05T08:21:17Z","date":"2026-04-05","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1014,"cache_read_tokens":37927,"cache_write_tokens":38955,"effective_tokens":2046,"cache_hit_rate":9481.75,"total_tokens":1018,"cost_usd":0.28831525} +{"run_id":23996903175,"workflow":"Secret Digger (Claude)","created_at":"2026-04-05T07:31:55Z","date":"2026-04-05","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":852,"cache_read_tokens":37927,"cache_write_tokens":38614,"effective_tokens":1543,"cache_hit_rate":9481.75,"total_tokens":856,"cost_usd":0.28200400000000003} +{"run_id":23996080796,"workflow":"Secret Digger (Claude)","created_at":"2026-04-05T06:36:48Z","date":"2026-04-05","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1279,"cache_read_tokens":37927,"cache_write_tokens":38973,"effective_tokens":2329,"cache_hit_rate":9481.75,"total_tokens":1283,"cost_usd":0.29514275000000006} +{"run_id":23995248939,"workflow":"Secret Digger (Claude)","created_at":"2026-04-05T05:40:28Z","date":"2026-04-05","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1046,"cache_read_tokens":37927,"cache_write_tokens":38937,"effective_tokens":2060,"cache_hit_rate":9481.75,"total_tokens":1050,"cost_usd":0.28912275000000004} +{"run_id":23994640604,"workflow":"Secret Digger (Claude)","created_at":"2026-04-05T04:58:07Z","date":"2026-04-05","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1589,"cache_read_tokens":37927,"cache_write_tokens":39431,"effective_tokens":3097,"cache_hit_rate":9481.75,"total_tokens":1593,"cost_usd":0.3056952500000001} +{"run_id":23993203746,"workflow":"Secret Digger (Claude)","created_at":"2026-04-05T03:14:40Z","date":"2026-04-05","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1203,"cache_read_tokens":37927,"cache_write_tokens":38948,"effective_tokens":2228,"cache_hit_rate":9481.75,"total_tokens":1207,"cost_usd":0.29285150000000004} +{"run_id":23991828145,"workflow":"Secret Digger (Claude)","created_at":"2026-04-05T01:42:00Z","date":"2026-04-05","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":711,"cache_read_tokens":37927,"cache_write_tokens":38566,"effective_tokens":1354,"cache_hit_rate":9481.75,"total_tokens":715,"cost_usd":0.278384} +{"run_id":23991179008,"workflow":"Secret Digger (Claude)","created_at":"2026-04-05T00:57:52Z","date":"2026-04-05","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":920,"cache_read_tokens":37927,"cache_write_tokens":38822,"effective_tokens":1819,"cache_hit_rate":9481.75,"total_tokens":924,"cost_usd":0.285214} +{"run_id":23989642851,"workflow":"Secret Digger (Claude)","created_at":"2026-04-04T23:15:05Z","date":"2026-04-04","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":915,"cache_read_tokens":37927,"cache_write_tokens":38857,"effective_tokens":1849,"cache_hit_rate":9481.75,"total_tokens":919,"cost_usd":0.28526775000000004} +{"run_id":23988691175,"workflow":"Secret Digger (Claude)","created_at":"2026-04-04T22:13:36Z","date":"2026-04-04","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":947,"cache_read_tokens":37927,"cache_write_tokens":38836,"effective_tokens":1860,"cache_hit_rate":9481.75,"total_tokens":951,"cost_usd":0.28596150000000004} +{"run_id":23987719710,"workflow":"Secret Digger (Claude)","created_at":"2026-04-04T21:14:28Z","date":"2026-04-04","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":827,"cache_read_tokens":37927,"cache_write_tokens":38766,"effective_tokens":1670,"cache_hit_rate":9481.75,"total_tokens":831,"cost_usd":0.28234400000000004} +{"run_id":23986725479,"workflow":"Secret Digger (Claude)","created_at":"2026-04-04T20:13:51Z","date":"2026-04-04","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":918,"cache_read_tokens":37927,"cache_write_tokens":38806,"effective_tokens":1801,"cache_hit_rate":9481.75,"total_tokens":922,"cost_usd":0.28487400000000007} +{"run_id":23985786137,"workflow":"Secret Digger (Claude)","created_at":"2026-04-04T19:18:27Z","date":"2026-04-04","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1402,"cache_read_tokens":37927,"cache_write_tokens":39341,"effective_tokens":2820,"cache_hit_rate":9481.75,"total_tokens":1406,"cost_usd":0.30063775} +{"run_id":23984775302,"workflow":"Secret Digger (Claude)","created_at":"2026-04-04T18:18:31Z","date":"2026-04-04","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1923,"cache_read_tokens":37927,"cache_write_tokens":39866,"effective_tokens":3866,"cache_hit_rate":9481.75,"total_tokens":1927,"cost_usd":0.31680400000000003} +{"run_id":23983697521,"workflow":"Secret Digger (Claude)","created_at":"2026-04-04T17:15:38Z","date":"2026-04-04","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1846,"cache_read_tokens":37927,"cache_write_tokens":39742,"effective_tokens":3665,"cache_hit_rate":9481.75,"total_tokens":1850,"cost_usd":0.31405400000000006} +{"run_id":23982686901,"workflow":"Secret Digger (Claude)","created_at":"2026-04-04T16:16:01Z","date":"2026-04-04","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1200,"cache_read_tokens":37927,"cache_write_tokens":39099,"effective_tokens":2376,"cache_hit_rate":9481.75,"total_tokens":1204,"cost_usd":0.29387525000000003} +{"run_id":23981635904,"workflow":"Secret Digger (Claude)","created_at":"2026-04-04T15:14:58Z","date":"2026-04-04","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":770,"cache_read_tokens":38285,"cache_write_tokens":39070,"effective_tokens":1559,"cache_hit_rate":9571.25,"total_tokens":774,"cost_usd":0.28303799999999996} +{"run_id":23980685277,"workflow":"Secret Digger (Claude)","created_at":"2026-04-04T14:18:13Z","date":"2026-04-04","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":986,"cache_read_tokens":38285,"cache_write_tokens":39184,"effective_tokens":1889,"cache_hit_rate":9571.25,"total_tokens":990,"cost_usd":0.2893055} +{"run_id":23979872253,"workflow":"Secret Digger (Claude)","created_at":"2026-04-04T13:29:44Z","date":"2026-04-04","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":804,"cache_read_tokens":38285,"cache_write_tokens":39033,"effective_tokens":1556,"cache_hit_rate":9571.25,"total_tokens":808,"cost_usd":0.28381674999999995} +{"run_id":23978789514,"workflow":"Secret Digger (Claude)","created_at":"2026-04-04T12:21:47Z","date":"2026-04-04","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1727,"cache_read_tokens":38285,"cache_write_tokens":39983,"effective_tokens":3429,"cache_hit_rate":9571.25,"total_tokens":1731,"cost_usd":0.31278425000000004} +{"run_id":23977759670,"workflow":"Secret Digger (Claude)","created_at":"2026-04-04T11:14:51Z","date":"2026-04-04","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1292,"cache_read_tokens":38285,"cache_write_tokens":39452,"effective_tokens":2463,"cache_hit_rate":9571.25,"total_tokens":1296,"cost_usd":0.2983555} +{"run_id":23976891455,"workflow":"Secret Digger (Claude)","created_at":"2026-04-04T10:17:20Z","date":"2026-04-04","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":909,"cache_read_tokens":38285,"cache_write_tokens":39116,"effective_tokens":1744,"cache_hit_rate":9571.25,"total_tokens":913,"cost_usd":0.28693050000000003} +{"run_id":23976029389,"workflow":"Secret Digger (Claude)","created_at":"2026-04-04T09:20:57Z","date":"2026-04-04","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1137,"cache_read_tokens":38285,"cache_write_tokens":39326,"effective_tokens":2182,"cache_hit_rate":9571.25,"total_tokens":1141,"cost_usd":0.293918} +{"run_id":23975087904,"workflow":"Secret Digger (Claude)","created_at":"2026-04-04T08:20:56Z","date":"2026-04-04","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":797,"cache_read_tokens":38285,"cache_write_tokens":39098,"effective_tokens":1614,"cache_hit_rate":9571.25,"total_tokens":801,"cost_usd":0.28387300000000004} +{"run_id":23974225950,"workflow":"Secret Digger (Claude)","created_at":"2026-04-04T07:29:04Z","date":"2026-04-04","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":908,"cache_read_tokens":38285,"cache_write_tokens":39209,"effective_tokens":1836,"cache_hit_rate":9571.25,"total_tokens":912,"cost_usd":0.28730675} +{"run_id":23973301883,"workflow":"Secret Digger (Claude)","created_at":"2026-04-04T06:32:33Z","date":"2026-04-04","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1438,"cache_read_tokens":38285,"cache_write_tokens":39740,"effective_tokens":2897,"cache_hit_rate":9571.25,"total_tokens":1442,"cost_usd":0.3038655} +{"run_id":23972350892,"workflow":"Secret Digger (Claude)","created_at":"2026-04-04T05:33:44Z","date":"2026-04-04","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":827,"cache_read_tokens":38285,"cache_write_tokens":39128,"effective_tokens":1674,"cache_hit_rate":9571.25,"total_tokens":831,"cost_usd":0.28482050000000003} +{"run_id":23971545834,"workflow":"Secret Digger (Claude)","created_at":"2026-04-04T04:42:21Z","date":"2026-04-04","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":923,"cache_read_tokens":38285,"cache_write_tokens":39223,"effective_tokens":1865,"cache_hit_rate":9571.25,"total_tokens":927,"cost_usd":0.28782425} +{"run_id":23970107687,"workflow":"Secret Digger (Claude)","created_at":"2026-04-04T03:11:17Z","date":"2026-04-04","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":944,"cache_read_tokens":38278,"cache_write_tokens":39193,"effective_tokens":1863,"cache_hit_rate":9569.5,"total_tokens":948,"cost_usd":0.28806325} +{"run_id":23968629669,"workflow":"Secret Digger (Claude)","created_at":"2026-04-04T01:41:28Z","date":"2026-04-04","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":804,"cache_read_tokens":38278,"cache_write_tokens":38957,"effective_tokens":1487,"cache_hit_rate":9569.5,"total_tokens":808,"cost_usd":0.28312325} +{"run_id":23967681044,"workflow":"Secret Digger (Claude)","created_at":"2026-04-04T00:49:42Z","date":"2026-04-04","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":744,"cache_read_tokens":38278,"cache_write_tokens":39037,"effective_tokens":1507,"cache_hit_rate":9569.5,"total_tokens":748,"cost_usd":0.28224324999999995} +{"run_id":23965756681,"workflow":"Secret Digger (Claude)","created_at":"2026-04-03T23:17:23Z","date":"2026-04-03","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":979,"cache_read_tokens":38282,"cache_write_tokens":39275,"effective_tokens":1976,"cache_hit_rate":9570.5,"total_tokens":983,"cost_usd":0.28963275} +{"run_id":23964226458,"workflow":"Secret Digger (Claude)","created_at":"2026-04-03T22:15:39Z","date":"2026-04-03","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":684,"cache_read_tokens":38282,"cache_write_tokens":38982,"effective_tokens":1388,"cache_hit_rate":9570.5,"total_tokens":688,"cost_usd":0.2804365} +{"run_id":23962538731,"workflow":"Secret Digger (Claude)","created_at":"2026-04-03T21:16:34Z","date":"2026-04-03","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1159,"cache_read_tokens":38282,"cache_write_tokens":39456,"effective_tokens":2337,"cache_hit_rate":9570.5,"total_tokens":1163,"cost_usd":0.295184} +{"run_id":23960739764,"workflow":"Secret Digger (Claude)","created_at":"2026-04-03T20:17:04Z","date":"2026-04-03","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1400,"cache_read_tokens":38287,"cache_write_tokens":39643,"effective_tokens":2760,"cache_hit_rate":9571.75,"total_tokens":1404,"cost_usd":0.30266025} +{"run_id":23959042026,"workflow":"Secret Digger (Claude)","created_at":"2026-04-03T19:22:15Z","date":"2026-04-03","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":629,"cache_read_tokens":38287,"cache_write_tokens":38931,"effective_tokens":1277,"cache_hit_rate":9571.75,"total_tokens":633,"cost_usd":0.27879025} +{"run_id":23957139564,"workflow":"Secret Digger (Claude)","created_at":"2026-04-03T18:22:27Z","date":"2026-04-03","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":961,"cache_read_tokens":38287,"cache_write_tokens":39263,"effective_tokens":1941,"cache_hit_rate":9571.75,"total_tokens":965,"cost_usd":0.28891524999999996} +{"run_id":23955083235,"workflow":"Secret Digger (Claude)","created_at":"2026-04-03T17:17:44Z","date":"2026-04-03","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":873,"cache_read_tokens":38287,"cache_write_tokens":39176,"effective_tokens":1766,"cache_hit_rate":9571.75,"total_tokens":877,"cost_usd":0.2863915} +{"run_id":23953236969,"workflow":"Secret Digger (Claude)","created_at":"2026-04-03T16:19:38Z","date":"2026-04-03","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":924,"cache_read_tokens":38284,"cache_write_tokens":39225,"effective_tokens":1869,"cache_hit_rate":9571,"total_tokens":928,"cost_usd":0.28792625} +{"run_id":23951410187,"workflow":"Secret Digger (Claude)","created_at":"2026-04-03T15:22:41Z","date":"2026-04-03","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1153,"cache_read_tokens":38284,"cache_write_tokens":39452,"effective_tokens":2325,"cache_hit_rate":9571,"total_tokens":1157,"cost_usd":0.29499} +{"run_id":23949532160,"workflow":"Secret Digger (Claude)","created_at":"2026-04-03T14:23:23Z","date":"2026-04-03","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":825,"cache_read_tokens":38284,"cache_write_tokens":38974,"effective_tokens":1519,"cache_hit_rate":9571,"total_tokens":829,"cost_usd":0.2839325} +{"run_id":23948063299,"workflow":"Secret Digger (Claude)","created_at":"2026-04-03T13:35:33Z","date":"2026-04-03","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":861,"cache_read_tokens":38284,"cache_write_tokens":39162,"effective_tokens":1743,"cache_hit_rate":9571,"total_tokens":865,"cost_usd":0.2858575} +{"run_id":23946122079,"workflow":"Secret Digger (Claude)","created_at":"2026-04-03T12:26:26Z","date":"2026-04-03","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":657,"cache_read_tokens":38284,"cache_write_tokens":38943,"effective_tokens":1320,"cache_hit_rate":9571,"total_tokens":661,"cost_usd":0.27949375} +{"run_id":23944496610,"workflow":"Secret Digger (Claude)","created_at":"2026-04-03T11:22:06Z","date":"2026-04-03","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":566,"cache_read_tokens":38284,"cache_write_tokens":38866,"effective_tokens":1152,"cache_hit_rate":9571,"total_tokens":570,"cost_usd":0.2766725} +{"run_id":23943004094,"workflow":"Secret Digger (Claude)","created_at":"2026-04-03T10:22:11Z","date":"2026-04-03","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":702,"cache_read_tokens":38284,"cache_write_tokens":39003,"effective_tokens":1425,"cache_hit_rate":9571,"total_tokens":706,"cost_usd":0.2807887499999999} +{"run_id":23941506290,"workflow":"Secret Digger (Claude)","created_at":"2026-04-03T09:27:34Z","date":"2026-04-03","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":819,"cache_read_tokens":38284,"cache_write_tokens":39016,"effective_tokens":1555,"cache_hit_rate":9571,"total_tokens":823,"cost_usd":0.28406} +{"run_id":23939813713,"workflow":"Secret Digger (Claude)","created_at":"2026-04-03T08:27:18Z","date":"2026-04-03","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1143,"cache_read_tokens":38284,"cache_write_tokens":39424,"effective_tokens":2287,"cache_hit_rate":9571,"total_tokens":1147,"cost_usd":0.294655} +{"run_id":23938382634,"workflow":"Secret Digger (Claude)","created_at":"2026-04-03T07:35:23Z","date":"2026-04-03","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1344,"cache_read_tokens":38284,"cache_write_tokens":39593,"effective_tokens":2657,"cache_hit_rate":9571,"total_tokens":1348,"cost_usd":0.30080625} +{"run_id":23936880003,"workflow":"Secret Digger (Claude)","created_at":"2026-04-03T06:38:33Z","date":"2026-04-03","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1289,"cache_read_tokens":38284,"cache_write_tokens":39590,"effective_tokens":2599,"cache_hit_rate":9571,"total_tokens":1293,"cost_usd":0.29934749999999993} +{"run_id":23935442834,"workflow":"Secret Digger (Claude)","created_at":"2026-04-03T05:39:28Z","date":"2026-04-03","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":882,"cache_read_tokens":38284,"cache_write_tokens":39182,"effective_tokens":1784,"cache_hit_rate":9571,"total_tokens":886,"cost_usd":0.28668749999999993} +{"run_id":23934384122,"workflow":"Secret Digger (Claude)","created_at":"2026-04-03T04:53:41Z","date":"2026-04-03","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":816,"cache_read_tokens":38284,"cache_write_tokens":39116,"effective_tokens":1652,"cache_hit_rate":9571,"total_tokens":820,"cost_usd":0.284645} +{"run_id":23932125483,"workflow":"Secret Digger (Claude)","created_at":"2026-04-03T03:14:37Z","date":"2026-04-03","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1349,"cache_read_tokens":38284,"cache_write_tokens":39404,"effective_tokens":2473,"cache_hit_rate":9571,"total_tokens":1353,"cost_usd":0.29953} +{"run_id":23930061346,"workflow":"Secret Digger (Claude)","created_at":"2026-04-03T01:43:06Z","date":"2026-04-03","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1509,"cache_read_tokens":38284,"cache_write_tokens":39756,"effective_tokens":2985,"cache_hit_rate":9571,"total_tokens":1513,"cost_usd":0.30593} +{"run_id":23928903674,"workflow":"Secret Digger (Claude)","created_at":"2026-04-03T00:54:06Z","date":"2026-04-03","branch":"main","artifact":"agent-artifacts","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":887,"cache_read_tokens":38284,"cache_write_tokens":39186,"effective_tokens":1793,"cache_hit_rate":9571,"total_tokens":891,"cost_usd":0.2866525} +{"run_id":23926415018,"workflow":"Secret Digger (Claude)","created_at":"2026-04-02T23:16:59Z","date":"2026-04-02","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":882,"cache_read_tokens":38284,"cache_write_tokens":39183,"effective_tokens":1785,"cache_hit_rate":9571,"total_tokens":886,"cost_usd":0.28654875} +{"run_id":23924593633,"workflow":"Secret Digger (Claude)","created_at":"2026-04-02T22:17:19Z","date":"2026-04-02","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1356,"cache_read_tokens":38284,"cache_write_tokens":39655,"effective_tokens":2731,"cache_hit_rate":9571,"total_tokens":1360,"cost_usd":0.30153375} +{"run_id":23922500628,"workflow":"Secret Digger (Claude)","created_at":"2026-04-02T21:19:06Z","date":"2026-04-02","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":886,"cache_read_tokens":38284,"cache_write_tokens":39184,"effective_tokens":1790,"cache_hit_rate":9571,"total_tokens":890,"cost_usd":0.286795} +{"run_id":23920074040,"workflow":"Secret Digger (Claude)","created_at":"2026-04-02T20:17:44Z","date":"2026-04-02","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1135,"cache_read_tokens":38275,"cache_write_tokens":39376,"effective_tokens":2240,"cache_hit_rate":9568.75,"total_tokens":1139,"cost_usd":0.29423050000000006} +{"run_id":23918086138,"workflow":"Secret Digger (Claude)","created_at":"2026-04-02T19:26:54Z","date":"2026-04-02","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1587,"cache_read_tokens":38288,"cache_write_tokens":39768,"effective_tokens":3071,"cache_hit_rate":9572,"total_tokens":1591,"cost_usd":0.307962} +{"run_id":23915716592,"workflow":"Secret Digger (Claude)","created_at":"2026-04-02T18:29:00Z","date":"2026-04-02","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1098,"cache_read_tokens":38286,"cache_write_tokens":39397,"effective_tokens":2213,"cache_hit_rate":9571.5,"total_tokens":1102,"cost_usd":0.29340725} +{"run_id":23913089446,"workflow":"Secret Digger (Claude)","created_at":"2026-04-02T17:23:56Z","date":"2026-04-02","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":885,"cache_read_tokens":38279,"cache_write_tokens":39182,"effective_tokens":1792,"cache_hit_rate":9569.75,"total_tokens":889,"cost_usd":0.286685} +{"run_id":23910833577,"workflow":"Secret Digger (Claude)","created_at":"2026-04-02T16:29:06Z","date":"2026-04-02","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":826,"cache_read_tokens":38286,"cache_write_tokens":39019,"effective_tokens":1563,"cache_hit_rate":9571.5,"total_tokens":830,"cost_usd":0.28422975} +{"run_id":23908295140,"workflow":"Secret Digger (Claude)","created_at":"2026-04-02T15:30:01Z","date":"2026-04-02","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1054,"cache_read_tokens":38290,"cache_write_tokens":39360,"effective_tokens":2128,"cache_hit_rate":9572.5,"total_tokens":1058,"cost_usd":0.29222299999999996} +{"run_id":23905789915,"workflow":"Secret Digger (Claude)","created_at":"2026-04-02T14:34:43Z","date":"2026-04-02","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":814,"cache_read_tokens":38290,"cache_write_tokens":39120,"effective_tokens":1648,"cache_hit_rate":9572.5,"total_tokens":818,"cost_usd":0.284468} +{"run_id":23903292277,"workflow":"Secret Digger (Claude)","created_at":"2026-04-02T13:39:42Z","date":"2026-04-02","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1087,"cache_read_tokens":38290,"cache_write_tokens":39340,"effective_tokens":2141,"cache_hit_rate":9572.5,"total_tokens":1091,"cost_usd":0.2926329999999999} +{"run_id":23900523156,"workflow":"Secret Digger (Claude)","created_at":"2026-04-02T12:32:30Z","date":"2026-04-02","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":818,"cache_read_tokens":38290,"cache_write_tokens":39101,"effective_tokens":1633,"cache_hit_rate":9572.5,"total_tokens":822,"cost_usd":0.28458925} +{"run_id":23898029123,"workflow":"Secret Digger (Claude)","created_at":"2026-04-02T11:23:47Z","date":"2026-04-02","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":963,"cache_read_tokens":38290,"cache_write_tokens":39268,"effective_tokens":1945,"cache_hit_rate":9572.5,"total_tokens":967,"cost_usd":0.289178} +{"run_id":23896027991,"workflow":"Secret Digger (Claude)","created_at":"2026-04-02T10:28:03Z","date":"2026-04-02","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":831,"cache_read_tokens":38290,"cache_write_tokens":39133,"effective_tokens":1678,"cache_hit_rate":9572.5,"total_tokens":835,"cost_usd":0.28507924999999995} +{"run_id":23893853966,"workflow":"Secret Digger (Claude)","created_at":"2026-04-02T09:30:20Z","date":"2026-04-02","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":899,"cache_read_tokens":38290,"cache_write_tokens":39204,"effective_tokens":1817,"cache_hit_rate":9572.5,"total_tokens":903,"cost_usd":0.287073} +{"run_id":23891603263,"workflow":"Secret Digger (Claude)","created_at":"2026-04-02T08:31:25Z","date":"2026-04-02","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1456,"cache_read_tokens":38290,"cache_write_tokens":39707,"effective_tokens":2877,"cache_hit_rate":9572.5,"total_tokens":1460,"cost_usd":0.30416675} +{"run_id":23889612031,"workflow":"Secret Digger (Claude)","created_at":"2026-04-02T07:38:01Z","date":"2026-04-02","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":843,"cache_read_tokens":38290,"cache_write_tokens":39021,"effective_tokens":1578,"cache_hit_rate":9572.5,"total_tokens":847,"cost_usd":0.28468424999999997} +{"run_id":23887619779,"workflow":"Secret Digger (Claude)","created_at":"2026-04-02T06:39:23Z","date":"2026-04-02","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":726,"cache_read_tokens":38290,"cache_write_tokens":39031,"effective_tokens":1471,"cache_hit_rate":9572.5,"total_tokens":730,"cost_usd":0.28212675} +{"run_id":23885813783,"workflow":"Secret Digger (Claude)","created_at":"2026-04-02T05:39:25Z","date":"2026-04-02","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1024,"cache_read_tokens":38290,"cache_write_tokens":39329,"effective_tokens":2067,"cache_hit_rate":9572.5,"total_tokens":1028,"cost_usd":0.29103925} +{"run_id":23884492670,"workflow":"Secret Digger (Claude)","created_at":"2026-04-02T04:52:24Z","date":"2026-04-02","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":944,"cache_read_tokens":38290,"cache_write_tokens":39055,"effective_tokens":1713,"cache_hit_rate":9572.5,"total_tokens":948,"cost_usd":0.28722675} +{"run_id":23881955757,"workflow":"Secret Digger (Claude)","created_at":"2026-04-02T03:14:28Z","date":"2026-04-02","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":648,"cache_read_tokens":38281,"cache_write_tokens":38761,"effective_tokens":1132,"cache_hit_rate":9570.25,"total_tokens":652,"cost_usd":0.27821975} +{"run_id":23879569575,"workflow":"Secret Digger (Claude)","created_at":"2026-04-02T01:42:46Z","date":"2026-04-02","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":699,"cache_read_tokens":38281,"cache_write_tokens":38997,"effective_tokens":1419,"cache_hit_rate":9570.25,"total_tokens":703,"cost_usd":0.28074475} +{"run_id":23878210621,"workflow":"Secret Digger (Claude)","created_at":"2026-04-02T00:51:36Z","date":"2026-04-02","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":900,"cache_read_tokens":38280,"cache_write_tokens":39196,"effective_tokens":1820,"cache_hit_rate":9570,"total_tokens":904,"cost_usd":0.28721300000000005} +{"run_id":23875596651,"workflow":"Secret Digger (Claude)","created_at":"2026-04-01T23:19:35Z","date":"2026-04-01","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1200,"cache_read_tokens":38279,"cache_write_tokens":39334,"effective_tokens":2259,"cache_hit_rate":9569.75,"total_tokens":1204,"cost_usd":0.29531} +{"run_id":23873636044,"workflow":"Secret Digger (Claude)","created_at":"2026-04-01T22:19:13Z","date":"2026-04-01","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1303,"cache_read_tokens":38274,"cache_write_tokens":39524,"effective_tokens":2557,"cache_hit_rate":9568.5,"total_tokens":1307,"cost_usd":0.299345} +{"run_id":23871505940,"workflow":"Secret Digger (Claude)","created_at":"2026-04-01T21:22:21Z","date":"2026-04-01","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":727,"cache_read_tokens":38280,"cache_write_tokens":38947,"effective_tokens":1398,"cache_hit_rate":9570,"total_tokens":731,"cost_usd":0.28132675} +{"run_id":23869037301,"workflow":"Secret Digger (Claude)","created_at":"2026-04-01T20:21:59Z","date":"2026-04-01","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":1106,"cache_read_tokens":38286,"cache_write_tokens":39354,"effective_tokens":2178,"cache_hit_rate":9571.5,"total_tokens":1110,"cost_usd":0.2931435} +{"run_id":23866953587,"workflow":"Secret Digger (Claude)","created_at":"2026-04-01T19:31:19Z","date":"2026-04-01","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":922,"cache_read_tokens":38281,"cache_write_tokens":39215,"effective_tokens":1860,"cache_hit_rate":9570.25,"total_tokens":926,"cost_usd":0.28787225000000005} +{"run_id":23864407071,"workflow":"Secret Digger (Claude)","created_at":"2026-04-01T18:30:01Z","date":"2026-04-01","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":["anthropic"],"api_calls":3,"input_tokens":4,"output_tokens":925,"cache_read_tokens":38281,"cache_write_tokens":39173,"effective_tokens":1821,"cache_hit_rate":9570.25,"total_tokens":929,"cost_usd":0.28766475} +{"run_id":23861726631,"workflow":"Secret Digger (Claude)","created_at":"2026-04-01T17:26:34Z","date":"2026-04-01","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":948,"cache_read_tokens":38280,"cache_write_tokens":39242,"effective_tokens":1914,"cache_hit_rate":9570,"total_tokens":952,"cost_usd":0.2886555} +{"run_id":23859344018,"workflow":"Secret Digger (Claude)","created_at":"2026-04-01T16:29:29Z","date":"2026-04-01","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":521,"cache_read_tokens":38280,"cache_write_tokens":38818,"effective_tokens":1063,"cache_hit_rate":9570,"total_tokens":525,"cost_usd":0.2754555} +{"run_id":23857040208,"workflow":"Secret Digger (Claude)","created_at":"2026-04-01T15:37:56Z","date":"2026-04-01","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":654,"cache_read_tokens":38284,"cache_write_tokens":38898,"effective_tokens":1272,"cache_hit_rate":9571,"total_tokens":658,"cost_usd":0.2789975} +{"run_id":23854392209,"workflow":"Secret Digger (Claude)","created_at":"2026-04-01T14:40:42Z","date":"2026-04-01","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":810,"cache_read_tokens":38284,"cache_write_tokens":39046,"effective_tokens":1576,"cache_hit_rate":9571,"total_tokens":814,"cost_usd":0.2839975} +{"run_id":23851603445,"workflow":"Secret Digger (Claude)","created_at":"2026-04-01T13:40:15Z","date":"2026-04-01","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":970,"cache_read_tokens":38284,"cache_write_tokens":39141,"effective_tokens":1831,"cache_hit_rate":9571,"total_tokens":974,"cost_usd":0.28842625} +{"run_id":23848786828,"workflow":"Secret Digger (Claude)","created_at":"2026-04-01T12:34:00Z","date":"2026-04-01","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":780,"cache_read_tokens":38284,"cache_write_tokens":38799,"effective_tokens":1299,"cache_hit_rate":9571,"total_tokens":784,"cost_usd":0.28167875} +{"run_id":23846276708,"workflow":"Secret Digger (Claude)","created_at":"2026-04-01T11:27:13Z","date":"2026-04-01","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1568,"cache_read_tokens":38284,"cache_write_tokens":39816,"effective_tokens":3104,"cache_hit_rate":9571,"total_tokens":1572,"cost_usd":0.307575} +{"run_id":23844226981,"workflow":"Secret Digger (Claude)","created_at":"2026-04-01T10:30:38Z","date":"2026-04-01","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":760,"cache_read_tokens":38284,"cache_write_tokens":38959,"effective_tokens":1439,"cache_hit_rate":9571,"total_tokens":764,"cost_usd":0.28226375} +{"run_id":23842070912,"workflow":"Secret Digger (Claude)","created_at":"2026-04-01T09:35:03Z","date":"2026-04-01","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1047,"cache_read_tokens":38284,"cache_write_tokens":39345,"effective_tokens":2112,"cache_hit_rate":9571,"total_tokens":1051,"cost_usd":0.29185125} +{"run_id":23839819749,"workflow":"Secret Digger (Claude)","created_at":"2026-04-01T08:39:19Z","date":"2026-04-01","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":987,"cache_read_tokens":38284,"cache_write_tokens":39284,"effective_tokens":1991,"cache_hit_rate":9571,"total_tokens":991,"cost_usd":0.29001} +{"run_id":23837631235,"workflow":"Secret Digger (Claude)","created_at":"2026-04-01T07:40:34Z","date":"2026-04-01","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":669,"cache_read_tokens":38284,"cache_write_tokens":38970,"effective_tokens":1359,"cache_hit_rate":9571,"total_tokens":673,"cost_usd":0.28018750000000003} +{"run_id":23835821105,"workflow":"Secret Digger (Claude)","created_at":"2026-04-01T06:47:36Z","date":"2026-04-01","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1224,"cache_read_tokens":38284,"cache_write_tokens":39464,"effective_tokens":2408,"cache_hit_rate":9571,"total_tokens":1228,"cost_usd":0.29672999999999994} +{"run_id":23832916651,"workflow":"Secret Digger (Claude)","created_at":"2026-04-01T05:06:16Z","date":"2026-04-01","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":711,"cache_read_tokens":38284,"cache_write_tokens":38862,"effective_tokens":1293,"cache_hit_rate":9571,"total_tokens":715,"cost_usd":0.2802025} +{"run_id":23830182720,"workflow":"Secret Digger (Claude)","created_at":"2026-04-01T03:15:18Z","date":"2026-04-01","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":1,"output_tokens":138,"cache_read_tokens":38282,"cache_write_tokens":517,"effective_tokens":-37626,"cache_hit_rate":38282,"total_tokens":139,"cost_usd":0.026300249999999997} +{"run_id":23827853515,"workflow":"Secret Digger (Claude)","created_at":"2026-04-01T01:42:39Z","date":"2026-04-01","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":804,"cache_read_tokens":38288,"cache_write_tokens":38941,"effective_tokens":1461,"cache_hit_rate":9572,"total_tokens":808,"cost_usd":0.28324825000000003} +{"run_id":23826724212,"workflow":"Secret Digger (Claude)","created_at":"2026-04-01T00:59:48Z","date":"2026-04-01","branch":"main","artifact":"agent-artifacts","epoch":0,"label":"baseline","description":"api-proxy tracking enabled, before any token optimization","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":729,"cache_read_tokens":38287,"cache_write_tokens":39033,"effective_tokens":1479,"cache_hit_rate":9571.75,"total_tokens":733,"cost_usd":0.28179775} +{"run_id":23823910136,"workflow":"Secret Digger (Claude)","created_at":"2026-03-31T23:16:33Z","date":"2026-03-31","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1059,"cache_read_tokens":38286,"cache_write_tokens":39347,"effective_tokens":2124,"cache_hit_rate":9571.5,"total_tokens":1063,"cost_usd":0.29215475} +{"run_id":23822086371,"workflow":"Secret Digger (Claude)","created_at":"2026-03-31T22:18:57Z","date":"2026-03-31","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":713,"cache_read_tokens":38286,"cache_write_tokens":39005,"effective_tokens":1436,"cache_hit_rate":9571.5,"total_tokens":717,"cost_usd":0.28111725000000004} +{"run_id":23819955665,"workflow":"Secret Digger (Claude)","created_at":"2026-03-31T21:20:31Z","date":"2026-03-31","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":638,"cache_read_tokens":38286,"cache_write_tokens":38929,"effective_tokens":1285,"cache_hit_rate":9571.5,"total_tokens":642,"cost_usd":0.27895725} +{"run_id":23817649118,"workflow":"Secret Digger (Claude)","created_at":"2026-03-31T20:21:37Z","date":"2026-03-31","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1260,"cache_read_tokens":38286,"cache_write_tokens":39546,"effective_tokens":2524,"cache_hit_rate":9571.5,"total_tokens":1264,"cost_usd":0.2982035} +{"run_id":23815603951,"workflow":"Secret Digger (Claude)","created_at":"2026-03-31T19:29:46Z","date":"2026-03-31","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1417,"cache_read_tokens":38286,"cache_write_tokens":39664,"effective_tokens":2799,"cache_hit_rate":9571.5,"total_tokens":1421,"cost_usd":0.302816} +{"run_id":23813276415,"workflow":"Secret Digger (Claude)","created_at":"2026-03-31T18:30:17Z","date":"2026-03-31","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":732,"cache_read_tokens":38286,"cache_write_tokens":39025,"effective_tokens":1475,"cache_hit_rate":9571.5,"total_tokens":736,"cost_usd":0.28174725} +{"run_id":23810716010,"workflow":"Secret Digger (Claude)","created_at":"2026-03-31T17:28:07Z","date":"2026-03-31","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":924,"cache_read_tokens":38286,"cache_write_tokens":39026,"effective_tokens":1668,"cache_hit_rate":9571.5,"total_tokens":928,"cost_usd":0.2865685} +{"run_id":23808297636,"workflow":"Secret Digger (Claude)","created_at":"2026-03-31T16:30:35Z","date":"2026-03-31","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":780,"cache_read_tokens":38286,"cache_write_tokens":39077,"effective_tokens":1575,"cache_hit_rate":9571.5,"total_tokens":784,"cost_usd":0.28322725} +{"run_id":23805812711,"workflow":"Secret Digger (Claude)","created_at":"2026-03-31T15:34:36Z","date":"2026-03-31","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":852,"cache_read_tokens":38286,"cache_write_tokens":39139,"effective_tokens":1709,"cache_hit_rate":9571.5,"total_tokens":856,"cost_usd":0.28568975} +{"run_id":23803248463,"workflow":"Secret Digger (Claude)","created_at":"2026-03-31T14:40:35Z","date":"2026-03-31","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":729,"cache_read_tokens":38286,"cache_write_tokens":38908,"effective_tokens":1355,"cache_hit_rate":9571.5,"total_tokens":733,"cost_usd":0.281101} +{"run_id":23800422775,"workflow":"Secret Digger (Claude)","created_at":"2026-03-31T13:40:55Z","date":"2026-03-31","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":553,"cache_read_tokens":38286,"cache_write_tokens":38843,"effective_tokens":1114,"cache_hit_rate":9571.5,"total_tokens":557,"cost_usd":0.27622975} +{"run_id":23797473955,"workflow":"Secret Digger (Claude)","created_at":"2026-03-31T12:33:15Z","date":"2026-03-31","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1043,"cache_read_tokens":38286,"cache_write_tokens":39335,"effective_tokens":2096,"cache_hit_rate":9571.5,"total_tokens":1047,"cost_usd":0.29155475} +{"run_id":23794840138,"workflow":"Secret Digger (Claude)","created_at":"2026-03-31T11:25:21Z","date":"2026-03-31","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1438,"cache_read_tokens":38286,"cache_write_tokens":39724,"effective_tokens":2880,"cache_hit_rate":9571.5,"total_tokens":1442,"cost_usd":0.30396100000000004} +{"run_id":23792774091,"workflow":"Secret Digger (Claude)","created_at":"2026-03-31T10:30:15Z","date":"2026-03-31","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":814,"cache_read_tokens":38286,"cache_write_tokens":38968,"effective_tokens":1500,"cache_hit_rate":9571.5,"total_tokens":818,"cost_usd":0.283451} +{"run_id":23790520502,"workflow":"Secret Digger (Claude)","created_at":"2026-03-31T09:32:56Z","date":"2026-03-31","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":588,"cache_read_tokens":38286,"cache_write_tokens":38876,"effective_tokens":1182,"cache_hit_rate":9571.5,"total_tokens":592,"cost_usd":0.277266} +{"run_id":23788155537,"workflow":"Secret Digger (Claude)","created_at":"2026-03-31T08:34:15Z","date":"2026-03-31","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1096,"cache_read_tokens":38286,"cache_write_tokens":39278,"effective_tokens":2092,"cache_hit_rate":9571.5,"total_tokens":1100,"cost_usd":0.29264350000000006} +{"run_id":23786060101,"workflow":"Secret Digger (Claude)","created_at":"2026-03-31T07:38:45Z","date":"2026-03-31","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":790,"cache_read_tokens":38286,"cache_write_tokens":39080,"effective_tokens":1588,"cache_hit_rate":9571.5,"total_tokens":794,"cost_usd":0.28351100000000007} +{"run_id":23784114137,"workflow":"Secret Digger (Claude)","created_at":"2026-03-31T06:41:19Z","date":"2026-03-31","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":666,"cache_read_tokens":38286,"cache_write_tokens":38961,"effective_tokens":1345,"cache_hit_rate":9571.5,"total_tokens":670,"cost_usd":0.27968225} +{"run_id":23782347679,"workflow":"Secret Digger (Claude)","created_at":"2026-03-31T05:40:22Z","date":"2026-03-31","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1171,"cache_read_tokens":38286,"cache_write_tokens":39316,"effective_tokens":2205,"cache_hit_rate":9571.5,"total_tokens":1175,"cost_usd":0.294746} +{"run_id":23781185889,"workflow":"Secret Digger (Claude)","created_at":"2026-03-31T04:56:34Z","date":"2026-03-31","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1123,"cache_read_tokens":38288,"cache_write_tokens":39410,"effective_tokens":2249,"cache_hit_rate":9572,"total_tokens":1127,"cost_usd":0.2939295} +{"run_id":23778723819,"workflow":"Secret Digger (Claude)","created_at":"2026-03-31T03:15:15Z","date":"2026-03-31","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1343,"cache_read_tokens":38288,"cache_write_tokens":39333,"effective_tokens":2392,"cache_hit_rate":9572,"total_tokens":1347,"cost_usd":0.29909325} +{"run_id":23776435795,"workflow":"Secret Digger (Claude)","created_at":"2026-03-31T01:43:15Z","date":"2026-03-31","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":751,"cache_read_tokens":38288,"cache_write_tokens":39042,"effective_tokens":1509,"cache_hit_rate":9572,"total_tokens":755,"cost_usd":0.28226949999999995} +{"run_id":23775159842,"workflow":"Secret Digger (Claude)","created_at":"2026-03-31T00:53:35Z","date":"2026-03-31","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":844,"cache_read_tokens":38288,"cache_write_tokens":39076,"effective_tokens":1636,"cache_hit_rate":9572,"total_tokens":848,"cost_usd":0.28494700000000006} +{"run_id":23772428322,"workflow":"Secret Digger (Claude)","created_at":"2026-03-30T23:18:50Z","date":"2026-03-30","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1209,"cache_read_tokens":38288,"cache_write_tokens":39491,"effective_tokens":2416,"cache_hit_rate":9572,"total_tokens":1213,"cost_usd":0.29668075} +{"run_id":23770451387,"workflow":"Secret Digger (Claude)","created_at":"2026-03-30T22:17:59Z","date":"2026-03-30","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":704,"cache_read_tokens":38288,"cache_write_tokens":38996,"effective_tokens":1416,"cache_hit_rate":9572,"total_tokens":708,"cost_usd":0.281112} +{"run_id":23768390985,"workflow":"Secret Digger (Claude)","created_at":"2026-03-30T21:22:01Z","date":"2026-03-30","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":952,"cache_read_tokens":38288,"cache_write_tokens":39178,"effective_tokens":1846,"cache_hit_rate":9572,"total_tokens":956,"cost_usd":0.2882145} +{"run_id":23765868137,"workflow":"Secret Digger (Claude)","created_at":"2026-03-30T20:21:59Z","date":"2026-03-30","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1192,"cache_read_tokens":38288,"cache_write_tokens":39444,"effective_tokens":2352,"cache_hit_rate":9572,"total_tokens":1196,"cost_usd":0.296057} +{"run_id":23763586207,"workflow":"Secret Digger (Claude)","created_at":"2026-03-30T19:29:44Z","date":"2026-03-30","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1115,"cache_read_tokens":38288,"cache_write_tokens":39371,"effective_tokens":2202,"cache_hit_rate":9572,"total_tokens":1119,"cost_usd":0.29351575} +{"run_id":23761029058,"workflow":"Secret Digger (Claude)","created_at":"2026-03-30T18:30:05Z","date":"2026-03-30","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1253,"cache_read_tokens":38288,"cache_write_tokens":39374,"effective_tokens":2343,"cache_hit_rate":9572,"total_tokens":1257,"cost_usd":0.2971645} +{"run_id":23758207810,"workflow":"Secret Digger (Claude)","created_at":"2026-03-30T17:25:42Z","date":"2026-03-30","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":938,"cache_read_tokens":38288,"cache_write_tokens":39018,"effective_tokens":1672,"cache_hit_rate":9572,"total_tokens":942,"cost_usd":0.28707950000000004} +{"run_id":23755774340,"workflow":"Secret Digger (Claude)","created_at":"2026-03-30T16:30:53Z","date":"2026-03-30","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":609,"cache_read_tokens":38288,"cache_write_tokens":38913,"effective_tokens":1238,"cache_hit_rate":9572,"total_tokens":613,"cost_usd":0.27814825000000004} +{"run_id":23753313417,"workflow":"Secret Digger (Claude)","created_at":"2026-03-30T15:37:26Z","date":"2026-03-30","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":857,"cache_read_tokens":38288,"cache_write_tokens":39130,"effective_tokens":1703,"cache_hit_rate":9572,"total_tokens":861,"cost_usd":0.2857645} +{"run_id":23750656402,"workflow":"Secret Digger (Claude)","created_at":"2026-03-30T14:41:13Z","date":"2026-03-30","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":845,"cache_read_tokens":38288,"cache_write_tokens":39150,"effective_tokens":1711,"cache_hit_rate":9572,"total_tokens":849,"cost_usd":0.28555450000000004} +{"run_id":23747782708,"workflow":"Secret Digger (Claude)","created_at":"2026-03-30T13:40:44Z","date":"2026-03-30","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":917,"cache_read_tokens":38288,"cache_write_tokens":39049,"effective_tokens":1682,"cache_hit_rate":9572,"total_tokens":921,"cost_usd":0.28668325} +{"run_id":23744866175,"workflow":"Secret Digger (Claude)","created_at":"2026-03-30T12:32:45Z","date":"2026-03-30","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":586,"cache_read_tokens":38288,"cache_write_tokens":38891,"effective_tokens":1193,"cache_hit_rate":9572,"total_tokens":590,"cost_usd":0.27730075} +{"run_id":23742446971,"workflow":"Secret Digger (Claude)","created_at":"2026-03-30T11:29:09Z","date":"2026-03-30","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1302,"cache_read_tokens":38288,"cache_write_tokens":39606,"effective_tokens":2624,"cache_hit_rate":9572,"total_tokens":1306,"cost_usd":0.29961950000000004} +{"run_id":23740514905,"workflow":"Secret Digger (Claude)","created_at":"2026-03-30T10:38:02Z","date":"2026-03-30","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":945,"cache_read_tokens":38288,"cache_write_tokens":39030,"effective_tokens":1691,"cache_hit_rate":9572,"total_tokens":949,"cost_usd":0.2872745} +{"run_id":23738314872,"workflow":"Secret Digger (Claude)","created_at":"2026-03-30T09:43:02Z","date":"2026-03-30","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":730,"cache_read_tokens":38288,"cache_write_tokens":38903,"effective_tokens":1349,"cache_hit_rate":9572,"total_tokens":734,"cost_usd":0.28105075000000007} +{"run_id":23735904252,"workflow":"Secret Digger (Claude)","created_at":"2026-03-30T08:43:50Z","date":"2026-03-30","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":916,"cache_read_tokens":38288,"cache_write_tokens":39067,"effective_tokens":1699,"cache_hit_rate":9572,"total_tokens":920,"cost_usd":0.28680075000000005} +{"run_id":23733529069,"workflow":"Secret Digger (Claude)","created_at":"2026-03-30T07:41:49Z","date":"2026-03-30","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":652,"cache_read_tokens":38288,"cache_write_tokens":38936,"effective_tokens":1304,"cache_hit_rate":9572,"total_tokens":656,"cost_usd":0.2793820000000001} +{"run_id":23731778927,"workflow":"Secret Digger (Claude)","created_at":"2026-03-30T06:50:43Z","date":"2026-03-30","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":757,"cache_read_tokens":38288,"cache_write_tokens":39060,"effective_tokens":1533,"cache_hit_rate":9572,"total_tokens":761,"cost_usd":0.282762} +{"run_id":23728841495,"workflow":"Secret Digger (Claude)","created_at":"2026-03-30T05:05:23Z","date":"2026-03-30","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1224,"cache_read_tokens":38288,"cache_write_tokens":39340,"effective_tokens":2280,"cache_hit_rate":9572,"total_tokens":1228,"cost_usd":0.296282} +{"run_id":23726374584,"workflow":"Secret Digger (Claude)","created_at":"2026-03-30T03:15:51Z","date":"2026-03-30","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":889,"cache_read_tokens":38288,"cache_write_tokens":39048,"effective_tokens":1653,"cache_hit_rate":9572,"total_tokens":893,"cost_usd":0.286012} +{"run_id":23724366067,"workflow":"Secret Digger (Claude)","created_at":"2026-03-30T01:44:05Z","date":"2026-03-30","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1147,"cache_read_tokens":38289,"cache_write_tokens":39450,"effective_tokens":2312,"cache_hit_rate":9572.25,"total_tokens":1151,"cost_usd":0.29486999999999997} +{"run_id":23723364830,"workflow":"Secret Digger (Claude)","created_at":"2026-03-30T00:56:26Z","date":"2026-03-30","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":936,"cache_read_tokens":38289,"cache_write_tokens":39215,"effective_tokens":1866,"cache_hit_rate":9572.25,"total_tokens":940,"cost_usd":0.28820125} +{"run_id":23721429836,"workflow":"Secret Digger (Claude)","created_at":"2026-03-29T23:15:15Z","date":"2026-03-29","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1199,"cache_read_tokens":38289,"cache_write_tokens":39455,"effective_tokens":2369,"cache_hit_rate":9572.25,"total_tokens":1203,"cost_usd":0.29630625} +{"run_id":23720346577,"workflow":"Secret Digger (Claude)","created_at":"2026-03-29T22:14:07Z","date":"2026-03-29","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":861,"cache_read_tokens":38289,"cache_write_tokens":39036,"effective_tokens":1612,"cache_hit_rate":9572.25,"total_tokens":865,"cost_usd":0.2850675} +{"run_id":23719240869,"workflow":"Secret Digger (Claude)","created_at":"2026-03-29T21:15:07Z","date":"2026-03-29","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1257,"cache_read_tokens":38289,"cache_write_tokens":39563,"effective_tokens":2535,"cache_hit_rate":9572.25,"total_tokens":1261,"cost_usd":0.29839125} +{"run_id":23718090613,"workflow":"Secret Digger (Claude)","created_at":"2026-03-29T20:14:49Z","date":"2026-03-29","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1258,"cache_read_tokens":38289,"cache_write_tokens":39497,"effective_tokens":2470,"cache_hit_rate":9572.25,"total_tokens":1262,"cost_usd":0.2978887499999999} +{"run_id":23716990277,"workflow":"Secret Digger (Claude)","created_at":"2026-03-29T19:18:41Z","date":"2026-03-29","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":664,"cache_read_tokens":38292,"cache_write_tokens":38973,"effective_tokens":1349,"cache_hit_rate":9573,"total_tokens":668,"cost_usd":0.27992525} +{"run_id":23715821572,"workflow":"Secret Digger (Claude)","created_at":"2026-03-29T18:19:09Z","date":"2026-03-29","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1060,"cache_read_tokens":38292,"cache_write_tokens":39276,"effective_tokens":2048,"cache_hit_rate":9573,"total_tokens":1064,"cost_usd":0.291759} +{"run_id":23714547435,"workflow":"Secret Digger (Claude)","created_at":"2026-03-29T17:15:34Z","date":"2026-03-29","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1329,"cache_read_tokens":38292,"cache_write_tokens":39526,"effective_tokens":2567,"cache_hit_rate":9573,"total_tokens":1333,"cost_usd":0.30000150000000003} +{"run_id":23713369184,"workflow":"Secret Digger (Claude)","created_at":"2026-03-29T16:15:59Z","date":"2026-03-29","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":763,"cache_read_tokens":38292,"cache_write_tokens":38922,"effective_tokens":1397,"cache_hit_rate":9573,"total_tokens":767,"cost_usd":0.28213150000000004} +{"run_id":23712142935,"workflow":"Secret Digger (Claude)","created_at":"2026-03-29T15:14:59Z","date":"2026-03-29","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1092,"cache_read_tokens":38292,"cache_write_tokens":39400,"effective_tokens":2204,"cache_hit_rate":9573,"total_tokens":1096,"cost_usd":0.293309} +{"run_id":23711061039,"workflow":"Secret Digger (Claude)","created_at":"2026-03-29T14:18:14Z","date":"2026-03-29","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":842,"cache_read_tokens":38292,"cache_write_tokens":39040,"effective_tokens":1594,"cache_hit_rate":9573,"total_tokens":846,"cost_usd":0.284749} +{"run_id":23710143541,"workflow":"Secret Digger (Claude)","created_at":"2026-03-29T13:29:30Z","date":"2026-03-29","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":626,"cache_read_tokens":38292,"cache_write_tokens":38934,"effective_tokens":1272,"cache_hit_rate":9573,"total_tokens":630,"cost_usd":0.2785265} +{"run_id":23708921483,"workflow":"Secret Digger (Claude)","created_at":"2026-03-29T12:21:45Z","date":"2026-03-29","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":884,"cache_read_tokens":38292,"cache_write_tokens":39189,"effective_tokens":1785,"cache_hit_rate":9573,"total_tokens":888,"cost_usd":0.28691525} +{"run_id":23707797681,"workflow":"Secret Digger (Claude)","created_at":"2026-03-29T11:14:43Z","date":"2026-03-29","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1106,"cache_read_tokens":38292,"cache_write_tokens":39412,"effective_tokens":2230,"cache_hit_rate":9573,"total_tokens":1110,"cost_usd":0.293714} +{"run_id":23706858559,"workflow":"Secret Digger (Claude)","created_at":"2026-03-29T10:17:11Z","date":"2026-03-29","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":934,"cache_read_tokens":38292,"cache_write_tokens":39242,"effective_tokens":1888,"cache_hit_rate":9573,"total_tokens":938,"cost_usd":0.2882315} +{"run_id":23705908278,"workflow":"Secret Digger (Claude)","created_at":"2026-03-29T09:19:36Z","date":"2026-03-29","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1075,"cache_read_tokens":38292,"cache_write_tokens":39311,"effective_tokens":2098,"cache_hit_rate":9573,"total_tokens":1079,"cost_usd":0.29228275000000004} +{"run_id":23704946121,"workflow":"Secret Digger (Claude)","created_at":"2026-03-29T08:20:44Z","date":"2026-03-29","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1039,"cache_read_tokens":38292,"cache_write_tokens":39348,"effective_tokens":2099,"cache_hit_rate":9573,"total_tokens":1043,"cost_usd":0.29161400000000004} +{"run_id":23704137693,"workflow":"Secret Digger (Claude)","created_at":"2026-03-29T07:29:27Z","date":"2026-03-29","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":921,"cache_read_tokens":38292,"cache_write_tokens":39227,"effective_tokens":1860,"cache_hit_rate":9573,"total_tokens":925,"cost_usd":0.28789775} +{"run_id":23703296298,"workflow":"Secret Digger (Claude)","created_at":"2026-03-29T06:35:27Z","date":"2026-03-29","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1094,"cache_read_tokens":38292,"cache_write_tokens":39234,"effective_tokens":2040,"cache_hit_rate":9573,"total_tokens":1098,"cost_usd":0.2923115} +{"run_id":23702458477,"workflow":"Secret Digger (Claude)","created_at":"2026-03-29T05:40:08Z","date":"2026-03-29","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":890,"cache_read_tokens":38292,"cache_write_tokens":39199,"effective_tokens":1801,"cache_hit_rate":9573,"total_tokens":894,"cost_usd":0.28691775} +{"run_id":23701808066,"workflow":"Secret Digger (Claude)","created_at":"2026-03-29T04:57:05Z","date":"2026-03-29","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1583,"cache_read_tokens":38292,"cache_write_tokens":39889,"effective_tokens":3184,"cache_hit_rate":9573,"total_tokens":1587,"cost_usd":0.3086002500000001} +{"run_id":23700262374,"workflow":"Secret Digger (Claude)","created_at":"2026-03-29T03:14:58Z","date":"2026-03-29","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":884,"cache_read_tokens":38292,"cache_write_tokens":39189,"effective_tokens":1785,"cache_hit_rate":9573,"total_tokens":888,"cost_usd":0.28662525} +{"run_id":23698821017,"workflow":"Secret Digger (Claude)","created_at":"2026-03-29T01:41:53Z","date":"2026-03-29","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1170,"cache_read_tokens":38292,"cache_write_tokens":39298,"effective_tokens":2180,"cache_hit_rate":9573,"total_tokens":1174,"cost_usd":0.2944015} +{"run_id":23698125742,"workflow":"Secret Digger (Claude)","created_at":"2026-03-29T00:57:00Z","date":"2026-03-29","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1285,"cache_read_tokens":38292,"cache_write_tokens":39591,"effective_tokens":2588,"cache_hit_rate":9573,"total_tokens":1289,"cost_usd":0.29912275} +{"run_id":23696505740,"workflow":"Secret Digger (Claude)","created_at":"2026-03-28T23:14:51Z","date":"2026-03-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1191,"cache_read_tokens":38292,"cache_write_tokens":39452,"effective_tokens":2355,"cache_hit_rate":9573,"total_tokens":1195,"cost_usd":0.296034} +{"run_id":23695470910,"workflow":"Secret Digger (Claude)","created_at":"2026-03-28T22:12:41Z","date":"2026-03-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":709,"cache_read_tokens":38292,"cache_write_tokens":39015,"effective_tokens":1436,"cache_hit_rate":9573,"total_tokens":713,"cost_usd":0.28122274999999997} +{"run_id":23694465583,"workflow":"Secret Digger (Claude)","created_at":"2026-03-28T21:14:06Z","date":"2026-03-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1203,"cache_read_tokens":38292,"cache_write_tokens":39474,"effective_tokens":2389,"cache_hit_rate":9573,"total_tokens":1207,"cost_usd":0.29639150000000003} +{"run_id":23693423450,"workflow":"Secret Digger (Claude)","created_at":"2026-03-28T20:13:38Z","date":"2026-03-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1260,"cache_read_tokens":38292,"cache_write_tokens":39424,"effective_tokens":2396,"cache_hit_rate":9573,"total_tokens":1264,"cost_usd":0.29754900000000006} +{"run_id":23692436876,"workflow":"Secret Digger (Claude)","created_at":"2026-03-28T19:17:42Z","date":"2026-03-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":834,"cache_read_tokens":38292,"cache_write_tokens":39083,"effective_tokens":1629,"cache_hit_rate":9573,"total_tokens":838,"cost_usd":0.28510275} +{"run_id":23691366166,"workflow":"Secret Digger (Claude)","created_at":"2026-03-28T18:18:00Z","date":"2026-03-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":733,"cache_read_tokens":38292,"cache_write_tokens":39042,"effective_tokens":1487,"cache_hit_rate":9573,"total_tokens":737,"cost_usd":0.28208150000000004} +{"run_id":23690205900,"workflow":"Secret Digger (Claude)","created_at":"2026-03-28T17:14:35Z","date":"2026-03-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":786,"cache_read_tokens":38287,"cache_write_tokens":39088,"effective_tokens":1591,"cache_hit_rate":9571.75,"total_tokens":790,"cost_usd":0.2835115} +{"run_id":23689146204,"workflow":"Secret Digger (Claude)","created_at":"2026-03-28T16:15:43Z","date":"2026-03-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":903,"cache_read_tokens":38295,"cache_write_tokens":39142,"effective_tokens":1754,"cache_hit_rate":9573.75,"total_tokens":907,"cost_usd":0.28697300000000003} +{"run_id":23688068763,"workflow":"Secret Digger (Claude)","created_at":"2026-03-28T15:14:53Z","date":"2026-03-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1207,"cache_read_tokens":38295,"cache_write_tokens":39514,"effective_tokens":2430,"cache_hit_rate":9573.75,"total_tokens":1211,"cost_usd":0.29665300000000006} +{"run_id":23687072778,"workflow":"Secret Digger (Claude)","created_at":"2026-03-28T14:17:40Z","date":"2026-03-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":739,"cache_read_tokens":38295,"cache_write_tokens":39050,"effective_tokens":1498,"cache_hit_rate":9573.75,"total_tokens":743,"cost_usd":0.28205800000000003} +{"run_id":23686227795,"workflow":"Secret Digger (Claude)","created_at":"2026-03-28T13:28:21Z","date":"2026-03-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":537,"cache_read_tokens":38295,"cache_write_tokens":38847,"effective_tokens":1093,"cache_hit_rate":9573.75,"total_tokens":541,"cost_usd":0.27599425000000005} +{"run_id":23685100746,"workflow":"Secret Digger (Claude)","created_at":"2026-03-28T12:21:15Z","date":"2026-03-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":524,"cache_read_tokens":38295,"cache_write_tokens":38835,"effective_tokens":1068,"cache_hit_rate":9573.75,"total_tokens":528,"cost_usd":0.27528925000000004} +{"run_id":23684009145,"workflow":"Secret Digger (Claude)","created_at":"2026-03-28T11:14:03Z","date":"2026-03-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":812,"cache_read_tokens":38295,"cache_write_tokens":39123,"effective_tokens":1644,"cache_hit_rate":9573.75,"total_tokens":816,"cost_usd":0.28461425} +{"run_id":23683083951,"workflow":"Secret Digger (Claude)","created_at":"2026-03-28T10:16:04Z","date":"2026-03-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":708,"cache_read_tokens":38295,"cache_write_tokens":39019,"effective_tokens":1436,"cache_hit_rate":9573.75,"total_tokens":712,"cost_usd":0.28107425} +{"run_id":23682149713,"workflow":"Secret Digger (Claude)","created_at":"2026-03-28T09:19:20Z","date":"2026-03-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1073,"cache_read_tokens":38295,"cache_write_tokens":39308,"effective_tokens":2090,"cache_hit_rate":9573.75,"total_tokens":1077,"cost_usd":0.2922555} +{"run_id":23681177182,"workflow":"Secret Digger (Claude)","created_at":"2026-03-28T08:20:14Z","date":"2026-03-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":567,"cache_read_tokens":38295,"cache_write_tokens":38878,"effective_tokens":1154,"cache_hit_rate":9573.75,"total_tokens":571,"cost_usd":0.276918} +{"run_id":23680292807,"workflow":"Secret Digger (Claude)","created_at":"2026-03-28T07:26:34Z","date":"2026-03-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1391,"cache_read_tokens":38295,"cache_write_tokens":39648,"effective_tokens":2748,"cache_hit_rate":9573.75,"total_tokens":1395,"cost_usd":0.3023655} +{"run_id":23679403986,"workflow":"Secret Digger (Claude)","created_at":"2026-03-28T06:31:06Z","date":"2026-03-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1501,"cache_read_tokens":38295,"cache_write_tokens":39812,"effective_tokens":3022,"cache_hit_rate":9573.75,"total_tokens":1505,"cost_usd":0.3059255} +{"run_id":23678509253,"workflow":"Secret Digger (Claude)","created_at":"2026-03-28T05:33:36Z","date":"2026-03-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1240,"cache_read_tokens":38295,"cache_write_tokens":39307,"effective_tokens":2256,"cache_hit_rate":9573.75,"total_tokens":1244,"cost_usd":0.29644925} +{"run_id":23677725753,"workflow":"Secret Digger (Claude)","created_at":"2026-03-28T04:44:28Z","date":"2026-03-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1215,"cache_read_tokens":38295,"cache_write_tokens":39524,"effective_tokens":2448,"cache_hit_rate":9573.75,"total_tokens":1219,"cost_usd":0.2969205} +{"run_id":23676207411,"workflow":"Secret Digger (Claude)","created_at":"2026-03-28T03:11:11Z","date":"2026-03-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1054,"cache_read_tokens":38295,"cache_write_tokens":39364,"effective_tokens":2127,"cache_hit_rate":9573.75,"total_tokens":1058,"cost_usd":0.2921505} +{"run_id":23674650201,"workflow":"Secret Digger (Claude)","created_at":"2026-03-28T01:41:42Z","date":"2026-03-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":950,"cache_read_tokens":38295,"cache_write_tokens":39129,"effective_tokens":1788,"cache_hit_rate":9573.75,"total_tokens":954,"cost_usd":0.28786175} +{"run_id":23673645240,"workflow":"Secret Digger (Claude)","created_at":"2026-03-28T00:49:27Z","date":"2026-03-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1095,"cache_read_tokens":38295,"cache_write_tokens":39401,"effective_tokens":2205,"cache_hit_rate":9573.75,"total_tokens":1099,"cost_usd":0.29310674999999997} +{"run_id":23671503963,"workflow":"Secret Digger (Claude)","created_at":"2026-03-27T23:16:31Z","date":"2026-03-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1220,"cache_read_tokens":38295,"cache_write_tokens":39480,"effective_tokens":2409,"cache_hit_rate":9573.75,"total_tokens":1224,"cost_usd":0.2969705} +{"run_id":23669781686,"workflow":"Secret Digger (Claude)","created_at":"2026-03-27T22:15:15Z","date":"2026-03-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1040,"cache_read_tokens":38295,"cache_write_tokens":39285,"effective_tokens":2034,"cache_hit_rate":9573.75,"total_tokens":1044,"cost_usd":0.29125175000000003} +{"run_id":23667921927,"workflow":"Secret Digger (Claude)","created_at":"2026-03-27T21:17:57Z","date":"2026-03-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":915,"cache_read_tokens":38295,"cache_write_tokens":39174,"effective_tokens":1798,"cache_hit_rate":9573.75,"total_tokens":919,"cost_usd":0.287223} +{"run_id":23665732042,"workflow":"Secret Digger (Claude)","created_at":"2026-03-27T20:18:07Z","date":"2026-03-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":881,"cache_read_tokens":38295,"cache_write_tokens":39190,"effective_tokens":1780,"cache_hit_rate":9573.75,"total_tokens":885,"cost_usd":0.28656300000000007} +{"run_id":23663620907,"workflow":"Secret Digger (Claude)","created_at":"2026-03-27T19:22:48Z","date":"2026-03-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":746,"cache_read_tokens":38295,"cache_write_tokens":39004,"effective_tokens":1459,"cache_hit_rate":9573.75,"total_tokens":750,"cost_usd":0.2819005} +{"run_id":23661493174,"workflow":"Secret Digger (Claude)","created_at":"2026-03-27T18:28:15Z","date":"2026-03-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":916,"cache_read_tokens":38295,"cache_write_tokens":39080,"effective_tokens":1705,"cache_hit_rate":9573.75,"total_tokens":920,"cost_usd":0.2868555} +{"run_id":23658956249,"workflow":"Secret Digger (Claude)","created_at":"2026-03-27T17:24:36Z","date":"2026-03-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":824,"cache_read_tokens":38295,"cache_write_tokens":38982,"effective_tokens":1515,"cache_hit_rate":9573.75,"total_tokens":828,"cost_usd":0.28395800000000004} +{"run_id":23656535558,"workflow":"Secret Digger (Claude)","created_at":"2026-03-27T16:26:32Z","date":"2026-03-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":799,"cache_read_tokens":38295,"cache_write_tokens":39111,"effective_tokens":1619,"cache_hit_rate":9573.75,"total_tokens":803,"cost_usd":0.28420925} +{"run_id":23653812636,"workflow":"Secret Digger (Claude)","created_at":"2026-03-27T15:24:44Z","date":"2026-03-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1014,"cache_read_tokens":38295,"cache_write_tokens":39322,"effective_tokens":2045,"cache_hit_rate":9573.75,"total_tokens":1018,"cost_usd":0.29061800000000004} +{"run_id":23651208059,"workflow":"Secret Digger (Claude)","created_at":"2026-03-27T14:29:06Z","date":"2026-03-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":662,"cache_read_tokens":38295,"cache_write_tokens":38950,"effective_tokens":1321,"cache_hit_rate":9573.75,"total_tokens":666,"cost_usd":0.27977300000000005} +{"run_id":23648873254,"workflow":"Secret Digger (Claude)","created_at":"2026-03-27T13:37:23Z","date":"2026-03-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":979,"cache_read_tokens":38295,"cache_write_tokens":39157,"effective_tokens":1845,"cache_hit_rate":9573.75,"total_tokens":983,"cost_usd":0.28867175} +{"run_id":23646112167,"workflow":"Secret Digger (Claude)","created_at":"2026-03-27T12:26:07Z","date":"2026-03-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":987,"cache_read_tokens":38295,"cache_write_tokens":39177,"effective_tokens":1873,"cache_hit_rate":9573.75,"total_tokens":991,"cost_usd":0.28928175} +{"run_id":23643920148,"workflow":"Secret Digger (Claude)","created_at":"2026-03-27T11:22:59Z","date":"2026-03-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":770,"cache_read_tokens":38295,"cache_write_tokens":38954,"effective_tokens":1433,"cache_hit_rate":9573.75,"total_tokens":774,"cost_usd":0.282233} +{"run_id":23641813837,"workflow":"Secret Digger (Claude)","created_at":"2026-03-27T10:24:10Z","date":"2026-03-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":954,"cache_read_tokens":38295,"cache_write_tokens":39265,"effective_tokens":1928,"cache_hit_rate":9573.75,"total_tokens":958,"cost_usd":0.28891675} +{"run_id":23639700741,"workflow":"Secret Digger (Claude)","created_at":"2026-03-27T09:26:06Z","date":"2026-03-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":638,"cache_read_tokens":38295,"cache_write_tokens":38949,"effective_tokens":1296,"cache_hit_rate":9573.75,"total_tokens":642,"cost_usd":0.27892175} +{"run_id":23637641992,"workflow":"Secret Digger (Claude)","created_at":"2026-03-27T08:25:20Z","date":"2026-03-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":874,"cache_read_tokens":38295,"cache_write_tokens":39160,"effective_tokens":1743,"cache_hit_rate":9573.75,"total_tokens":878,"cost_usd":0.2863605} +{"run_id":23636049049,"workflow":"Secret Digger (Claude)","created_at":"2026-03-27T07:33:41Z","date":"2026-03-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1209,"cache_read_tokens":38295,"cache_write_tokens":39363,"effective_tokens":2281,"cache_hit_rate":9573.75,"total_tokens":1213,"cost_usd":0.29596925} +{"run_id":23634513344,"workflow":"Secret Digger (Claude)","created_at":"2026-03-27T06:38:15Z","date":"2026-03-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":652,"cache_read_tokens":38295,"cache_write_tokens":38962,"effective_tokens":1323,"cache_hit_rate":9573.75,"total_tokens":656,"cost_usd":0.27941800000000006} +{"run_id":23632943308,"workflow":"Secret Digger (Claude)","created_at":"2026-03-27T05:39:52Z","date":"2026-03-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1746,"cache_read_tokens":38295,"cache_write_tokens":40055,"effective_tokens":3510,"cache_hit_rate":9573.75,"total_tokens":1750,"cost_usd":0.31347425000000007} +{"run_id":23631828808,"workflow":"Secret Digger (Claude)","created_at":"2026-03-27T04:55:01Z","date":"2026-03-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1448,"cache_read_tokens":38295,"cache_write_tokens":39627,"effective_tokens":2784,"cache_hit_rate":9573.75,"total_tokens":1452,"cost_usd":0.30350925} +{"run_id":23629415761,"workflow":"Secret Digger (Claude)","created_at":"2026-03-27T03:15:24Z","date":"2026-03-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":928,"cache_read_tokens":38295,"cache_write_tokens":39240,"effective_tokens":1877,"cache_hit_rate":9573.75,"total_tokens":932,"cost_usd":0.28823550000000003} +{"run_id":23627003071,"workflow":"Secret Digger (Claude)","created_at":"2026-03-27T01:43:51Z","date":"2026-03-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":961,"cache_read_tokens":38295,"cache_write_tokens":39123,"effective_tokens":1793,"cache_hit_rate":9573.75,"total_tokens":965,"cost_usd":0.28819924999999996} +{"run_id":23625622858,"workflow":"Secret Digger (Claude)","created_at":"2026-03-27T00:53:52Z","date":"2026-03-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":638,"cache_read_tokens":38295,"cache_write_tokens":38841,"effective_tokens":1188,"cache_hit_rate":9573.75,"total_tokens":642,"cost_usd":0.27860674999999996} +{"run_id":23622704273,"workflow":"Secret Digger (Claude)","created_at":"2026-03-26T23:14:43Z","date":"2026-03-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1330,"cache_read_tokens":38295,"cache_write_tokens":39641,"effective_tokens":2680,"cache_hit_rate":9573.75,"total_tokens":1334,"cost_usd":0.30052675} +{"run_id":23620611060,"workflow":"Secret Digger (Claude)","created_at":"2026-03-26T22:12:47Z","date":"2026-03-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":887,"cache_read_tokens":38284,"cache_write_tokens":39070,"effective_tokens":1677,"cache_hit_rate":9571,"total_tokens":891,"cost_usd":0.28606750000000003} +{"run_id":23618422529,"workflow":"Secret Digger (Claude)","created_at":"2026-03-26T21:16:03Z","date":"2026-03-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1238,"cache_read_tokens":38284,"cache_write_tokens":39337,"effective_tokens":2295,"cache_hit_rate":9571,"total_tokens":1242,"cost_usd":0.29643625} +{"run_id":23616004846,"workflow":"Secret Digger (Claude)","created_at":"2026-03-26T20:17:43Z","date":"2026-03-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":865,"cache_read_tokens":38290,"cache_write_tokens":38979,"effective_tokens":1558,"cache_hit_rate":9572.5,"total_tokens":869,"cost_usd":0.28477674999999997} +{"run_id":23614050946,"workflow":"Secret Digger (Claude)","created_at":"2026-03-26T19:31:45Z","date":"2026-03-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":651,"cache_read_tokens":38290,"cache_write_tokens":38957,"effective_tokens":1322,"cache_hit_rate":9572.5,"total_tokens":655,"cost_usd":0.27947425} +{"run_id":23611498803,"workflow":"Secret Digger (Claude)","created_at":"2026-03-26T18:32:08Z","date":"2026-03-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":670,"cache_read_tokens":38290,"cache_write_tokens":38977,"effective_tokens":1361,"cache_hit_rate":9572.5,"total_tokens":674,"cost_usd":0.28005424999999995} +{"run_id":23608728841,"workflow":"Secret Digger (Claude)","created_at":"2026-03-26T17:30:24Z","date":"2026-03-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":835,"cache_read_tokens":38290,"cache_write_tokens":39141,"effective_tokens":1690,"cache_hit_rate":9572.5,"total_tokens":839,"cost_usd":0.28505425} +{"run_id":23606091883,"workflow":"Secret Digger (Claude)","created_at":"2026-03-26T16:35:08Z","date":"2026-03-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":923,"cache_read_tokens":38280,"cache_write_tokens":39087,"effective_tokens":1734,"cache_hit_rate":9570,"total_tokens":927,"cost_usd":0.28707175} +{"run_id":23603259300,"workflow":"Secret Digger (Claude)","created_at":"2026-03-26T15:37:19Z","date":"2026-03-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":602,"cache_read_tokens":38280,"cache_write_tokens":38824,"effective_tokens":1150,"cache_hit_rate":9570,"total_tokens":606,"cost_usd":0.277418} +{"run_id":23600414099,"workflow":"Secret Digger (Claude)","created_at":"2026-03-26T14:41:15Z","date":"2026-03-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":988,"cache_read_tokens":38280,"cache_write_tokens":39283,"effective_tokens":1995,"cache_hit_rate":9570,"total_tokens":992,"cost_usd":0.28991175} +{"run_id":23597352337,"workflow":"Secret Digger (Claude)","created_at":"2026-03-26T13:38:59Z","date":"2026-03-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":617,"cache_read_tokens":38280,"cache_write_tokens":38913,"effective_tokens":1254,"cache_hit_rate":9570,"total_tokens":621,"cost_usd":0.27828425000000007} +{"run_id":23594459155,"workflow":"Secret Digger (Claude)","created_at":"2026-03-26T12:32:47Z","date":"2026-03-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":966,"cache_read_tokens":38280,"cache_write_tokens":39262,"effective_tokens":1952,"cache_hit_rate":9570,"total_tokens":970,"cost_usd":0.2890855} +{"run_id":23591809977,"workflow":"Secret Digger (Claude)","created_at":"2026-03-26T11:25:50Z","date":"2026-03-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":860,"cache_read_tokens":38280,"cache_write_tokens":39156,"effective_tokens":1740,"cache_hit_rate":9570,"total_tokens":864,"cost_usd":0.28601800000000005} +{"run_id":23589500680,"workflow":"Secret Digger (Claude)","created_at":"2026-03-26T10:27:52Z","date":"2026-03-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1074,"cache_read_tokens":38280,"cache_write_tokens":39369,"effective_tokens":2167,"cache_hit_rate":9570,"total_tokens":1078,"cost_usd":0.29263924999999996} +{"run_id":23587095355,"workflow":"Secret Digger (Claude)","created_at":"2026-03-26T09:29:59Z","date":"2026-03-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1047,"cache_read_tokens":38280,"cache_write_tokens":39341,"effective_tokens":2112,"cache_hit_rate":9570,"total_tokens":1051,"cost_usd":0.29162925} +{"run_id":23584674438,"workflow":"Secret Digger (Claude)","created_at":"2026-03-26T08:27:48Z","date":"2026-03-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":745,"cache_read_tokens":38280,"cache_write_tokens":38992,"effective_tokens":1461,"cache_hit_rate":9570,"total_tokens":749,"cost_usd":0.28190800000000005} +{"run_id":23582806739,"workflow":"Secret Digger (Claude)","created_at":"2026-03-26T07:34:29Z","date":"2026-03-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":739,"cache_read_tokens":38280,"cache_write_tokens":39036,"effective_tokens":1499,"cache_hit_rate":9570,"total_tokens":743,"cost_usd":0.282138} +{"run_id":23581033669,"workflow":"Secret Digger (Claude)","created_at":"2026-03-26T06:38:02Z","date":"2026-03-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":909,"cache_read_tokens":38280,"cache_write_tokens":39204,"effective_tokens":1837,"cache_hit_rate":9570,"total_tokens":913,"cost_usd":0.287273} +{"run_id":23579363613,"workflow":"Secret Digger (Claude)","created_at":"2026-03-26T05:39:20Z","date":"2026-03-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":637,"cache_read_tokens":38280,"cache_write_tokens":38790,"effective_tokens":1151,"cache_hit_rate":9570,"total_tokens":641,"cost_usd":0.2779505} +{"run_id":23578195777,"workflow":"Secret Digger (Claude)","created_at":"2026-03-26T04:54:59Z","date":"2026-03-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1022,"cache_read_tokens":38279,"cache_write_tokens":39122,"effective_tokens":1869,"cache_hit_rate":9569.75,"total_tokens":1026,"cost_usd":0.28977} +{"run_id":23575703001,"workflow":"Secret Digger (Claude)","created_at":"2026-03-26T03:14:43Z","date":"2026-03-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":702,"cache_read_tokens":38279,"cache_write_tokens":38996,"effective_tokens":1423,"cache_hit_rate":9569.75,"total_tokens":706,"cost_usd":0.28081249999999996} +{"run_id":23573326242,"workflow":"Secret Digger (Claude)","created_at":"2026-03-26T01:43:47Z","date":"2026-03-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":663,"cache_read_tokens":38279,"cache_write_tokens":38868,"effective_tokens":1256,"cache_hit_rate":9569.75,"total_tokens":667,"cost_usd":0.2790225} +{"run_id":23571968107,"workflow":"Secret Digger (Claude)","created_at":"2026-03-26T00:53:40Z","date":"2026-03-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":824,"cache_read_tokens":38279,"cache_write_tokens":38991,"effective_tokens":1540,"cache_hit_rate":9569.75,"total_tokens":828,"cost_usd":0.28404625} +{"run_id":23569075399,"workflow":"Secret Digger (Claude)","created_at":"2026-03-25T23:17:55Z","date":"2026-03-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":739,"cache_read_tokens":38279,"cache_write_tokens":39035,"effective_tokens":1499,"cache_hit_rate":9569.75,"total_tokens":743,"cost_usd":0.28202625} +{"run_id":23567033006,"workflow":"Secret Digger (Claude)","created_at":"2026-03-25T22:19:02Z","date":"2026-03-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1096,"cache_read_tokens":38278,"cache_write_tokens":39390,"effective_tokens":2212,"cache_hit_rate":9569.5,"total_tokens":1100,"cost_usd":0.29332949999999997} +{"run_id":23564690904,"workflow":"Secret Digger (Claude)","created_at":"2026-03-25T21:19:28Z","date":"2026-03-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":912,"cache_read_tokens":38281,"cache_write_tokens":39207,"effective_tokens":1842,"cache_hit_rate":9570.25,"total_tokens":916,"cost_usd":0.28758724999999996} +{"run_id":23562166231,"workflow":"Secret Digger (Claude)","created_at":"2026-03-25T20:20:35Z","date":"2026-03-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1181,"cache_read_tokens":38281,"cache_write_tokens":39479,"effective_tokens":2383,"cache_hit_rate":9570.25,"total_tokens":1185,"cost_usd":0.29576225} +{"run_id":23559831785,"workflow":"Secret Digger (Claude)","created_at":"2026-03-25T19:24:12Z","date":"2026-03-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1007,"cache_read_tokens":38281,"cache_write_tokens":39302,"effective_tokens":2032,"cache_hit_rate":9570.25,"total_tokens":1011,"cost_usd":0.29034099999999996} +{"run_id":23557459909,"workflow":"Secret Digger (Claude)","created_at":"2026-03-25T18:29:04Z","date":"2026-03-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1056,"cache_read_tokens":38281,"cache_write_tokens":39216,"effective_tokens":1995,"cache_hit_rate":9570.25,"total_tokens":1060,"cost_usd":0.29120350000000006} +{"run_id":23554838979,"workflow":"Secret Digger (Claude)","created_at":"2026-03-25T17:28:56Z","date":"2026-03-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1327,"cache_read_tokens":38281,"cache_write_tokens":39493,"effective_tokens":2543,"cache_hit_rate":9570.25,"total_tokens":1331,"cost_usd":0.29954475} +{"run_id":23552437813,"workflow":"Secret Digger (Claude)","created_at":"2026-03-25T16:35:37Z","date":"2026-03-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":732,"cache_read_tokens":38280,"cache_write_tokens":39026,"effective_tokens":1482,"cache_hit_rate":9570,"total_tokens":736,"cost_usd":0.2819255} +{"run_id":23549538661,"workflow":"Secret Digger (Claude)","created_at":"2026-03-25T15:35:13Z","date":"2026-03-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1065,"cache_read_tokens":38280,"cache_write_tokens":39359,"effective_tokens":2148,"cache_hit_rate":9570,"total_tokens":1069,"cost_usd":0.29236175000000003} +{"run_id":23546593116,"workflow":"Secret Digger (Claude)","created_at":"2026-03-25T14:35:34Z","date":"2026-03-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":459,"cache_read_tokens":38280,"cache_write_tokens":38755,"effective_tokens":938,"cache_hit_rate":9570,"total_tokens":463,"cost_usd":0.27343675} +{"run_id":23543980805,"workflow":"Secret Digger (Claude)","created_at":"2026-03-25T13:39:10Z","date":"2026-03-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":687,"cache_read_tokens":38280,"cache_write_tokens":38983,"effective_tokens":1394,"cache_hit_rate":9570,"total_tokens":691,"cost_usd":0.28031675} +{"run_id":23540983905,"workflow":"Secret Digger (Claude)","created_at":"2026-03-25T12:28:15Z","date":"2026-03-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":766,"cache_read_tokens":38280,"cache_write_tokens":38962,"effective_tokens":1452,"cache_hit_rate":9570,"total_tokens":770,"cost_usd":0.28226550000000006} +{"run_id":23538487385,"workflow":"Secret Digger (Claude)","created_at":"2026-03-25T11:22:45Z","date":"2026-03-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":900,"cache_read_tokens":38280,"cache_write_tokens":39077,"effective_tokens":1701,"cache_hit_rate":9570,"total_tokens":904,"cost_usd":0.28624925000000007} +{"run_id":23536274475,"workflow":"Secret Digger (Claude)","created_at":"2026-03-25T10:25:24Z","date":"2026-03-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":839,"cache_read_tokens":38280,"cache_write_tokens":39097,"effective_tokens":1660,"cache_hit_rate":9570,"total_tokens":843,"cost_usd":0.28488925000000004} +{"run_id":23533932327,"workflow":"Secret Digger (Claude)","created_at":"2026-03-25T09:25:57Z","date":"2026-03-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":665,"cache_read_tokens":38280,"cache_write_tokens":38830,"effective_tokens":1219,"cache_hit_rate":9570,"total_tokens":669,"cost_usd":0.2790905} +{"run_id":23531697604,"workflow":"Secret Digger (Claude)","created_at":"2026-03-25T08:25:21Z","date":"2026-03-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1457,"cache_read_tokens":38280,"cache_write_tokens":39587,"effective_tokens":2768,"cache_hit_rate":9570,"total_tokens":1461,"cost_usd":0.30343675000000003} +{"run_id":23529871676,"workflow":"Secret Digger (Claude)","created_at":"2026-03-25T07:29:53Z","date":"2026-03-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":963,"cache_read_tokens":38280,"cache_write_tokens":39092,"effective_tokens":1779,"cache_hit_rate":9570,"total_tokens":967,"cost_usd":0.28823800000000005} +{"run_id":23528212839,"workflow":"Secret Digger (Claude)","created_at":"2026-03-25T06:34:05Z","date":"2026-03-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":2019,"cache_read_tokens":38280,"cache_write_tokens":40310,"effective_tokens":4053,"cache_hit_rate":9570,"total_tokens":2023,"cost_usd":0.3219205} +{"run_id":23526630113,"workflow":"Secret Digger (Claude)","created_at":"2026-03-25T05:35:47Z","date":"2026-03-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":797,"cache_read_tokens":38280,"cache_write_tokens":38932,"effective_tokens":1453,"cache_hit_rate":9570,"total_tokens":801,"cost_usd":0.28299300000000005} +{"run_id":23525354790,"workflow":"Secret Digger (Claude)","created_at":"2026-03-25T04:45:47Z","date":"2026-03-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":804,"cache_read_tokens":38280,"cache_write_tokens":39024,"effective_tokens":1552,"cache_hit_rate":9570,"total_tokens":808,"cost_usd":0.283528} +{"run_id":23523102330,"workflow":"Secret Digger (Claude)","created_at":"2026-03-25T03:12:42Z","date":"2026-03-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":762,"cache_read_tokens":38280,"cache_write_tokens":39057,"effective_tokens":1543,"cache_hit_rate":9570,"total_tokens":766,"cost_usd":0.28274425000000003} +{"run_id":23520836959,"workflow":"Secret Digger (Claude)","created_at":"2026-03-25T01:42:14Z","date":"2026-03-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":491,"cache_read_tokens":38280,"cache_write_tokens":38787,"effective_tokens":1002,"cache_hit_rate":9570,"total_tokens":495,"cost_usd":0.27445175} +{"run_id":23519476731,"workflow":"Secret Digger (Claude)","created_at":"2026-03-25T00:50:17Z","date":"2026-03-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1335,"cache_read_tokens":38280,"cache_write_tokens":39590,"effective_tokens":2649,"cache_hit_rate":9570,"total_tokens":1339,"cost_usd":0.3005755} +{"run_id":23516792788,"workflow":"Secret Digger (Claude)","created_at":"2026-03-24T23:15:22Z","date":"2026-03-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1329,"cache_read_tokens":38280,"cache_write_tokens":39625,"effective_tokens":2678,"cache_hit_rate":9570,"total_tokens":1333,"cost_usd":0.30041425000000005} +{"run_id":23514932389,"workflow":"Secret Digger (Claude)","created_at":"2026-03-24T22:18:04Z","date":"2026-03-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":896,"cache_read_tokens":38280,"cache_write_tokens":39197,"effective_tokens":1817,"cache_hit_rate":9570,"total_tokens":900,"cost_usd":0.28685425000000003} +{"run_id":23512753738,"workflow":"Secret Digger (Claude)","created_at":"2026-03-24T21:19:45Z","date":"2026-03-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":907,"cache_read_tokens":38280,"cache_write_tokens":39115,"effective_tokens":1746,"cache_hit_rate":9570,"total_tokens":911,"cost_usd":0.28683175} +{"run_id":23510412183,"workflow":"Secret Digger (Claude)","created_at":"2026-03-24T20:21:17Z","date":"2026-03-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1028,"cache_read_tokens":38280,"cache_write_tokens":39275,"effective_tokens":2027,"cache_hit_rate":9570,"total_tokens":1032,"cost_usd":0.29089675000000004} +{"run_id":23508431709,"workflow":"Secret Digger (Claude)","created_at":"2026-03-24T19:30:16Z","date":"2026-03-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1241,"cache_read_tokens":38280,"cache_write_tokens":39413,"effective_tokens":2378,"cache_hit_rate":9570,"total_tokens":1245,"cost_usd":0.29708925} +{"run_id":23505945776,"workflow":"Secret Digger (Claude)","created_at":"2026-03-24T18:30:02Z","date":"2026-03-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":565,"cache_read_tokens":38280,"cache_write_tokens":38698,"effective_tokens":987,"cache_hit_rate":9570,"total_tokens":569,"cost_usd":0.2756905} +{"run_id":23503258450,"workflow":"Secret Digger (Claude)","created_at":"2026-03-24T17:27:40Z","date":"2026-03-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":913,"cache_read_tokens":38280,"cache_write_tokens":39026,"effective_tokens":1663,"cache_hit_rate":9570,"total_tokens":917,"cost_usd":0.28629550000000004} +{"run_id":23500736794,"workflow":"Secret Digger (Claude)","created_at":"2026-03-24T16:32:12Z","date":"2026-03-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":984,"cache_read_tokens":38280,"cache_write_tokens":39167,"effective_tokens":1875,"cache_hit_rate":9570,"total_tokens":988,"cost_usd":0.28910175} +{"run_id":23497956537,"workflow":"Secret Digger (Claude)","created_at":"2026-03-24T15:33:49Z","date":"2026-03-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":876,"cache_read_tokens":38280,"cache_write_tokens":39141,"effective_tokens":1741,"cache_hit_rate":9570,"total_tokens":880,"cost_usd":0.28609925} +{"run_id":23495120116,"workflow":"Secret Digger (Claude)","created_at":"2026-03-24T14:35:54Z","date":"2026-03-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1288,"cache_read_tokens":38280,"cache_write_tokens":39531,"effective_tokens":2543,"cache_hit_rate":9570,"total_tokens":1292,"cost_usd":0.29902675} +{"run_id":23492426152,"workflow":"Secret Digger (Claude)","created_at":"2026-03-24T13:39:20Z","date":"2026-03-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":855,"cache_read_tokens":38280,"cache_write_tokens":39101,"effective_tokens":1680,"cache_hit_rate":9570,"total_tokens":859,"cost_usd":0.28548425000000005} +{"run_id":23489476626,"workflow":"Secret Digger (Claude)","created_at":"2026-03-24T12:30:04Z","date":"2026-03-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":861,"cache_read_tokens":38280,"cache_write_tokens":39156,"effective_tokens":1741,"cache_hit_rate":9570,"total_tokens":865,"cost_usd":0.28584300000000007} +{"run_id":23486931230,"workflow":"Secret Digger (Claude)","created_at":"2026-03-24T11:23:40Z","date":"2026-03-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":807,"cache_read_tokens":38280,"cache_write_tokens":38967,"effective_tokens":1498,"cache_hit_rate":9570,"total_tokens":811,"cost_usd":0.28359675} +{"run_id":23484667166,"workflow":"Secret Digger (Claude)","created_at":"2026-03-24T10:25:44Z","date":"2026-03-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":921,"cache_read_tokens":38280,"cache_write_tokens":39216,"effective_tokens":1861,"cache_hit_rate":9570,"total_tokens":925,"cost_usd":0.287853} +{"run_id":23482291484,"workflow":"Secret Digger (Claude)","created_at":"2026-03-24T09:26:56Z","date":"2026-03-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":779,"cache_read_tokens":38280,"cache_write_tokens":39075,"effective_tokens":1578,"cache_hit_rate":9570,"total_tokens":783,"cost_usd":0.28338175} +{"run_id":23479947583,"workflow":"Secret Digger (Claude)","created_at":"2026-03-24T08:25:13Z","date":"2026-03-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":964,"cache_read_tokens":38280,"cache_write_tokens":39260,"effective_tokens":1948,"cache_hit_rate":9570,"total_tokens":968,"cost_usd":0.289013} +{"run_id":23478105212,"workflow":"Secret Digger (Claude)","created_at":"2026-03-24T07:30:28Z","date":"2026-03-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":830,"cache_read_tokens":38280,"cache_write_tokens":39127,"effective_tokens":1681,"cache_hit_rate":9570,"total_tokens":834,"cost_usd":0.28507675} +{"run_id":23476429961,"workflow":"Secret Digger (Claude)","created_at":"2026-03-24T06:34:19Z","date":"2026-03-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":653,"cache_read_tokens":38280,"cache_write_tokens":38949,"effective_tokens":1326,"cache_hit_rate":9570,"total_tokens":657,"cost_usd":0.27952925} +{"run_id":23474838906,"workflow":"Secret Digger (Claude)","created_at":"2026-03-24T05:36:04Z","date":"2026-03-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":943,"cache_read_tokens":38280,"cache_write_tokens":39210,"effective_tokens":1877,"cache_hit_rate":9570,"total_tokens":947,"cost_usd":0.28833549999999997} +{"run_id":23471247951,"workflow":"Secret Digger (Claude)","created_at":"2026-03-24T03:10:26Z","date":"2026-03-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1153,"cache_read_tokens":38280,"cache_write_tokens":39445,"effective_tokens":2322,"cache_hit_rate":9570,"total_tokens":1157,"cost_usd":0.29507425} +{"run_id":23468992084,"workflow":"Secret Digger (Claude)","created_at":"2026-03-24T01:41:26Z","date":"2026-03-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1304,"cache_read_tokens":38280,"cache_write_tokens":39557,"effective_tokens":2585,"cache_hit_rate":9570,"total_tokens":1308,"cost_usd":0.29951425000000004} +{"run_id":23467534410,"workflow":"Secret Digger (Claude)","created_at":"2026-03-24T00:45:42Z","date":"2026-03-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":741,"cache_read_tokens":38280,"cache_write_tokens":39017,"effective_tokens":1482,"cache_hit_rate":9570,"total_tokens":745,"cost_usd":0.28192925} +{"run_id":23464846701,"workflow":"Secret Digger (Claude)","created_at":"2026-03-23T23:15:50Z","date":"2026-03-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":758,"cache_read_tokens":38280,"cache_write_tokens":39054,"effective_tokens":1536,"cache_hit_rate":9570,"total_tokens":762,"cost_usd":0.28253550000000005} +{"run_id":23462805048,"workflow":"Secret Digger (Claude)","created_at":"2026-03-23T22:14:45Z","date":"2026-03-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":906,"cache_read_tokens":38280,"cache_write_tokens":39031,"effective_tokens":1661,"cache_hit_rate":9570,"total_tokens":910,"cost_usd":0.28636675} +{"run_id":23460675118,"workflow":"Secret Digger (Claude)","created_at":"2026-03-23T21:19:16Z","date":"2026-03-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":684,"cache_read_tokens":38280,"cache_write_tokens":38863,"effective_tokens":1271,"cache_hit_rate":9570,"total_tokens":688,"cost_usd":0.27974675000000004} +{"run_id":23458233483,"workflow":"Secret Digger (Claude)","created_at":"2026-03-23T20:20:55Z","date":"2026-03-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":872,"cache_read_tokens":38280,"cache_write_tokens":39167,"effective_tokens":1763,"cache_hit_rate":9570,"total_tokens":876,"cost_usd":0.28617174999999995} +{"run_id":23455987698,"workflow":"Secret Digger (Claude)","created_at":"2026-03-23T19:25:15Z","date":"2026-03-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1808,"cache_read_tokens":38283,"cache_write_tokens":40106,"effective_tokens":3635,"cache_hit_rate":9570.75,"total_tokens":1812,"cost_usd":0.31541699999999995} +{"run_id":23453530955,"workflow":"Secret Digger (Claude)","created_at":"2026-03-23T18:26:33Z","date":"2026-03-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1138,"cache_read_tokens":38286,"cache_write_tokens":39439,"effective_tokens":2295,"cache_hit_rate":9571.5,"total_tokens":1142,"cost_usd":0.29447475} +{"run_id":23450831039,"workflow":"Secret Digger (Claude)","created_at":"2026-03-23T17:25:21Z","date":"2026-03-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":531,"cache_read_tokens":38286,"cache_write_tokens":38835,"effective_tokens":1084,"cache_hit_rate":9571.5,"total_tokens":535,"cost_usd":0.27559475} +{"run_id":23448217594,"workflow":"Secret Digger (Claude)","created_at":"2026-03-23T16:28:32Z","date":"2026-03-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":929,"cache_read_tokens":38286,"cache_write_tokens":39229,"effective_tokens":1876,"cache_hit_rate":9571.5,"total_tokens":933,"cost_usd":0.28811725000000005} +{"run_id":23445481820,"workflow":"Secret Digger (Claude)","created_at":"2026-03-23T15:30:31Z","date":"2026-03-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":578,"cache_read_tokens":38279,"cache_write_tokens":38757,"effective_tokens":1060,"cache_hit_rate":9569.75,"total_tokens":582,"cost_usd":0.27622375} +{"run_id":23442725382,"workflow":"Secret Digger (Claude)","created_at":"2026-03-23T14:33:42Z","date":"2026-03-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":672,"cache_read_tokens":38279,"cache_write_tokens":38965,"effective_tokens":1362,"cache_hit_rate":9569.75,"total_tokens":676,"cost_usd":0.28003875} +{"run_id":23440231859,"workflow":"Secret Digger (Claude)","created_at":"2026-03-23T13:39:57Z","date":"2026-03-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1140,"cache_read_tokens":38279,"cache_write_tokens":39373,"effective_tokens":2238,"cache_hit_rate":9569.75,"total_tokens":1144,"cost_usd":0.29429375} +{"run_id":23437308806,"workflow":"Secret Digger (Claude)","created_at":"2026-03-23T12:28:48Z","date":"2026-03-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1286,"cache_read_tokens":38279,"cache_write_tokens":39528,"effective_tokens":2539,"cache_hit_rate":9569.75,"total_tokens":1290,"cost_usd":0.2988975} +{"run_id":23434874554,"workflow":"Secret Digger (Claude)","created_at":"2026-03-23T11:23:27Z","date":"2026-03-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":834,"cache_read_tokens":38279,"cache_write_tokens":39127,"effective_tokens":1686,"cache_hit_rate":9569.75,"total_tokens":838,"cost_usd":0.28512125} +{"run_id":23432801362,"workflow":"Secret Digger (Claude)","created_at":"2026-03-23T10:29:56Z","date":"2026-03-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":818,"cache_read_tokens":38279,"cache_write_tokens":39112,"effective_tokens":1655,"cache_hit_rate":9569.75,"total_tokens":822,"cost_usd":0.28447749999999994} +{"run_id":23430504389,"workflow":"Secret Digger (Claude)","created_at":"2026-03-23T09:32:10Z","date":"2026-03-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":957,"cache_read_tokens":38279,"cache_write_tokens":39093,"effective_tokens":1775,"cache_hit_rate":9569.75,"total_tokens":961,"cost_usd":0.28779875} +{"run_id":23428138811,"workflow":"Secret Digger (Claude)","created_at":"2026-03-23T08:29:30Z","date":"2026-03-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":652,"cache_read_tokens":38279,"cache_write_tokens":38807,"effective_tokens":1184,"cache_hit_rate":9569.75,"total_tokens":656,"cost_usd":0.27858125} +{"run_id":23426417696,"workflow":"Secret Digger (Claude)","created_at":"2026-03-23T07:36:47Z","date":"2026-03-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":779,"cache_read_tokens":38279,"cache_write_tokens":39074,"effective_tokens":1578,"cache_hit_rate":9569.75,"total_tokens":783,"cost_usd":0.28323000000000004} +{"run_id":23424776112,"workflow":"Secret Digger (Claude)","created_at":"2026-03-23T06:39:52Z","date":"2026-03-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":590,"cache_read_tokens":38279,"cache_write_tokens":38885,"effective_tokens":1200,"cache_hit_rate":9569.75,"total_tokens":594,"cost_usd":0.27750875} +{"run_id":23423140249,"workflow":"Secret Digger (Claude)","created_at":"2026-03-23T05:38:50Z","date":"2026-03-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":725,"cache_read_tokens":38279,"cache_write_tokens":39018,"effective_tokens":1468,"cache_hit_rate":9569.75,"total_tokens":729,"cost_usd":0.28170500000000004} +{"run_id":23422029043,"workflow":"Secret Digger (Claude)","created_at":"2026-03-23T04:52:37Z","date":"2026-03-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1007,"cache_read_tokens":38279,"cache_write_tokens":39256,"effective_tokens":1988,"cache_hit_rate":9569.75,"total_tokens":1011,"cost_usd":0.2900625} +{"run_id":23419867495,"workflow":"Secret Digger (Claude)","created_at":"2026-03-23T03:14:45Z","date":"2026-03-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1345,"cache_read_tokens":38279,"cache_write_tokens":39351,"effective_tokens":2421,"cache_hit_rate":9569.75,"total_tokens":1349,"cost_usd":0.29956125} +{"run_id":23417858652,"workflow":"Secret Digger (Claude)","created_at":"2026-03-23T01:43:04Z","date":"2026-03-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1166,"cache_read_tokens":38279,"cache_write_tokens":39399,"effective_tokens":2290,"cache_hit_rate":9569.75,"total_tokens":1170,"cost_usd":0.29514124999999997} +{"run_id":23416763870,"workflow":"Secret Digger (Claude)","created_at":"2026-03-23T00:52:33Z","date":"2026-03-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":895,"cache_read_tokens":38279,"cache_write_tokens":39191,"effective_tokens":1811,"cache_hit_rate":9569.75,"total_tokens":899,"cost_usd":0.28707125} +{"run_id":23414840987,"workflow":"Secret Digger (Claude)","created_at":"2026-03-22T23:13:24Z","date":"2026-03-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":791,"cache_read_tokens":38279,"cache_write_tokens":39086,"effective_tokens":1602,"cache_hit_rate":9569.75,"total_tokens":795,"cost_usd":0.28375} +{"run_id":23413723039,"workflow":"Secret Digger (Claude)","created_at":"2026-03-22T22:11:29Z","date":"2026-03-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1244,"cache_read_tokens":38279,"cache_write_tokens":39258,"effective_tokens":2227,"cache_hit_rate":9569.75,"total_tokens":1248,"cost_usd":0.29607} +{"run_id":23412631943,"workflow":"Secret Digger (Claude)","created_at":"2026-03-22T21:12:47Z","date":"2026-03-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":865,"cache_read_tokens":38279,"cache_write_tokens":39120,"effective_tokens":1710,"cache_hit_rate":9569.75,"total_tokens":869,"cost_usd":0.2857075} +{"run_id":23409369589,"workflow":"Secret Digger (Claude)","created_at":"2026-03-22T18:16:24Z","date":"2026-03-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":719,"cache_read_tokens":38279,"cache_write_tokens":39004,"effective_tokens":1448,"cache_hit_rate":9569.75,"total_tokens":723,"cost_usd":0.2813825} +{"run_id":23408183111,"workflow":"Secret Digger (Claude)","created_at":"2026-03-22T17:12:32Z","date":"2026-03-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1075,"cache_read_tokens":38279,"cache_write_tokens":39256,"effective_tokens":2056,"cache_hit_rate":9569.75,"total_tokens":1079,"cost_usd":0.29169249999999997} +{"run_id":23407097997,"workflow":"Secret Digger (Claude)","created_at":"2026-03-22T16:12:55Z","date":"2026-03-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1067,"cache_read_tokens":38279,"cache_write_tokens":39166,"effective_tokens":1958,"cache_hit_rate":9569.75,"total_tokens":1071,"cost_usd":0.29096} +{"run_id":23405965638,"workflow":"Secret Digger (Claude)","created_at":"2026-03-22T15:12:41Z","date":"2026-03-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1076,"cache_read_tokens":38279,"cache_write_tokens":39358,"effective_tokens":2159,"cache_hit_rate":9569.75,"total_tokens":1080,"cost_usd":0.29261} +{"run_id":23404901712,"workflow":"Secret Digger (Claude)","created_at":"2026-03-22T14:14:26Z","date":"2026-03-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":992,"cache_read_tokens":38279,"cache_write_tokens":39275,"effective_tokens":1992,"cache_hit_rate":9569.75,"total_tokens":996,"cost_usd":0.28974625} +{"run_id":23404013286,"workflow":"Secret Digger (Claude)","created_at":"2026-03-22T13:24:55Z","date":"2026-03-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1080,"cache_read_tokens":38279,"cache_write_tokens":39308,"effective_tokens":2113,"cache_hit_rate":9569.75,"total_tokens":1084,"cost_usd":0.29225249999999997} +{"run_id":23402912939,"workflow":"Secret Digger (Claude)","created_at":"2026-03-22T12:19:21Z","date":"2026-03-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1009,"cache_read_tokens":38279,"cache_write_tokens":39131,"effective_tokens":1865,"cache_hit_rate":9569.75,"total_tokens":1013,"cost_usd":0.28952125} +{"run_id":23401808481,"workflow":"Secret Digger (Claude)","created_at":"2026-03-22T11:12:02Z","date":"2026-03-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":770,"cache_read_tokens":38279,"cache_write_tokens":38973,"effective_tokens":1468,"cache_hit_rate":9569.75,"total_tokens":774,"cost_usd":0.28237375000000003} +{"run_id":23400859967,"workflow":"Secret Digger (Claude)","created_at":"2026-03-22T10:12:53Z","date":"2026-03-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":882,"cache_read_tokens":38279,"cache_write_tokens":39055,"effective_tokens":1662,"cache_hit_rate":9569.75,"total_tokens":886,"cost_usd":0.28569125} +{"run_id":23399944680,"workflow":"Secret Digger (Claude)","created_at":"2026-03-22T09:15:52Z","date":"2026-03-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1247,"cache_read_tokens":38279,"cache_write_tokens":39526,"effective_tokens":2498,"cache_hit_rate":9569.75,"total_tokens":1251,"cost_usd":0.29791500000000004} +{"run_id":23399002572,"workflow":"Secret Digger (Claude)","created_at":"2026-03-22T08:16:33Z","date":"2026-03-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1510,"cache_read_tokens":38279,"cache_write_tokens":39775,"effective_tokens":3010,"cache_hit_rate":9569.75,"total_tokens":1514,"cost_usd":0.30581625} +{"run_id":23398179814,"workflow":"Secret Digger (Claude)","created_at":"2026-03-22T07:22:57Z","date":"2026-03-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1247,"cache_read_tokens":38279,"cache_write_tokens":39520,"effective_tokens":2492,"cache_hit_rate":9569.75,"total_tokens":1251,"cost_usd":0.29770750000000007} +{"run_id":23397356321,"workflow":"Secret Digger (Claude)","created_at":"2026-03-22T06:27:14Z","date":"2026-03-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":866,"cache_read_tokens":38279,"cache_write_tokens":38968,"effective_tokens":1559,"cache_hit_rate":9569.75,"total_tokens":870,"cost_usd":0.28473750000000003} +{"run_id":23396557782,"workflow":"Secret Digger (Claude)","created_at":"2026-03-22T05:32:10Z","date":"2026-03-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1261,"cache_read_tokens":38279,"cache_write_tokens":39368,"effective_tokens":2354,"cache_hit_rate":9569.75,"total_tokens":1265,"cost_usd":0.2971975} +{"run_id":23395873693,"workflow":"Secret Digger (Claude)","created_at":"2026-03-22T04:44:20Z","date":"2026-03-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":865,"cache_read_tokens":38279,"cache_write_tokens":39041,"effective_tokens":1631,"cache_hit_rate":9569.75,"total_tokens":869,"cost_usd":0.28515875} +{"run_id":23394594675,"workflow":"Secret Digger (Claude)","created_at":"2026-03-22T03:13:21Z","date":"2026-03-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":862,"cache_read_tokens":38279,"cache_write_tokens":38995,"effective_tokens":1582,"cache_hit_rate":9569.75,"total_tokens":866,"cost_usd":0.28482625} +{"run_id":23393211965,"workflow":"Secret Digger (Claude)","created_at":"2026-03-22T01:41:32Z","date":"2026-03-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":784,"cache_read_tokens":38279,"cache_write_tokens":38837,"effective_tokens":1346,"cache_hit_rate":9569.75,"total_tokens":788,"cost_usd":0.28209375000000003} +{"run_id":23392464951,"workflow":"Secret Digger (Claude)","created_at":"2026-03-22T00:52:25Z","date":"2026-03-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":783,"cache_read_tokens":38279,"cache_write_tokens":39065,"effective_tokens":1573,"cache_hit_rate":9569.75,"total_tokens":787,"cost_usd":0.28330374999999997} +{"run_id":23390907421,"workflow":"Secret Digger (Claude)","created_at":"2026-03-21T23:12:13Z","date":"2026-03-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1480,"cache_read_tokens":38279,"cache_write_tokens":39722,"effective_tokens":2927,"cache_hit_rate":9569.75,"total_tokens":1484,"cost_usd":0.30482499999999996} +{"run_id":23389904270,"workflow":"Secret Digger (Claude)","created_at":"2026-03-21T22:10:56Z","date":"2026-03-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1188,"cache_read_tokens":38279,"cache_write_tokens":39266,"effective_tokens":2179,"cache_hit_rate":9569.75,"total_tokens":1192,"cost_usd":0.294655} +{"run_id":23388899105,"workflow":"Secret Digger (Claude)","created_at":"2026-03-21T21:12:09Z","date":"2026-03-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":885,"cache_read_tokens":38279,"cache_write_tokens":39173,"effective_tokens":1783,"cache_hit_rate":9569.75,"total_tokens":889,"cost_usd":0.28648375000000004} +{"run_id":23387776410,"workflow":"Secret Digger (Claude)","created_at":"2026-03-21T20:11:22Z","date":"2026-03-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":372,"cache_read_tokens":38279,"cache_write_tokens":38667,"effective_tokens":764,"cache_hit_rate":9569.75,"total_tokens":376,"cost_usd":0.27080625} +{"run_id":23386736413,"workflow":"Secret Digger (Claude)","created_at":"2026-03-21T19:13:15Z","date":"2026-03-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1468,"cache_read_tokens":38279,"cache_write_tokens":39605,"effective_tokens":2798,"cache_hit_rate":9569.75,"total_tokens":1472,"cost_usd":0.30397375000000004} +{"run_id":23385710040,"workflow":"Secret Digger (Claude)","created_at":"2026-03-21T18:16:15Z","date":"2026-03-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":901,"cache_read_tokens":38279,"cache_write_tokens":39013,"effective_tokens":1639,"cache_hit_rate":9569.75,"total_tokens":905,"cost_usd":0.28588375} +{"run_id":23384587071,"workflow":"Secret Digger (Claude)","created_at":"2026-03-21T17:12:52Z","date":"2026-03-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":755,"cache_read_tokens":38279,"cache_write_tokens":39011,"effective_tokens":1491,"cache_hit_rate":9569.75,"total_tokens":759,"cost_usd":0.28228125000000004} +{"run_id":23383545944,"workflow":"Secret Digger (Claude)","created_at":"2026-03-21T16:12:49Z","date":"2026-03-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1019,"cache_read_tokens":38279,"cache_write_tokens":39295,"effective_tokens":2039,"cache_hit_rate":9569.75,"total_tokens":1023,"cost_usd":0.29061625} +{"run_id":23382487907,"workflow":"Secret Digger (Claude)","created_at":"2026-03-21T15:12:21Z","date":"2026-03-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":728,"cache_read_tokens":38279,"cache_write_tokens":39012,"effective_tokens":1465,"cache_hit_rate":9569.75,"total_tokens":732,"cost_usd":0.2816425} +{"run_id":23381472160,"workflow":"Secret Digger (Claude)","created_at":"2026-03-21T14:13:19Z","date":"2026-03-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1554,"cache_read_tokens":38279,"cache_write_tokens":39779,"effective_tokens":3058,"cache_hit_rate":9569.75,"total_tokens":1558,"cost_usd":0.30718125} +{"run_id":23380644975,"workflow":"Secret Digger (Claude)","created_at":"2026-03-21T13:24:05Z","date":"2026-03-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1260,"cache_read_tokens":38279,"cache_write_tokens":39542,"effective_tokens":2527,"cache_hit_rate":9569.75,"total_tokens":1264,"cost_usd":0.29818} +{"run_id":23379511825,"workflow":"Secret Digger (Claude)","created_at":"2026-03-21T12:17:53Z","date":"2026-03-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1330,"cache_read_tokens":38279,"cache_write_tokens":39601,"effective_tokens":2656,"cache_hit_rate":9569.75,"total_tokens":1334,"cost_usd":0.30028375} +{"run_id":23378410839,"workflow":"Secret Digger (Claude)","created_at":"2026-03-21T11:11:36Z","date":"2026-03-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1089,"cache_read_tokens":38279,"cache_write_tokens":39365,"effective_tokens":2179,"cache_hit_rate":9569.75,"total_tokens":1093,"cost_usd":0.29299375000000005} +{"run_id":23377405739,"workflow":"Secret Digger (Claude)","created_at":"2026-03-21T10:12:10Z","date":"2026-03-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":890,"cache_read_tokens":38279,"cache_write_tokens":39014,"effective_tokens":1629,"cache_hit_rate":9569.75,"total_tokens":894,"cost_usd":0.28561000000000003} +{"run_id":23376499671,"workflow":"Secret Digger (Claude)","created_at":"2026-03-21T09:14:54Z","date":"2026-03-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":733,"cache_read_tokens":38279,"cache_write_tokens":39022,"effective_tokens":1480,"cache_hit_rate":9569.75,"total_tokens":737,"cost_usd":0.281955} +{"run_id":23375551068,"workflow":"Secret Digger (Claude)","created_at":"2026-03-21T08:14:50Z","date":"2026-03-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":677,"cache_read_tokens":38279,"cache_write_tokens":38906,"effective_tokens":1308,"cache_hit_rate":9569.75,"total_tokens":681,"cost_usd":0.27981999999999996} +{"run_id":23374679409,"workflow":"Secret Digger (Claude)","created_at":"2026-03-21T07:19:44Z","date":"2026-03-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":983,"cache_read_tokens":38279,"cache_write_tokens":39104,"effective_tokens":1812,"cache_hit_rate":9569.75,"total_tokens":987,"cost_usd":0.2886975} +{"run_id":23373802136,"workflow":"Secret Digger (Claude)","created_at":"2026-03-21T06:22:41Z","date":"2026-03-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1208,"cache_read_tokens":38279,"cache_write_tokens":39435,"effective_tokens":2368,"cache_hit_rate":9569.75,"total_tokens":1212,"cost_usd":0.29638625} +{"run_id":23372894799,"workflow":"Secret Digger (Claude)","created_at":"2026-03-21T05:24:55Z","date":"2026-03-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1259,"cache_read_tokens":38279,"cache_write_tokens":39384,"effective_tokens":2368,"cache_hit_rate":9569.75,"total_tokens":1263,"cost_usd":0.29730749999999995} +{"run_id":23372167152,"workflow":"Secret Digger (Claude)","created_at":"2026-03-21T04:38:48Z","date":"2026-03-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":978,"cache_read_tokens":38279,"cache_write_tokens":39117,"effective_tokens":1820,"cache_hit_rate":9569.75,"total_tokens":982,"cost_usd":0.28863875} +{"run_id":23371401828,"workflow":"Secret Digger (Claude)","created_at":"2026-03-21T03:50:48Z","date":"2026-03-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1111,"cache_read_tokens":38279,"cache_write_tokens":39387,"effective_tokens":2223,"cache_hit_rate":9569.75,"total_tokens":1115,"cost_usd":0.29353125} +{"run_id":23370657452,"workflow":"Secret Digger (Claude)","created_at":"2026-03-21T03:03:09Z","date":"2026-03-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1027,"cache_read_tokens":38279,"cache_write_tokens":39216,"effective_tokens":1968,"cache_hit_rate":9569.75,"total_tokens":1031,"cost_usd":0.29046750000000005} +{"run_id":23369296131,"workflow":"Secret Digger (Claude)","created_at":"2026-03-21T01:40:13Z","date":"2026-03-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1326,"cache_read_tokens":38279,"cache_write_tokens":39459,"effective_tokens":2510,"cache_hit_rate":9569.75,"total_tokens":1330,"cost_usd":0.29926625} +{"run_id":23368298909,"workflow":"Secret Digger (Claude)","created_at":"2026-03-21T00:46:03Z","date":"2026-03-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":901,"cache_read_tokens":38286,"cache_write_tokens":38991,"effective_tokens":1610,"cache_hit_rate":9571.5,"total_tokens":905,"cost_usd":0.28597475000000006} +{"run_id":23366312672,"workflow":"Secret Digger (Claude)","created_at":"2026-03-20T23:14:07Z","date":"2026-03-20","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":812,"cache_read_tokens":38286,"cache_write_tokens":39103,"effective_tokens":1633,"cache_hit_rate":9571.5,"total_tokens":816,"cost_usd":0.28472975} +{"run_id":23364689959,"workflow":"Secret Digger (Claude)","created_at":"2026-03-20T22:12:43Z","date":"2026-03-20","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1067,"cache_read_tokens":38286,"cache_write_tokens":39348,"effective_tokens":2133,"cache_hit_rate":9571.5,"total_tokens":1071,"cost_usd":0.29217100000000007} +{"run_id":23362865917,"workflow":"Secret Digger (Claude)","created_at":"2026-03-20T21:14:37Z","date":"2026-03-20","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1077,"cache_read_tokens":38286,"cache_write_tokens":39036,"effective_tokens":1831,"cache_hit_rate":9571.5,"total_tokens":1081,"cost_usd":0.290791} +{"run_id":23360856949,"workflow":"Secret Digger (Claude)","created_at":"2026-03-20T20:14:58Z","date":"2026-03-20","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":916,"cache_read_tokens":38286,"cache_write_tokens":39207,"effective_tokens":1841,"cache_hit_rate":9571.5,"total_tokens":920,"cost_usd":0.28765475} +{"run_id":23358994796,"workflow":"Secret Digger (Claude)","created_at":"2026-03-20T19:21:46Z","date":"2026-03-20","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1047,"cache_read_tokens":38286,"cache_write_tokens":39195,"effective_tokens":1960,"cache_hit_rate":9571.5,"total_tokens":1051,"cost_usd":0.29093975} +{"run_id":23356839748,"workflow":"Secret Digger (Claude)","created_at":"2026-03-20T18:22:29Z","date":"2026-03-20","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":815,"cache_read_tokens":38286,"cache_write_tokens":39112,"effective_tokens":1645,"cache_hit_rate":9571.5,"total_tokens":819,"cost_usd":0.28454100000000004} +{"run_id":23354422662,"workflow":"Secret Digger (Claude)","created_at":"2026-03-20T17:20:57Z","date":"2026-03-20","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":656,"cache_read_tokens":38281,"cache_write_tokens":38945,"effective_tokens":1324,"cache_hit_rate":9570.25,"total_tokens":660,"cost_usd":0.27955475} +{"run_id":23352109027,"workflow":"Secret Digger (Claude)","created_at":"2026-03-20T16:22:17Z","date":"2026-03-20","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":839,"cache_read_tokens":38281,"cache_write_tokens":39121,"effective_tokens":1683,"cache_hit_rate":9570.25,"total_tokens":843,"cost_usd":0.28502475000000005} +{"run_id":23349645688,"workflow":"Secret Digger (Claude)","created_at":"2026-03-20T15:22:38Z","date":"2026-03-20","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":807,"cache_read_tokens":38281,"cache_write_tokens":39099,"effective_tokens":1629,"cache_hit_rate":9570.25,"total_tokens":811,"cost_usd":0.28416225} +{"run_id":23347229420,"workflow":"Secret Digger (Claude)","created_at":"2026-03-20T14:24:30Z","date":"2026-03-20","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":964,"cache_read_tokens":38281,"cache_write_tokens":39074,"effective_tokens":1761,"cache_hit_rate":9570.25,"total_tokens":968,"cost_usd":0.28801099999999996} +{"run_id":23345152229,"workflow":"Secret Digger (Claude)","created_at":"2026-03-20T13:33:11Z","date":"2026-03-20","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":970,"cache_read_tokens":38281,"cache_write_tokens":39251,"effective_tokens":1944,"cache_hit_rate":9570.25,"total_tokens":974,"cost_usd":0.28903724999999997} +{"run_id":23342648898,"workflow":"Secret Digger (Claude)","created_at":"2026-03-20T12:23:18Z","date":"2026-03-20","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":753,"cache_read_tokens":38281,"cache_write_tokens":38990,"effective_tokens":1466,"cache_hit_rate":9570.25,"total_tokens":757,"cost_usd":0.282281} +{"run_id":23340473292,"workflow":"Secret Digger (Claude)","created_at":"2026-03-20T11:17:14Z","date":"2026-03-20","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":962,"cache_read_tokens":38281,"cache_write_tokens":39202,"effective_tokens":1887,"cache_hit_rate":9570.25,"total_tokens":966,"cost_usd":0.288746} +{"run_id":23338549805,"workflow":"Secret Digger (Claude)","created_at":"2026-03-20T10:19:48Z","date":"2026-03-20","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1680,"cache_read_tokens":38281,"cache_write_tokens":39896,"effective_tokens":3299,"cache_hit_rate":9570.25,"total_tokens":1684,"cost_usd":0.3110985} +{"run_id":23336610876,"workflow":"Secret Digger (Claude)","created_at":"2026-03-20T09:21:48Z","date":"2026-03-20","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":952,"cache_read_tokens":38281,"cache_write_tokens":39237,"effective_tokens":1912,"cache_hit_rate":9570.25,"total_tokens":956,"cost_usd":0.28883974999999995} +{"run_id":23334741198,"workflow":"Secret Digger (Claude)","created_at":"2026-03-20T08:21:47Z","date":"2026-03-20","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1148,"cache_read_tokens":38281,"cache_write_tokens":39409,"effective_tokens":2280,"cache_hit_rate":9570.25,"total_tokens":1152,"cost_usd":0.29501475000000005} +{"run_id":23333187256,"workflow":"Secret Digger (Claude)","created_at":"2026-03-20T07:26:34Z","date":"2026-03-20","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1092,"cache_read_tokens":38281,"cache_write_tokens":39375,"effective_tokens":2190,"cache_hit_rate":9570.25,"total_tokens":1096,"cost_usd":0.29313725} +{"run_id":23331783707,"workflow":"Secret Digger (Claude)","created_at":"2026-03-20T06:29:11Z","date":"2026-03-20","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1029,"cache_read_tokens":38281,"cache_write_tokens":39040,"effective_tokens":1792,"cache_hit_rate":9570.25,"total_tokens":1033,"cost_usd":0.2894785} +{"run_id":23330441734,"workflow":"Secret Digger (Claude)","created_at":"2026-03-20T05:30:23Z","date":"2026-03-20","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1005,"cache_read_tokens":38281,"cache_write_tokens":39141,"effective_tokens":1869,"cache_hit_rate":9570.25,"total_tokens":1009,"cost_usd":0.28928975000000007} +{"run_id":23329357218,"workflow":"Secret Digger (Claude)","created_at":"2026-03-20T04:41:00Z","date":"2026-03-20","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":953,"cache_read_tokens":38281,"cache_write_tokens":39237,"effective_tokens":1913,"cache_hit_rate":9570.25,"total_tokens":957,"cost_usd":0.28857475} +{"run_id":23327381019,"workflow":"Secret Digger (Claude)","created_at":"2026-03-20T03:08:09Z","date":"2026-03-20","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":749,"cache_read_tokens":38281,"cache_write_tokens":39034,"effective_tokens":1506,"cache_hit_rate":9570.25,"total_tokens":753,"cost_usd":0.282221} +{"run_id":23325462337,"workflow":"Secret Digger (Claude)","created_at":"2026-03-20T01:41:35Z","date":"2026-03-20","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1368,"cache_read_tokens":38281,"cache_write_tokens":39644,"effective_tokens":2735,"cache_hit_rate":9570.25,"total_tokens":1372,"cost_usd":0.3017185} +{"run_id":23324116844,"workflow":"Secret Digger (Claude)","created_at":"2026-03-20T00:48:26Z","date":"2026-03-20","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":903,"cache_read_tokens":38281,"cache_write_tokens":39189,"effective_tokens":1815,"cache_hit_rate":9570.25,"total_tokens":907,"cost_usd":0.28708475} +{"run_id":23321431381,"workflow":"Secret Digger (Claude)","created_at":"2026-03-19T23:14:28Z","date":"2026-03-19","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1665,"cache_read_tokens":38286,"cache_write_tokens":39940,"effective_tokens":3323,"cache_hit_rate":9571.5,"total_tokens":1669,"cost_usd":0.310736} +{"run_id":23319416427,"workflow":"Secret Digger (Claude)","created_at":"2026-03-19T22:13:01Z","date":"2026-03-19","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":897,"cache_read_tokens":38287,"cache_write_tokens":39184,"effective_tokens":1798,"cache_hit_rate":9571.75,"total_tokens":901,"cost_usd":0.28710149999999995} +{"run_id":23317391496,"workflow":"Secret Digger (Claude)","created_at":"2026-03-19T21:18:08Z","date":"2026-03-19","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":660,"cache_read_tokens":38287,"cache_write_tokens":38953,"effective_tokens":1330,"cache_hit_rate":9571.75,"total_tokens":664,"cost_usd":0.27969275} +{"run_id":23315081154,"workflow":"Secret Digger (Claude)","created_at":"2026-03-19T20:18:57Z","date":"2026-03-19","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1183,"cache_read_tokens":38287,"cache_write_tokens":39468,"effective_tokens":2368,"cache_hit_rate":9571.75,"total_tokens":1187,"cost_usd":0.2960315} +{"run_id":23312970427,"workflow":"Secret Digger (Claude)","created_at":"2026-03-19T19:25:36Z","date":"2026-03-19","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":963,"cache_read_tokens":38279,"cache_write_tokens":39107,"effective_tokens":1795,"cache_hit_rate":9569.75,"total_tokens":967,"cost_usd":0.28822625} +{"run_id":23310548638,"workflow":"Secret Digger (Claude)","created_at":"2026-03-19T18:27:29Z","date":"2026-03-19","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":843,"cache_read_tokens":38279,"cache_write_tokens":38993,"effective_tokens":1561,"cache_hit_rate":9569.75,"total_tokens":847,"cost_usd":0.28452875} +{"run_id":23307985782,"workflow":"Secret Digger (Claude)","created_at":"2026-03-19T17:28:07Z","date":"2026-03-19","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":885,"cache_read_tokens":38279,"cache_write_tokens":39171,"effective_tokens":1781,"cache_hit_rate":9569.75,"total_tokens":889,"cost_usd":0.28666625} +{"run_id":23305322342,"workflow":"Secret Digger (Claude)","created_at":"2026-03-19T16:27:25Z","date":"2026-03-19","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":794,"cache_read_tokens":38279,"cache_write_tokens":39063,"effective_tokens":1582,"cache_hit_rate":9569.75,"total_tokens":798,"cost_usd":0.28365125} +{"run_id":23302435246,"workflow":"Secret Digger (Claude)","created_at":"2026-03-19T15:24:06Z","date":"2026-03-19","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1237,"cache_read_tokens":38279,"cache_write_tokens":39274,"effective_tokens":2236,"cache_hit_rate":9569.75,"total_tokens":1241,"cost_usd":0.295915} +{"run_id":23299771126,"workflow":"Secret Digger (Claude)","created_at":"2026-03-19T14:26:39Z","date":"2026-03-19","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1248,"cache_read_tokens":38279,"cache_write_tokens":39480,"effective_tokens":2453,"cache_hit_rate":9569.75,"total_tokens":1252,"cost_usd":0.29752749999999994} +{"run_id":23297618672,"workflow":"Secret Digger (Claude)","created_at":"2026-03-19T13:37:55Z","date":"2026-03-19","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1237,"cache_read_tokens":38279,"cache_write_tokens":39521,"effective_tokens":2483,"cache_hit_rate":9569.75,"total_tokens":1241,"cost_usd":0.29748375} +{"run_id":23294701117,"workflow":"Secret Digger (Claude)","created_at":"2026-03-19T12:24:49Z","date":"2026-03-19","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":823,"cache_read_tokens":38279,"cache_write_tokens":39107,"effective_tokens":1655,"cache_hit_rate":9569.75,"total_tokens":827,"cost_usd":0.28479125} +{"run_id":23292425135,"workflow":"Secret Digger (Claude)","created_at":"2026-03-19T11:20:05Z","date":"2026-03-19","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1010,"cache_read_tokens":38279,"cache_write_tokens":39301,"effective_tokens":2036,"cache_hit_rate":9569.75,"total_tokens":1014,"cost_usd":0.29067875000000004} +{"run_id":23290328972,"workflow":"Secret Digger (Claude)","created_at":"2026-03-19T10:21:48Z","date":"2026-03-19","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1209,"cache_read_tokens":38279,"cache_write_tokens":39320,"effective_tokens":2254,"cache_hit_rate":9569.75,"total_tokens":1213,"cost_usd":0.29544249999999994} +{"run_id":23288190876,"workflow":"Secret Digger (Claude)","created_at":"2026-03-19T09:23:49Z","date":"2026-03-19","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1049,"cache_read_tokens":38279,"cache_write_tokens":39329,"effective_tokens":2103,"cache_hit_rate":9569.75,"total_tokens":1053,"cost_usd":0.29157375} +{"run_id":23286101653,"workflow":"Secret Digger (Claude)","created_at":"2026-03-19T08:23:18Z","date":"2026-03-19","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1046,"cache_read_tokens":38279,"cache_write_tokens":39334,"effective_tokens":2105,"cache_hit_rate":9569.75,"total_tokens":1050,"cost_usd":0.29160500000000006} +{"run_id":23284412491,"workflow":"Secret Digger (Claude)","created_at":"2026-03-19T07:28:31Z","date":"2026-03-19","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":813,"cache_read_tokens":38279,"cache_write_tokens":39070,"effective_tokens":1608,"cache_hit_rate":9569.75,"total_tokens":817,"cost_usd":0.284215} +{"run_id":23282867097,"workflow":"Secret Digger (Claude)","created_at":"2026-03-19T06:31:28Z","date":"2026-03-19","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":879,"cache_read_tokens":38279,"cache_write_tokens":39157,"effective_tokens":1761,"cache_hit_rate":9569.75,"total_tokens":883,"cost_usd":0.28644875} +{"run_id":23281428161,"workflow":"Secret Digger (Claude)","created_at":"2026-03-19T05:35:08Z","date":"2026-03-19","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1238,"cache_read_tokens":38279,"cache_write_tokens":39519,"effective_tokens":2482,"cache_hit_rate":9569.75,"total_tokens":1242,"cost_usd":0.29747625} +{"run_id":23280259141,"workflow":"Secret Digger (Claude)","created_at":"2026-03-19T04:46:26Z","date":"2026-03-19","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":597,"cache_read_tokens":38279,"cache_write_tokens":38883,"effective_tokens":1205,"cache_hit_rate":9569.75,"total_tokens":601,"cost_usd":0.27766124999999997} +{"run_id":23278077464,"workflow":"Secret Digger (Claude)","created_at":"2026-03-19T03:13:14Z","date":"2026-03-19","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":874,"cache_read_tokens":38279,"cache_write_tokens":39028,"effective_tokens":1627,"cache_hit_rate":9569.75,"total_tokens":878,"cost_usd":0.28551250000000006} +{"run_id":23275747054,"workflow":"Secret Digger (Claude)","created_at":"2026-03-19T01:43:07Z","date":"2026-03-19","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1251,"cache_read_tokens":38279,"cache_write_tokens":39530,"effective_tokens":2506,"cache_hit_rate":9569.75,"total_tokens":1255,"cost_usd":0.298055} +{"run_id":23274408595,"workflow":"Secret Digger (Claude)","created_at":"2026-03-19T00:50:54Z","date":"2026-03-19","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":618,"cache_read_tokens":38279,"cache_write_tokens":38738,"effective_tokens":1081,"cache_hit_rate":9569.75,"total_tokens":622,"cost_usd":0.27713000000000004} +{"run_id":23271726694,"workflow":"Secret Digger (Claude)","created_at":"2026-03-18T23:15:13Z","date":"2026-03-18","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":734,"cache_read_tokens":38279,"cache_write_tokens":38862,"effective_tokens":1321,"cache_hit_rate":9569.75,"total_tokens":738,"cost_usd":0.280945} +{"run_id":23269747831,"workflow":"Secret Digger (Claude)","created_at":"2026-03-18T22:16:16Z","date":"2026-03-18","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1540,"cache_read_tokens":38279,"cache_write_tokens":39813,"effective_tokens":3078,"cache_hit_rate":9569.75,"total_tokens":1544,"cost_usd":0.30688875000000004} +{"run_id":23267559295,"workflow":"Secret Digger (Claude)","created_at":"2026-03-18T21:18:37Z","date":"2026-03-18","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1384,"cache_read_tokens":38279,"cache_write_tokens":39650,"effective_tokens":2759,"cache_hit_rate":9569.75,"total_tokens":1388,"cost_usd":0.30216} +{"run_id":23265127229,"workflow":"Secret Digger (Claude)","created_at":"2026-03-18T20:19:12Z","date":"2026-03-18","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":756,"cache_read_tokens":38279,"cache_write_tokens":39041,"effective_tokens":1522,"cache_hit_rate":9569.75,"total_tokens":760,"cost_usd":0.28244875} +{"run_id":23263073949,"workflow":"Secret Digger (Claude)","created_at":"2026-03-18T19:27:23Z","date":"2026-03-18","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1219,"cache_read_tokens":38279,"cache_write_tokens":39436,"effective_tokens":2380,"cache_hit_rate":9569.75,"total_tokens":1223,"cost_usd":0.2964175} +{"run_id":23260699175,"workflow":"Secret Digger (Claude)","created_at":"2026-03-18T18:30:00Z","date":"2026-03-18","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1632,"cache_read_tokens":38279,"cache_write_tokens":39855,"effective_tokens":3212,"cache_hit_rate":9569.75,"total_tokens":1636,"cost_usd":0.30962125} +{"run_id":23255675470,"workflow":"Secret Digger (Claude)","created_at":"2026-03-18T16:33:39Z","date":"2026-03-18","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1095,"cache_read_tokens":38279,"cache_write_tokens":39275,"effective_tokens":2095,"cache_hit_rate":9569.75,"total_tokens":1099,"cost_usd":0.29244125} +{"run_id":23252992793,"workflow":"Secret Digger (Claude)","created_at":"2026-03-18T15:35:51Z","date":"2026-03-18","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1052,"cache_read_tokens":38279,"cache_write_tokens":39243,"effective_tokens":2020,"cache_hit_rate":9569.75,"total_tokens":1056,"cost_usd":0.29105125} +{"run_id":23250240216,"workflow":"Secret Digger (Claude)","created_at":"2026-03-18T14:39:00Z","date":"2026-03-18","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":836,"cache_read_tokens":38279,"cache_write_tokens":38861,"effective_tokens":1422,"cache_hit_rate":9569.75,"total_tokens":840,"cost_usd":0.28350375} +{"run_id":23247570670,"workflow":"Secret Digger (Claude)","created_at":"2026-03-18T13:40:21Z","date":"2026-03-18","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":909,"cache_read_tokens":38279,"cache_write_tokens":39142,"effective_tokens":1776,"cache_hit_rate":9569.75,"total_tokens":913,"cost_usd":0.287105} +{"run_id":23244773248,"workflow":"Secret Digger (Claude)","created_at":"2026-03-18T12:30:46Z","date":"2026-03-18","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1396,"cache_read_tokens":38279,"cache_write_tokens":39546,"effective_tokens":2667,"cache_hit_rate":9569.75,"total_tokens":1400,"cost_usd":0.30168} +{"run_id":23242344561,"workflow":"Secret Digger (Claude)","created_at":"2026-03-18T11:24:28Z","date":"2026-03-18","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":959,"cache_read_tokens":38279,"cache_write_tokens":39082,"effective_tokens":1766,"cache_hit_rate":9569.75,"total_tokens":963,"cost_usd":0.28797} +{"run_id":23240202363,"workflow":"Secret Digger (Claude)","created_at":"2026-03-18T10:27:33Z","date":"2026-03-18","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":820,"cache_read_tokens":38279,"cache_write_tokens":39104,"effective_tokens":1649,"cache_hit_rate":9569.75,"total_tokens":824,"cost_usd":0.28452249999999996} +{"run_id":23237882797,"workflow":"Secret Digger (Claude)","created_at":"2026-03-18T09:27:11Z","date":"2026-03-18","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1044,"cache_read_tokens":38279,"cache_write_tokens":39329,"effective_tokens":2098,"cache_hit_rate":9569.75,"total_tokens":1048,"cost_usd":0.29164375} +{"run_id":23235622036,"workflow":"Secret Digger (Claude)","created_at":"2026-03-18T08:25:06Z","date":"2026-03-18","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":966,"cache_read_tokens":38279,"cache_write_tokens":39242,"effective_tokens":1933,"cache_hit_rate":9569.75,"total_tokens":970,"cost_usd":0.28899} +{"run_id":23233855841,"workflow":"Secret Digger (Claude)","created_at":"2026-03-18T07:30:12Z","date":"2026-03-18","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1203,"cache_read_tokens":38279,"cache_write_tokens":39482,"effective_tokens":2410,"cache_hit_rate":9569.75,"total_tokens":1207,"cost_usd":0.29661} +{"run_id":23232281065,"workflow":"Secret Digger (Claude)","created_at":"2026-03-18T06:34:46Z","date":"2026-03-18","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":772,"cache_read_tokens":38279,"cache_write_tokens":38869,"effective_tokens":1366,"cache_hit_rate":9569.75,"total_tokens":776,"cost_usd":0.28174875} +{"run_id":23230786789,"workflow":"Secret Digger (Claude)","created_at":"2026-03-18T05:37:31Z","date":"2026-03-18","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":924,"cache_read_tokens":38279,"cache_write_tokens":39205,"effective_tokens":1854,"cache_hit_rate":9569.75,"total_tokens":928,"cost_usd":0.28788375} +{"run_id":23229562895,"workflow":"Secret Digger (Claude)","created_at":"2026-03-18T04:47:34Z","date":"2026-03-18","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":605,"cache_read_tokens":38279,"cache_write_tokens":38886,"effective_tokens":1216,"cache_hit_rate":9569.75,"total_tokens":609,"cost_usd":0.277695} +{"run_id":23227346403,"workflow":"Secret Digger (Claude)","created_at":"2026-03-18T03:13:12Z","date":"2026-03-18","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":658,"cache_read_tokens":38279,"cache_write_tokens":38934,"effective_tokens":1317,"cache_hit_rate":9569.75,"total_tokens":662,"cost_usd":0.2794} +{"run_id":23225059703,"workflow":"Secret Digger (Claude)","created_at":"2026-03-18T01:42:14Z","date":"2026-03-18","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":811,"cache_read_tokens":38279,"cache_write_tokens":39090,"effective_tokens":1626,"cache_hit_rate":9569.75,"total_tokens":815,"cost_usd":0.28415} +{"run_id":23223647927,"workflow":"Secret Digger (Claude)","created_at":"2026-03-18T00:50:39Z","date":"2026-03-18","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":915,"cache_read_tokens":38279,"cache_write_tokens":39192,"effective_tokens":1832,"cache_hit_rate":9569.75,"total_tokens":919,"cost_usd":0.2875675} +{"run_id":23220909482,"workflow":"Secret Digger (Claude)","created_at":"2026-03-17T23:15:57Z","date":"2026-03-17","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":647,"cache_read_tokens":38279,"cache_write_tokens":38928,"effective_tokens":1300,"cache_hit_rate":9569.75,"total_tokens":651,"cost_usd":0.2790625} +{"run_id":23218983147,"workflow":"Secret Digger (Claude)","created_at":"2026-03-17T22:17:04Z","date":"2026-03-17","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1384,"cache_read_tokens":38279,"cache_write_tokens":39516,"effective_tokens":2625,"cache_hit_rate":9569.75,"total_tokens":1388,"cost_usd":0.30113749999999995} +{"run_id":23216900059,"workflow":"Secret Digger (Claude)","created_at":"2026-03-17T21:19:28Z","date":"2026-03-17","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":610,"cache_read_tokens":38279,"cache_write_tokens":38897,"effective_tokens":1232,"cache_hit_rate":9569.75,"total_tokens":614,"cost_usd":0.27807375} +{"run_id":23214582037,"workflow":"Secret Digger (Claude)","created_at":"2026-03-17T20:19:33Z","date":"2026-03-17","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":720,"cache_read_tokens":36876,"cache_write_tokens":37602,"effective_tokens":1450,"cache_hit_rate":9219,"total_tokens":724,"cost_usd":0.27201349999999996} +{"run_id":23212702600,"workflow":"Secret Digger (Claude)","created_at":"2026-03-17T19:30:14Z","date":"2026-03-17","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":743,"cache_read_tokens":36876,"cache_write_tokens":37513,"effective_tokens":1384,"cache_hit_rate":9219,"total_tokens":747,"cost_usd":0.27204725} +{"run_id":23210163047,"workflow":"Secret Digger (Claude)","created_at":"2026-03-17T18:29:40Z","date":"2026-03-17","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":989,"cache_read_tokens":36875,"cache_write_tokens":37861,"effective_tokens":1979,"cache_hit_rate":9218.75,"total_tokens":993,"cost_usd":0.28024675} +{"run_id":23207657066,"workflow":"Secret Digger (Claude)","created_at":"2026-03-17T17:30:12Z","date":"2026-03-17","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":515,"cache_read_tokens":36885,"cache_write_tokens":37413,"effective_tokens":1047,"cache_hit_rate":9221.25,"total_tokens":519,"cost_usd":0.26573175000000004} +{"run_id":23205168083,"workflow":"Secret Digger (Claude)","created_at":"2026-03-17T16:34:03Z","date":"2026-03-17","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1712,"cache_read_tokens":36885,"cache_write_tokens":38452,"effective_tokens":3283,"cache_hit_rate":9221.25,"total_tokens":1716,"cost_usd":0.3020255} +{"run_id":23202307244,"workflow":"Secret Digger (Claude)","created_at":"2026-03-17T15:32:11Z","date":"2026-03-17","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1520,"cache_read_tokens":36885,"cache_write_tokens":38399,"effective_tokens":3038,"cache_hit_rate":9221.25,"total_tokens":1524,"cost_usd":0.29705424999999996} +{"run_id":23199560449,"workflow":"Secret Digger (Claude)","created_at":"2026-03-17T14:34:08Z","date":"2026-03-17","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":831,"cache_read_tokens":36885,"cache_write_tokens":37722,"effective_tokens":1672,"cache_hit_rate":9221.25,"total_tokens":835,"cost_usd":0.27557800000000005} +{"run_id":23197086590,"workflow":"Secret Digger (Claude)","created_at":"2026-03-17T13:40:08Z","date":"2026-03-17","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":475,"cache_read_tokens":36885,"cache_write_tokens":37370,"effective_tokens":964,"cache_hit_rate":9221.25,"total_tokens":479,"cost_usd":0.264498} +{"run_id":23194202662,"workflow":"Secret Digger (Claude)","created_at":"2026-03-17T12:29:11Z","date":"2026-03-17","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":760,"cache_read_tokens":36885,"cache_write_tokens":37650,"effective_tokens":1529,"cache_hit_rate":9221.25,"total_tokens":764,"cost_usd":0.27332800000000007} +{"run_id":23191797961,"workflow":"Secret Digger (Claude)","created_at":"2026-03-17T11:23:16Z","date":"2026-03-17","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1198,"cache_read_tokens":36885,"cache_write_tokens":38020,"effective_tokens":2337,"cache_hit_rate":9221.25,"total_tokens":1202,"cost_usd":0.28659550000000006} +{"run_id":23189617304,"workflow":"Secret Digger (Claude)","created_at":"2026-03-17T10:25:10Z","date":"2026-03-17","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":671,"cache_read_tokens":36885,"cache_write_tokens":37457,"effective_tokens":1247,"cache_hit_rate":9221.25,"total_tokens":675,"cost_usd":0.26991675000000004} +{"run_id":23187335000,"workflow":"Secret Digger (Claude)","created_at":"2026-03-17T09:26:44Z","date":"2026-03-17","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":564,"cache_read_tokens":36885,"cache_write_tokens":37456,"effective_tokens":1139,"cache_hit_rate":9221.25,"total_tokens":568,"cost_usd":0.2670905} +{"run_id":23185079813,"workflow":"Secret Digger (Claude)","created_at":"2026-03-17T08:25:17Z","date":"2026-03-17","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1194,"cache_read_tokens":36885,"cache_write_tokens":38078,"effective_tokens":2391,"cache_hit_rate":9221.25,"total_tokens":1198,"cost_usd":0.286923} +{"run_id":23183310535,"workflow":"Secret Digger (Claude)","created_at":"2026-03-17T07:30:55Z","date":"2026-03-17","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1146,"cache_read_tokens":36885,"cache_write_tokens":37986,"effective_tokens":2251,"cache_hit_rate":9221.25,"total_tokens":1150,"cost_usd":0.285098} +{"run_id":23181674698,"workflow":"Secret Digger (Claude)","created_at":"2026-03-17T06:34:06Z","date":"2026-03-17","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":927,"cache_read_tokens":36885,"cache_write_tokens":37816,"effective_tokens":1862,"cache_hit_rate":9221.25,"total_tokens":931,"cost_usd":0.2784505} +{"run_id":23180098290,"workflow":"Secret Digger (Claude)","created_at":"2026-03-17T05:35:10Z","date":"2026-03-17","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":752,"cache_read_tokens":36880,"cache_write_tokens":37434,"effective_tokens":1310,"cache_hit_rate":9220,"total_tokens":756,"cost_usd":0.2718105} +{"run_id":23178801163,"workflow":"Secret Digger (Claude)","created_at":"2026-03-17T04:43:16Z","date":"2026-03-17","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1078,"cache_read_tokens":36880,"cache_write_tokens":37966,"effective_tokens":2168,"cache_hit_rate":9220,"total_tokens":1082,"cost_usd":0.2832555} +{"run_id":23176599309,"workflow":"Secret Digger (Claude)","created_at":"2026-03-17T03:09:52Z","date":"2026-03-17","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":789,"cache_read_tokens":36880,"cache_write_tokens":37475,"effective_tokens":1388,"cache_hit_rate":9220,"total_tokens":793,"cost_usd":0.27277675} +{"run_id":23174410028,"workflow":"Secret Digger (Claude)","created_at":"2026-03-17T01:41:14Z","date":"2026-03-17","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":660,"cache_read_tokens":36880,"cache_write_tokens":37545,"effective_tokens":1329,"cache_hit_rate":9220,"total_tokens":664,"cost_usd":0.27000925000000003} +{"run_id":23173028678,"workflow":"Secret Digger (Claude)","created_at":"2026-03-17T00:47:24Z","date":"2026-03-17","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1098,"cache_read_tokens":36880,"cache_write_tokens":37984,"effective_tokens":2206,"cache_hit_rate":9220,"total_tokens":1102,"cost_usd":0.283768} +{"run_id":23170406691,"workflow":"Secret Digger (Claude)","created_at":"2026-03-16T23:15:07Z","date":"2026-03-16","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":733,"cache_read_tokens":36880,"cache_write_tokens":37618,"effective_tokens":1475,"cache_hit_rate":9220,"total_tokens":737,"cost_usd":0.2726305} +{"run_id":23168554580,"workflow":"Secret Digger (Claude)","created_at":"2026-03-16T22:17:44Z","date":"2026-03-16","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":695,"cache_read_tokens":36880,"cache_write_tokens":37585,"effective_tokens":1404,"cache_hit_rate":9220,"total_tokens":699,"cost_usd":0.27108425} +{"run_id":23166483808,"workflow":"Secret Digger (Claude)","created_at":"2026-03-16T21:20:50Z","date":"2026-03-16","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1191,"cache_read_tokens":36880,"cache_write_tokens":37931,"effective_tokens":2246,"cache_hit_rate":9220,"total_tokens":1195,"cost_usd":0.28572175} +{"run_id":23164053610,"workflow":"Secret Digger (Claude)","created_at":"2026-03-16T20:19:26Z","date":"2026-03-16","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":548,"cache_read_tokens":36880,"cache_write_tokens":37434,"effective_tokens":1106,"cache_hit_rate":9220,"total_tokens":552,"cost_usd":0.26649550000000005} +{"run_id":23162086433,"workflow":"Secret Digger (Claude)","created_at":"2026-03-16T19:29:49Z","date":"2026-03-16","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":796,"cache_read_tokens":36880,"cache_write_tokens":37685,"effective_tokens":1605,"cache_hit_rate":9220,"total_tokens":800,"cost_usd":0.27446425} +{"run_id":23159697800,"workflow":"Secret Digger (Claude)","created_at":"2026-03-16T18:30:27Z","date":"2026-03-16","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":654,"cache_read_tokens":36880,"cache_write_tokens":37412,"effective_tokens":1190,"cache_hit_rate":9220,"total_tokens":658,"cost_usd":0.269203} +{"run_id":23157156428,"workflow":"Secret Digger (Claude)","created_at":"2026-03-16T17:29:53Z","date":"2026-03-16","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":893,"cache_read_tokens":36880,"cache_write_tokens":37727,"effective_tokens":1744,"cache_hit_rate":9220,"total_tokens":897,"cost_usd":0.27711175000000005} +{"run_id":23154562222,"workflow":"Secret Digger (Claude)","created_at":"2026-03-16T16:32:22Z","date":"2026-03-16","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":951,"cache_read_tokens":36880,"cache_write_tokens":37830,"effective_tokens":1905,"cache_hit_rate":9220,"total_tokens":955,"cost_usd":0.27934050000000005} +{"run_id":23151825323,"workflow":"Secret Digger (Claude)","created_at":"2026-03-16T15:32:53Z","date":"2026-03-16","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":420,"cache_read_tokens":36880,"cache_write_tokens":37314,"effective_tokens":858,"cache_hit_rate":9220,"total_tokens":424,"cost_usd":0.2625405} +{"run_id":23149206377,"workflow":"Secret Digger (Claude)","created_at":"2026-03-16T14:36:50Z","date":"2026-03-16","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":924,"cache_read_tokens":36880,"cache_write_tokens":37805,"effective_tokens":1853,"cache_hit_rate":9220,"total_tokens":928,"cost_usd":0.27814924999999996} +{"run_id":23146643807,"workflow":"Secret Digger (Claude)","created_at":"2026-03-16T13:40:52Z","date":"2026-03-16","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":801,"cache_read_tokens":36880,"cache_write_tokens":37686,"effective_tokens":1611,"cache_hit_rate":9220,"total_tokens":805,"cost_usd":0.2746055} +{"run_id":23143733381,"workflow":"Secret Digger (Claude)","created_at":"2026-03-16T12:30:24Z","date":"2026-03-16","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1072,"cache_read_tokens":36880,"cache_write_tokens":37792,"effective_tokens":1988,"cache_hit_rate":9220,"total_tokens":1076,"cost_usd":0.28195300000000006} +{"run_id":23141305346,"workflow":"Secret Digger (Claude)","created_at":"2026-03-16T11:25:41Z","date":"2026-03-16","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1434,"cache_read_tokens":36880,"cache_write_tokens":38309,"effective_tokens":2867,"cache_hit_rate":9220,"total_tokens":1438,"cost_usd":0.29427425} +{"run_id":23139264909,"workflow":"Secret Digger (Claude)","created_at":"2026-03-16T10:31:19Z","date":"2026-03-16","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":699,"cache_read_tokens":36880,"cache_write_tokens":37588,"effective_tokens":1411,"cache_hit_rate":9220,"total_tokens":703,"cost_usd":0.27123800000000003} +{"run_id":23136992891,"workflow":"Secret Digger (Claude)","created_at":"2026-03-16T09:34:14Z","date":"2026-03-16","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":880,"cache_read_tokens":36880,"cache_write_tokens":37760,"effective_tokens":1764,"cache_hit_rate":9220,"total_tokens":884,"cost_usd":0.27699799999999997} +{"run_id":23134741507,"workflow":"Secret Digger (Claude)","created_at":"2026-03-16T08:34:13Z","date":"2026-03-16","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":870,"cache_read_tokens":36880,"cache_write_tokens":37757,"effective_tokens":1751,"cache_hit_rate":9220,"total_tokens":874,"cost_usd":0.27676425} +{"run_id":23132937724,"workflow":"Secret Digger (Claude)","created_at":"2026-03-16T07:39:39Z","date":"2026-03-16","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1191,"cache_read_tokens":36880,"cache_write_tokens":38062,"effective_tokens":2377,"cache_hit_rate":9220,"total_tokens":1195,"cost_usd":0.28667050000000005} +{"run_id":23131346142,"workflow":"Secret Digger (Claude)","created_at":"2026-03-16T06:44:38Z","date":"2026-03-16","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":781,"cache_read_tokens":36880,"cache_write_tokens":37514,"effective_tokens":1419,"cache_hit_rate":9220,"total_tokens":785,"cost_usd":0.2730405} +{"run_id":23129715760,"workflow":"Secret Digger (Claude)","created_at":"2026-03-16T05:43:45Z","date":"2026-03-16","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":939,"cache_read_tokens":36880,"cache_write_tokens":37822,"effective_tokens":1885,"cache_hit_rate":9220,"total_tokens":943,"cost_usd":0.2787305} +{"run_id":23128693547,"workflow":"Secret Digger (Claude)","created_at":"2026-03-16T05:01:25Z","date":"2026-03-16","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":566,"cache_read_tokens":36880,"cache_write_tokens":37457,"effective_tokens":1147,"cache_hit_rate":9220,"total_tokens":570,"cost_usd":0.26709925} +{"run_id":23126428551,"workflow":"Secret Digger (Claude)","created_at":"2026-03-16T03:16:04Z","date":"2026-03-16","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":858,"cache_read_tokens":36880,"cache_write_tokens":37745,"effective_tokens":1727,"cache_hit_rate":9220,"total_tokens":862,"cost_usd":0.27636425} +{"run_id":23124469374,"workflow":"Secret Digger (Claude)","created_at":"2026-03-16T01:44:11Z","date":"2026-03-16","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":999,"cache_read_tokens":36880,"cache_write_tokens":37891,"effective_tokens":2014,"cache_hit_rate":9220,"total_tokens":1003,"cost_usd":0.28077675} +{"run_id":23123469727,"workflow":"Secret Digger (Claude)","created_at":"2026-03-16T00:55:25Z","date":"2026-03-16","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":617,"cache_read_tokens":36880,"cache_write_tokens":37363,"effective_tokens":1104,"cache_hit_rate":9220,"total_tokens":621,"cost_usd":0.26784675} +{"run_id":23121591278,"workflow":"Secret Digger (Claude)","created_at":"2026-03-15T23:14:32Z","date":"2026-03-15","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":738,"cache_read_tokens":36880,"cache_write_tokens":37489,"effective_tokens":1351,"cache_hit_rate":9220,"total_tokens":742,"cost_usd":0.27179425} +{"run_id":23120519379,"workflow":"Secret Digger (Claude)","created_at":"2026-03-15T22:12:45Z","date":"2026-03-15","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":917,"cache_read_tokens":36880,"cache_write_tokens":37689,"effective_tokens":1730,"cache_hit_rate":9220,"total_tokens":921,"cost_usd":0.27739925000000004} +{"run_id":23119460457,"workflow":"Secret Digger (Claude)","created_at":"2026-03-15T21:13:31Z","date":"2026-03-15","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":575,"cache_read_tokens":36880,"cache_write_tokens":37309,"effective_tokens":1008,"cache_hit_rate":9220,"total_tokens":579,"cost_usd":0.26650925000000003} +{"run_id":23118380345,"workflow":"Secret Digger (Claude)","created_at":"2026-03-15T20:13:07Z","date":"2026-03-15","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1070,"cache_read_tokens":36880,"cache_write_tokens":37921,"effective_tokens":2115,"cache_hit_rate":9220,"total_tokens":1074,"cost_usd":0.28264925} +{"run_id":23117384077,"workflow":"Secret Digger (Claude)","created_at":"2026-03-15T19:16:17Z","date":"2026-03-15","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":802,"cache_read_tokens":36880,"cache_write_tokens":37689,"effective_tokens":1615,"cache_hit_rate":9220,"total_tokens":806,"cost_usd":0.27443925} +{"run_id":23116356672,"workflow":"Secret Digger (Claude)","created_at":"2026-03-15T18:17:14Z","date":"2026-03-15","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":722,"cache_read_tokens":36880,"cache_write_tokens":37501,"effective_tokens":1347,"cache_hit_rate":9220,"total_tokens":726,"cost_usd":0.27148925} +{"run_id":23115234300,"workflow":"Secret Digger (Claude)","created_at":"2026-03-15T17:13:21Z","date":"2026-03-15","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":733,"cache_read_tokens":36880,"cache_write_tokens":37621,"effective_tokens":1478,"cache_hit_rate":9220,"total_tokens":737,"cost_usd":0.27250425} +{"run_id":23114198657,"workflow":"Secret Digger (Claude)","created_at":"2026-03-15T16:14:09Z","date":"2026-03-15","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":626,"cache_read_tokens":36880,"cache_write_tokens":37515,"effective_tokens":1265,"cache_hit_rate":9220,"total_tokens":630,"cost_usd":0.26911175} +{"run_id":23113144413,"workflow":"Secret Digger (Claude)","created_at":"2026-03-15T15:14:14Z","date":"2026-03-15","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":667,"cache_read_tokens":36880,"cache_write_tokens":37555,"effective_tokens":1346,"cache_hit_rate":9220,"total_tokens":671,"cost_usd":0.27048175} +{"run_id":23112150557,"workflow":"Secret Digger (Claude)","created_at":"2026-03-15T14:16:30Z","date":"2026-03-15","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":552,"cache_read_tokens":36880,"cache_write_tokens":37438,"effective_tokens":1114,"cache_hit_rate":9220,"total_tokens":556,"cost_usd":0.2668305} +{"run_id":23111303496,"workflow":"Secret Digger (Claude)","created_at":"2026-03-15T13:26:11Z","date":"2026-03-15","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1246,"cache_read_tokens":36880,"cache_write_tokens":38014,"effective_tokens":2384,"cache_hit_rate":9220,"total_tokens":1250,"cost_usd":0.2877505} +{"run_id":23110251851,"workflow":"Secret Digger (Claude)","created_at":"2026-03-15T12:20:52Z","date":"2026-03-15","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":565,"cache_read_tokens":36880,"cache_write_tokens":37451,"effective_tokens":1140,"cache_hit_rate":9220,"total_tokens":569,"cost_usd":0.26699675} +{"run_id":23109201823,"workflow":"Secret Digger (Claude)","created_at":"2026-03-15T11:12:54Z","date":"2026-03-15","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1129,"cache_read_tokens":36880,"cache_write_tokens":37882,"effective_tokens":2135,"cache_hit_rate":9220,"total_tokens":1133,"cost_usd":0.28383050000000004} +{"run_id":23108306487,"workflow":"Secret Digger (Claude)","created_at":"2026-03-15T10:14:03Z","date":"2026-03-15","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":866,"cache_read_tokens":36880,"cache_write_tokens":37704,"effective_tokens":1694,"cache_hit_rate":9220,"total_tokens":870,"cost_usd":0.276348} +{"run_id":23107443481,"workflow":"Secret Digger (Claude)","created_at":"2026-03-15T09:17:33Z","date":"2026-03-15","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1026,"cache_read_tokens":36880,"cache_write_tokens":37908,"effective_tokens":2058,"cache_hit_rate":9220,"total_tokens":1030,"cost_usd":0.281443} +{"run_id":23106580942,"workflow":"Secret Digger (Claude)","created_at":"2026-03-15T08:19:39Z","date":"2026-03-15","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1004,"cache_read_tokens":36880,"cache_write_tokens":37846,"effective_tokens":1974,"cache_hit_rate":9220,"total_tokens":1008,"cost_usd":0.28062549999999997} +{"run_id":23105813133,"workflow":"Secret Digger (Claude)","created_at":"2026-03-15T07:25:56Z","date":"2026-03-15","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":521,"cache_read_tokens":36880,"cache_write_tokens":37358,"effective_tokens":1003,"cache_hit_rate":9220,"total_tokens":525,"cost_usd":0.26540050000000004} +{"run_id":23105044751,"workflow":"Secret Digger (Claude)","created_at":"2026-03-15T06:31:30Z","date":"2026-03-15","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":858,"cache_read_tokens":36880,"cache_write_tokens":37633,"effective_tokens":1615,"cache_hit_rate":9220,"total_tokens":862,"cost_usd":0.27574925} +{"run_id":23104297781,"workflow":"Secret Digger (Claude)","created_at":"2026-03-15T05:37:54Z","date":"2026-03-15","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":940,"cache_read_tokens":36884,"cache_write_tokens":37829,"effective_tokens":1889,"cache_hit_rate":9221,"total_tokens":944,"cost_usd":0.27892625} +{"run_id":23103680816,"workflow":"Secret Digger (Claude)","created_at":"2026-03-15T04:53:46Z","date":"2026-03-15","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":793,"cache_read_tokens":36884,"cache_write_tokens":37685,"effective_tokens":1598,"cache_hit_rate":9221,"total_tokens":797,"cost_usd":0.27423624999999996} +{"run_id":23102271634,"workflow":"Secret Digger (Claude)","created_at":"2026-03-15T03:14:10Z","date":"2026-03-15","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1134,"cache_read_tokens":36884,"cache_write_tokens":37941,"effective_tokens":2195,"cache_hit_rate":9221,"total_tokens":1138,"cost_usd":0.28441625} +{"run_id":23100856949,"workflow":"Secret Digger (Claude)","created_at":"2026-03-15T01:42:02Z","date":"2026-03-15","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":631,"cache_read_tokens":36884,"cache_write_tokens":37342,"effective_tokens":1093,"cache_hit_rate":9221,"total_tokens":635,"cost_usd":0.2680525} +{"run_id":23100117468,"workflow":"Secret Digger (Claude)","created_at":"2026-03-15T00:56:19Z","date":"2026-03-15","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":754,"cache_read_tokens":36884,"cache_write_tokens":37468,"effective_tokens":1342,"cache_hit_rate":9221,"total_tokens":758,"cost_usd":0.27201} +{"run_id":23098455245,"workflow":"Secret Digger (Claude)","created_at":"2026-03-14T23:13:14Z","date":"2026-03-14","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1116,"cache_read_tokens":36884,"cache_write_tokens":38007,"effective_tokens":2243,"cache_hit_rate":9221,"total_tokens":1120,"cost_usd":0.28466375} +{"run_id":23097434897,"workflow":"Secret Digger (Claude)","created_at":"2026-03-14T22:11:23Z","date":"2026-03-14","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":784,"cache_read_tokens":36884,"cache_write_tokens":37671,"effective_tokens":1575,"cache_hit_rate":9221,"total_tokens":788,"cost_usd":0.2740587500000001} +{"run_id":23096482878,"workflow":"Secret Digger (Claude)","created_at":"2026-03-14T21:13:28Z","date":"2026-03-14","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1082,"cache_read_tokens":36884,"cache_write_tokens":37968,"effective_tokens":2170,"cache_hit_rate":9221,"total_tokens":1086,"cost_usd":0.28325500000000003} +{"run_id":23095487624,"workflow":"Secret Digger (Claude)","created_at":"2026-03-14T20:12:26Z","date":"2026-03-14","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":767,"cache_read_tokens":36883,"cache_write_tokens":37658,"effective_tokens":1546,"cache_hit_rate":9220.75,"total_tokens":771,"cost_usd":0.273577} +{"run_id":23094551548,"workflow":"Secret Digger (Claude)","created_at":"2026-03-14T19:15:33Z","date":"2026-03-14","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":703,"cache_read_tokens":36883,"cache_write_tokens":37560,"effective_tokens":1384,"cache_hit_rate":9220.75,"total_tokens":707,"cost_usd":0.2712595} +{"run_id":23093591442,"workflow":"Secret Digger (Claude)","created_at":"2026-03-14T18:16:58Z","date":"2026-03-14","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":540,"cache_read_tokens":36879,"cache_write_tokens":37428,"effective_tokens":1093,"cache_hit_rate":9219.75,"total_tokens":544,"cost_usd":0.2664575} +{"run_id":23092543368,"workflow":"Secret Digger (Claude)","created_at":"2026-03-14T17:13:39Z","date":"2026-03-14","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":778,"cache_read_tokens":36879,"cache_write_tokens":37664,"effective_tokens":1567,"cache_hit_rate":9219.75,"total_tokens":782,"cost_usd":0.27387750000000005} +{"run_id":23091572379,"workflow":"Secret Digger (Claude)","created_at":"2026-03-14T16:13:53Z","date":"2026-03-14","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":809,"cache_read_tokens":36879,"cache_write_tokens":37693,"effective_tokens":1627,"cache_hit_rate":9219.75,"total_tokens":813,"cost_usd":0.27483375000000004} +{"run_id":23090594817,"workflow":"Secret Digger (Claude)","created_at":"2026-03-14T15:14:00Z","date":"2026-03-14","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1120,"cache_read_tokens":36879,"cache_write_tokens":37992,"effective_tokens":2237,"cache_hit_rate":9219.75,"total_tokens":1124,"cost_usd":0.2842875} +{"run_id":23089639173,"workflow":"Secret Digger (Claude)","created_at":"2026-03-14T14:14:47Z","date":"2026-03-14","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":810,"cache_read_tokens":36879,"cache_write_tokens":37565,"effective_tokens":1500,"cache_hit_rate":9219.75,"total_tokens":814,"cost_usd":0.27391375000000007} +{"run_id":23088849334,"workflow":"Secret Digger (Claude)","created_at":"2026-03-14T13:25:36Z","date":"2026-03-14","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":885,"cache_read_tokens":36879,"cache_write_tokens":37640,"effective_tokens":1650,"cache_hit_rate":9219.75,"total_tokens":889,"cost_usd":0.2764625} +{"run_id":23087813304,"workflow":"Secret Digger (Claude)","created_at":"2026-03-14T12:19:06Z","date":"2026-03-14","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":824,"cache_read_tokens":36879,"cache_write_tokens":37549,"effective_tokens":1498,"cache_hit_rate":9219.75,"total_tokens":828,"cost_usd":0.27440875000000003} +{"run_id":23086791172,"workflow":"Secret Digger (Claude)","created_at":"2026-03-14T11:11:52Z","date":"2026-03-14","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":556,"cache_read_tokens":36879,"cache_write_tokens":37296,"effective_tokens":977,"cache_hit_rate":9219.75,"total_tokens":560,"cost_usd":0.2658925} +{"run_id":23085915394,"workflow":"Secret Digger (Claude)","created_at":"2026-03-14T10:13:20Z","date":"2026-03-14","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":667,"cache_read_tokens":36879,"cache_write_tokens":37554,"effective_tokens":1346,"cache_hit_rate":9219.75,"total_tokens":671,"cost_usd":0.270195} +{"run_id":23085039416,"workflow":"Secret Digger (Claude)","created_at":"2026-03-14T09:16:43Z","date":"2026-03-14","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":530,"cache_read_tokens":36879,"cache_write_tokens":37417,"effective_tokens":1072,"cache_hit_rate":9219.75,"total_tokens":534,"cost_usd":0.26612875} +{"run_id":23084101707,"workflow":"Secret Digger (Claude)","created_at":"2026-03-14T08:16:52Z","date":"2026-03-14","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1114,"cache_read_tokens":36879,"cache_write_tokens":37932,"effective_tokens":2171,"cache_hit_rate":9219.75,"total_tokens":1118,"cost_usd":0.2837875} +{"run_id":23083209596,"workflow":"Secret Digger (Claude)","created_at":"2026-03-14T07:21:41Z","date":"2026-03-14","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":864,"cache_read_tokens":36879,"cache_write_tokens":37678,"effective_tokens":1667,"cache_hit_rate":9219.75,"total_tokens":868,"cost_usd":0.27608000000000005} +{"run_id":23082302188,"workflow":"Secret Digger (Claude)","created_at":"2026-03-14T06:25:08Z","date":"2026-03-14","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":787,"cache_read_tokens":36879,"cache_write_tokens":37670,"effective_tokens":1582,"cache_hit_rate":9219.75,"total_tokens":791,"cost_usd":0.27397000000000005} +{"run_id":23081367628,"workflow":"Secret Digger (Claude)","created_at":"2026-03-14T05:27:06Z","date":"2026-03-14","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":765,"cache_read_tokens":36879,"cache_write_tokens":37481,"effective_tokens":1371,"cache_hit_rate":9219.75,"total_tokens":769,"cost_usd":0.27218875} +{"run_id":23080611655,"workflow":"Secret Digger (Claude)","created_at":"2026-03-14T04:40:19Z","date":"2026-03-14","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1292,"cache_read_tokens":36879,"cache_write_tokens":38169,"effective_tokens":2586,"cache_hit_rate":9219.75,"total_tokens":1296,"cost_usd":0.28987875} +{"run_id":23079022226,"workflow":"Secret Digger (Claude)","created_at":"2026-03-14T03:05:39Z","date":"2026-03-14","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":830,"cache_read_tokens":36879,"cache_write_tokens":37716,"effective_tokens":1671,"cache_hit_rate":9219.75,"total_tokens":834,"cost_usd":0.2754825} +{"run_id":23077498938,"workflow":"Secret Digger (Claude)","created_at":"2026-03-14T01:40:26Z","date":"2026-03-14","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":666,"cache_read_tokens":36879,"cache_write_tokens":37554,"effective_tokens":1345,"cache_hit_rate":9219.75,"total_tokens":670,"cost_usd":0.270235} +{"run_id":23076430307,"workflow":"Secret Digger (Claude)","created_at":"2026-03-14T00:46:00Z","date":"2026-03-14","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":587,"cache_read_tokens":36879,"cache_write_tokens":37476,"effective_tokens":1188,"cache_hit_rate":9219.75,"total_tokens":591,"cost_usd":0.26780250000000005} +{"run_id":23074263686,"workflow":"Secret Digger (Claude)","created_at":"2026-03-13T23:13:39Z","date":"2026-03-13","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":874,"cache_read_tokens":36879,"cache_write_tokens":37605,"effective_tokens":1604,"cache_hit_rate":9219.75,"total_tokens":878,"cost_usd":0.27600375} +{"run_id":23072633604,"workflow":"Secret Digger (Claude)","created_at":"2026-03-13T22:14:31Z","date":"2026-03-13","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1161,"cache_read_tokens":36879,"cache_write_tokens":38035,"effective_tokens":2321,"cache_hit_rate":9219.75,"total_tokens":1165,"cost_usd":0.28579625000000003} +{"run_id":23070847183,"workflow":"Secret Digger (Claude)","created_at":"2026-03-13T21:16:13Z","date":"2026-03-13","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1355,"cache_read_tokens":36879,"cache_write_tokens":38240,"effective_tokens":2720,"cache_hit_rate":9219.75,"total_tokens":1359,"cost_usd":0.29171250000000004} +{"run_id":23068833844,"workflow":"Secret Digger (Claude)","created_at":"2026-03-13T20:16:15Z","date":"2026-03-13","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":834,"cache_read_tokens":36879,"cache_write_tokens":37718,"effective_tokens":1677,"cache_hit_rate":9219.75,"total_tokens":838,"cost_usd":0.275355} +{"run_id":23066864909,"workflow":"Secret Digger (Claude)","created_at":"2026-03-13T19:19:26Z","date":"2026-03-13","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":854,"cache_read_tokens":36879,"cache_write_tokens":37513,"effective_tokens":1492,"cache_hit_rate":9219.75,"total_tokens":858,"cost_usd":0.27457375} +{"run_id":23064694923,"workflow":"Secret Digger (Claude)","created_at":"2026-03-13T18:20:00Z","date":"2026-03-13","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1110,"cache_read_tokens":36879,"cache_write_tokens":37847,"effective_tokens":2082,"cache_hit_rate":9219.75,"total_tokens":1114,"cost_usd":0.28331625} +{"run_id":23062393382,"workflow":"Secret Digger (Claude)","created_at":"2026-03-13T17:19:18Z","date":"2026-03-13","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":868,"cache_read_tokens":36879,"cache_write_tokens":37749,"effective_tokens":1742,"cache_hit_rate":9219.75,"total_tokens":872,"cost_usd":0.27668375000000006} +{"run_id":23060068641,"workflow":"Secret Digger (Claude)","created_at":"2026-03-13T16:19:46Z","date":"2026-03-13","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":903,"cache_read_tokens":36883,"cache_write_tokens":37687,"effective_tokens":1711,"cache_hit_rate":9220.75,"total_tokens":907,"cost_usd":0.27713825000000003} +{"run_id":23057709670,"workflow":"Secret Digger (Claude)","created_at":"2026-03-13T15:22:59Z","date":"2026-03-13","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":806,"cache_read_tokens":36883,"cache_write_tokens":37580,"effective_tokens":1507,"cache_hit_rate":9220.75,"total_tokens":810,"cost_usd":0.2738345} +{"run_id":23055269172,"workflow":"Secret Digger (Claude)","created_at":"2026-03-13T14:24:05Z","date":"2026-03-13","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":611,"cache_read_tokens":36883,"cache_write_tokens":37502,"effective_tokens":1234,"cache_hit_rate":9220.75,"total_tokens":615,"cost_usd":0.268727} +{"run_id":23053225508,"workflow":"Secret Digger (Claude)","created_at":"2026-03-13T13:33:03Z","date":"2026-03-13","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":569,"cache_read_tokens":36883,"cache_write_tokens":37410,"effective_tokens":1100,"cache_hit_rate":9220.75,"total_tokens":573,"cost_usd":0.267062} +{"run_id":23050641716,"workflow":"Secret Digger (Claude)","created_at":"2026-03-13T12:23:00Z","date":"2026-03-13","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":618,"cache_read_tokens":36883,"cache_write_tokens":37502,"effective_tokens":1241,"cache_hit_rate":9220.75,"total_tokens":622,"cost_usd":0.26884199999999997} +{"run_id":23048424401,"workflow":"Secret Digger (Claude)","created_at":"2026-03-13T11:17:34Z","date":"2026-03-13","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":633,"cache_read_tokens":36883,"cache_write_tokens":37520,"effective_tokens":1274,"cache_hit_rate":9220.75,"total_tokens":637,"cost_usd":0.2693945} +{"run_id":23046372393,"workflow":"Secret Digger (Claude)","created_at":"2026-03-13T10:18:32Z","date":"2026-03-13","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":808,"cache_read_tokens":36883,"cache_write_tokens":37585,"effective_tokens":1514,"cache_hit_rate":9220.75,"total_tokens":812,"cost_usd":0.27393575000000003} +{"run_id":23044346390,"workflow":"Secret Digger (Claude)","created_at":"2026-03-13T09:21:26Z","date":"2026-03-13","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":843,"cache_read_tokens":36883,"cache_write_tokens":37733,"effective_tokens":1697,"cache_hit_rate":9220.75,"total_tokens":847,"cost_usd":0.27589074999999996} +{"run_id":23042317829,"workflow":"Secret Digger (Claude)","created_at":"2026-03-13T08:20:25Z","date":"2026-03-13","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":995,"cache_read_tokens":36883,"cache_write_tokens":37772,"effective_tokens":1888,"cache_hit_rate":9220.75,"total_tokens":999,"cost_usd":0.27980449999999996} +{"run_id":23040697557,"workflow":"Secret Digger (Claude)","created_at":"2026-03-13T07:25:57Z","date":"2026-03-13","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":733,"cache_read_tokens":36883,"cache_write_tokens":37626,"effective_tokens":1480,"cache_hit_rate":9220.75,"total_tokens":737,"cost_usd":0.272352} +{"run_id":23039113471,"workflow":"Secret Digger (Claude)","created_at":"2026-03-13T06:27:49Z","date":"2026-03-13","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":760,"cache_read_tokens":36883,"cache_write_tokens":37485,"effective_tokens":1366,"cache_hit_rate":9220.75,"total_tokens":764,"cost_usd":0.27203574999999997} +{"run_id":23037604980,"workflow":"Secret Digger (Claude)","created_at":"2026-03-13T05:28:56Z","date":"2026-03-13","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":504,"cache_read_tokens":36883,"cache_write_tokens":37400,"effective_tokens":1025,"cache_hit_rate":9220.75,"total_tokens":508,"cost_usd":0.2652445} +{"run_id":23036497746,"workflow":"Secret Digger (Claude)","created_at":"2026-03-13T04:40:55Z","date":"2026-03-13","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1407,"cache_read_tokens":36883,"cache_write_tokens":38072,"effective_tokens":2600,"cache_hit_rate":9220.75,"total_tokens":1411,"cost_usd":0.2919595} +{"run_id":23034386847,"workflow":"Secret Digger (Claude)","created_at":"2026-03-13T03:07:20Z","date":"2026-03-13","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":730,"cache_read_tokens":36880,"cache_write_tokens":37473,"effective_tokens":1327,"cache_hit_rate":9220,"total_tokens":734,"cost_usd":0.27127425000000005} +{"run_id":23032332570,"workflow":"Secret Digger (Claude)","created_at":"2026-03-13T01:40:56Z","date":"2026-03-13","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":554,"cache_read_tokens":36884,"cache_write_tokens":37448,"effective_tokens":1122,"cache_hit_rate":9221,"total_tokens":558,"cost_usd":0.266685} +{"run_id":23030977124,"workflow":"Secret Digger (Claude)","created_at":"2026-03-13T00:47:50Z","date":"2026-03-13","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1086,"cache_read_tokens":36880,"cache_write_tokens":37833,"effective_tokens":2043,"cache_hit_rate":9220,"total_tokens":1090,"cost_usd":0.28249425} +{"run_id":23028330087,"workflow":"Secret Digger (Claude)","created_at":"2026-03-12T23:13:20Z","date":"2026-03-12","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":655,"cache_read_tokens":36880,"cache_write_tokens":37470,"effective_tokens":1249,"cache_hit_rate":9220,"total_tokens":659,"cost_usd":0.2694355} +{"run_id":23026374480,"workflow":"Secret Digger (Claude)","created_at":"2026-03-12T22:11:57Z","date":"2026-03-12","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":727,"cache_read_tokens":36880,"cache_write_tokens":37613,"effective_tokens":1464,"cache_hit_rate":9220,"total_tokens":731,"cost_usd":0.27227425} +{"run_id":23024328335,"workflow":"Secret Digger (Claude)","created_at":"2026-03-12T21:16:25Z","date":"2026-03-12","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":949,"cache_read_tokens":36879,"cache_write_tokens":37834,"effective_tokens":1908,"cache_hit_rate":9219.75,"total_tokens":953,"cost_usd":0.27921} +{"run_id":23021904502,"workflow":"Secret Digger (Claude)","created_at":"2026-03-12T20:16:25Z","date":"2026-03-12","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":663,"cache_read_tokens":36880,"cache_write_tokens":37550,"effective_tokens":1337,"cache_hit_rate":9220,"total_tokens":667,"cost_usd":0.27013550000000003} +{"run_id":23019833243,"workflow":"Secret Digger (Claude)","created_at":"2026-03-12T19:23:35Z","date":"2026-03-12","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1237,"cache_read_tokens":36875,"cache_write_tokens":38108,"effective_tokens":2474,"cache_hit_rate":9218.75,"total_tokens":1241,"cost_usd":0.2881005} +{"run_id":23017594351,"workflow":"Secret Digger (Claude)","created_at":"2026-03-12T18:26:56Z","date":"2026-03-12","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":620,"cache_read_tokens":36878,"cache_write_tokens":37503,"effective_tokens":1249,"cache_hit_rate":9219.5,"total_tokens":624,"cost_usd":0.26865575} +{"run_id":23014999380,"workflow":"Secret Digger (Claude)","created_at":"2026-03-12T17:25:28Z","date":"2026-03-12","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":856,"cache_read_tokens":36878,"cache_write_tokens":37604,"effective_tokens":1586,"cache_hit_rate":9219.5,"total_tokens":860,"cost_usd":0.275262} +{"run_id":23012646652,"workflow":"Secret Digger (Claude)","created_at":"2026-03-12T16:31:02Z","date":"2026-03-12","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":745,"cache_read_tokens":36878,"cache_write_tokens":37521,"effective_tokens":1392,"cache_hit_rate":9219.5,"total_tokens":749,"cost_usd":0.27217325000000003} +{"run_id":23009795174,"workflow":"Secret Digger (Claude)","created_at":"2026-03-12T15:27:53Z","date":"2026-03-12","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":695,"cache_read_tokens":36886,"cache_write_tokens":37469,"effective_tokens":1282,"cache_hit_rate":9221.5,"total_tokens":699,"cost_usd":0.27070725} +{"run_id":23006863920,"workflow":"Secret Digger (Claude)","created_at":"2026-03-12T14:25:56Z","date":"2026-03-12","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1248,"cache_read_tokens":36881,"cache_write_tokens":37802,"effective_tokens":2173,"cache_hit_rate":9220.25,"total_tokens":1252,"cost_usd":0.2865059999999999} +{"run_id":23004595805,"workflow":"Secret Digger (Claude)","created_at":"2026-03-12T13:34:39Z","date":"2026-03-12","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":833,"cache_read_tokens":36881,"cache_write_tokens":37711,"effective_tokens":1667,"cache_hit_rate":9220.25,"total_tokens":837,"cost_usd":0.27546725} +{"run_id":23001769827,"workflow":"Secret Digger (Claude)","created_at":"2026-03-12T12:23:09Z","date":"2026-03-12","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":866,"cache_read_tokens":36881,"cache_write_tokens":37755,"effective_tokens":1744,"cache_hit_rate":9220.25,"total_tokens":870,"cost_usd":0.2764972499999999} +{"run_id":22999388164,"workflow":"Secret Digger (Claude)","created_at":"2026-03-12T11:18:52Z","date":"2026-03-12","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1193,"cache_read_tokens":36881,"cache_write_tokens":37981,"effective_tokens":2297,"cache_hit_rate":9220.25,"total_tokens":1197,"cost_usd":0.28608474999999994} +{"run_id":22997238259,"workflow":"Secret Digger (Claude)","created_at":"2026-03-12T10:21:54Z","date":"2026-03-12","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":921,"cache_read_tokens":36881,"cache_write_tokens":37807,"effective_tokens":1851,"cache_hit_rate":9220.25,"total_tokens":925,"cost_usd":0.27820225} +{"run_id":22995010002,"workflow":"Secret Digger (Claude)","created_at":"2026-03-12T09:23:35Z","date":"2026-03-12","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":655,"cache_read_tokens":36881,"cache_write_tokens":37544,"effective_tokens":1322,"cache_hit_rate":9220.25,"total_tokens":659,"cost_usd":0.27010349999999994} +{"run_id":22992875535,"workflow":"Secret Digger (Claude)","created_at":"2026-03-12T08:23:11Z","date":"2026-03-12","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":659,"cache_read_tokens":36881,"cache_write_tokens":37550,"effective_tokens":1332,"cache_hit_rate":9220.25,"total_tokens":663,"cost_usd":0.27008099999999996} +{"run_id":22991117506,"workflow":"Secret Digger (Claude)","created_at":"2026-03-12T07:26:23Z","date":"2026-03-12","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":924,"cache_read_tokens":36881,"cache_write_tokens":37809,"effective_tokens":1856,"cache_hit_rate":9220.25,"total_tokens":928,"cost_usd":0.27845475} +{"run_id":22989522772,"workflow":"Secret Digger (Claude)","created_at":"2026-03-12T06:28:19Z","date":"2026-03-12","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":735,"cache_read_tokens":36881,"cache_write_tokens":37434,"effective_tokens":1292,"cache_hit_rate":9220.25,"total_tokens":739,"cost_usd":0.271381} +{"run_id":22986913304,"workflow":"Secret Digger (Claude)","created_at":"2026-03-12T04:41:41Z","date":"2026-03-12","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":878,"cache_read_tokens":36881,"cache_write_tokens":37591,"effective_tokens":1592,"cache_hit_rate":9220.25,"total_tokens":882,"cost_usd":0.27596224999999996} +{"run_id":22982820598,"workflow":"Secret Digger (Claude)","created_at":"2026-03-12T01:42:01Z","date":"2026-03-12","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":864,"cache_read_tokens":36881,"cache_write_tokens":37752,"effective_tokens":1739,"cache_hit_rate":9220.25,"total_tokens":868,"cost_usd":0.27657349999999997} +{"run_id":22981374031,"workflow":"Secret Digger (Claude)","created_at":"2026-03-12T00:42:15Z","date":"2026-03-12","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":911,"cache_read_tokens":36881,"cache_write_tokens":37682,"effective_tokens":1716,"cache_hit_rate":9220.25,"total_tokens":915,"cost_usd":0.277331} +{"run_id":22978843420,"workflow":"Secret Digger (Claude)","created_at":"2026-03-11T23:12:28Z","date":"2026-03-11","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":625,"cache_read_tokens":36881,"cache_write_tokens":37521,"effective_tokens":1269,"cache_hit_rate":9220.25,"total_tokens":629,"cost_usd":0.2692197499999999} +{"run_id":22976956507,"workflow":"Secret Digger (Claude)","created_at":"2026-03-11T22:13:23Z","date":"2026-03-11","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":457,"cache_read_tokens":36881,"cache_write_tokens":37304,"effective_tokens":884,"cache_hit_rate":9220.25,"total_tokens":461,"cost_usd":0.26342849999999995} +{"run_id":22974831008,"workflow":"Secret Digger (Claude)","created_at":"2026-03-11T21:15:19Z","date":"2026-03-11","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1050,"cache_read_tokens":36881,"cache_write_tokens":37828,"effective_tokens":2001,"cache_hit_rate":9220.25,"total_tokens":1054,"cost_usd":0.2816935} +{"run_id":22972496430,"workflow":"Secret Digger (Claude)","created_at":"2026-03-11T20:16:24Z","date":"2026-03-11","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":959,"cache_read_tokens":36881,"cache_write_tokens":37845,"effective_tokens":1927,"cache_hit_rate":9220.25,"total_tokens":963,"cost_usd":0.27938474999999996} +{"run_id":22970450456,"workflow":"Secret Digger (Claude)","created_at":"2026-03-11T19:24:08Z","date":"2026-03-11","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":739,"cache_read_tokens":36881,"cache_write_tokens":37624,"effective_tokens":1486,"cache_hit_rate":9220.25,"total_tokens":743,"cost_usd":0.2724985} +{"run_id":22968194418,"workflow":"Secret Digger (Claude)","created_at":"2026-03-11T18:28:01Z","date":"2026-03-11","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":691,"cache_read_tokens":36880,"cache_write_tokens":37567,"effective_tokens":1382,"cache_hit_rate":9220,"total_tokens":695,"cost_usd":0.27087175} +{"run_id":22965579985,"workflow":"Secret Digger (Claude)","created_at":"2026-03-11T17:25:08Z","date":"2026-03-11","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":706,"cache_read_tokens":36875,"cache_write_tokens":37454,"effective_tokens":1289,"cache_hit_rate":9218.75,"total_tokens":710,"cost_usd":0.27059799999999995} +{"run_id":22963032740,"workflow":"Secret Digger (Claude)","created_at":"2026-03-11T16:26:13Z","date":"2026-03-11","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":512,"cache_read_tokens":36876,"cache_write_tokens":37398,"effective_tokens":1038,"cache_hit_rate":9219,"total_tokens":516,"cost_usd":0.26543849999999997} +{"run_id":22960234128,"workflow":"Secret Digger (Claude)","created_at":"2026-03-11T15:24:28Z","date":"2026-03-11","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1074,"cache_read_tokens":36876,"cache_write_tokens":37838,"effective_tokens":2040,"cache_hit_rate":9219,"total_tokens":1078,"cost_usd":0.2825485} +{"run_id":22957481833,"workflow":"Secret Digger (Claude)","created_at":"2026-03-11T14:25:03Z","date":"2026-03-11","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":930,"cache_read_tokens":36876,"cache_write_tokens":37707,"effective_tokens":1765,"cache_hit_rate":9219,"total_tokens":934,"cost_usd":0.27775474999999994} +{"run_id":22955258627,"workflow":"Secret Digger (Claude)","created_at":"2026-03-11T13:35:30Z","date":"2026-03-11","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":699,"cache_read_tokens":36876,"cache_write_tokens":37487,"effective_tokens":1314,"cache_hit_rate":9219,"total_tokens":703,"cost_usd":0.27052475} +{"run_id":22952408865,"workflow":"Secret Digger (Claude)","created_at":"2026-03-11T12:24:19Z","date":"2026-03-11","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":947,"cache_read_tokens":36876,"cache_write_tokens":37706,"effective_tokens":1781,"cache_hit_rate":9219,"total_tokens":951,"cost_usd":0.27817349999999996} +{"run_id":22950005209,"workflow":"Secret Digger (Claude)","created_at":"2026-03-11T11:18:53Z","date":"2026-03-11","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":804,"cache_read_tokens":36876,"cache_write_tokens":37586,"effective_tokens":1518,"cache_hit_rate":9219,"total_tokens":808,"cost_usd":0.27385349999999997} +{"run_id":22947830164,"workflow":"Secret Digger (Claude)","created_at":"2026-03-11T10:21:35Z","date":"2026-03-11","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":794,"cache_read_tokens":36876,"cache_write_tokens":37627,"effective_tokens":1549,"cache_hit_rate":9219,"total_tokens":798,"cost_usd":0.27404475} +{"run_id":22945561941,"workflow":"Secret Digger (Claude)","created_at":"2026-03-11T09:23:17Z","date":"2026-03-11","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":923,"cache_read_tokens":36876,"cache_write_tokens":37811,"effective_tokens":1862,"cache_hit_rate":9219,"total_tokens":927,"cost_usd":0.27823975} +{"run_id":22943300259,"workflow":"Secret Digger (Claude)","created_at":"2026-03-11T08:20:53Z","date":"2026-03-11","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1338,"cache_read_tokens":36876,"cache_write_tokens":38202,"effective_tokens":2668,"cache_hit_rate":9219,"total_tokens":1342,"cost_usd":0.29106849999999995} +{"run_id":22941536360,"workflow":"Secret Digger (Claude)","created_at":"2026-03-11T07:25:22Z","date":"2026-03-11","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":512,"cache_read_tokens":36876,"cache_write_tokens":37396,"effective_tokens":1036,"cache_hit_rate":9219,"total_tokens":516,"cost_usd":0.26556599999999997} +{"run_id":22939874860,"workflow":"Secret Digger (Claude)","created_at":"2026-03-11T06:27:32Z","date":"2026-03-11","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":798,"cache_read_tokens":36876,"cache_write_tokens":37677,"effective_tokens":1603,"cache_hit_rate":9219,"total_tokens":802,"cost_usd":0.27428224999999995} +{"run_id":22938271979,"workflow":"Secret Digger (Claude)","created_at":"2026-03-11T05:28:17Z","date":"2026-03-11","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":952,"cache_read_tokens":36876,"cache_write_tokens":37828,"effective_tokens":1908,"cache_hit_rate":9219,"total_tokens":956,"cost_usd":0.27931599999999995} +{"run_id":22937086515,"workflow":"Secret Digger (Claude)","created_at":"2026-03-11T04:40:56Z","date":"2026-03-11","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":786,"cache_read_tokens":36876,"cache_write_tokens":37612,"effective_tokens":1526,"cache_hit_rate":9219,"total_tokens":790,"cost_usd":0.27372599999999997} +{"run_id":22934743095,"workflow":"Secret Digger (Claude)","created_at":"2026-03-11T03:05:37Z","date":"2026-03-11","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":875,"cache_read_tokens":36876,"cache_write_tokens":37752,"effective_tokens":1755,"cache_hit_rate":9219,"total_tokens":879,"cost_usd":0.276871} +{"run_id":22932549846,"workflow":"Secret Digger (Claude)","created_at":"2026-03-11T01:40:42Z","date":"2026-03-11","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":775,"cache_read_tokens":36876,"cache_write_tokens":37504,"effective_tokens":1407,"cache_hit_rate":9219,"total_tokens":779,"cost_usd":0.272566} +{"run_id":22931135576,"workflow":"Secret Digger (Claude)","created_at":"2026-03-11T00:45:27Z","date":"2026-03-11","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":611,"cache_read_tokens":36879,"cache_write_tokens":37457,"effective_tokens":1193,"cache_hit_rate":9219.75,"total_tokens":615,"cost_usd":0.26830375} +{"run_id":22928519084,"workflow":"Secret Digger (Claude)","created_at":"2026-03-10T23:13:19Z","date":"2026-03-10","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":932,"cache_read_tokens":36881,"cache_write_tokens":37767,"effective_tokens":1822,"cache_hit_rate":9220.25,"total_tokens":936,"cost_usd":0.27822224999999995} +{"run_id":22926675096,"workflow":"Secret Digger (Claude)","created_at":"2026-03-10T22:12:42Z","date":"2026-03-10","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":907,"cache_read_tokens":36881,"cache_write_tokens":37793,"effective_tokens":1823,"cache_hit_rate":9220.25,"total_tokens":911,"cost_usd":0.27796974999999996} +{"run_id":22924642103,"workflow":"Secret Digger (Claude)","created_at":"2026-03-10T21:15:30Z","date":"2026-03-10","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":630,"cache_read_tokens":36881,"cache_write_tokens":37381,"effective_tokens":1134,"cache_hit_rate":9220.25,"total_tokens":634,"cost_usd":0.26849474999999995} +{"run_id":22922351014,"workflow":"Secret Digger (Claude)","created_at":"2026-03-10T20:15:35Z","date":"2026-03-10","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1799,"cache_read_tokens":36881,"cache_write_tokens":38590,"effective_tokens":3512,"cache_hit_rate":9220.25,"total_tokens":1803,"cost_usd":0.30525099999999994} +{"run_id":22920285984,"workflow":"Secret Digger (Claude)","created_at":"2026-03-10T19:22:23Z","date":"2026-03-10","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1469,"cache_read_tokens":36881,"cache_write_tokens":38353,"effective_tokens":2945,"cache_hit_rate":9220.25,"total_tokens":1473,"cost_usd":0.29522974999999996} +{"run_id":22917960150,"workflow":"Secret Digger (Claude)","created_at":"2026-03-10T18:26:02Z","date":"2026-03-10","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":746,"cache_read_tokens":36881,"cache_write_tokens":37633,"effective_tokens":1502,"cache_hit_rate":9220.25,"total_tokens":750,"cost_usd":0.27272974999999994} +{"run_id":22915350439,"workflow":"Secret Digger (Claude)","created_at":"2026-03-10T17:23:21Z","date":"2026-03-10","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1338,"cache_read_tokens":36881,"cache_write_tokens":38036,"effective_tokens":2497,"cache_hit_rate":9220.25,"total_tokens":1342,"cost_usd":0.2901835} +{"run_id":22913036643,"workflow":"Secret Digger (Claude)","created_at":"2026-03-10T16:30:01Z","date":"2026-03-10","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1058,"cache_read_tokens":36881,"cache_write_tokens":37857,"effective_tokens":2038,"cache_hit_rate":9220.25,"total_tokens":1062,"cost_usd":0.2818847499999999} +{"run_id":22910237273,"workflow":"Secret Digger (Claude)","created_at":"2026-03-10T15:28:13Z","date":"2026-03-10","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":940,"cache_read_tokens":36881,"cache_write_tokens":37785,"effective_tokens":1848,"cache_hit_rate":9220.25,"total_tokens":944,"cost_usd":0.27899975} +{"run_id":22907359047,"workflow":"Secret Digger (Claude)","created_at":"2026-03-10T14:25:33Z","date":"2026-03-10","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1028,"cache_read_tokens":36881,"cache_write_tokens":37786,"effective_tokens":1937,"cache_hit_rate":9220.25,"total_tokens":1032,"cost_usd":0.28073099999999995} +{"run_id":22905101235,"workflow":"Secret Digger (Claude)","created_at":"2026-03-10T13:35:12Z","date":"2026-03-10","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":504,"cache_read_tokens":36881,"cache_write_tokens":37399,"effective_tokens":1026,"cache_hit_rate":9220.25,"total_tokens":508,"cost_usd":0.26516224999999993} +{"run_id":22902319117,"workflow":"Secret Digger (Claude)","created_at":"2026-03-10T12:24:38Z","date":"2026-03-10","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":830,"cache_read_tokens":36881,"cache_write_tokens":37517,"effective_tokens":1470,"cache_hit_rate":9220.25,"total_tokens":834,"cost_usd":0.27405974999999994} +{"run_id":22899950424,"workflow":"Secret Digger (Claude)","created_at":"2026-03-10T11:18:40Z","date":"2026-03-10","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":706,"cache_read_tokens":36881,"cache_write_tokens":37597,"effective_tokens":1426,"cache_hit_rate":9220.25,"total_tokens":710,"cost_usd":0.27184474999999997} +{"run_id":22897844525,"workflow":"Secret Digger (Claude)","created_at":"2026-03-10T10:21:22Z","date":"2026-03-10","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":860,"cache_read_tokens":36881,"cache_write_tokens":37632,"effective_tokens":1615,"cache_hit_rate":9220.25,"total_tokens":864,"cost_usd":0.27571349999999994} +{"run_id":22895637081,"workflow":"Secret Digger (Claude)","created_at":"2026-03-10T09:23:12Z","date":"2026-03-10","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":733,"cache_read_tokens":36881,"cache_write_tokens":37620,"effective_tokens":1476,"cache_hit_rate":9220.25,"total_tokens":737,"cost_usd":0.2723035} +{"run_id":22893433051,"workflow":"Secret Digger (Claude)","created_at":"2026-03-10T08:21:02Z","date":"2026-03-10","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":392,"cache_read_tokens":36881,"cache_write_tokens":37286,"effective_tokens":801,"cache_hit_rate":9220.25,"total_tokens":396,"cost_usd":0.261661} +{"run_id":22891663367,"workflow":"Secret Digger (Claude)","created_at":"2026-03-10T07:24:10Z","date":"2026-03-10","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1147,"cache_read_tokens":36881,"cache_write_tokens":37896,"effective_tokens":2166,"cache_hit_rate":9220.25,"total_tokens":1151,"cost_usd":0.28462350000000003} +{"run_id":22890049176,"workflow":"Secret Digger (Claude)","created_at":"2026-03-10T06:26:07Z","date":"2026-03-10","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":932,"cache_read_tokens":36881,"cache_write_tokens":37651,"effective_tokens":1706,"cache_hit_rate":9220.25,"total_tokens":936,"cost_usd":0.27773224999999996} +{"run_id":22888548190,"workflow":"Secret Digger (Claude)","created_at":"2026-03-10T05:27:56Z","date":"2026-03-10","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1236,"cache_read_tokens":36881,"cache_write_tokens":37950,"effective_tokens":2309,"cache_hit_rate":9220.25,"total_tokens":1240,"cost_usd":0.286896} +{"run_id":22887417134,"workflow":"Secret Digger (Claude)","created_at":"2026-03-10T04:40:20Z","date":"2026-03-10","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1163,"cache_read_tokens":36881,"cache_write_tokens":37918,"effective_tokens":2204,"cache_hit_rate":9220.25,"total_tokens":1167,"cost_usd":0.285056} +{"run_id":22885179046,"workflow":"Secret Digger (Claude)","created_at":"2026-03-10T03:06:12Z","date":"2026-03-10","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":766,"cache_read_tokens":36898,"cache_write_tokens":37493,"effective_tokens":1365,"cache_hit_rate":9224.5,"total_tokens":770,"cost_usd":0.27252824999999997} +{"run_id":22883118796,"workflow":"Secret Digger (Claude)","created_at":"2026-03-10T01:41:01Z","date":"2026-03-10","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":897,"cache_read_tokens":36898,"cache_write_tokens":37646,"effective_tokens":1649,"cache_hit_rate":9224.5,"total_tokens":901,"cost_usd":0.2767345} +{"run_id":22881708426,"workflow":"Secret Digger (Claude)","created_at":"2026-03-10T00:44:56Z","date":"2026-03-10","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":966,"cache_read_tokens":36898,"cache_write_tokens":37714,"effective_tokens":1786,"cache_hit_rate":9224.5,"total_tokens":970,"cost_usd":0.2788345} +{"run_id":22879140539,"workflow":"Secret Digger (Claude)","created_at":"2026-03-09T23:13:32Z","date":"2026-03-09","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1247,"cache_read_tokens":36898,"cache_write_tokens":38143,"effective_tokens":2496,"cache_hit_rate":9224.5,"total_tokens":1251,"cost_usd":0.28860575} +{"run_id":22877228966,"workflow":"Secret Digger (Claude)","created_at":"2026-03-09T22:13:52Z","date":"2026-03-09","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":723,"cache_read_tokens":36898,"cache_write_tokens":37624,"effective_tokens":1453,"cache_hit_rate":9224.5,"total_tokens":727,"cost_usd":0.272132} +{"run_id":22875144605,"workflow":"Secret Digger (Claude)","created_at":"2026-03-09T21:15:35Z","date":"2026-03-09","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":895,"cache_read_tokens":36898,"cache_write_tokens":37797,"effective_tokens":1798,"cache_hit_rate":9224.5,"total_tokens":899,"cost_usd":0.27745825} +{"run_id":22872814928,"workflow":"Secret Digger (Claude)","created_at":"2026-03-09T20:15:37Z","date":"2026-03-09","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1524,"cache_read_tokens":36898,"cache_write_tokens":38415,"effective_tokens":3045,"cache_hit_rate":9224.5,"total_tokens":1528,"cost_usd":0.29705075000000003} +{"run_id":22870763152,"workflow":"Secret Digger (Claude)","created_at":"2026-03-09T19:22:53Z","date":"2026-03-09","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":544,"cache_read_tokens":36898,"cache_write_tokens":37456,"effective_tokens":1106,"cache_hit_rate":9224.5,"total_tokens":548,"cost_usd":0.266607} +{"run_id":22868498119,"workflow":"Secret Digger (Claude)","created_at":"2026-03-09T18:26:06Z","date":"2026-03-09","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1136,"cache_read_tokens":36898,"cache_write_tokens":38020,"effective_tokens":2262,"cache_hit_rate":9224.5,"total_tokens":1140,"cost_usd":0.284937} +{"run_id":22865963256,"workflow":"Secret Digger (Claude)","created_at":"2026-03-09T17:24:31Z","date":"2026-03-09","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":856,"cache_read_tokens":36898,"cache_write_tokens":37758,"effective_tokens":1720,"cache_hit_rate":9224.5,"total_tokens":860,"cost_usd":0.2762295} +{"run_id":22863623907,"workflow":"Secret Digger (Claude)","created_at":"2026-03-09T16:29:59Z","date":"2026-03-09","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":570,"cache_read_tokens":36898,"cache_write_tokens":37473,"effective_tokens":1149,"cache_hit_rate":9224.5,"total_tokens":574,"cost_usd":0.26750825} +{"run_id":22860922637,"workflow":"Secret Digger (Claude)","created_at":"2026-03-09T15:28:17Z","date":"2026-03-09","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":608,"cache_read_tokens":36898,"cache_write_tokens":37511,"effective_tokens":1225,"cache_hit_rate":9224.5,"total_tokens":612,"cost_usd":0.26857074999999997} +{"run_id":22858251964,"workflow":"Secret Digger (Claude)","created_at":"2026-03-09T14:27:36Z","date":"2026-03-09","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":823,"cache_read_tokens":36898,"cache_write_tokens":37732,"effective_tokens":1661,"cache_hit_rate":9224.5,"total_tokens":827,"cost_usd":0.27486900000000003} +{"run_id":22856061226,"workflow":"Secret Digger (Claude)","created_at":"2026-03-09T13:36:27Z","date":"2026-03-09","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":714,"cache_read_tokens":36898,"cache_write_tokens":37616,"effective_tokens":1436,"cache_hit_rate":9224.5,"total_tokens":718,"cost_usd":0.272007} +{"run_id":22853294688,"workflow":"Secret Digger (Claude)","created_at":"2026-03-09T12:24:21Z","date":"2026-03-09","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":932,"cache_read_tokens":36898,"cache_write_tokens":37694,"effective_tokens":1732,"cache_hit_rate":9224.5,"total_tokens":936,"cost_usd":0.2777745} +{"run_id":22851050479,"workflow":"Secret Digger (Claude)","created_at":"2026-03-09T11:21:12Z","date":"2026-03-09","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":718,"cache_read_tokens":36898,"cache_write_tokens":37491,"effective_tokens":1315,"cache_hit_rate":9224.5,"total_tokens":722,"cost_usd":0.27114574999999996} +{"run_id":22849007084,"workflow":"Secret Digger (Claude)","created_at":"2026-03-09T10:24:57Z","date":"2026-03-09","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":872,"cache_read_tokens":36898,"cache_write_tokens":37776,"effective_tokens":1754,"cache_hit_rate":9224.5,"total_tokens":876,"cost_usd":0.276742} +{"run_id":22846805282,"workflow":"Secret Digger (Claude)","created_at":"2026-03-09T09:26:40Z","date":"2026-03-09","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1255,"cache_read_tokens":36898,"cache_write_tokens":38100,"effective_tokens":2461,"cache_hit_rate":9224.5,"total_tokens":1259,"cost_usd":0.28831199999999996} +{"run_id":22844583724,"workflow":"Secret Digger (Claude)","created_at":"2026-03-09T08:24:12Z","date":"2026-03-09","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":900,"cache_read_tokens":36898,"cache_write_tokens":37798,"effective_tokens":1804,"cache_hit_rate":9224.5,"total_tokens":904,"cost_usd":0.2777645} +{"run_id":22842923457,"workflow":"Secret Digger (Claude)","created_at":"2026-03-09T07:29:52Z","date":"2026-03-09","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":776,"cache_read_tokens":36898,"cache_write_tokens":37650,"effective_tokens":1532,"cache_hit_rate":9224.5,"total_tokens":780,"cost_usd":0.2737245} +{"run_id":22841376298,"workflow":"Secret Digger (Claude)","created_at":"2026-03-09T06:33:21Z","date":"2026-03-09","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":568,"cache_read_tokens":36898,"cache_write_tokens":37472,"effective_tokens":1146,"cache_hit_rate":9224.5,"total_tokens":572,"cost_usd":0.267277} +{"run_id":22839856272,"workflow":"Secret Digger (Claude)","created_at":"2026-03-09T05:33:28Z","date":"2026-03-09","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1333,"cache_read_tokens":36898,"cache_write_tokens":38229,"effective_tokens":2668,"cache_hit_rate":9224.5,"total_tokens":1337,"cost_usd":0.29103324999999997} +{"run_id":22838736852,"workflow":"Secret Digger (Claude)","created_at":"2026-03-09T04:43:20Z","date":"2026-03-09","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":890,"cache_read_tokens":36898,"cache_write_tokens":37666,"effective_tokens":1662,"cache_hit_rate":9224.5,"total_tokens":894,"cost_usd":0.2768145} +{"run_id":22836756889,"workflow":"Secret Digger (Claude)","created_at":"2026-03-09T03:11:26Z","date":"2026-03-09","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":603,"cache_read_tokens":36898,"cache_write_tokens":37365,"effective_tokens":1074,"cache_hit_rate":9224.5,"total_tokens":607,"cost_usd":0.26749325} +{"run_id":22834902565,"workflow":"Secret Digger (Claude)","created_at":"2026-03-09T01:41:48Z","date":"2026-03-09","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":893,"cache_read_tokens":36898,"cache_write_tokens":37792,"effective_tokens":1791,"cache_hit_rate":9224.5,"total_tokens":897,"cost_usd":0.27759199999999995} +{"run_id":22833853067,"workflow":"Secret Digger (Claude)","created_at":"2026-03-09T00:49:21Z","date":"2026-03-09","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":538,"cache_read_tokens":36898,"cache_write_tokens":37444,"effective_tokens":1088,"cache_hit_rate":9224.5,"total_tokens":542,"cost_usd":0.266582} +{"run_id":22832067023,"workflow":"Secret Digger (Claude)","created_at":"2026-03-08T23:11:18Z","date":"2026-03-08","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":922,"cache_read_tokens":36898,"cache_write_tokens":37824,"effective_tokens":1852,"cache_hit_rate":9224.5,"total_tokens":926,"cost_usd":0.27849700000000005} +{"run_id":22831025412,"workflow":"Secret Digger (Claude)","created_at":"2026-03-08T22:10:55Z","date":"2026-03-08","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1087,"cache_read_tokens":36898,"cache_write_tokens":37932,"effective_tokens":2125,"cache_hit_rate":9224.5,"total_tokens":1091,"cost_usd":0.283267} +{"run_id":22829963074,"workflow":"Secret Digger (Claude)","created_at":"2026-03-08T21:11:11Z","date":"2026-03-08","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":779,"cache_read_tokens":36898,"cache_write_tokens":37679,"effective_tokens":1564,"cache_hit_rate":9224.5,"total_tokens":783,"cost_usd":0.27378575000000005} +{"run_id":22828909460,"workflow":"Secret Digger (Claude)","created_at":"2026-03-08T20:11:00Z","date":"2026-03-08","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":835,"cache_read_tokens":36898,"cache_write_tokens":37740,"effective_tokens":1681,"cache_hit_rate":9224.5,"total_tokens":839,"cost_usd":0.27579700000000007} +{"run_id":22827904215,"workflow":"Secret Digger (Claude)","created_at":"2026-03-08T19:12:38Z","date":"2026-03-08","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":630,"cache_read_tokens":36898,"cache_write_tokens":37537,"effective_tokens":1273,"cache_hit_rate":9224.5,"total_tokens":634,"cost_usd":0.26924325} +{"run_id":22826903672,"workflow":"Secret Digger (Claude)","created_at":"2026-03-08T18:14:35Z","date":"2026-03-08","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":773,"cache_read_tokens":36898,"cache_write_tokens":37540,"effective_tokens":1419,"cache_hit_rate":9224.5,"total_tokens":777,"cost_usd":0.272777} +{"run_id":22825822038,"workflow":"Secret Digger (Claude)","created_at":"2026-03-08T17:11:48Z","date":"2026-03-08","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1107,"cache_read_tokens":36898,"cache_write_tokens":37845,"effective_tokens":2058,"cache_hit_rate":9224.5,"total_tokens":1111,"cost_usd":0.28326324999999997} +{"run_id":22824826053,"workflow":"Secret Digger (Claude)","created_at":"2026-03-08T16:12:06Z","date":"2026-03-08","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":905,"cache_read_tokens":36898,"cache_write_tokens":37554,"effective_tokens":1565,"cache_hit_rate":9224.5,"total_tokens":909,"cost_usd":0.2763695} +{"run_id":22823762493,"workflow":"Secret Digger (Claude)","created_at":"2026-03-08T15:11:12Z","date":"2026-03-08","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":831,"cache_read_tokens":36898,"cache_write_tokens":37733,"effective_tokens":1670,"cache_hit_rate":9224.5,"total_tokens":835,"cost_usd":0.27569325} +{"run_id":22822776676,"workflow":"Secret Digger (Claude)","created_at":"2026-03-08T14:12:08Z","date":"2026-03-08","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":715,"cache_read_tokens":36898,"cache_write_tokens":37602,"effective_tokens":1423,"cache_hit_rate":9224.5,"total_tokens":719,"cost_usd":0.2719295} +{"run_id":22821958304,"workflow":"Secret Digger (Claude)","created_at":"2026-03-08T13:23:03Z","date":"2026-03-08","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":540,"cache_read_tokens":36898,"cache_write_tokens":37444,"effective_tokens":1090,"cache_hit_rate":9224.5,"total_tokens":544,"cost_usd":0.266597} +{"run_id":22820939929,"workflow":"Secret Digger (Claude)","created_at":"2026-03-08T12:18:18Z","date":"2026-03-08","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":733,"cache_read_tokens":36898,"cache_write_tokens":37597,"effective_tokens":1436,"cache_hit_rate":9224.5,"total_tokens":737,"cost_usd":0.27235325} +{"run_id":22819882106,"workflow":"Secret Digger (Claude)","created_at":"2026-03-08T11:10:59Z","date":"2026-03-08","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":883,"cache_read_tokens":36898,"cache_write_tokens":37784,"effective_tokens":1773,"cache_hit_rate":9224.5,"total_tokens":887,"cost_usd":0.277227} +{"run_id":22818953842,"workflow":"Secret Digger (Claude)","created_at":"2026-03-08T10:11:32Z","date":"2026-03-08","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":698,"cache_read_tokens":36898,"cache_write_tokens":37607,"effective_tokens":1411,"cache_hit_rate":9224.5,"total_tokens":702,"cost_usd":0.27152575} +{"run_id":22818078718,"workflow":"Secret Digger (Claude)","created_at":"2026-03-08T09:13:52Z","date":"2026-03-08","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":814,"cache_read_tokens":36898,"cache_write_tokens":37549,"effective_tokens":1469,"cache_hit_rate":9224.5,"total_tokens":818,"cost_usd":0.27399325} +{"run_id":22817180575,"workflow":"Secret Digger (Claude)","created_at":"2026-03-08T08:14:30Z","date":"2026-03-08","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":514,"cache_read_tokens":36898,"cache_write_tokens":37426,"effective_tokens":1046,"cache_hit_rate":9224.5,"total_tokens":518,"cost_usd":0.2658295} +{"run_id":22816338338,"workflow":"Secret Digger (Claude)","created_at":"2026-03-08T07:18:41Z","date":"2026-03-08","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":835,"cache_read_tokens":36898,"cache_write_tokens":37587,"effective_tokens":1528,"cache_hit_rate":9224.5,"total_tokens":839,"cost_usd":0.27465575000000003} +{"run_id":22815525208,"workflow":"Secret Digger (Claude)","created_at":"2026-03-08T06:22:45Z","date":"2026-03-08","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":805,"cache_read_tokens":36898,"cache_write_tokens":37649,"effective_tokens":1560,"cache_hit_rate":9224.5,"total_tokens":809,"cost_usd":0.27443325} +{"run_id":22814713568,"workflow":"Secret Digger (Claude)","created_at":"2026-03-08T05:25:57Z","date":"2026-03-08","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":645,"cache_read_tokens":36898,"cache_write_tokens":37550,"effective_tokens":1301,"cache_hit_rate":9224.5,"total_tokens":649,"cost_usd":0.26988449999999997} +{"run_id":22814044111,"workflow":"Secret Digger (Claude)","created_at":"2026-03-08T04:39:42Z","date":"2026-03-08","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":645,"cache_read_tokens":36898,"cache_write_tokens":37549,"effective_tokens":1300,"cache_hit_rate":9224.5,"total_tokens":649,"cost_usd":0.26964825} +{"run_id":22812728423,"workflow":"Secret Digger (Claude)","created_at":"2026-03-08T03:09:30Z","date":"2026-03-08","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1126,"cache_read_tokens":36898,"cache_write_tokens":37833,"effective_tokens":2065,"cache_hit_rate":9224.5,"total_tokens":1130,"cost_usd":0.28378825} +{"run_id":22811455454,"workflow":"Secret Digger (Claude)","created_at":"2026-03-08T01:40:32Z","date":"2026-03-08","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":930,"cache_read_tokens":36898,"cache_write_tokens":37829,"effective_tokens":1865,"cache_hit_rate":9224.5,"total_tokens":934,"cost_usd":0.27862824999999997} +{"run_id":22810723647,"workflow":"Secret Digger (Claude)","created_at":"2026-03-08T00:49:50Z","date":"2026-03-08","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":740,"cache_read_tokens":36898,"cache_write_tokens":37428,"effective_tokens":1274,"cache_hit_rate":9224.5,"total_tokens":744,"cost_usd":0.271227} +{"run_id":22809243454,"workflow":"Secret Digger (Claude)","created_at":"2026-03-07T23:10:56Z","date":"2026-03-07","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1605,"cache_read_tokens":36898,"cache_write_tokens":38492,"effective_tokens":3203,"cache_hit_rate":9224.5,"total_tokens":1609,"cost_usd":0.299757} +{"run_id":22808295214,"workflow":"Secret Digger (Claude)","created_at":"2026-03-07T22:10:59Z","date":"2026-03-07","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":806,"cache_read_tokens":36898,"cache_write_tokens":37705,"effective_tokens":1617,"cache_hit_rate":9224.5,"total_tokens":810,"cost_usd":0.27487324999999996} +{"run_id":22807313200,"workflow":"Secret Digger (Claude)","created_at":"2026-03-07T21:10:42Z","date":"2026-03-07","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1099,"cache_read_tokens":36898,"cache_write_tokens":37876,"effective_tokens":2081,"cache_hit_rate":9224.5,"total_tokens":1103,"cost_usd":0.283042} +{"run_id":22806362032,"workflow":"Secret Digger (Claude)","created_at":"2026-03-07T20:11:15Z","date":"2026-03-07","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":916,"cache_read_tokens":36898,"cache_write_tokens":37662,"effective_tokens":1684,"cache_hit_rate":9224.5,"total_tokens":920,"cost_usd":0.2773445} +{"run_id":22805399590,"workflow":"Secret Digger (Claude)","created_at":"2026-03-07T19:11:27Z","date":"2026-03-07","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":874,"cache_read_tokens":36898,"cache_write_tokens":37720,"effective_tokens":1700,"cache_hit_rate":9224.5,"total_tokens":878,"cost_usd":0.276687} +{"run_id":22804457398,"workflow":"Secret Digger (Claude)","created_at":"2026-03-07T18:14:11Z","date":"2026-03-07","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":917,"cache_read_tokens":36898,"cache_write_tokens":37679,"effective_tokens":1702,"cache_hit_rate":9224.5,"total_tokens":921,"cost_usd":0.27744075} +{"run_id":22803416612,"workflow":"Secret Digger (Claude)","created_at":"2026-03-07T17:11:01Z","date":"2026-03-07","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":730,"cache_read_tokens":36898,"cache_write_tokens":37597,"effective_tokens":1433,"cache_hit_rate":9224.5,"total_tokens":734,"cost_usd":0.27225325} +{"run_id":22802472902,"workflow":"Secret Digger (Claude)","created_at":"2026-03-07T16:12:03Z","date":"2026-03-07","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1044,"cache_read_tokens":36898,"cache_write_tokens":37946,"effective_tokens":2096,"cache_hit_rate":9224.5,"total_tokens":1048,"cost_usd":0.2821245} +{"run_id":22801491199,"workflow":"Secret Digger (Claude)","created_at":"2026-03-07T15:10:58Z","date":"2026-03-07","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":711,"cache_read_tokens":36898,"cache_write_tokens":37621,"effective_tokens":1438,"cache_hit_rate":9224.5,"total_tokens":715,"cost_usd":0.27188325} +{"run_id":22800568073,"workflow":"Secret Digger (Claude)","created_at":"2026-03-07T14:11:17Z","date":"2026-03-07","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1001,"cache_read_tokens":36898,"cache_write_tokens":37767,"effective_tokens":1874,"cache_hit_rate":9224.5,"total_tokens":1005,"cost_usd":0.27989074999999997} +{"run_id":22799835152,"workflow":"Secret Digger (Claude)","created_at":"2026-03-07T13:22:36Z","date":"2026-03-07","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":498,"cache_read_tokens":36898,"cache_write_tokens":37408,"effective_tokens":1012,"cache_hit_rate":9224.5,"total_tokens":502,"cost_usd":0.265442} +{"run_id":22798897740,"workflow":"Secret Digger (Claude)","created_at":"2026-03-07T12:17:14Z","date":"2026-03-07","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":840,"cache_read_tokens":36898,"cache_write_tokens":37735,"effective_tokens":1681,"cache_hit_rate":9224.5,"total_tokens":844,"cost_usd":0.27591575} +{"run_id":22797951171,"workflow":"Secret Digger (Claude)","created_at":"2026-03-07T11:10:48Z","date":"2026-03-07","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":567,"cache_read_tokens":36898,"cache_write_tokens":37471,"effective_tokens":1144,"cache_hit_rate":9224.5,"total_tokens":571,"cost_usd":0.26717075} +{"run_id":22797092760,"workflow":"Secret Digger (Claude)","created_at":"2026-03-07T10:11:01Z","date":"2026-03-07","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":873,"cache_read_tokens":36898,"cache_write_tokens":37739,"effective_tokens":1718,"cache_hit_rate":9224.5,"total_tokens":877,"cost_usd":0.27645575} +{"run_id":22796271481,"workflow":"Secret Digger (Claude)","created_at":"2026-03-07T09:13:56Z","date":"2026-03-07","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":742,"cache_read_tokens":36898,"cache_write_tokens":37650,"effective_tokens":1498,"cache_hit_rate":9224.5,"total_tokens":746,"cost_usd":0.2730045} +{"run_id":22795401226,"workflow":"Secret Digger (Claude)","created_at":"2026-03-07T08:13:54Z","date":"2026-03-07","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":860,"cache_read_tokens":36898,"cache_write_tokens":37763,"effective_tokens":1729,"cache_hit_rate":9224.5,"total_tokens":864,"cost_usd":0.27653575} +{"run_id":22794552349,"workflow":"Secret Digger (Claude)","created_at":"2026-03-07T07:16:27Z","date":"2026-03-07","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":633,"cache_read_tokens":36898,"cache_write_tokens":37541,"effective_tokens":1280,"cache_hit_rate":9224.5,"total_tokens":637,"cost_usd":0.26937825} +{"run_id":22793697679,"workflow":"Secret Digger (Claude)","created_at":"2026-03-07T06:19:08Z","date":"2026-03-07","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":794,"cache_read_tokens":36898,"cache_write_tokens":37651,"effective_tokens":1551,"cache_hit_rate":9224.5,"total_tokens":798,"cost_usd":0.27398075} +{"run_id":22792834315,"workflow":"Secret Digger (Claude)","created_at":"2026-03-07T05:22:15Z","date":"2026-03-07","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":743,"cache_read_tokens":36898,"cache_write_tokens":37656,"effective_tokens":1505,"cache_hit_rate":9224.5,"total_tokens":747,"cost_usd":0.272712} +{"run_id":22792151745,"workflow":"Secret Digger (Claude)","created_at":"2026-03-07T04:37:07Z","date":"2026-03-07","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":476,"cache_read_tokens":36898,"cache_write_tokens":37383,"effective_tokens":965,"cache_hit_rate":9224.5,"total_tokens":480,"cost_usd":0.26445074999999996} +{"run_id":22791375261,"workflow":"Secret Digger (Claude)","created_at":"2026-03-07T03:46:32Z","date":"2026-03-07","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":909,"cache_read_tokens":36898,"cache_write_tokens":37676,"effective_tokens":1691,"cache_hit_rate":9224.5,"total_tokens":913,"cost_usd":0.27705199999999996} +{"run_id":22790642567,"workflow":"Secret Digger (Claude)","created_at":"2026-03-07T02:59:51Z","date":"2026-03-07","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":872,"cache_read_tokens":36898,"cache_write_tokens":37650,"effective_tokens":1628,"cache_hit_rate":9224.5,"total_tokens":876,"cost_usd":0.2759545} +{"run_id":22789177868,"workflow":"Secret Digger (Claude)","created_at":"2026-03-07T01:40:04Z","date":"2026-03-07","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":813,"cache_read_tokens":36898,"cache_write_tokens":37565,"effective_tokens":1484,"cache_hit_rate":9224.5,"total_tokens":817,"cost_usd":0.27399825} +{"run_id":22788069061,"workflow":"Secret Digger (Claude)","created_at":"2026-03-07T00:45:46Z","date":"2026-03-07","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":955,"cache_read_tokens":36898,"cache_write_tokens":37855,"effective_tokens":1916,"cache_hit_rate":9224.5,"total_tokens":959,"cost_usd":0.27948075} +{"run_id":22785870703,"workflow":"Secret Digger (Claude)","created_at":"2026-03-06T23:13:43Z","date":"2026-03-06","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1034,"cache_read_tokens":36898,"cache_write_tokens":37932,"effective_tokens":2072,"cache_hit_rate":9224.5,"total_tokens":1038,"cost_usd":0.281782} +{"run_id":22784120227,"workflow":"Secret Digger (Claude)","created_at":"2026-03-06T22:12:54Z","date":"2026-03-06","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":919,"cache_read_tokens":36898,"cache_write_tokens":37793,"effective_tokens":1818,"cache_hit_rate":9224.5,"total_tokens":923,"cost_usd":0.27836325} +{"run_id":22782238217,"workflow":"Secret Digger (Claude)","created_at":"2026-03-06T21:14:16Z","date":"2026-03-06","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":554,"cache_read_tokens":36898,"cache_write_tokens":37332,"effective_tokens":992,"cache_hit_rate":9224.5,"total_tokens":558,"cost_usd":0.26603699999999997} +{"run_id":22780284172,"workflow":"Secret Digger (Claude)","created_at":"2026-03-06T20:15:07Z","date":"2026-03-06","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":803,"cache_read_tokens":36898,"cache_write_tokens":37704,"effective_tokens":1613,"cache_hit_rate":9224.5,"total_tokens":807,"cost_usd":0.27450199999999997} +{"run_id":22778422228,"workflow":"Secret Digger (Claude)","created_at":"2026-03-06T19:20:31Z","date":"2026-03-06","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":648,"cache_read_tokens":36898,"cache_write_tokens":37554,"effective_tokens":1308,"cache_hit_rate":9224.5,"total_tokens":652,"cost_usd":0.2699545} +{"run_id":22776340642,"workflow":"Secret Digger (Claude)","created_at":"2026-03-06T18:21:50Z","date":"2026-03-06","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":758,"cache_read_tokens":36898,"cache_write_tokens":37528,"effective_tokens":1392,"cache_hit_rate":9224.5,"total_tokens":762,"cost_usd":0.272337} +{"run_id":22771912246,"workflow":"Secret Digger (Claude)","created_at":"2026-03-06T16:19:14Z","date":"2026-03-06","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":908,"cache_read_tokens":36898,"cache_write_tokens":37806,"effective_tokens":1820,"cache_hit_rate":9224.5,"total_tokens":912,"cost_usd":0.27806949999999997} +{"run_id":22769659391,"workflow":"Secret Digger (Claude)","created_at":"2026-03-06T15:19:41Z","date":"2026-03-06","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":837,"cache_read_tokens":36898,"cache_write_tokens":37608,"effective_tokens":1551,"cache_hit_rate":9224.5,"total_tokens":841,"cost_usd":0.275007} +{"run_id":22767391652,"workflow":"Secret Digger (Claude)","created_at":"2026-03-06T14:20:27Z","date":"2026-03-06","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":817,"cache_read_tokens":36898,"cache_write_tokens":37723,"effective_tokens":1646,"cache_hit_rate":9224.5,"total_tokens":821,"cost_usd":0.27523075} +{"run_id":22765539867,"workflow":"Secret Digger (Claude)","created_at":"2026-03-06T13:29:55Z","date":"2026-03-06","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":735,"cache_read_tokens":36898,"cache_write_tokens":37464,"effective_tokens":1305,"cache_hit_rate":9224.5,"total_tokens":739,"cost_usd":0.271367} +{"run_id":22763243041,"workflow":"Secret Digger (Claude)","created_at":"2026-03-06T12:21:52Z","date":"2026-03-06","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":470,"cache_read_tokens":36898,"cache_write_tokens":37376,"effective_tokens":952,"cache_hit_rate":9224.5,"total_tokens":474,"cost_usd":0.264122} +{"run_id":22761066218,"workflow":"Secret Digger (Claude)","created_at":"2026-03-06T11:15:34Z","date":"2026-03-06","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":927,"cache_read_tokens":36898,"cache_write_tokens":37755,"effective_tokens":1788,"cache_hit_rate":9224.5,"total_tokens":931,"cost_usd":0.27821074999999995} +{"run_id":22759127416,"workflow":"Secret Digger (Claude)","created_at":"2026-03-06T10:18:15Z","date":"2026-03-06","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1127,"cache_read_tokens":36898,"cache_write_tokens":37895,"effective_tokens":2128,"cache_hit_rate":9224.5,"total_tokens":1131,"cost_usd":0.28389074999999997} +{"run_id":22757128840,"workflow":"Secret Digger (Claude)","created_at":"2026-03-06T09:20:23Z","date":"2026-03-06","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1200,"cache_read_tokens":36898,"cache_write_tokens":37910,"effective_tokens":2216,"cache_hit_rate":9224.5,"total_tokens":1204,"cost_usd":0.2860395} +{"run_id":22755098558,"workflow":"Secret Digger (Claude)","created_at":"2026-03-06T08:18:16Z","date":"2026-03-06","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1036,"cache_read_tokens":36898,"cache_write_tokens":37812,"effective_tokens":1954,"cache_hit_rate":9224.5,"total_tokens":1040,"cost_usd":0.281207} +{"run_id":22753473091,"workflow":"Secret Digger (Claude)","created_at":"2026-03-06T07:23:05Z","date":"2026-03-06","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":734,"cache_read_tokens":36898,"cache_write_tokens":37529,"effective_tokens":1369,"cache_hit_rate":9224.5,"total_tokens":738,"cost_usd":0.27177825} +{"run_id":22751950601,"workflow":"Secret Digger (Claude)","created_at":"2026-03-06T06:26:02Z","date":"2026-03-06","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":723,"cache_read_tokens":36898,"cache_write_tokens":37442,"effective_tokens":1271,"cache_hit_rate":9224.5,"total_tokens":727,"cost_usd":0.2709245} +{"run_id":22750442935,"workflow":"Secret Digger (Claude)","created_at":"2026-03-06T05:26:38Z","date":"2026-03-06","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":578,"cache_read_tokens":36898,"cache_write_tokens":37486,"effective_tokens":1170,"cache_hit_rate":9224.5,"total_tokens":582,"cost_usd":0.2676445} +{"run_id":22749349273,"workflow":"Secret Digger (Claude)","created_at":"2026-03-06T04:39:42Z","date":"2026-03-06","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":573,"cache_read_tokens":36898,"cache_write_tokens":37481,"effective_tokens":1160,"cache_hit_rate":9224.5,"total_tokens":577,"cost_usd":0.26769325} +{"run_id":22747226492,"workflow":"Secret Digger (Claude)","created_at":"2026-03-06T03:06:57Z","date":"2026-03-06","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":642,"cache_read_tokens":36898,"cache_write_tokens":37393,"effective_tokens":1141,"cache_hit_rate":9224.5,"total_tokens":646,"cost_usd":0.26861325} +{"run_id":22745132707,"workflow":"Secret Digger (Claude)","created_at":"2026-03-06T01:41:18Z","date":"2026-03-06","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":705,"cache_read_tokens":36898,"cache_write_tokens":37607,"effective_tokens":1418,"cache_hit_rate":9224.5,"total_tokens":709,"cost_usd":0.27155575} +{"run_id":22743771130,"workflow":"Secret Digger (Claude)","created_at":"2026-03-06T00:51:39Z","date":"2026-03-06","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":651,"cache_read_tokens":36898,"cache_write_tokens":37555,"effective_tokens":1312,"cache_hit_rate":9224.5,"total_tokens":655,"cost_usd":0.27002575} +{"run_id":22741397519,"workflow":"Secret Digger (Claude)","created_at":"2026-03-05T23:29:31Z","date":"2026-03-05","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":830,"cache_read_tokens":36898,"cache_write_tokens":37723,"effective_tokens":1659,"cache_hit_rate":9224.5,"total_tokens":834,"cost_usd":0.27539575} +{"run_id":22739285114,"workflow":"Secret Digger (Claude)","created_at":"2026-03-05T22:14:17Z","date":"2026-03-05","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1058,"cache_read_tokens":36898,"cache_write_tokens":37952,"effective_tokens":2116,"cache_hit_rate":9224.5,"total_tokens":1062,"cost_usd":0.282667} +{"run_id":22737165555,"workflow":"Secret Digger (Claude)","created_at":"2026-03-05T21:17:28Z","date":"2026-03-05","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":852,"cache_read_tokens":36898,"cache_write_tokens":37613,"effective_tokens":1571,"cache_hit_rate":9224.5,"total_tokens":856,"cost_usd":0.27528824999999996} +{"run_id":22735014260,"workflow":"Secret Digger (Claude)","created_at":"2026-03-05T20:19:12Z","date":"2026-03-05","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":923,"cache_read_tokens":36898,"cache_write_tokens":37643,"effective_tokens":1672,"cache_hit_rate":9224.5,"total_tokens":927,"cost_usd":0.27741075} +{"run_id":22733328051,"workflow":"Secret Digger (Claude)","created_at":"2026-03-05T19:34:15Z","date":"2026-03-05","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1538,"cache_read_tokens":36895,"cache_write_tokens":38420,"effective_tokens":3067,"cache_hit_rate":9223.75,"total_tokens":1542,"cost_usd":0.2974105} +{"run_id":22731489605,"workflow":"Secret Digger (Claude)","created_at":"2026-03-05T18:45:30Z","date":"2026-03-05","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":787,"cache_read_tokens":36897,"cache_write_tokens":37559,"effective_tokens":1453,"cache_hit_rate":9224.25,"total_tokens":791,"cost_usd":0.27343524999999996} +{"run_id":22724901750,"workflow":"Secret Digger (Claude)","created_at":"2026-03-05T15:25:15Z","date":"2026-03-05","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":863,"cache_read_tokens":36897,"cache_write_tokens":37770,"effective_tokens":1740,"cache_hit_rate":9224.25,"total_tokens":867,"cost_usd":0.276479} +{"run_id":22722348114,"workflow":"Secret Digger (Claude)","created_at":"2026-03-05T14:24:36Z","date":"2026-03-05","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1412,"cache_read_tokens":36897,"cache_write_tokens":38259,"effective_tokens":2778,"cache_hit_rate":9224.25,"total_tokens":1416,"cost_usd":0.29325524999999997} +{"run_id":22720353239,"workflow":"Secret Digger (Claude)","created_at":"2026-03-05T13:34:32Z","date":"2026-03-05","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":678,"cache_read_tokens":36897,"cache_write_tokens":37448,"effective_tokens":1233,"cache_hit_rate":9224.25,"total_tokens":682,"cost_usd":0.26990149999999996} +{"run_id":22717785982,"workflow":"Secret Digger (Claude)","created_at":"2026-03-05T12:24:56Z","date":"2026-03-05","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":958,"cache_read_tokens":36897,"cache_write_tokens":37865,"effective_tokens":1930,"cache_hit_rate":9224.25,"total_tokens":962,"cost_usd":0.27970775} +{"run_id":22715450556,"workflow":"Secret Digger (Claude)","created_at":"2026-03-05T11:19:05Z","date":"2026-03-05","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":976,"cache_read_tokens":36897,"cache_write_tokens":37649,"effective_tokens":1732,"cache_hit_rate":9224.25,"total_tokens":980,"cost_usd":0.27872274999999996} +{"run_id":22713367772,"workflow":"Secret Digger (Claude)","created_at":"2026-03-05T10:21:48Z","date":"2026-03-05","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1035,"cache_read_tokens":36897,"cache_write_tokens":37927,"effective_tokens":2069,"cache_hit_rate":9224.25,"total_tokens":1039,"cost_usd":0.28200525} +{"run_id":22711088166,"workflow":"Secret Digger (Claude)","created_at":"2026-03-05T09:22:44Z","date":"2026-03-05","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":641,"cache_read_tokens":36897,"cache_write_tokens":37548,"effective_tokens":1296,"cache_hit_rate":9224.25,"total_tokens":645,"cost_usd":0.2695065} +{"run_id":22708846611,"workflow":"Secret Digger (Claude)","created_at":"2026-03-05T08:20:38Z","date":"2026-03-05","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":720,"cache_read_tokens":36897,"cache_write_tokens":37455,"effective_tokens":1282,"cache_hit_rate":9224.25,"total_tokens":724,"cost_usd":0.27108525} +{"run_id":22707028162,"workflow":"Secret Digger (Claude)","created_at":"2026-03-05T07:24:31Z","date":"2026-03-05","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":648,"cache_read_tokens":36897,"cache_write_tokens":37549,"effective_tokens":1304,"cache_hit_rate":9224.25,"total_tokens":652,"cost_usd":0.26989775} +{"run_id":22705392149,"workflow":"Secret Digger (Claude)","created_at":"2026-03-05T06:27:24Z","date":"2026-03-05","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":657,"cache_read_tokens":36897,"cache_write_tokens":37516,"effective_tokens":1280,"cache_hit_rate":9224.25,"total_tokens":661,"cost_usd":0.26996649999999994} +{"run_id":22703796808,"workflow":"Secret Digger (Claude)","created_at":"2026-03-05T05:28:28Z","date":"2026-03-05","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":975,"cache_read_tokens":36897,"cache_write_tokens":37874,"effective_tokens":1956,"cache_hit_rate":9224.25,"total_tokens":979,"cost_usd":0.280134} +{"run_id":22702625501,"workflow":"Secret Digger (Claude)","created_at":"2026-03-05T04:40:45Z","date":"2026-03-05","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":456,"cache_read_tokens":36897,"cache_write_tokens":37364,"effective_tokens":927,"cache_hit_rate":9224.25,"total_tokens":460,"cost_usd":0.26373149999999995} +{"run_id":22700370501,"workflow":"Secret Digger (Claude)","created_at":"2026-03-05T03:07:37Z","date":"2026-03-05","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":832,"cache_read_tokens":36897,"cache_write_tokens":37549,"effective_tokens":1488,"cache_hit_rate":9224.25,"total_tokens":836,"cost_usd":0.27452275} +{"run_id":22698245162,"workflow":"Secret Digger (Claude)","created_at":"2026-03-05T01:41:22Z","date":"2026-03-05","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1105,"cache_read_tokens":36897,"cache_write_tokens":37972,"effective_tokens":2184,"cache_hit_rate":9224.25,"total_tokens":1109,"cost_usd":0.2840065} +{"run_id":22696812138,"workflow":"Secret Digger (Claude)","created_at":"2026-03-05T00:48:59Z","date":"2026-03-05","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":666,"cache_read_tokens":36897,"cache_write_tokens":37452,"effective_tokens":1225,"cache_hit_rate":9224.25,"total_tokens":670,"cost_usd":0.2695515} +{"run_id":22693988654,"workflow":"Secret Digger (Claude)","created_at":"2026-03-04T23:14:54Z","date":"2026-03-04","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":745,"cache_read_tokens":36897,"cache_write_tokens":37465,"effective_tokens":1317,"cache_hit_rate":9224.25,"total_tokens":749,"cost_usd":0.27181275} +{"run_id":22691937010,"workflow":"Secret Digger (Claude)","created_at":"2026-03-04T22:14:58Z","date":"2026-03-04","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1219,"cache_read_tokens":36897,"cache_write_tokens":38086,"effective_tokens":2412,"cache_hit_rate":9224.25,"total_tokens":1223,"cost_usd":0.287454} +{"run_id":22689703430,"workflow":"Secret Digger (Claude)","created_at":"2026-03-04T21:16:18Z","date":"2026-03-04","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":499,"cache_read_tokens":36897,"cache_write_tokens":37406,"effective_tokens":1012,"cache_hit_rate":9224.25,"total_tokens":503,"cost_usd":0.265294} +{"run_id":22687399418,"workflow":"Secret Digger (Claude)","created_at":"2026-03-04T20:16:17Z","date":"2026-03-04","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":461,"cache_read_tokens":36897,"cache_write_tokens":37363,"effective_tokens":931,"cache_hit_rate":9224.25,"total_tokens":465,"cost_usd":0.26407525} +{"run_id":22685385153,"workflow":"Secret Digger (Claude)","created_at":"2026-03-04T19:22:16Z","date":"2026-03-04","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1278,"cache_read_tokens":36897,"cache_write_tokens":38022,"effective_tokens":2407,"cache_hit_rate":9224.25,"total_tokens":1282,"cost_usd":0.28842399999999996} +{"run_id":22683208559,"workflow":"Secret Digger (Claude)","created_at":"2026-03-04T18:23:55Z","date":"2026-03-04","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1158,"cache_read_tokens":36897,"cache_write_tokens":37977,"effective_tokens":2242,"cache_hit_rate":9224.25,"total_tokens":1162,"cost_usd":0.28537775} +{"run_id":22680835792,"workflow":"Secret Digger (Claude)","created_at":"2026-03-04T17:21:09Z","date":"2026-03-04","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1021,"cache_read_tokens":36897,"cache_write_tokens":37915,"effective_tokens":2043,"cache_hit_rate":9224.25,"total_tokens":1025,"cost_usd":0.28134525} +{"run_id":22678459442,"workflow":"Secret Digger (Claude)","created_at":"2026-03-04T16:21:48Z","date":"2026-03-04","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":629,"cache_read_tokens":36897,"cache_write_tokens":37397,"effective_tokens":1133,"cache_hit_rate":9224.25,"total_tokens":633,"cost_usd":0.26825774999999996} +{"run_id":22675921594,"workflow":"Secret Digger (Claude)","created_at":"2026-03-04T15:21:15Z","date":"2026-03-04","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":673,"cache_read_tokens":36897,"cache_write_tokens":37575,"effective_tokens":1355,"cache_hit_rate":9224.25,"total_tokens":677,"cost_usd":0.27070025} +{"run_id":22673502432,"workflow":"Secret Digger (Claude)","created_at":"2026-03-04T14:22:25Z","date":"2026-03-04","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1276,"cache_read_tokens":36897,"cache_write_tokens":37992,"effective_tokens":2375,"cache_hit_rate":9224.25,"total_tokens":1280,"cost_usd":0.28835649999999996} +{"run_id":22671543405,"workflow":"Secret Digger (Claude)","created_at":"2026-03-04T13:31:25Z","date":"2026-03-04","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":989,"cache_read_tokens":36897,"cache_write_tokens":37837,"effective_tokens":1933,"cache_hit_rate":9224.25,"total_tokens":993,"cost_usd":0.28006274999999997} +{"run_id":22669159317,"workflow":"Secret Digger (Claude)","created_at":"2026-03-04T12:22:43Z","date":"2026-03-04","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1029,"cache_read_tokens":36897,"cache_write_tokens":37772,"effective_tokens":1908,"cache_hit_rate":9224.25,"total_tokens":1033,"cost_usd":0.2806565} +{"run_id":22667015240,"workflow":"Secret Digger (Claude)","created_at":"2026-03-04T11:16:45Z","date":"2026-03-04","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":791,"cache_read_tokens":36897,"cache_write_tokens":37551,"effective_tokens":1449,"cache_hit_rate":9224.25,"total_tokens":795,"cost_usd":0.27353025} +{"run_id":22665037942,"workflow":"Secret Digger (Claude)","created_at":"2026-03-04T10:19:16Z","date":"2026-03-04","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":954,"cache_read_tokens":36897,"cache_write_tokens":37774,"effective_tokens":1835,"cache_hit_rate":9224.25,"total_tokens":958,"cost_usd":0.278794} +{"run_id":22662979318,"workflow":"Secret Digger (Claude)","created_at":"2026-03-04T09:21:17Z","date":"2026-03-04","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":720,"cache_read_tokens":36897,"cache_write_tokens":37623,"effective_tokens":1450,"cache_hit_rate":9224.25,"total_tokens":724,"cost_usd":0.27216025} +{"run_id":22660936583,"workflow":"Secret Digger (Claude)","created_at":"2026-03-04T08:19:07Z","date":"2026-03-04","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":598,"cache_read_tokens":36897,"cache_write_tokens":37501,"effective_tokens":1206,"cache_hit_rate":9224.25,"total_tokens":602,"cost_usd":0.26838775} +{"run_id":22659311457,"workflow":"Secret Digger (Claude)","created_at":"2026-03-04T07:22:55Z","date":"2026-03-04","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":835,"cache_read_tokens":36897,"cache_write_tokens":37738,"effective_tokens":1680,"cache_hit_rate":9224.25,"total_tokens":839,"cost_usd":0.275764} +{"run_id":22657832730,"workflow":"Secret Digger (Claude)","created_at":"2026-03-04T06:25:26Z","date":"2026-03-04","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":885,"cache_read_tokens":36897,"cache_write_tokens":37798,"effective_tokens":1790,"cache_hit_rate":9224.25,"total_tokens":889,"cost_usd":0.27733399999999997} +{"run_id":22656412116,"workflow":"Secret Digger (Claude)","created_at":"2026-03-04T05:26:20Z","date":"2026-03-04","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":833,"cache_read_tokens":36897,"cache_write_tokens":37732,"effective_tokens":1672,"cache_hit_rate":9224.25,"total_tokens":837,"cost_usd":0.2754965} +{"run_id":22655350474,"workflow":"Secret Digger (Claude)","created_at":"2026-03-04T04:39:54Z","date":"2026-03-04","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":918,"cache_read_tokens":36897,"cache_write_tokens":37814,"effective_tokens":1839,"cache_hit_rate":9224.25,"total_tokens":922,"cost_usd":0.278149} +{"run_id":22653210330,"workflow":"Secret Digger (Claude)","created_at":"2026-03-04T03:05:41Z","date":"2026-03-04","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":821,"cache_read_tokens":36897,"cache_write_tokens":37598,"effective_tokens":1526,"cache_hit_rate":9224.25,"total_tokens":825,"cost_usd":0.27439899999999995} +{"run_id":22651187280,"workflow":"Secret Digger (Claude)","created_at":"2026-03-04T01:40:43Z","date":"2026-03-04","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":975,"cache_read_tokens":36897,"cache_write_tokens":37789,"effective_tokens":1871,"cache_hit_rate":9224.25,"total_tokens":979,"cost_usd":0.27977775} +{"run_id":22649773576,"workflow":"Secret Digger (Claude)","created_at":"2026-03-04T00:47:03Z","date":"2026-03-04","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1255,"cache_read_tokens":36897,"cache_write_tokens":37850,"effective_tokens":2212,"cache_hit_rate":9224.25,"total_tokens":1259,"cost_usd":0.286989} +{"run_id":22647118199,"workflow":"Secret Digger (Claude)","created_at":"2026-03-03T23:13:03Z","date":"2026-03-03","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":704,"cache_read_tokens":36897,"cache_write_tokens":37440,"effective_tokens":1251,"cache_hit_rate":9224.25,"total_tokens":708,"cost_usd":0.2706265} +{"run_id":22645174883,"workflow":"Secret Digger (Claude)","created_at":"2026-03-03T22:13:50Z","date":"2026-03-03","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1086,"cache_read_tokens":36897,"cache_write_tokens":37983,"effective_tokens":2176,"cache_hit_rate":9224.25,"total_tokens":1090,"cost_usd":0.28332025} +{"run_id":22643104052,"workflow":"Secret Digger (Claude)","created_at":"2026-03-03T21:16:37Z","date":"2026-03-03","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":520,"cache_read_tokens":36897,"cache_write_tokens":37429,"effective_tokens":1056,"cache_hit_rate":9224.25,"total_tokens":524,"cost_usd":0.26598275} +{"run_id":22640817884,"workflow":"Secret Digger (Claude)","created_at":"2026-03-03T20:15:48Z","date":"2026-03-03","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":854,"cache_read_tokens":36897,"cache_write_tokens":37590,"effective_tokens":1551,"cache_hit_rate":9224.25,"total_tokens":858,"cost_usd":0.275154} +{"run_id":22639012159,"workflow":"Secret Digger (Claude)","created_at":"2026-03-03T19:23:24Z","date":"2026-03-03","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":494,"cache_read_tokens":36897,"cache_write_tokens":37400,"effective_tokens":1001,"cache_hit_rate":9224.25,"total_tokens":498,"cost_usd":0.26492649999999995} +{"run_id":22637115524,"workflow":"Secret Digger (Claude)","created_at":"2026-03-03T18:24:54Z","date":"2026-03-03","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":984,"cache_read_tokens":36897,"cache_write_tokens":37884,"effective_tokens":1975,"cache_hit_rate":9224.25,"total_tokens":988,"cost_usd":0.28044149999999995} +{"run_id":22634740335,"workflow":"Secret Digger (Claude)","created_at":"2026-03-03T17:23:03Z","date":"2026-03-03","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":774,"cache_read_tokens":36897,"cache_write_tokens":37537,"effective_tokens":1418,"cache_hit_rate":9224.25,"total_tokens":778,"cost_usd":0.27298275} +{"run_id":22632397826,"workflow":"Secret Digger (Claude)","created_at":"2026-03-03T16:24:29Z","date":"2026-03-03","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":795,"cache_read_tokens":36897,"cache_write_tokens":37693,"effective_tokens":1595,"cache_hit_rate":9224.25,"total_tokens":799,"cost_usd":0.27449775} +{"run_id":22629894955,"workflow":"Secret Digger (Claude)","created_at":"2026-03-03T15:25:20Z","date":"2026-03-03","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":775,"cache_read_tokens":36897,"cache_write_tokens":37670,"effective_tokens":1552,"cache_hit_rate":9224.25,"total_tokens":779,"cost_usd":0.273799} +{"run_id":22627337783,"workflow":"Secret Digger (Claude)","created_at":"2026-03-03T14:24:11Z","date":"2026-03-03","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":715,"cache_read_tokens":36897,"cache_write_tokens":37450,"effective_tokens":1272,"cache_hit_rate":9224.25,"total_tokens":719,"cost_usd":0.270769} +{"run_id":22625281333,"workflow":"Secret Digger (Claude)","created_at":"2026-03-03T13:32:09Z","date":"2026-03-03","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":914,"cache_read_tokens":36897,"cache_write_tokens":37688,"effective_tokens":1709,"cache_hit_rate":9224.25,"total_tokens":918,"cost_usd":0.2774415} +{"run_id":22622830772,"workflow":"Secret Digger (Claude)","created_at":"2026-03-03T12:23:39Z","date":"2026-03-03","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":706,"cache_read_tokens":36897,"cache_write_tokens":37610,"effective_tokens":1423,"cache_hit_rate":9224.25,"total_tokens":710,"cost_usd":0.271559} +{"run_id":22620595432,"workflow":"Secret Digger (Claude)","created_at":"2026-03-03T11:18:11Z","date":"2026-03-03","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":861,"cache_read_tokens":36897,"cache_write_tokens":37763,"effective_tokens":1731,"cache_hit_rate":9224.25,"total_tokens":865,"cost_usd":0.27641524999999995} +{"run_id":22618591766,"workflow":"Secret Digger (Claude)","created_at":"2026-03-03T10:21:23Z","date":"2026-03-03","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1055,"cache_read_tokens":36897,"cache_write_tokens":37948,"effective_tokens":2110,"cache_hit_rate":9224.25,"total_tokens":1059,"cost_usd":0.2824515} +{"run_id":22616462355,"workflow":"Secret Digger (Claude)","created_at":"2026-03-03T09:22:39Z","date":"2026-03-03","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1157,"cache_read_tokens":36897,"cache_write_tokens":37914,"effective_tokens":2178,"cache_hit_rate":9224.25,"total_tokens":1161,"cost_usd":0.284799} +{"run_id":22614395307,"workflow":"Secret Digger (Claude)","created_at":"2026-03-03T08:20:47Z","date":"2026-03-03","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1546,"cache_read_tokens":36897,"cache_write_tokens":38441,"effective_tokens":3094,"cache_hit_rate":9224.25,"total_tokens":1550,"cost_usd":0.29790274999999994} +{"run_id":22612709621,"workflow":"Secret Digger (Claude)","created_at":"2026-03-03T07:24:49Z","date":"2026-03-03","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":846,"cache_read_tokens":36897,"cache_write_tokens":37711,"effective_tokens":1664,"cache_hit_rate":9224.25,"total_tokens":850,"cost_usd":0.27572525} +{"run_id":22611185494,"workflow":"Secret Digger (Claude)","created_at":"2026-03-03T06:27:08Z","date":"2026-03-03","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":980,"cache_read_tokens":36897,"cache_write_tokens":37652,"effective_tokens":1739,"cache_hit_rate":9224.25,"total_tokens":984,"cost_usd":0.27869649999999996} +{"run_id":22609745335,"workflow":"Secret Digger (Claude)","created_at":"2026-03-03T05:29:37Z","date":"2026-03-03","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":656,"cache_read_tokens":36897,"cache_write_tokens":37556,"effective_tokens":1319,"cache_hit_rate":9224.25,"total_tokens":660,"cost_usd":0.2701615} +{"run_id":22608611312,"workflow":"Secret Digger (Claude)","created_at":"2026-03-03T04:41:14Z","date":"2026-03-03","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":545,"cache_read_tokens":36897,"cache_write_tokens":37450,"effective_tokens":1102,"cache_hit_rate":9224.25,"total_tokens":549,"cost_usd":0.26669899999999996} +{"run_id":22606520575,"workflow":"Secret Digger (Claude)","created_at":"2026-03-03T03:10:30Z","date":"2026-03-03","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":814,"cache_read_tokens":36897,"cache_write_tokens":37526,"effective_tokens":1447,"cache_hit_rate":9224.25,"total_tokens":818,"cost_usd":0.27393399999999996} +{"run_id":22604340329,"workflow":"Secret Digger (Claude)","created_at":"2026-03-03T01:41:58Z","date":"2026-03-03","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":915,"cache_read_tokens":36897,"cache_write_tokens":37673,"effective_tokens":1695,"cache_hit_rate":9224.25,"total_tokens":919,"cost_usd":0.27720275} +{"run_id":22602913289,"workflow":"Secret Digger (Claude)","created_at":"2026-03-03T00:49:14Z","date":"2026-03-03","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":620,"cache_read_tokens":36897,"cache_write_tokens":37525,"effective_tokens":1252,"cache_hit_rate":9224.25,"total_tokens":624,"cost_usd":0.26889275} +{"run_id":22600094916,"workflow":"Secret Digger (Claude)","created_at":"2026-03-02T23:12:04Z","date":"2026-03-02","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":983,"cache_read_tokens":36897,"cache_write_tokens":37779,"effective_tokens":1869,"cache_hit_rate":9224.25,"total_tokens":987,"cost_usd":0.27954524999999997} +{"run_id":22598133197,"workflow":"Secret Digger (Claude)","created_at":"2026-03-02T22:13:48Z","date":"2026-03-02","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":629,"cache_read_tokens":36897,"cache_write_tokens":37530,"effective_tokens":1266,"cache_hit_rate":9224.25,"total_tokens":633,"cost_usd":0.269069} +{"run_id":22596102167,"workflow":"Secret Digger (Claude)","created_at":"2026-03-02T21:17:18Z","date":"2026-03-02","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1049,"cache_read_tokens":36897,"cache_write_tokens":37829,"effective_tokens":1985,"cache_hit_rate":9224.25,"total_tokens":1053,"cost_usd":0.28170775} +{"run_id":22593949412,"workflow":"Secret Digger (Claude)","created_at":"2026-03-02T20:17:04Z","date":"2026-03-02","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":869,"cache_read_tokens":36897,"cache_write_tokens":37597,"effective_tokens":1573,"cache_hit_rate":9224.25,"total_tokens":873,"cost_usd":0.27572274999999996} +{"run_id":22591939872,"workflow":"Secret Digger (Claude)","created_at":"2026-03-02T19:22:16Z","date":"2026-03-02","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":811,"cache_read_tokens":36897,"cache_write_tokens":37623,"effective_tokens":1541,"cache_hit_rate":9224.25,"total_tokens":815,"cost_usd":0.27425525} +{"run_id":22589774798,"workflow":"Secret Digger (Claude)","created_at":"2026-03-02T18:23:41Z","date":"2026-03-02","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":857,"cache_read_tokens":36897,"cache_write_tokens":37598,"effective_tokens":1562,"cache_hit_rate":9224.25,"total_tokens":861,"cost_usd":0.27543399999999996} +{"run_id":22587482756,"workflow":"Secret Digger (Claude)","created_at":"2026-03-02T17:23:37Z","date":"2026-03-02","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":589,"cache_read_tokens":36897,"cache_write_tokens":37332,"effective_tokens":1028,"cache_hit_rate":9224.25,"total_tokens":593,"cost_usd":0.26692649999999996} +{"run_id":22585054179,"workflow":"Secret Digger (Claude)","created_at":"2026-03-02T16:21:59Z","date":"2026-03-02","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1029,"cache_read_tokens":36897,"cache_write_tokens":37807,"effective_tokens":1943,"cache_hit_rate":9224.25,"total_tokens":1033,"cost_usd":0.28096525} +{"run_id":22582617192,"workflow":"Secret Digger (Claude)","created_at":"2026-03-02T15:22:43Z","date":"2026-03-02","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":501,"cache_read_tokens":36897,"cache_write_tokens":37292,"effective_tokens":900,"cache_hit_rate":9224.25,"total_tokens":505,"cost_usd":0.26462149999999995} +{"run_id":22580220209,"workflow":"Secret Digger (Claude)","created_at":"2026-03-02T14:24:13Z","date":"2026-03-02","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":515,"cache_read_tokens":36897,"cache_write_tokens":37418,"effective_tokens":1040,"cache_hit_rate":9224.25,"total_tokens":519,"cost_usd":0.26584399999999997} +{"run_id":22578296215,"workflow":"Secret Digger (Claude)","created_at":"2026-03-02T13:33:25Z","date":"2026-03-02","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":810,"cache_read_tokens":36897,"cache_write_tokens":37586,"effective_tokens":1503,"cache_hit_rate":9224.25,"total_tokens":814,"cost_usd":0.27408899999999997} +{"run_id":22575856882,"workflow":"Secret Digger (Claude)","created_at":"2026-03-02T12:23:47Z","date":"2026-03-02","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1227,"cache_read_tokens":36897,"cache_write_tokens":38057,"effective_tokens":2391,"cache_hit_rate":9224.25,"total_tokens":1231,"cost_usd":0.28754275} +{"run_id":22573691023,"workflow":"Secret Digger (Claude)","created_at":"2026-03-02T11:20:44Z","date":"2026-03-02","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":484,"cache_read_tokens":36897,"cache_write_tokens":37387,"effective_tokens":978,"cache_hit_rate":9224.25,"total_tokens":488,"cost_usd":0.26481024999999997} +{"run_id":22571730209,"workflow":"Secret Digger (Claude)","created_at":"2026-03-02T10:25:01Z","date":"2026-03-02","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1125,"cache_read_tokens":36897,"cache_write_tokens":37963,"effective_tokens":2195,"cache_hit_rate":9224.25,"total_tokens":1129,"cost_usd":0.28427025} +{"run_id":22569628066,"workflow":"Secret Digger (Claude)","created_at":"2026-03-02T09:27:28Z","date":"2026-03-02","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1097,"cache_read_tokens":36897,"cache_write_tokens":37997,"effective_tokens":2201,"cache_hit_rate":9224.25,"total_tokens":1101,"cost_usd":0.28368775} +{"run_id":22567452071,"workflow":"Secret Digger (Claude)","created_at":"2026-03-02T08:23:29Z","date":"2026-03-02","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":645,"cache_read_tokens":36897,"cache_write_tokens":37534,"effective_tokens":1286,"cache_hit_rate":9224.25,"total_tokens":649,"cost_usd":0.269749} +{"run_id":22565820658,"workflow":"Secret Digger (Claude)","created_at":"2026-03-02T07:28:42Z","date":"2026-03-02","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":610,"cache_read_tokens":36897,"cache_write_tokens":37511,"effective_tokens":1228,"cache_hit_rate":9224.25,"total_tokens":614,"cost_usd":0.26887025} +{"run_id":22564269201,"workflow":"Secret Digger (Claude)","created_at":"2026-03-02T06:30:48Z","date":"2026-03-02","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":848,"cache_read_tokens":36897,"cache_write_tokens":37746,"effective_tokens":1701,"cache_hit_rate":9224.25,"total_tokens":852,"cost_usd":0.276154} +{"run_id":22562783671,"workflow":"Secret Digger (Claude)","created_at":"2026-03-02T05:30:17Z","date":"2026-03-02","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":737,"cache_read_tokens":36897,"cache_write_tokens":37537,"effective_tokens":1381,"cache_hit_rate":9224.25,"total_tokens":741,"cost_usd":0.27186774999999996} +{"run_id":22561723673,"workflow":"Secret Digger (Claude)","created_at":"2026-03-02T04:41:54Z","date":"2026-03-02","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":707,"cache_read_tokens":36897,"cache_write_tokens":37613,"effective_tokens":1427,"cache_hit_rate":9224.25,"total_tokens":711,"cost_usd":0.27165775} +{"run_id":22559759707,"workflow":"Secret Digger (Claude)","created_at":"2026-03-02T03:09:16Z","date":"2026-03-02","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":707,"cache_read_tokens":36897,"cache_write_tokens":37558,"effective_tokens":1372,"cache_hit_rate":9224.25,"total_tokens":711,"cost_usd":0.271304} +{"run_id":22557996820,"workflow":"Secret Digger (Claude)","created_at":"2026-03-02T01:41:39Z","date":"2026-03-02","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1029,"cache_read_tokens":36897,"cache_write_tokens":37931,"effective_tokens":2067,"cache_hit_rate":9224.25,"total_tokens":1033,"cost_usd":0.28188025} +{"run_id":22556945157,"workflow":"Secret Digger (Claude)","created_at":"2026-03-02T00:48:44Z","date":"2026-03-02","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":422,"cache_read_tokens":36897,"cache_write_tokens":37326,"effective_tokens":855,"cache_hit_rate":9224.25,"total_tokens":426,"cost_usd":0.26283399999999996} +{"run_id":22555098069,"workflow":"Secret Digger (Claude)","created_at":"2026-03-01T23:11:23Z","date":"2026-03-01","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":504,"cache_read_tokens":36897,"cache_write_tokens":37329,"effective_tokens":940,"cache_hit_rate":9224.25,"total_tokens":508,"cost_usd":0.26475275} +{"run_id":22553947688,"workflow":"Secret Digger (Claude)","created_at":"2026-03-01T22:11:03Z","date":"2026-03-01","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1246,"cache_read_tokens":36897,"cache_write_tokens":37982,"effective_tokens":2335,"cache_hit_rate":9224.25,"total_tokens":1250,"cost_usd":0.287429} +{"run_id":22552761619,"workflow":"Secret Digger (Claude)","created_at":"2026-03-01T21:11:02Z","date":"2026-03-01","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":549,"cache_read_tokens":36897,"cache_write_tokens":37456,"effective_tokens":1112,"cache_hit_rate":9224.25,"total_tokens":553,"cost_usd":0.2668415} +{"run_id":22551626065,"workflow":"Secret Digger (Claude)","created_at":"2026-03-01T20:11:13Z","date":"2026-03-01","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":613,"cache_read_tokens":36897,"cache_write_tokens":37513,"effective_tokens":1233,"cache_hit_rate":9224.25,"total_tokens":617,"cost_usd":0.26883775} +{"run_id":22550536293,"workflow":"Secret Digger (Claude)","created_at":"2026-03-01T19:12:16Z","date":"2026-03-01","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":892,"cache_read_tokens":36897,"cache_write_tokens":37804,"effective_tokens":1803,"cache_hit_rate":9224.25,"total_tokens":896,"cost_usd":0.2776365} +{"run_id":22549475240,"workflow":"Secret Digger (Claude)","created_at":"2026-03-01T18:14:36Z","date":"2026-03-01","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":667,"cache_read_tokens":36897,"cache_write_tokens":37497,"effective_tokens":1271,"cache_hit_rate":9224.25,"total_tokens":671,"cost_usd":0.26991275} +{"run_id":22548327612,"workflow":"Secret Digger (Claude)","created_at":"2026-03-01T17:11:56Z","date":"2026-03-01","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1117,"cache_read_tokens":36897,"cache_write_tokens":37922,"effective_tokens":2146,"cache_hit_rate":9224.25,"total_tokens":1121,"cost_usd":0.28382399999999997} +{"run_id":22547260046,"workflow":"Secret Digger (Claude)","created_at":"2026-03-01T16:12:01Z","date":"2026-03-01","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":909,"cache_read_tokens":36897,"cache_write_tokens":37803,"effective_tokens":1819,"cache_hit_rate":9224.25,"total_tokens":913,"cost_usd":0.27799525} +{"run_id":22546157684,"workflow":"Secret Digger (Claude)","created_at":"2026-03-01T15:10:59Z","date":"2026-03-01","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":940,"cache_read_tokens":36897,"cache_write_tokens":37691,"effective_tokens":1738,"cache_hit_rate":9224.25,"total_tokens":944,"cost_usd":0.27814025000000003} +{"run_id":22545135174,"workflow":"Secret Digger (Claude)","created_at":"2026-03-01T14:12:03Z","date":"2026-03-01","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":921,"cache_read_tokens":36897,"cache_write_tokens":37642,"effective_tokens":1670,"cache_hit_rate":9224.25,"total_tokens":925,"cost_usd":0.277424} +{"run_id":22544305425,"workflow":"Secret Digger (Claude)","created_at":"2026-03-01T13:22:43Z","date":"2026-03-01","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":638,"cache_read_tokens":36897,"cache_write_tokens":37402,"effective_tokens":1147,"cache_hit_rate":9224.25,"total_tokens":642,"cost_usd":0.268739} +{"run_id":22543258076,"workflow":"Secret Digger (Claude)","created_at":"2026-03-01T12:18:16Z","date":"2026-03-01","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":711,"cache_read_tokens":36897,"cache_write_tokens":37614,"effective_tokens":1432,"cache_hit_rate":9224.25,"total_tokens":715,"cost_usd":0.27187399999999995} +{"run_id":22542179176,"workflow":"Secret Digger (Claude)","created_at":"2026-03-01T11:10:56Z","date":"2026-03-01","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1153,"cache_read_tokens":36897,"cache_write_tokens":37894,"effective_tokens":2154,"cache_hit_rate":9224.25,"total_tokens":1157,"cost_usd":0.28468400000000005} +{"run_id":22541217887,"workflow":"Secret Digger (Claude)","created_at":"2026-03-01T10:11:55Z","date":"2026-03-01","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":577,"cache_read_tokens":36897,"cache_write_tokens":37363,"effective_tokens":1047,"cache_hit_rate":9224.25,"total_tokens":581,"cost_usd":0.26695025} +{"run_id":22540249262,"workflow":"Secret Digger (Claude)","created_at":"2026-03-01T09:14:02Z","date":"2026-03-01","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":743,"cache_read_tokens":36897,"cache_write_tokens":37558,"effective_tokens":1408,"cache_hit_rate":9224.25,"total_tokens":747,"cost_usd":0.272354} +{"run_id":22539285298,"workflow":"Secret Digger (Claude)","created_at":"2026-03-01T08:15:01Z","date":"2026-03-01","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":703,"cache_read_tokens":36897,"cache_write_tokens":37609,"effective_tokens":1419,"cache_hit_rate":9224.25,"total_tokens":707,"cost_usd":0.27143775} +{"run_id":22538441999,"workflow":"Secret Digger (Claude)","created_at":"2026-03-01T07:20:39Z","date":"2026-03-01","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":865,"cache_read_tokens":36897,"cache_write_tokens":37677,"effective_tokens":1649,"cache_hit_rate":9224.25,"total_tokens":869,"cost_usd":0.27634274999999997} +{"run_id":22537607561,"workflow":"Secret Digger (Claude)","created_at":"2026-03-01T06:24:21Z","date":"2026-03-01","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":683,"cache_read_tokens":36897,"cache_write_tokens":37481,"effective_tokens":1271,"cache_hit_rate":9224.25,"total_tokens":687,"cost_usd":0.27018274999999997} +{"run_id":22536840137,"workflow":"Secret Digger (Claude)","created_at":"2026-03-01T05:31:17Z","date":"2026-03-01","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":839,"cache_read_tokens":36897,"cache_write_tokens":37690,"effective_tokens":1636,"cache_hit_rate":9224.25,"total_tokens":843,"cost_usd":0.275579} +{"run_id":22536162519,"workflow":"Secret Digger (Claude)","created_at":"2026-03-01T04:45:31Z","date":"2026-03-01","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":756,"cache_read_tokens":36897,"cache_write_tokens":37485,"effective_tokens":1348,"cache_hit_rate":9224.25,"total_tokens":760,"cost_usd":0.27207775} +{"run_id":22534808458,"workflow":"Secret Digger (Claude)","created_at":"2026-03-01T03:13:08Z","date":"2026-03-01","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":999,"cache_read_tokens":36897,"cache_write_tokens":37902,"effective_tokens":2008,"cache_hit_rate":9224.25,"total_tokens":1003,"cost_usd":0.280914} +{"run_id":22533430301,"workflow":"Secret Digger (Claude)","created_at":"2026-03-01T01:41:31Z","date":"2026-03-01","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":850,"cache_read_tokens":36897,"cache_write_tokens":37585,"effective_tokens":1542,"cache_hit_rate":9224.25,"total_tokens":854,"cost_usd":0.27502774999999996} +{"run_id":22532708837,"workflow":"Secret Digger (Claude)","created_at":"2026-03-01T00:55:04Z","date":"2026-03-01","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":562,"cache_read_tokens":36897,"cache_write_tokens":37466,"effective_tokens":1135,"cache_hit_rate":9224.25,"total_tokens":566,"cost_usd":0.267214} +{"run_id":22531069591,"workflow":"Secret Digger (Claude)","created_at":"2026-02-28T23:10:52Z","date":"2026-02-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":673,"cache_read_tokens":36897,"cache_write_tokens":37577,"effective_tokens":1357,"cache_hit_rate":9224.25,"total_tokens":677,"cost_usd":0.27079274999999997} +{"run_id":22530098930,"workflow":"Secret Digger (Claude)","created_at":"2026-02-28T22:10:49Z","date":"2026-02-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1616,"cache_read_tokens":36897,"cache_write_tokens":38348,"effective_tokens":3071,"cache_hit_rate":9224.25,"total_tokens":1620,"cost_usd":0.29908149999999994} +{"run_id":22529099745,"workflow":"Secret Digger (Claude)","created_at":"2026-02-28T21:10:41Z","date":"2026-02-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":589,"cache_read_tokens":36897,"cache_write_tokens":37494,"effective_tokens":1190,"cache_hit_rate":9224.25,"total_tokens":593,"cost_usd":0.268259} +{"run_id":22528131264,"workflow":"Secret Digger (Claude)","created_at":"2026-02-28T20:11:09Z","date":"2026-02-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":807,"cache_read_tokens":36897,"cache_write_tokens":37709,"effective_tokens":1623,"cache_hit_rate":9224.25,"total_tokens":811,"cost_usd":0.27489275} +{"run_id":22527163255,"workflow":"Secret Digger (Claude)","created_at":"2026-02-28T19:11:06Z","date":"2026-02-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1061,"cache_read_tokens":36897,"cache_write_tokens":37934,"effective_tokens":2102,"cache_hit_rate":9224.25,"total_tokens":1065,"cost_usd":0.282599} +{"run_id":22526213424,"workflow":"Secret Digger (Claude)","created_at":"2026-02-28T18:13:50Z","date":"2026-02-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":775,"cache_read_tokens":36897,"cache_write_tokens":37679,"effective_tokens":1561,"cache_hit_rate":9224.25,"total_tokens":779,"cost_usd":0.27375025} +{"run_id":22525173105,"workflow":"Secret Digger (Claude)","created_at":"2026-02-28T17:10:53Z","date":"2026-02-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":986,"cache_read_tokens":36897,"cache_write_tokens":37827,"effective_tokens":1920,"cache_hit_rate":9224.25,"total_tokens":990,"cost_usd":0.27984525} +{"run_id":22524217255,"workflow":"Secret Digger (Claude)","created_at":"2026-02-28T16:11:49Z","date":"2026-02-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1239,"cache_read_tokens":36897,"cache_write_tokens":37969,"effective_tokens":2315,"cache_hit_rate":9224.25,"total_tokens":1243,"cost_usd":0.28718774999999996} +{"run_id":22523268902,"workflow":"Secret Digger (Claude)","created_at":"2026-02-28T15:10:46Z","date":"2026-02-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":608,"cache_read_tokens":36897,"cache_write_tokens":37512,"effective_tokens":1227,"cache_hit_rate":9224.25,"total_tokens":612,"cost_usd":0.2686665} +{"run_id":22522341751,"workflow":"Secret Digger (Claude)","created_at":"2026-02-28T14:11:18Z","date":"2026-02-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":830,"cache_read_tokens":36897,"cache_write_tokens":37730,"effective_tokens":1667,"cache_hit_rate":9224.25,"total_tokens":834,"cost_usd":0.275584} +{"run_id":22521550445,"workflow":"Secret Digger (Claude)","created_at":"2026-02-28T13:21:10Z","date":"2026-02-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":773,"cache_read_tokens":36897,"cache_write_tokens":37482,"effective_tokens":1362,"cache_hit_rate":9224.25,"total_tokens":777,"cost_usd":0.272599} +{"run_id":22520575972,"workflow":"Secret Digger (Claude)","created_at":"2026-02-28T12:16:56Z","date":"2026-02-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1170,"cache_read_tokens":36897,"cache_write_tokens":38065,"effective_tokens":2342,"cache_hit_rate":9224.25,"total_tokens":1174,"cost_usd":0.28619775} +{"run_id":22519595549,"workflow":"Secret Digger (Claude)","created_at":"2026-02-28T11:11:06Z","date":"2026-02-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":884,"cache_read_tokens":36897,"cache_write_tokens":37682,"effective_tokens":1673,"cache_hit_rate":9224.25,"total_tokens":888,"cost_usd":0.276654} +{"run_id":22518702050,"workflow":"Secret Digger (Claude)","created_at":"2026-02-28T10:10:57Z","date":"2026-02-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1020,"cache_read_tokens":36897,"cache_write_tokens":37750,"effective_tokens":1877,"cache_hit_rate":9224.25,"total_tokens":1024,"cost_usd":0.280319} +{"run_id":22517817230,"workflow":"Secret Digger (Claude)","created_at":"2026-02-28T09:12:41Z","date":"2026-02-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1062,"cache_read_tokens":36897,"cache_write_tokens":37957,"effective_tokens":2126,"cache_hit_rate":9224.25,"total_tokens":1066,"cost_usd":0.28276274999999995} +{"run_id":22516907316,"workflow":"Secret Digger (Claude)","created_at":"2026-02-28T08:13:24Z","date":"2026-02-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":550,"cache_read_tokens":36897,"cache_write_tokens":37448,"effective_tokens":1105,"cache_hit_rate":9224.25,"total_tokens":554,"cost_usd":0.26671649999999997} +{"run_id":22516007449,"workflow":"Secret Digger (Claude)","created_at":"2026-02-28T07:15:09Z","date":"2026-02-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":887,"cache_read_tokens":36897,"cache_write_tokens":37790,"effective_tokens":1784,"cache_hit_rate":9224.25,"total_tokens":891,"cost_usd":0.277349} +{"run_id":22515084735,"workflow":"Secret Digger (Claude)","created_at":"2026-02-28T06:18:09Z","date":"2026-02-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1313,"cache_read_tokens":36897,"cache_write_tokens":38059,"effective_tokens":2479,"cache_hit_rate":9224.25,"total_tokens":1317,"cost_usd":0.28973525} +{"run_id":22514147894,"workflow":"Secret Digger (Claude)","created_at":"2026-02-28T05:18:54Z","date":"2026-02-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":723,"cache_read_tokens":36897,"cache_write_tokens":37536,"effective_tokens":1366,"cache_hit_rate":9224.25,"total_tokens":727,"cost_usd":0.2720065} +{"run_id":22513415271,"workflow":"Secret Digger (Claude)","created_at":"2026-02-28T04:32:26Z","date":"2026-02-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1124,"cache_read_tokens":36897,"cache_write_tokens":38017,"effective_tokens":2248,"cache_hit_rate":9224.25,"total_tokens":1128,"cost_usd":0.28456774999999995} +{"run_id":22512627166,"workflow":"Secret Digger (Claude)","created_at":"2026-02-28T03:43:28Z","date":"2026-02-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":656,"cache_read_tokens":36897,"cache_write_tokens":37563,"effective_tokens":1326,"cache_hit_rate":9224.25,"total_tokens":660,"cost_usd":0.27022025} +{"run_id":22511884037,"workflow":"Secret Digger (Claude)","created_at":"2026-02-28T02:56:52Z","date":"2026-02-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":519,"cache_read_tokens":36897,"cache_write_tokens":37426,"effective_tokens":1052,"cache_hit_rate":9224.25,"total_tokens":523,"cost_usd":0.265699} +{"run_id":22510587629,"workflow":"Secret Digger (Claude)","created_at":"2026-02-28T01:39:27Z","date":"2026-02-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1336,"cache_read_tokens":36897,"cache_write_tokens":38204,"effective_tokens":2647,"cache_hit_rate":9224.25,"total_tokens":1340,"cost_usd":0.2910565} +{"run_id":22509502725,"workflow":"Secret Digger (Claude)","created_at":"2026-02-28T00:43:13Z","date":"2026-02-28","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1022,"cache_read_tokens":36897,"cache_write_tokens":37877,"effective_tokens":2006,"cache_hit_rate":9224.25,"total_tokens":1026,"cost_usd":0.28117775} +{"run_id":22507460378,"workflow":"Secret Digger (Claude)","created_at":"2026-02-27T23:12:27Z","date":"2026-02-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1063,"cache_read_tokens":36897,"cache_write_tokens":37837,"effective_tokens":2007,"cache_hit_rate":9224.25,"total_tokens":1067,"cost_usd":0.28205274999999996} +{"run_id":22505802441,"workflow":"Secret Digger (Claude)","created_at":"2026-02-27T22:11:22Z","date":"2026-02-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":743,"cache_read_tokens":36897,"cache_write_tokens":37494,"effective_tokens":1344,"cache_hit_rate":9224.25,"total_tokens":747,"cost_usd":0.271804} +{"run_id":22504037739,"workflow":"Secret Digger (Claude)","created_at":"2026-02-27T21:13:53Z","date":"2026-02-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":677,"cache_read_tokens":36897,"cache_write_tokens":37582,"effective_tokens":1366,"cache_hit_rate":9224.25,"total_tokens":681,"cost_usd":0.27069899999999997} +{"run_id":22502172175,"workflow":"Secret Digger (Claude)","created_at":"2026-02-27T20:14:30Z","date":"2026-02-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":855,"cache_read_tokens":36897,"cache_write_tokens":37754,"effective_tokens":1716,"cache_hit_rate":9224.25,"total_tokens":859,"cost_usd":0.276344} +{"run_id":22500407674,"workflow":"Secret Digger (Claude)","created_at":"2026-02-27T19:20:05Z","date":"2026-02-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":868,"cache_read_tokens":36897,"cache_write_tokens":37635,"effective_tokens":1610,"cache_hit_rate":9224.25,"total_tokens":872,"cost_usd":0.27570525} +{"run_id":22498407837,"workflow":"Secret Digger (Claude)","created_at":"2026-02-27T18:19:24Z","date":"2026-02-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1039,"cache_read_tokens":36897,"cache_write_tokens":37941,"effective_tokens":2087,"cache_hit_rate":9224.25,"total_tokens":1043,"cost_usd":0.28215275} +{"run_id":22496324733,"workflow":"Secret Digger (Claude)","created_at":"2026-02-27T17:18:26Z","date":"2026-02-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":851,"cache_read_tokens":36897,"cache_write_tokens":37576,"effective_tokens":1534,"cache_hit_rate":9224.25,"total_tokens":855,"cost_usd":0.2751715} +{"run_id":22494239529,"workflow":"Secret Digger (Claude)","created_at":"2026-02-27T16:19:30Z","date":"2026-02-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":852,"cache_read_tokens":36897,"cache_write_tokens":37614,"effective_tokens":1573,"cache_hit_rate":9224.25,"total_tokens":856,"cost_usd":0.275219} +{"run_id":22492117434,"workflow":"Secret Digger (Claude)","created_at":"2026-02-27T15:21:56Z","date":"2026-02-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":641,"cache_read_tokens":36897,"cache_write_tokens":37542,"effective_tokens":1290,"cache_hit_rate":9224.25,"total_tokens":645,"cost_usd":0.269549} +{"run_id":22489939865,"workflow":"Secret Digger (Claude)","created_at":"2026-02-27T14:21:30Z","date":"2026-02-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1059,"cache_read_tokens":36897,"cache_write_tokens":37806,"effective_tokens":1972,"cache_hit_rate":9224.25,"total_tokens":1063,"cost_usd":0.281604} +{"run_id":22488255516,"workflow":"Secret Digger (Claude)","created_at":"2026-02-27T13:31:55Z","date":"2026-02-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":589,"cache_read_tokens":36897,"cache_write_tokens":37493,"effective_tokens":1189,"cache_hit_rate":9224.25,"total_tokens":593,"cost_usd":0.26786775} +{"run_id":22486058552,"workflow":"Secret Digger (Claude)","created_at":"2026-02-27T12:23:03Z","date":"2026-02-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":743,"cache_read_tokens":36897,"cache_write_tokens":37489,"effective_tokens":1339,"cache_hit_rate":9224.25,"total_tokens":747,"cost_usd":0.27193275} +{"run_id":22484106246,"workflow":"Secret Digger (Claude)","created_at":"2026-02-27T11:18:36Z","date":"2026-02-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1362,"cache_read_tokens":36897,"cache_write_tokens":38094,"effective_tokens":2563,"cache_hit_rate":9224.25,"total_tokens":1366,"cost_usd":0.291164} +{"run_id":22482264071,"workflow":"Secret Digger (Claude)","created_at":"2026-02-27T10:20:12Z","date":"2026-02-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":918,"cache_read_tokens":36897,"cache_write_tokens":37685,"effective_tokens":1710,"cache_hit_rate":9224.25,"total_tokens":922,"cost_usd":0.27724775} +{"run_id":22480386450,"workflow":"Secret Digger (Claude)","created_at":"2026-02-27T09:22:14Z","date":"2026-02-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":654,"cache_read_tokens":36897,"cache_write_tokens":37550,"effective_tokens":1311,"cache_hit_rate":9224.25,"total_tokens":658,"cost_usd":0.270084} +{"run_id":22478530814,"workflow":"Secret Digger (Claude)","created_at":"2026-02-27T08:22:00Z","date":"2026-02-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":722,"cache_read_tokens":36897,"cache_write_tokens":37493,"effective_tokens":1322,"cache_hit_rate":9224.25,"total_tokens":726,"cost_usd":0.27145274999999996} +{"run_id":22476990482,"workflow":"Secret Digger (Claude)","created_at":"2026-02-27T07:26:20Z","date":"2026-02-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":670,"cache_read_tokens":36897,"cache_write_tokens":37574,"effective_tokens":1351,"cache_hit_rate":9224.25,"total_tokens":674,"cost_usd":0.27045399999999997} +{"run_id":22475514146,"workflow":"Secret Digger (Claude)","created_at":"2026-02-27T06:27:37Z","date":"2026-02-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1116,"cache_read_tokens":36897,"cache_write_tokens":38004,"effective_tokens":2227,"cache_hit_rate":9224.25,"total_tokens":1120,"cost_usd":0.28450149999999996} +{"run_id":22474150482,"workflow":"Secret Digger (Claude)","created_at":"2026-02-27T05:30:06Z","date":"2026-02-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1003,"cache_read_tokens":36897,"cache_write_tokens":37783,"effective_tokens":1893,"cache_hit_rate":9224.25,"total_tokens":1007,"cost_usd":0.28029025} +{"run_id":22473058432,"workflow":"Secret Digger (Claude)","created_at":"2026-02-27T04:41:03Z","date":"2026-02-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":962,"cache_read_tokens":36897,"cache_write_tokens":37718,"effective_tokens":1787,"cache_hit_rate":9224.25,"total_tokens":966,"cost_usd":0.278849} +{"run_id":22471042797,"workflow":"Secret Digger (Claude)","created_at":"2026-02-27T03:07:00Z","date":"2026-02-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":574,"cache_read_tokens":36897,"cache_write_tokens":37477,"effective_tokens":1158,"cache_hit_rate":9224.25,"total_tokens":578,"cost_usd":0.26747275} +{"run_id":22469116013,"workflow":"Secret Digger (Claude)","created_at":"2026-02-27T01:41:19Z","date":"2026-02-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":694,"cache_read_tokens":36897,"cache_write_tokens":37450,"effective_tokens":1251,"cache_hit_rate":9224.25,"total_tokens":698,"cost_usd":0.270324} +{"run_id":22467804997,"workflow":"Secret Digger (Claude)","created_at":"2026-02-27T00:48:32Z","date":"2026-02-27","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":512,"cache_read_tokens":36897,"cache_write_tokens":37412,"effective_tokens":1031,"cache_hit_rate":9224.25,"total_tokens":516,"cost_usd":0.26558649999999995} +{"run_id":22465343679,"workflow":"Secret Digger (Claude)","created_at":"2026-02-26T23:15:14Z","date":"2026-02-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":867,"cache_read_tokens":36894,"cache_write_tokens":37772,"effective_tokens":1749,"cache_hit_rate":9223.5,"total_tokens":871,"cost_usd":0.27679500000000007} +{"run_id":22463578215,"workflow":"Secret Digger (Claude)","created_at":"2026-02-26T22:16:37Z","date":"2026-02-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":841,"cache_read_tokens":36894,"cache_write_tokens":37733,"effective_tokens":1684,"cache_hit_rate":9223.5,"total_tokens":845,"cost_usd":0.27564625000000004} +{"run_id":22461607377,"workflow":"Secret Digger (Claude)","created_at":"2026-02-26T21:17:52Z","date":"2026-02-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":678,"cache_read_tokens":36894,"cache_write_tokens":37579,"effective_tokens":1367,"cache_hit_rate":9223.5,"total_tokens":682,"cost_usd":0.27082875} +{"run_id":22459569771,"workflow":"Secret Digger (Claude)","created_at":"2026-02-26T20:18:37Z","date":"2026-02-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":860,"cache_read_tokens":36894,"cache_write_tokens":37761,"effective_tokens":1731,"cache_hit_rate":9223.5,"total_tokens":864,"cost_usd":0.27652625000000003} +{"run_id":22457640103,"workflow":"Secret Digger (Claude)","created_at":"2026-02-26T19:24:16Z","date":"2026-02-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1167,"cache_read_tokens":36894,"cache_write_tokens":37930,"effective_tokens":2207,"cache_hit_rate":9223.5,"total_tokens":1171,"cost_usd":0.28507750000000004} +{"run_id":22455522197,"workflow":"Secret Digger (Claude)","created_at":"2026-02-26T18:25:02Z","date":"2026-02-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":552,"cache_read_tokens":36883,"cache_write_tokens":37303,"effective_tokens":976,"cache_hit_rate":9220.75,"total_tokens":556,"cost_usd":0.26584325} +{"run_id":22453530617,"workflow":"Secret Digger (Claude)","created_at":"2026-02-26T17:30:05Z","date":"2026-02-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":873,"cache_read_tokens":36897,"cache_write_tokens":37537,"effective_tokens":1517,"cache_hit_rate":9224.25,"total_tokens":877,"cost_usd":0.27544775} +{"run_id":22451154562,"workflow":"Secret Digger (Claude)","created_at":"2026-02-26T16:27:12Z","date":"2026-02-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1073,"cache_read_tokens":36894,"cache_write_tokens":37915,"effective_tokens":2098,"cache_hit_rate":9223.5,"total_tokens":1077,"cost_usd":0.28263875} +{"run_id":22448665317,"workflow":"Secret Digger (Claude)","created_at":"2026-02-26T15:25:55Z","date":"2026-02-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":735,"cache_read_tokens":36894,"cache_write_tokens":37640,"effective_tokens":1485,"cache_hit_rate":9223.5,"total_tokens":739,"cost_usd":0.272735} +{"run_id":22446432794,"workflow":"Secret Digger (Claude)","created_at":"2026-02-26T14:28:54Z","date":"2026-02-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":740,"cache_read_tokens":36894,"cache_write_tokens":37591,"effective_tokens":1441,"cache_hit_rate":9223.5,"total_tokens":744,"cost_usd":0.27224375000000006} +{"run_id":22444515212,"workflow":"Secret Digger (Claude)","created_at":"2026-02-26T13:37:23Z","date":"2026-02-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":728,"cache_read_tokens":36894,"cache_write_tokens":37630,"effective_tokens":1468,"cache_hit_rate":9223.5,"total_tokens":732,"cost_usd":0.27247750000000004} +{"run_id":22442006454,"workflow":"Secret Digger (Claude)","created_at":"2026-02-26T12:26:11Z","date":"2026-02-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":910,"cache_read_tokens":36894,"cache_write_tokens":37647,"effective_tokens":1667,"cache_hit_rate":9223.5,"total_tokens":914,"cost_usd":0.27714875000000005} +{"run_id":22439931069,"workflow":"Secret Digger (Claude)","created_at":"2026-02-26T11:23:10Z","date":"2026-02-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":735,"cache_read_tokens":36894,"cache_write_tokens":37635,"effective_tokens":1480,"cache_hit_rate":9223.5,"total_tokens":739,"cost_usd":0.27243375000000003} +{"run_id":22437941213,"workflow":"Secret Digger (Claude)","created_at":"2026-02-26T10:24:18Z","date":"2026-02-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":614,"cache_read_tokens":36894,"cache_write_tokens":37405,"effective_tokens":1129,"cache_hit_rate":9223.5,"total_tokens":618,"cost_usd":0.26801125000000003} +{"run_id":22435897164,"workflow":"Secret Digger (Claude)","created_at":"2026-02-26T09:25:17Z","date":"2026-02-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1238,"cache_read_tokens":36894,"cache_write_tokens":38095,"effective_tokens":2443,"cache_hit_rate":9223.5,"total_tokens":1242,"cost_usd":0.28801374999999996} +{"run_id":22433875871,"workflow":"Secret Digger (Claude)","created_at":"2026-02-26T08:24:24Z","date":"2026-02-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1298,"cache_read_tokens":36894,"cache_write_tokens":38158,"effective_tokens":2566,"cache_hit_rate":9223.5,"total_tokens":1302,"cost_usd":0.2897225} +{"run_id":22432244568,"workflow":"Secret Digger (Claude)","created_at":"2026-02-26T07:28:57Z","date":"2026-02-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":683,"cache_read_tokens":36894,"cache_write_tokens":37584,"effective_tokens":1377,"cache_hit_rate":9223.5,"total_tokens":687,"cost_usd":0.27099500000000004} +{"run_id":22430730034,"workflow":"Secret Digger (Claude)","created_at":"2026-02-26T06:31:17Z","date":"2026-02-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":857,"cache_read_tokens":36894,"cache_write_tokens":37754,"effective_tokens":1721,"cache_hit_rate":9223.5,"total_tokens":861,"cost_usd":0.2763425} +{"run_id":22429333627,"workflow":"Secret Digger (Claude)","created_at":"2026-02-26T05:33:42Z","date":"2026-02-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":772,"cache_read_tokens":36894,"cache_write_tokens":37652,"effective_tokens":1534,"cache_hit_rate":9223.5,"total_tokens":776,"cost_usd":0.27371000000000006} +{"run_id":22428170111,"workflow":"Secret Digger (Claude)","created_at":"2026-02-26T04:42:29Z","date":"2026-02-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":580,"cache_read_tokens":36894,"cache_write_tokens":37480,"effective_tokens":1170,"cache_hit_rate":9223.5,"total_tokens":584,"cost_usd":0.26765500000000003} +{"run_id":22426118830,"workflow":"Secret Digger (Claude)","created_at":"2026-02-26T03:07:57Z","date":"2026-02-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":488,"cache_read_tokens":36894,"cache_write_tokens":37395,"effective_tokens":993,"cache_hit_rate":9223.5,"total_tokens":492,"cost_usd":0.26476875000000005} +{"run_id":22424115071,"workflow":"Secret Digger (Claude)","created_at":"2026-02-26T01:40:54Z","date":"2026-02-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":770,"cache_read_tokens":36894,"cache_write_tokens":37538,"effective_tokens":1418,"cache_hit_rate":9223.5,"total_tokens":774,"cost_usd":0.27285750000000003} +{"run_id":22422762377,"workflow":"Secret Digger (Claude)","created_at":"2026-02-26T00:46:04Z","date":"2026-02-26","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1855,"cache_read_tokens":36894,"cache_write_tokens":38737,"effective_tokens":3702,"cache_hit_rate":9223.5,"total_tokens":1859,"cost_usd":0.30735625000000005} +{"run_id":22420232112,"workflow":"Secret Digger (Claude)","created_at":"2026-02-25T23:15:36Z","date":"2026-02-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1252,"cache_read_tokens":36894,"cache_write_tokens":38075,"effective_tokens":2437,"cache_hit_rate":9223.5,"total_tokens":1256,"cost_usd":0.28831875} +{"run_id":22418304123,"workflow":"Secret Digger (Claude)","created_at":"2026-02-25T22:14:57Z","date":"2026-02-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1055,"cache_read_tokens":36893,"cache_write_tokens":37765,"effective_tokens":1931,"cache_hit_rate":9223.25,"total_tokens":1059,"cost_usd":0.28121575} +{"run_id":22416342870,"workflow":"Secret Digger (Claude)","created_at":"2026-02-25T21:18:20Z","date":"2026-02-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":825,"cache_read_tokens":36893,"cache_write_tokens":37596,"effective_tokens":1532,"cache_hit_rate":9223.25,"total_tokens":829,"cost_usd":0.2744845} +{"run_id":22414274332,"workflow":"Secret Digger (Claude)","created_at":"2026-02-25T20:18:34Z","date":"2026-02-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":537,"cache_read_tokens":36893,"cache_write_tokens":37322,"effective_tokens":970,"cache_hit_rate":9223.25,"total_tokens":541,"cost_usd":0.265517} +{"run_id":22412489919,"workflow":"Secret Digger (Claude)","created_at":"2026-02-25T19:29:16Z","date":"2026-02-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1169,"cache_read_tokens":36857,"cache_write_tokens":37904,"effective_tokens":2220,"cache_hit_rate":9214.25,"total_tokens":1173,"cost_usd":0.28500650000000005} +{"run_id":22406192919,"workflow":"Secret Digger (Claude)","created_at":"2026-02-25T16:34:02Z","date":"2026-02-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1051,"cache_read_tokens":36864,"cache_write_tokens":37796,"effective_tokens":1987,"cache_hit_rate":9216,"total_tokens":1055,"cost_usd":0.281515} +{"run_id":22403603701,"workflow":"Secret Digger (Claude)","created_at":"2026-02-25T15:29:01Z","date":"2026-02-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":819,"cache_read_tokens":36864,"cache_write_tokens":37498,"effective_tokens":1457,"cache_hit_rate":9216,"total_tokens":823,"cost_usd":0.2738675} +{"run_id":22401219481,"workflow":"Secret Digger (Claude)","created_at":"2026-02-25T14:29:04Z","date":"2026-02-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":857,"cache_read_tokens":36864,"cache_write_tokens":37724,"effective_tokens":1721,"cache_hit_rate":9216,"total_tokens":861,"cost_usd":0.276045} +{"run_id":22399288853,"workflow":"Secret Digger (Claude)","created_at":"2026-02-25T13:37:47Z","date":"2026-02-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":507,"cache_read_tokens":36864,"cache_write_tokens":37378,"effective_tokens":1025,"cache_hit_rate":9216,"total_tokens":511,"cost_usd":0.2653025} +{"run_id":22396791694,"workflow":"Secret Digger (Claude)","created_at":"2026-02-25T12:26:20Z","date":"2026-02-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1007,"cache_read_tokens":36864,"cache_write_tokens":37743,"effective_tokens":1890,"cache_hit_rate":9216,"total_tokens":1011,"cost_usd":0.28036374999999997} +{"run_id":22394669971,"workflow":"Secret Digger (Claude)","created_at":"2026-02-25T11:22:54Z","date":"2026-02-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1251,"cache_read_tokens":36864,"cache_write_tokens":37982,"effective_tokens":2373,"cache_hit_rate":9216,"total_tokens":1255,"cost_usd":0.2875275} +{"run_id":22392727133,"workflow":"Secret Digger (Claude)","created_at":"2026-02-25T10:26:41Z","date":"2026-02-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":689,"cache_read_tokens":36864,"cache_write_tokens":37561,"effective_tokens":1390,"cache_hit_rate":9216,"total_tokens":693,"cost_usd":0.27083625} +{"run_id":22390576030,"workflow":"Secret Digger (Claude)","created_at":"2026-02-25T09:26:07Z","date":"2026-02-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":838,"cache_read_tokens":36864,"cache_write_tokens":37706,"effective_tokens":1684,"cache_hit_rate":9216,"total_tokens":842,"cost_usd":0.2756625} +{"run_id":22388464735,"workflow":"Secret Digger (Claude)","created_at":"2026-02-25T08:24:43Z","date":"2026-02-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":814,"cache_read_tokens":36864,"cache_write_tokens":37518,"effective_tokens":1472,"cache_hit_rate":9216,"total_tokens":818,"cost_usd":0.27366250000000003} +{"run_id":22386759497,"workflow":"Secret Digger (Claude)","created_at":"2026-02-25T07:29:15Z","date":"2026-02-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":815,"cache_read_tokens":36864,"cache_write_tokens":37629,"effective_tokens":1584,"cache_hit_rate":9216,"total_tokens":819,"cost_usd":0.27454124999999996} +{"run_id":22385269650,"workflow":"Secret Digger (Claude)","created_at":"2026-02-25T06:34:12Z","date":"2026-02-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":813,"cache_read_tokens":36864,"cache_write_tokens":37520,"effective_tokens":1473,"cache_hit_rate":9216,"total_tokens":817,"cost_usd":0.27359999999999995} +{"run_id":22383803910,"workflow":"Secret Digger (Claude)","created_at":"2026-02-25T05:35:43Z","date":"2026-02-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":663,"cache_read_tokens":36864,"cache_write_tokens":37398,"effective_tokens":1201,"cache_hit_rate":9216,"total_tokens":667,"cost_usd":0.2692875} +{"run_id":22382592729,"workflow":"Secret Digger (Claude)","created_at":"2026-02-25T04:44:31Z","date":"2026-02-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1057,"cache_read_tokens":36864,"cache_write_tokens":37921,"effective_tokens":2118,"cache_hit_rate":9216,"total_tokens":1061,"cost_usd":0.28247625000000004} +{"run_id":22380471599,"workflow":"Secret Digger (Claude)","created_at":"2026-02-25T03:10:36Z","date":"2026-02-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1067,"cache_read_tokens":36864,"cache_write_tokens":37910,"effective_tokens":2117,"cache_hit_rate":9216,"total_tokens":1071,"cost_usd":0.2825875} +{"run_id":22378308010,"workflow":"Secret Digger (Claude)","created_at":"2026-02-25T01:41:34Z","date":"2026-02-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1028,"cache_read_tokens":36864,"cache_write_tokens":37894,"effective_tokens":2062,"cache_hit_rate":9216,"total_tokens":1032,"cost_usd":0.2815375} +{"run_id":22376962145,"workflow":"Secret Digger (Claude)","created_at":"2026-02-25T00:51:56Z","date":"2026-02-25","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":577,"cache_read_tokens":36864,"cache_write_tokens":37321,"effective_tokens":1038,"cache_hit_rate":9216,"total_tokens":581,"cost_usd":0.26643625} +{"run_id":22374273696,"workflow":"Secret Digger (Claude)","created_at":"2026-02-24T23:15:41Z","date":"2026-02-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":639,"cache_read_tokens":36851,"cache_write_tokens":37495,"effective_tokens":1287,"cache_hit_rate":9212.75,"total_tokens":643,"cost_usd":0.26913725000000005} +{"run_id":22372436681,"workflow":"Secret Digger (Claude)","created_at":"2026-02-24T22:15:57Z","date":"2026-02-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":743,"cache_read_tokens":36851,"cache_write_tokens":37591,"effective_tokens":1487,"cache_hit_rate":9212.75,"total_tokens":747,"cost_usd":0.27250725} +{"run_id":22370466918,"workflow":"Secret Digger (Claude)","created_at":"2026-02-24T21:17:49Z","date":"2026-02-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":837,"cache_read_tokens":36850,"cache_write_tokens":37691,"effective_tokens":1682,"cache_hit_rate":9212.5,"total_tokens":841,"cost_usd":0.27544675} +{"run_id":22368401800,"workflow":"Secret Digger (Claude)","created_at":"2026-02-24T20:17:50Z","date":"2026-02-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":537,"cache_read_tokens":36867,"cache_write_tokens":37415,"effective_tokens":1089,"cache_hit_rate":9216.75,"total_tokens":541,"cost_usd":0.26628024999999994} +{"run_id":22366656977,"workflow":"Secret Digger (Claude)","created_at":"2026-02-24T19:28:20Z","date":"2026-02-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":879,"cache_read_tokens":36867,"cache_write_tokens":37746,"effective_tokens":1762,"cache_hit_rate":9216.75,"total_tokens":883,"cost_usd":0.27709399999999995} +{"run_id":22364591239,"workflow":"Secret Digger (Claude)","created_at":"2026-02-24T18:30:11Z","date":"2026-02-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":935,"cache_read_tokens":36867,"cache_write_tokens":37809,"effective_tokens":1881,"cache_hit_rate":9216.75,"total_tokens":939,"cost_usd":0.27871275} +{"run_id":22362408262,"workflow":"Secret Digger (Claude)","created_at":"2026-02-24T17:29:47Z","date":"2026-02-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":870,"cache_read_tokens":36855,"cache_write_tokens":37725,"effective_tokens":1744,"cache_hit_rate":9213.75,"total_tokens":874,"cost_usd":0.27655175} +{"run_id":22360166289,"workflow":"Secret Digger (Claude)","created_at":"2026-02-24T16:31:35Z","date":"2026-02-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":778,"cache_read_tokens":36855,"cache_write_tokens":37452,"effective_tokens":1379,"cache_hit_rate":9213.75,"total_tokens":782,"cost_usd":0.2725305} +{"run_id":22357609139,"workflow":"Secret Digger (Claude)","created_at":"2026-02-24T15:28:28Z","date":"2026-02-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":668,"cache_read_tokens":36855,"cache_write_tokens":37493,"effective_tokens":1310,"cache_hit_rate":9213.75,"total_tokens":672,"cost_usd":0.27001175} +{"run_id":22355248429,"workflow":"Secret Digger (Claude)","created_at":"2026-02-24T14:30:35Z","date":"2026-02-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":680,"cache_read_tokens":36855,"cache_write_tokens":37474,"effective_tokens":1303,"cache_hit_rate":9213.75,"total_tokens":684,"cost_usd":0.270223} +{"run_id":22353248079,"workflow":"Secret Digger (Claude)","created_at":"2026-02-24T13:37:31Z","date":"2026-02-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1054,"cache_read_tokens":36855,"cache_write_tokens":37904,"effective_tokens":2107,"cache_hit_rate":9213.75,"total_tokens":1058,"cost_usd":0.2823255} +{"run_id":22350752314,"workflow":"Secret Digger (Claude)","created_at":"2026-02-24T12:26:11Z","date":"2026-02-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":799,"cache_read_tokens":36855,"cache_write_tokens":37513,"effective_tokens":1461,"cache_hit_rate":9213.75,"total_tokens":803,"cost_usd":0.27326675} +{"run_id":22348681799,"workflow":"Secret Digger (Claude)","created_at":"2026-02-24T11:23:01Z","date":"2026-02-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1034,"cache_read_tokens":36855,"cache_write_tokens":37856,"effective_tokens":2039,"cache_hit_rate":9213.75,"total_tokens":1038,"cost_usd":0.28126549999999995} +{"run_id":22346741244,"workflow":"Secret Digger (Claude)","created_at":"2026-02-24T10:25:38Z","date":"2026-02-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":673,"cache_read_tokens":36855,"cache_write_tokens":37531,"effective_tokens":1353,"cache_hit_rate":9213.75,"total_tokens":677,"cost_usd":0.27020925} +{"run_id":22344667328,"workflow":"Secret Digger (Claude)","created_at":"2026-02-24T09:27:07Z","date":"2026-02-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1130,"cache_read_tokens":36855,"cache_write_tokens":37981,"effective_tokens":2260,"cache_hit_rate":9213.75,"total_tokens":1134,"cost_usd":0.28441174999999996} +{"run_id":22342573275,"workflow":"Secret Digger (Claude)","created_at":"2026-02-24T08:24:29Z","date":"2026-02-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":945,"cache_read_tokens":36855,"cache_write_tokens":37730,"effective_tokens":1824,"cache_hit_rate":9213.75,"total_tokens":949,"cost_usd":0.278483} +{"run_id":22340964639,"workflow":"Secret Digger (Claude)","created_at":"2026-02-24T07:29:02Z","date":"2026-02-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":577,"cache_read_tokens":36855,"cache_write_tokens":37444,"effective_tokens":1170,"cache_hit_rate":9213.75,"total_tokens":581,"cost_usd":0.26751549999999996} +{"run_id":22339483622,"workflow":"Secret Digger (Claude)","created_at":"2026-02-24T06:31:37Z","date":"2026-02-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":794,"cache_read_tokens":36855,"cache_write_tokens":37488,"effective_tokens":1431,"cache_hit_rate":9213.75,"total_tokens":798,"cost_usd":0.2729105} +{"run_id":22338119958,"workflow":"Secret Digger (Claude)","created_at":"2026-02-24T05:34:32Z","date":"2026-02-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":2001,"cache_read_tokens":36855,"cache_write_tokens":38791,"effective_tokens":3941,"cache_hit_rate":9213.75,"total_tokens":2005,"cost_usd":0.31141425} +{"run_id":22336968728,"workflow":"Secret Digger (Claude)","created_at":"2026-02-24T04:43:34Z","date":"2026-02-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1287,"cache_read_tokens":36855,"cache_write_tokens":38082,"effective_tokens":2518,"cache_hit_rate":9213.75,"total_tokens":1291,"cost_usd":0.288943} +{"run_id":22334950729,"workflow":"Secret Digger (Claude)","created_at":"2026-02-24T03:09:55Z","date":"2026-02-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":844,"cache_read_tokens":36855,"cache_write_tokens":37695,"effective_tokens":1688,"cache_hit_rate":9213.75,"total_tokens":848,"cost_usd":0.27571424999999994} +{"run_id":22332944858,"workflow":"Secret Digger (Claude)","created_at":"2026-02-24T01:41:45Z","date":"2026-02-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":837,"cache_read_tokens":36860,"cache_write_tokens":37466,"effective_tokens":1447,"cache_hit_rate":9215,"total_tokens":841,"cost_usd":0.27412549999999997} +{"run_id":22331566453,"workflow":"Secret Digger (Claude)","created_at":"2026-02-24T00:46:52Z","date":"2026-02-24","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":695,"cache_read_tokens":36860,"cache_write_tokens":37471,"effective_tokens":1310,"cache_hit_rate":9215,"total_tokens":699,"cost_usd":0.27061175} +{"run_id":22329092217,"workflow":"Secret Digger (Claude)","created_at":"2026-02-23T23:19:15Z","date":"2026-02-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":611,"cache_read_tokens":36860,"cache_write_tokens":37426,"effective_tokens":1181,"cache_hit_rate":9215,"total_tokens":615,"cost_usd":0.26824549999999997} +{"run_id":22327351354,"workflow":"Secret Digger (Claude)","created_at":"2026-02-23T22:22:40Z","date":"2026-02-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":600,"cache_read_tokens":36860,"cache_write_tokens":37470,"effective_tokens":1214,"cache_hit_rate":9215,"total_tokens":604,"cost_usd":0.2680205} +{"run_id":22325389785,"workflow":"Secret Digger (Claude)","created_at":"2026-02-23T21:23:27Z","date":"2026-02-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":672,"cache_read_tokens":36860,"cache_write_tokens":37372,"effective_tokens":1188,"cache_hit_rate":9215,"total_tokens":676,"cost_usd":0.26916799999999996} +{"run_id":22323316900,"workflow":"Secret Digger (Claude)","created_at":"2026-02-23T20:21:27Z","date":"2026-02-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1034,"cache_read_tokens":36860,"cache_write_tokens":37678,"effective_tokens":1856,"cache_hit_rate":9215,"total_tokens":1038,"cost_usd":0.28014049999999996} +{"run_id":22321624181,"workflow":"Secret Digger (Claude)","created_at":"2026-02-23T19:32:15Z","date":"2026-02-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":560,"cache_read_tokens":36860,"cache_write_tokens":37429,"effective_tokens":1133,"cache_hit_rate":9215,"total_tokens":564,"cost_usd":0.26694924999999997} +{"run_id":22319528326,"workflow":"Secret Digger (Claude)","created_at":"2026-02-23T18:31:50Z","date":"2026-02-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1108,"cache_read_tokens":36860,"cache_write_tokens":37884,"effective_tokens":2136,"cache_hit_rate":9215,"total_tokens":1112,"cost_usd":0.28354299999999993} +{"run_id":22317408297,"workflow":"Secret Digger (Claude)","created_at":"2026-02-23T17:31:36Z","date":"2026-02-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":725,"cache_read_tokens":36860,"cache_write_tokens":37591,"effective_tokens":1460,"cache_hit_rate":9215,"total_tokens":729,"cost_usd":0.27193174999999997} +{"run_id":22315047678,"workflow":"Secret Digger (Claude)","created_at":"2026-02-23T16:27:15Z","date":"2026-02-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1244,"cache_read_tokens":36860,"cache_write_tokens":38079,"effective_tokens":2467,"cache_hit_rate":9215,"total_tokens":1248,"cost_usd":0.28794175} +{"run_id":22312570721,"workflow":"Secret Digger (Claude)","created_at":"2026-02-23T15:23:56Z","date":"2026-02-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1052,"cache_read_tokens":36860,"cache_write_tokens":37702,"effective_tokens":1898,"cache_hit_rate":9215,"total_tokens":1056,"cost_usd":0.28076049999999997} +{"run_id":22310327784,"workflow":"Secret Digger (Claude)","created_at":"2026-02-23T14:27:46Z","date":"2026-02-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":852,"cache_read_tokens":36860,"cache_write_tokens":37721,"effective_tokens":1717,"cache_hit_rate":9215,"total_tokens":856,"cost_usd":0.27550624999999995} +{"run_id":22308450791,"workflow":"Secret Digger (Claude)","created_at":"2026-02-23T13:36:58Z","date":"2026-02-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":898,"cache_read_tokens":36860,"cache_write_tokens":37754,"effective_tokens":1796,"cache_hit_rate":9215,"total_tokens":902,"cost_usd":0.27726549999999994} +{"run_id":22306036605,"workflow":"Secret Digger (Claude)","created_at":"2026-02-23T12:25:55Z","date":"2026-02-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":644,"cache_read_tokens":36860,"cache_write_tokens":37503,"effective_tokens":1291,"cache_hit_rate":9215,"total_tokens":648,"cost_usd":0.26925174999999996} +{"run_id":22303996785,"workflow":"Secret Digger (Claude)","created_at":"2026-02-23T11:22:37Z","date":"2026-02-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":784,"cache_read_tokens":36860,"cache_write_tokens":37543,"effective_tokens":1471,"cache_hit_rate":9215,"total_tokens":788,"cost_usd":0.27309174999999997} +{"run_id":22302149380,"workflow":"Secret Digger (Claude)","created_at":"2026-02-23T10:26:44Z","date":"2026-02-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":698,"cache_read_tokens":36860,"cache_write_tokens":37435,"effective_tokens":1277,"cache_hit_rate":9215,"total_tokens":702,"cost_usd":0.27046175} +{"run_id":22300121880,"workflow":"Secret Digger (Claude)","created_at":"2026-02-23T09:27:42Z","date":"2026-02-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":922,"cache_read_tokens":36860,"cache_write_tokens":37784,"effective_tokens":1850,"cache_hit_rate":9215,"total_tokens":926,"cost_usd":0.27824299999999996} +{"run_id":22298177053,"workflow":"Secret Digger (Claude)","created_at":"2026-02-23T08:24:09Z","date":"2026-02-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":750,"cache_read_tokens":36860,"cache_write_tokens":37617,"effective_tokens":1511,"cache_hit_rate":9215,"total_tokens":754,"cost_usd":0.27286925} +{"run_id":22296812932,"workflow":"Secret Digger (Claude)","created_at":"2026-02-23T07:31:46Z","date":"2026-02-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":752,"cache_read_tokens":36860,"cache_write_tokens":37556,"effective_tokens":1452,"cache_hit_rate":9215,"total_tokens":756,"cost_usd":0.27233799999999997} +{"run_id":22295520327,"workflow":"Secret Digger (Claude)","created_at":"2026-02-23T06:36:26Z","date":"2026-02-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":691,"cache_read_tokens":36860,"cache_write_tokens":37442,"effective_tokens":1277,"cache_hit_rate":9215,"total_tokens":695,"cost_usd":0.2702805} +{"run_id":22294276442,"workflow":"Secret Digger (Claude)","created_at":"2026-02-23T05:37:47Z","date":"2026-02-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1049,"cache_read_tokens":36860,"cache_write_tokens":37910,"effective_tokens":2103,"cache_hit_rate":9215,"total_tokens":1053,"cost_usd":0.2822505} +{"run_id":22293316083,"workflow":"Secret Digger (Claude)","created_at":"2026-02-23T04:48:43Z","date":"2026-02-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":771,"cache_read_tokens":36860,"cache_write_tokens":37453,"effective_tokens":1368,"cache_hit_rate":9215,"total_tokens":775,"cost_usd":0.27218424999999996} +{"run_id":22291608565,"workflow":"Secret Digger (Claude)","created_at":"2026-02-23T03:13:03Z","date":"2026-02-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":999,"cache_read_tokens":36860,"cache_write_tokens":37722,"effective_tokens":1865,"cache_hit_rate":9215,"total_tokens":1003,"cost_usd":0.27956549999999997} +{"run_id":22290039790,"workflow":"Secret Digger (Claude)","created_at":"2026-02-23T01:42:04Z","date":"2026-02-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1042,"cache_read_tokens":36860,"cache_write_tokens":37851,"effective_tokens":2037,"cache_hit_rate":9215,"total_tokens":1046,"cost_usd":0.28150675} +{"run_id":22289127967,"workflow":"Secret Digger (Claude)","created_at":"2026-02-23T00:50:02Z","date":"2026-02-23","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":750,"cache_read_tokens":36860,"cache_write_tokens":37600,"effective_tokens":1494,"cache_hit_rate":9215,"total_tokens":754,"cost_usd":0.27280299999999996} +{"run_id":22287461061,"workflow":"Secret Digger (Claude)","created_at":"2026-02-22T23:12:30Z","date":"2026-02-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":903,"cache_read_tokens":36860,"cache_write_tokens":37768,"effective_tokens":1815,"cache_hit_rate":9215,"total_tokens":907,"cost_usd":0.277643} +{"run_id":22286433112,"workflow":"Secret Digger (Claude)","created_at":"2026-02-22T22:11:08Z","date":"2026-02-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":669,"cache_read_tokens":36860,"cache_write_tokens":37534,"effective_tokens":1347,"cache_hit_rate":9215,"total_tokens":673,"cost_usd":0.27012549999999996} +{"run_id":22285434826,"workflow":"Secret Digger (Claude)","created_at":"2026-02-22T21:11:45Z","date":"2026-02-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":733,"cache_read_tokens":36860,"cache_write_tokens":37605,"effective_tokens":1482,"cache_hit_rate":9215,"total_tokens":737,"cost_usd":0.27215924999999996} +{"run_id":22284446336,"workflow":"Secret Digger (Claude)","created_at":"2026-02-22T20:11:17Z","date":"2026-02-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":890,"cache_read_tokens":36860,"cache_write_tokens":37761,"effective_tokens":1795,"cache_hit_rate":9215,"total_tokens":894,"cost_usd":0.27727925} +{"run_id":22283526171,"workflow":"Secret Digger (Claude)","created_at":"2026-02-22T19:14:06Z","date":"2026-02-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":731,"cache_read_tokens":36860,"cache_write_tokens":37598,"effective_tokens":1473,"cache_hit_rate":9215,"total_tokens":735,"cost_usd":0.2722905} +{"run_id":22282615372,"workflow":"Secret Digger (Claude)","created_at":"2026-02-22T18:16:05Z","date":"2026-02-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":736,"cache_read_tokens":36860,"cache_write_tokens":37468,"effective_tokens":1348,"cache_hit_rate":9215,"total_tokens":740,"cost_usd":0.27157299999999995} +{"run_id":22281610368,"workflow":"Secret Digger (Claude)","created_at":"2026-02-22T17:13:15Z","date":"2026-02-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1061,"cache_read_tokens":36860,"cache_write_tokens":37877,"effective_tokens":2082,"cache_hit_rate":9215,"total_tokens":1065,"cost_usd":0.28232424999999994} +{"run_id":22280658218,"workflow":"Secret Digger (Claude)","created_at":"2026-02-22T16:12:51Z","date":"2026-02-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":646,"cache_read_tokens":36860,"cache_write_tokens":37512,"effective_tokens":1302,"cache_hit_rate":9215,"total_tokens":650,"cost_usd":0.26940299999999995} +{"run_id":22279686475,"workflow":"Secret Digger (Claude)","created_at":"2026-02-22T15:12:04Z","date":"2026-02-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":999,"cache_read_tokens":36860,"cache_write_tokens":37812,"effective_tokens":1955,"cache_hit_rate":9215,"total_tokens":1003,"cost_usd":0.280328} +{"run_id":22278781521,"workflow":"Secret Digger (Claude)","created_at":"2026-02-22T14:13:44Z","date":"2026-02-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1026,"cache_read_tokens":36860,"cache_write_tokens":37846,"effective_tokens":2016,"cache_hit_rate":9215,"total_tokens":1030,"cost_usd":0.28103049999999996} +{"run_id":22278011464,"workflow":"Secret Digger (Claude)","created_at":"2026-02-22T13:24:30Z","date":"2026-02-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":759,"cache_read_tokens":36860,"cache_write_tokens":37425,"effective_tokens":1328,"cache_hit_rate":9215,"total_tokens":763,"cost_usd":0.27189925} +{"run_id":22276985949,"workflow":"Secret Digger (Claude)","created_at":"2026-02-22T12:17:43Z","date":"2026-02-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":982,"cache_read_tokens":36860,"cache_write_tokens":37855,"effective_tokens":1981,"cache_hit_rate":9215,"total_tokens":986,"cost_usd":0.2801017499999999} +{"run_id":22275996469,"workflow":"Secret Digger (Claude)","created_at":"2026-02-22T11:11:15Z","date":"2026-02-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":981,"cache_read_tokens":36860,"cache_write_tokens":37639,"effective_tokens":1764,"cache_hit_rate":9215,"total_tokens":985,"cost_usd":0.27862175} +{"run_id":22275135702,"workflow":"Secret Digger (Claude)","created_at":"2026-02-22T10:11:46Z","date":"2026-02-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1201,"cache_read_tokens":36860,"cache_write_tokens":38060,"effective_tokens":2405,"cache_hit_rate":9215,"total_tokens":1205,"cost_usd":0.28666299999999995} +{"run_id":22274313366,"workflow":"Secret Digger (Claude)","created_at":"2026-02-22T09:14:37Z","date":"2026-02-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1138,"cache_read_tokens":36860,"cache_write_tokens":37879,"effective_tokens":2161,"cache_hit_rate":9215,"total_tokens":1142,"cost_usd":0.28421175} +{"run_id":22273451657,"workflow":"Secret Digger (Claude)","created_at":"2026-02-22T08:14:57Z","date":"2026-02-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":572,"cache_read_tokens":36860,"cache_write_tokens":37439,"effective_tokens":1155,"cache_hit_rate":9215,"total_tokens":576,"cost_usd":0.26732674999999995} +{"run_id":22272717581,"workflow":"Secret Digger (Claude)","created_at":"2026-02-22T07:22:08Z","date":"2026-02-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":940,"cache_read_tokens":36860,"cache_write_tokens":37644,"effective_tokens":1728,"cache_hit_rate":9215,"total_tokens":944,"cost_usd":0.27776799999999996} +{"run_id":22271952653,"workflow":"Secret Digger (Claude)","created_at":"2026-02-22T06:24:38Z","date":"2026-02-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1042,"cache_read_tokens":36860,"cache_write_tokens":37900,"effective_tokens":2086,"cache_hit_rate":9215,"total_tokens":1046,"cost_usd":0.2817529999999999} +{"run_id":22271211534,"workflow":"Secret Digger (Claude)","created_at":"2026-02-22T05:30:32Z","date":"2026-02-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":662,"cache_read_tokens":50924,"cache_write_tokens":23457,"effective_tokens":-26801,"cache_hit_rate":12731,"total_tokens":666,"cost_usd":0.18915125000000002} +{"run_id":22270591162,"workflow":"Secret Digger (Claude)","created_at":"2026-02-22T04:41:59Z","date":"2026-02-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":794,"cache_read_tokens":36860,"cache_write_tokens":37659,"effective_tokens":1597,"cache_hit_rate":9215,"total_tokens":798,"cost_usd":0.27405674999999996} +{"run_id":22269415601,"workflow":"Secret Digger (Claude)","created_at":"2026-02-22T03:11:10Z","date":"2026-02-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1257,"cache_read_tokens":50924,"cache_write_tokens":24034,"effective_tokens":-25629,"cache_hit_rate":12731,"total_tokens":1261,"cost_usd":0.20772749999999998} +{"run_id":22268221087,"workflow":"Secret Digger (Claude)","created_at":"2026-02-22T01:40:38Z","date":"2026-02-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":893,"cache_read_tokens":36860,"cache_write_tokens":37685,"effective_tokens":1722,"cache_hit_rate":9215,"total_tokens":897,"cost_usd":0.27664924999999996} +{"run_id":22267545666,"workflow":"Secret Digger (Claude)","created_at":"2026-02-22T00:50:14Z","date":"2026-02-22","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1479,"cache_read_tokens":50924,"cache_write_tokens":24271,"effective_tokens":-25170,"cache_hit_rate":12731,"total_tokens":1483,"cost_usd":0.21470874999999998} +{"run_id":22266190056,"workflow":"Secret Digger (Claude)","created_at":"2026-02-21T23:11:55Z","date":"2026-02-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":508,"cache_read_tokens":36860,"cache_write_tokens":37372,"effective_tokens":1024,"cache_hit_rate":9215,"total_tokens":512,"cost_usd":0.265323} +{"run_id":22265334919,"workflow":"Secret Digger (Claude)","created_at":"2026-02-21T22:11:03Z","date":"2026-02-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1408,"cache_read_tokens":36860,"cache_write_tokens":38220,"effective_tokens":2772,"cache_hit_rate":9215,"total_tokens":1412,"cost_usd":0.293043} +{"run_id":22264433164,"workflow":"Secret Digger (Claude)","created_at":"2026-02-21T21:11:00Z","date":"2026-02-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":690,"cache_read_tokens":36860,"cache_write_tokens":37549,"effective_tokens":1383,"cache_hit_rate":9215,"total_tokens":694,"cost_usd":0.27109924999999996} +{"run_id":22263540089,"workflow":"Secret Digger (Claude)","created_at":"2026-02-21T20:11:13Z","date":"2026-02-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":757,"cache_read_tokens":36860,"cache_write_tokens":37626,"effective_tokens":1527,"cache_hit_rate":9215,"total_tokens":761,"cost_usd":0.27310049999999997} +{"run_id":22262683139,"workflow":"Secret Digger (Claude)","created_at":"2026-02-21T19:13:35Z","date":"2026-02-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":758,"cache_read_tokens":50924,"cache_write_tokens":23460,"effective_tokens":-26702,"cache_hit_rate":12731,"total_tokens":762,"cost_usd":0.19164} +{"run_id":22261806797,"workflow":"Secret Digger (Claude)","created_at":"2026-02-21T18:15:07Z","date":"2026-02-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1116,"cache_read_tokens":50924,"cache_write_tokens":23769,"effective_tokens":-26035,"cache_hit_rate":12731,"total_tokens":1120,"cost_usd":0.20226624999999998} +{"run_id":22260865850,"workflow":"Secret Digger (Claude)","created_at":"2026-02-21T17:13:00Z","date":"2026-02-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":691,"cache_read_tokens":36860,"cache_write_tokens":37407,"effective_tokens":1242,"cache_hit_rate":9215,"total_tokens":695,"cost_usd":0.26989674999999996} +{"run_id":22259981315,"workflow":"Secret Digger (Claude)","created_at":"2026-02-21T16:12:03Z","date":"2026-02-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":763,"cache_read_tokens":36860,"cache_write_tokens":37547,"effective_tokens":1454,"cache_hit_rate":9215,"total_tokens":767,"cost_usd":0.27257675} +{"run_id":22259117389,"workflow":"Secret Digger (Claude)","created_at":"2026-02-21T15:11:49Z","date":"2026-02-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":707,"cache_read_tokens":36860,"cache_write_tokens":37574,"effective_tokens":1425,"cache_hit_rate":9215,"total_tokens":711,"cost_usd":0.2714005} +{"run_id":22258277500,"workflow":"Secret Digger (Claude)","created_at":"2026-02-21T14:12:45Z","date":"2026-02-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1226,"cache_read_tokens":36860,"cache_write_tokens":37946,"effective_tokens":2316,"cache_hit_rate":9215,"total_tokens":1230,"cost_usd":0.2866355} +{"run_id":22257579043,"workflow":"Secret Digger (Claude)","created_at":"2026-02-21T13:23:54Z","date":"2026-02-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":405,"cache_read_tokens":36860,"cache_write_tokens":37230,"effective_tokens":779,"cache_hit_rate":9215,"total_tokens":409,"cost_usd":0.2618054999999999} +{"run_id":22256663954,"workflow":"Secret Digger (Claude)","created_at":"2026-02-21T12:17:09Z","date":"2026-02-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":940,"cache_read_tokens":36860,"cache_write_tokens":37697,"effective_tokens":1781,"cache_hit_rate":9215,"total_tokens":944,"cost_usd":0.27811424999999995} +{"run_id":22255783984,"workflow":"Secret Digger (Claude)","created_at":"2026-02-21T11:11:16Z","date":"2026-02-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":643,"cache_read_tokens":36860,"cache_write_tokens":37513,"effective_tokens":1300,"cache_hit_rate":9215,"total_tokens":647,"cost_usd":0.26936424999999997} +{"run_id":22254987907,"workflow":"Secret Digger (Claude)","created_at":"2026-02-21T10:11:33Z","date":"2026-02-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":881,"cache_read_tokens":36860,"cache_write_tokens":37742,"effective_tokens":1767,"cache_hit_rate":9215,"total_tokens":885,"cost_usd":0.2769155} +{"run_id":22254220124,"workflow":"Secret Digger (Claude)","created_at":"2026-02-21T09:14:16Z","date":"2026-02-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":1203,"cache_read_tokens":36860,"cache_write_tokens":37864,"effective_tokens":2211,"cache_hit_rate":9215,"total_tokens":1207,"cost_usd":0.28559299999999993} +{"run_id":22253417635,"workflow":"Secret Digger (Claude)","created_at":"2026-02-21T08:14:21Z","date":"2026-02-21","branch":"main","artifact":"agent-artifacts","epoch":-1,"label":"pre-tracking","description":"Before api-proxy token tracking (data from agent logs only)","models":["claude-haiku-4-5-20251001","claude-sonnet-4-6"],"providers":[],"api_calls":0,"input_tokens":4,"output_tokens":513,"cache_read_tokens":50924,"cache_write_tokens":23320,"effective_tokens":-27087,"cache_hit_rate":12731,"total_tokens":517,"cost_usd":0.184435} +{"run_id":24688444699,"workflow":"Daily Claude Token Optimization Advisor","created_at":"2026-04-20T20:22:25Z","date":"2026-04-20","branch":"main","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":8,"input_tokens":218367,"output_tokens":2906,"cache_read_tokens":184817,"cache_write_tokens":0,"effective_tokens":248473,"cache_hit_rate":0.846,"total_tokens":221273,"cost_usd":null} +{"run_id":24638122342,"workflow":"Daily Claude Token Optimization Advisor","created_at":"2026-04-19T20:13:44Z","date":"2026-04-19","branch":"main","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":12,"input_tokens":407781,"output_tokens":8799,"cache_read_tokens":355349,"cache_write_tokens":0,"effective_tokens":478512,"cache_hit_rate":0.871,"total_tokens":416580,"cost_usd":null} +{"run_id":24612977751,"workflow":"Daily Claude Token Optimization Advisor","created_at":"2026-04-18T20:14:06Z","date":"2026-04-18","branch":"main","artifact":"agent","epoch":5,"label":"sg-cache-align","description":"security-guard prompt cache alignment","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":6,"input_tokens":199718,"output_tokens":8686,"cache_read_tokens":149417,"cache_write_tokens":0,"effective_tokens":249404,"cache_hit_rate":0.748,"total_tokens":208404,"cost_usd":null} +{"run_id":24566435304,"workflow":"Daily Claude Token Optimization Advisor","created_at":"2026-04-17T13:01:46Z","date":"2026-04-17","branch":"main","artifact":"agent","epoch":4,"label":"smoke-claude-haiku","description":"smoke-claude Haiku + turn cap + narrow toolset","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":14,"input_tokens":829805,"output_tokens":24804,"cache_read_tokens":689160,"cache_write_tokens":0,"effective_tokens":997937,"cache_hit_rate":0.831,"total_tokens":854609,"cost_usd":null} +{"run_id":24365366709,"workflow":"Daily Claude Token Optimization Advisor","created_at":"2026-04-13T20:31:19Z","date":"2026-04-13","branch":"main","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":1062709,"output_tokens":31687,"cache_read_tokens":938922,"cache_write_tokens":0,"effective_tokens":1283349,"cache_hit_rate":0.884,"total_tokens":1094396,"cost_usd":null} +{"run_id":24315540348,"workflow":"Daily Claude Token Optimization Advisor","created_at":"2026-04-12T20:19:46Z","date":"2026-04-12","branch":"main","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":711554,"output_tokens":21244,"cache_read_tokens":603291,"cache_write_tokens":0,"effective_tokens":856859,"cache_hit_rate":0.848,"total_tokens":732798,"cost_usd":null} +{"run_id":24312479338,"workflow":"Daily Claude Token Optimization Advisor","created_at":"2026-04-12T17:39:24Z","date":"2026-04-12","branch":"main","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":1000684,"output_tokens":18763,"cache_read_tokens":911885,"cache_write_tokens":0,"effective_tokens":1166925,"cache_hit_rate":0.911,"total_tokens":1019447,"cost_usd":null} +{"run_id":24262322621,"workflow":"Daily Claude Token Optimization Advisor","created_at":"2026-04-10T20:18:16Z","date":"2026-04-10","branch":"main","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":886705,"output_tokens":23200,"cache_read_tokens":757994,"cache_write_tokens":0,"effective_tokens":1055304,"cache_hit_rate":0.855,"total_tokens":909905,"cost_usd":null} +{"run_id":24044400210,"workflow":"Daily Claude Token Optimization Advisor","created_at":"2026-04-06T18:18:38Z","date":"2026-04-06","branch":"main","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":1081053,"output_tokens":15331,"cache_read_tokens":989649,"cache_write_tokens":0,"effective_tokens":1241342,"cache_hit_rate":0.915,"total_tokens":1096384,"cost_usd":null} +{"run_id":24678766052,"workflow":"Daily Copilot Token Optimization Advisor","created_at":"2026-04-20T16:44:51Z","date":"2026-04-20","branch":"main","artifact":"agent","epoch":6,"label":"sg-relevance-gate","description":"security-guard pre-run relevance gating","models":["claude-sonnet-4.6"],"providers":["copilot"],"api_calls":4,"input_tokens":95739,"output_tokens":525,"cache_read_tokens":71517,"cache_write_tokens":0,"effective_tokens":104991,"cache_hit_rate":0.747,"total_tokens":96264,"cost_usd":null} +{"run_id":24482836610,"workflow":"Daily Copilot Token Optimization Advisor","created_at":"2026-04-15T23:02:57Z","date":"2026-04-15","branch":"main","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":428823,"output_tokens":16479,"cache_read_tokens":338729,"cache_write_tokens":0,"effective_tokens":528612,"cache_hit_rate":0.79,"total_tokens":445302,"cost_usd":null} +{"run_id":24427638400,"workflow":"Daily Copilot Token Optimization Advisor","created_at":"2026-04-14T23:14:36Z","date":"2026-04-14","branch":"main","artifact":"agent","epoch":3,"label":"haiku-switch","description":"secret-digger-claude → Haiku","models":[],"providers":[],"api_calls":0,"input_tokens":479340,"output_tokens":15302,"cache_read_tokens":385898,"cache_write_tokens":0,"effective_tokens":579138,"cache_hit_rate":0.805,"total_tokens":494642,"cost_usd":null} +{"run_id":24339492680,"workflow":"Daily Copilot Token Optimization Advisor","created_at":"2026-04-13T10:52:01Z","date":"2026-04-13","branch":"main","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":408329,"output_tokens":10350,"cache_read_tokens":327271,"cache_write_tokens":0,"effective_tokens":482456,"cache_hit_rate":0.801,"total_tokens":418679,"cost_usd":null} +{"run_id":24304575106,"workflow":"Daily Copilot Token Optimization Advisor","created_at":"2026-04-12T10:29:50Z","date":"2026-04-12","branch":"main","artifact":"agent","epoch":2,"label":"sg-opt-2","description":"security-guard turn cap + relevance gate (~32%)","models":[],"providers":[],"api_calls":0,"input_tokens":555795,"output_tokens":13038,"cache_read_tokens":469270,"cache_write_tokens":0,"effective_tokens":654874,"cache_hit_rate":0.844,"total_tokens":568833,"cost_usd":null} +{"run_id":24280552425,"workflow":"Daily Copilot Token Optimization Advisor","created_at":"2026-04-11T10:28:19Z","date":"2026-04-11","branch":"main","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":463160,"output_tokens":10216,"cache_read_tokens":382878,"cache_write_tokens":0,"effective_tokens":542312,"cache_hit_rate":0.827,"total_tokens":473376,"cost_usd":null} +{"run_id":24239331447,"workflow":"Daily Copilot Token Optimization Advisor","created_at":"2026-04-10T10:49:33Z","date":"2026-04-10","branch":"main","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":1937601,"output_tokens":14007,"cache_read_tokens":1701356,"cache_write_tokens":0,"effective_tokens":2163765,"cache_hit_rate":0.878,"total_tokens":1951608,"cost_usd":null} +{"run_id":24108831416,"workflow":"Daily Copilot Token Optimization Advisor","created_at":"2026-04-07T23:09:37Z","date":"2026-04-07","branch":"main","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":515714,"output_tokens":13336,"cache_read_tokens":425494,"cache_write_tokens":0,"effective_tokens":611607,"cache_hit_rate":0.825,"total_tokens":529050,"cost_usd":null} +{"run_id":24044415750,"workflow":"Daily Copilot Token Optimization Advisor","created_at":"2026-04-06T18:19:03Z","date":"2026-04-06","branch":"main","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":1641098,"output_tokens":25545,"cache_read_tokens":1511312,"cache_write_tokens":0,"effective_tokens":1894409,"cache_hit_rate":0.921,"total_tokens":1666643,"cost_usd":null} +{"run_id":24028698652,"workflow":"Daily Copilot Token Optimization Advisor","created_at":"2026-04-06T10:39:19Z","date":"2026-04-06","branch":"main","artifact":"agent","epoch":1,"label":"sg-opt-1","description":"security-guard first optimization","models":[],"providers":[],"api_calls":0,"input_tokens":578247,"output_tokens":10238,"cache_read_tokens":500183,"cache_write_tokens":0,"effective_tokens":669217,"cache_hit_rate":0.865,"total_tokens":588485,"cost_usd":null}