chore: upgrade Calcit and add Gemini 3.7 Flash - #23
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the project’s Calcit toolchain/runtime dependencies and extends the model selector to include Gemini Flash 3.7, alongside regenerated calcit.cirru snapshot metadata consistent with the newer Calcit format.
Changes:
- Upgraded
@calcit/procsto^0.13.17(lockfile + package.json). - Bumped Calcit/Respo-related dependencies in
deps.cirruand regeneratedcalcit.cirrusnapshot entries/schemas. - Added
:gemini-3.7-flashto the model menu and model resolution mapping.
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| yarn.lock | Locks upgraded @calcit/procs resolution/checksum to match the dependency bump. |
| package.json | Updates @calcit/procs dependency range to ^0.13.17. |
| deps.cirru | Updates pinned Calcit version and several Respo module versions. |
| calcit.cirru | Regenerates machine snapshot (schema/type marker changes) and adds Gemini Flash 3.7 menu + mapping. |
| .gitignore | Ignores the .calcit/ directory and normalizes .copilot-tmp/ entry formatting. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| :code $ quote | ||
| defn pick-model (variant) | ||
| case-default variant |gemini-3.5-flash (:gemini-3.5-flash-lite |gemini-3.1-flash-lite) (:gemini-3.6-flash |gemini-3.5-flash) (:gemini-3.5-flash-lite |gemini-3.1-flash-lite) (:gemini-3.1-flash-lite-preview |gemini-3.1-flash-lite) (:gemini-pro |gemini-3.1-pro-preview) (:gemma |gemma-3-27b-it) | ||
| case-default variant |gemini-3.5-flash (:gemini-3.5-flash-lite |gemini-3.1-flash-lite) (:gemini-3.6-flash |gemini-3.5-flash) (:gemini-3.7-flash |gemini-3.7-flash) (:gemini-3.5-flash-lite |gemini-3.1-flash-lite) (:gemini-3.1-flash-lite-preview |gemini-3.1-flash-lite) (:gemini-pro |gemini-3.1-pro-preview) (:gemma |gemma-3-27b-it) |
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.
No description provided.