release: v0.4.5#214
Merged
Merged
Conversation
- Cargo.toml: 0.4.4 → 0.4.5 - CHANGELOG.md: full v0.4.5 entry with all changes - README.md: updated auth flow (auto-detect env vars, model/base URL prompts), config show --global/--project, CORA_API_KEY CI note - docs/configuration.md: new file roles table, API key resolution section, CORA_API_KEY described as CI-only
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.
Summary
Release v0.4.5 — config architecture redesign, auth improvements, bug fixes, and documentation updates.
Changes Since v0.4.4
Changed
rules/path (bug: deterministic rules fire on own pattern definitions and test fixtures #185)Fixed
cora reviewsends to wrong provider — now reads from merged config (refactor: centralize config — auth.toml for secrets only, config.yaml for settings #209)cora config showdisplays effective resolved config with source annotations (bug: config show displays file values instead of resolved effective config #189)cora auth loginauto-detects provider env vars, suggests model/base URL defaults (refactor: simplify auth flow — remove CORA_API_KEY, centralize to auth.toml #203)save_provider_infodata loss on parse failureAdded
cora config show --global/--projectflags (mutually exclusive)Docs
Files Changed
Cargo.toml— version bump 0.4.4 → 0.4.5CHANGELOG.md— v0.4.5 entryREADME.md— auth flow, config section, env var tabledocs/configuration.md— file roles, resolution order, API key resolutionTest Plan
cora auth statusshows correct providercora config showshows effective configcora reviewsends to correct provider