chore(deps): update dependency charmbracelet/mods to v1.7.0 #1166
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.
This PR contains the following updates:
v1.6.0
->v1.7.0
Release Notes
charmbracelet/mods (charmbracelet/mods)
v1.7.0
Compare Source
o1 and better Copilot support
This release brings improved support for GitHub Copilot, adds support for o1 models, SambaNova Cloud, and adds a couple of quality-of-life improvements.
You can use
mods --settings
to set up Copilot, o1, and SambaNova. You can generally copy the relevant parts from here.Happy modding!
Changelog
New Features
f33015d
: feat(copilot): improved support for AccessToken and Enterprise API (#406) (@nathabonfim59)34d8469
: feat: Add support for user request parameter (#362) (@fabio42)cb0323e
: feat: add SambaNova Cloud (#356) (@jay-tau)b7e6af6
: feat: add-R
shorthand to--role
(#405) (@gy-mate)9b63a4a
: feat: add api-key-cmd to run external command to get API_KEY (#398) (@sedlund)e5e4bdd
: feat: add support for o1 models in openai and azure (#368) (@sheldonhull)1fd9561
: feat: copilot support (#345) (@caarlos0)5e3e9f3
: feat: make --delete repeatable (@caarlos0)Bug fixes
85a717d
: fix: add latest claude and ollama models to config template (@gwpl)b52d41e
: fix: bad help (@caarlos0)6349292
: fix: do not send empty format message (@caarlos0)83c3cf3
: fix: duplicated output when --raw (@caarlos0)d528dd5
: fix: respect --raw in --list (@caarlos0)c4461d4
: fix: short flag not found error (@caarlos0)9386f44
: fix: update perplexity in config_template.yml (#411) (@rocapp)Documentation updates
2178cd7
: docs:-s
is not for--settings
(#355) (@mamachanko)Other work
286558b
: ci: update (@caarlos0)1eafd32
: refactor(cache): improve caching system and add expiring cache (#408) (@nathabonfim59)6c77df5
: refactor: rename cacheDir do dir (@caarlos0)Verifying the artifacts
First, download the
checksums.txt
file, for example, withwget
:wget 'https://github.com/charmbracelet/mods/releases/download/v1.7.0/checksums.txt'
Then, verify it using
cosign
:If the output is
Verified OK
, you can safely use it to verify the checksums of other artifacts you downloaded from the release usingsha256sum
:Done! You artifacts are now verified!
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.