Changes
PR #2044 by PrakharMNNIT and ksylvan: feat: Add Bedrock bearer token (ABSK) authentication and guided setup
- Adds 3-tier authentication for AWS Bedrock: bearer token (ABSK), static AWS credentials (access key + secret key), and the default AWS credential chain.
- Introduces a custom guided setup flow covering auth method selection, region, and model configuration.
- Removes the
hasAWSCredentials()gate so that Bedrock always appears in the setup wizard. - Applies a temperature-only fix (no
top_p) for Claude models running on Bedrock, along with API key masking during re-setup. - Adds a fallback model list for when the
ListFoundationModelsAPI is inaccessible, i18n support for 11 locales (3 new keys each), and 25 unit tests.
PR #2047 by bvandevliet: Explicitly instruct YT summary task to be aware of possible transcription errors
- Added one line to make YT summary task explicitly aware of possible transcript typos.