Conversation
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request formalizes the release of version "1.17.1" of the "fnox" project. It primarily involves updating the project's version number across its configuration, lock files, and documentation, alongside incorporating recent dependency maintenance. Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
Greptile SummaryThis is a standard release PR bumping fnox from v1.17.0 to v1.18.0. Version numbers are updated consistently across
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[v1.17.0 release tag] --> B[Merged PRs since v1.17.0]
B --> C1["feat: sync --local-file (#317)"]
B --> C2["fix: auth prompt in batch providers (#349)"]
B --> C3["refactor: yubikey libusb dynamic load (#348)"]
B --> C4["security: MCP redact secret values (#357)"]
B --> C5["feat: MCP secret allowlist (#358)"]
B --> C6["deps: 7x renovate updates (#344, #351–#356)"]
C1 & C2 & C3 & C4 & C5 & C6 --> D[chore: release v1.18.0]
D --> E1["Cargo.toml: 1.17.0 → 1.18.0"]
D --> E2["Cargo.lock: dependency versions synced"]
D --> E3["CHANGELOG.md: v1.18.0 section added"]
D --> E4["docs/cli/commands.json: 1.17.0 → 1.18.0"]
D --> E5["docs/cli/index.md: 1.17.0 → 1.18.0"]
D --> E6["fnox.usage.kdl: 1.17.0 → 1.18.0"]
E1 & E2 & E3 & E4 & E5 & E6 --> F[v1.18.0 release tag]
Last reviewed commit: fa86ca1 |
723e9cf to
07501af
Compare
6f3dd79 to
756e3cc
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
🚀 Features
🐛 Bug Fixes
🚜 Refactor
🛡️ Security
📦️ Dependency Updates
New Contributors