chore: release - merge dev into main#1433
Merged
Merged
Conversation
Co-authored-by: Cascade Bot <bot@cascade.dev>
…help (#1431) Add "secret": "<YOUR_WEBHOOK_SECRET>" (placeholder only, never the real value) to the manual webhook curl config object so operators wiring a GitHub webhook by hand can discover and configure HMAC signature verification. - Extract the curl construction into an exported pure helper buildGithubWebhookCurl(webhookCallbackUrl) so it is unit-testable without React Query / tRPC providers; GitHubWebhookSection consumes it. - Add explanatory copy under the curl noting the placeholder must match the saved Webhook Signing Secret value and that the create-webhook button injects it automatically once saved (CLI equivalent included). - New tests/unit/web/scm-github-webhook.test.ts pins the secret placeholder, callback URL interpolation, and event list. - Document GitHub's optional GITHUB_WEBHOOK_SECRET in getting-started.md, matching the Linear/Sentry rows, with a one-line opt-in note. Co-authored-by: Cascade Bot <bot@cascade.dev> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Codex collapsed an entire run into one agent_run_llm_calls row written at turn.completed, with tools stored as bare name strings (input dropped) — so the dashboard showed one end-of-run row of empty "bash" badges: not realtime, no command detail. Codex reports token usage only once (cumulative) at turn.completed, so per-row token attribution is not possible. Persist a Claude-Code-style content-block row per item.completed as it streams (text, or tool_use with full input; tool names normalized to the Claude vocab so the shared parser renders the command/args). Keep the single cumulative cost/usage row at turn.completed unchanged, so run-total cost stays accurate. New codex rows are content-block arrays and render via the existing parseClaudeCodeBlocks path; parseCodexPayload stays as a fallback for old rows. Also poll the run-detail LLM-calls list (and run status) while the run is active so the streamed rows appear live. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…-llm-logs fix(codex): stream per-item LLM-call rows with full tool detail
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated release PR created by the release workflow.
Commits (4):