-
Notifications
You must be signed in to change notification settings - Fork 0
Harden the no-QA generation slice from local alpha testing (4.3.2) #277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
leynos
wants to merge
26
commits into
main
Choose a base branch
from
4-3-2-no-qa-generation-runs-and-tei-p5-retrieval-alpha-feedback
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 10 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
83d79a8
Import runtime-evaluated annotation names unconditionally in the UoW
leynos 5292ac8
Add provider request options, JSON mode, and a configurable timeout
leynos 7d154f2
Omit zero-valued optional usage metrics from provider-call usage
leynos d3a7a34
Persist pricing snapshots before pinning or recording against them
leynos 0eed5c7
Ship pricing snapshots in the image and add the 2026-08 snapshot
leynos 3bd7d8b
Give the chart volume support and boot-required local preview values
leynos 49ca840
Provision auth and OpenAI credentials in the local preview secret
leynos 44ac35f
Fix the Skylos interpreter pin and the skylos-allow target
leynos 0e61b79
Document preview migrations, object-store lifetime, and alpha findings
leynos 989f5f3
Record the successful end-to-end no-QA generation run
leynos c71c3dd
Harden runtime composition from review feedback
leynos 970b67f
Price provider usage once and harden snapshot persistence
leynos ba6bbc3
Keep preview secrets out of command arguments
leynos a93d9ea
Document canonical port and storage contracts from review feedback
leynos 242fc93
Strengthen test coverage and hygiene from review feedback
leynos 2a3bd29
Document tracing, provider options, and preview credentials in guides
leynos 5294608
Reject malformed provider usage and pricing snapshot inputs
leynos 264ce20
Extend runtime, snapshot, and preview configuration test coverage
leynos 1f36c9f
Document effective dates, preview credentials, and alpha progress
leynos 2ded8ee
Prove runtime option propagation, autospec safety, and image packaging
leynos 419bc51
Carry effective_from as a timezone-aware datetime in the domain
leynos a12c858
Split chat usage normalization into validation and metric helpers
leynos 7597d3a
Add property and concurrency coverage for usage and snapshot invariants
leynos 603985b
Harden preview manifests and credential handling from review feedback
leynos 0e4f1a9
Keep snapshot resolution read-only and reject invalid effective dates
leynos a6267a6
Tighten review-driven test contracts and documentation
leynos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| pricing_snapshot_id: 018f15f8-8c12-7c3a-9e9f-9f8f8f8f8f92 | ||
| provider_name: openai | ||
| model: gpt-5.6-sol | ||
| operation: chat_completions | ||
| source_kind: provider_rate_card | ||
| currency: USD | ||
| billing_period_key: "2026-08" | ||
|
leynos marked this conversation as resolved.
|
||
| rates_minor_per_metric: | ||
| input_tokens: 200 | ||
| output_tokens: 1000 | ||
| cached_input_tokens: 20 | ||
|
coderabbitai[bot] marked this conversation as resolved.
|
||
| reasoning_tokens: 1000 | ||
|
coderabbitai[bot] marked this conversation as resolved.
Outdated
coderabbitai[bot] marked this conversation as resolved.
Outdated
|
||
| source_metadata: | ||
| source_url: https://developers.openai.com/api/docs/pricing | ||
| retrieved_at: "2026-08-22T00:00:00Z" | ||
| effective_from: "2026-08-01T00:00:00Z" | ||
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.