saega 1.0.17 (new cask) - #280456
Conversation
|
Thanks for your pull request. This has been closed because it appears to be missing the pull request template, perhaps because this was written by an AI not a human. We require humans to read and fill in these templates. Please edit this pull request to fill in the current pull request template. This workflow will reopen this pull request automatically once the template is complete. Do not open a new pull request for this. |
…d during local install test)
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Filled in the PR template properly (checkboxes matching the current template text, with the AI-disclosure line in the designated spot below the last checkbox rather than replacing it) and bumped the cask to the just-shipped 1.0.17. Re-ran the full checklist against 1.0.17: |
| # typed: strict | ||
| # frozen_string_literal: true | ||
|
|
There was a problem hiding this comment.
| # typed: strict | |
| # frozen_string_literal: true |
Adds a cask for Saega, a privacy-first dictation app built for Swedish and Norwegian (Apple Silicon only). Speech recognition (KB-Whisper / NB-Whisper) runs fully on-device. Developer ID signed and notarized by Apple.
After making any changes to a cask, existing or new, verify:
brew audit --cask --online <cask>is error-free.brew style --fix <cask>reports no offenses.Additionally, if adding a new cask:
brew audit --cask --new <cask>worked successfully.HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask>worked successfully.brew uninstall --cask <cask>worked successfully.zapstanza paths; I did not attribute commits to AI and will answer maintainer questions and review comments myself without AI/LLM.I used Claude Code to write this cask and run the checks above. I reviewed the diff and the zap paths myself, and I'll handle any review comments myself.