Skip to content

chore: upgrade Calcit to 0.13.33 - #27

Merged
tiye merged 1 commit into
mainfrom
codex/fix-actions-calcit-01333
Aug 22, 2026
Merged

chore: upgrade Calcit to 0.13.33#27
tiye merged 1 commit into
mainfrom
codex/fix-actions-calcit-01333

Conversation

@tiye

@tiye tiye commented Aug 22, 2026

Copy link
Copy Markdown
Member

Rebases the previous upgrade onto current main and addresses the failed historical Actions run. Updates deps.cirru and @calcit/procs to Calcit 0.13.33, pins setup-calcit to v1.3.0 with calcit,caps tools, refreshes released module dependencies, and prepares the next stable module version.\n\nLocal validation: calcit docs agents --full; caps upgrade --all; calcit calcit.cirru edit format; calcit calcit.cirru --check-only; yarn install --immutable. Vite build is expected to run on Node 24 in CI.

Copilot AI lite review requested due to automatic review settings August 22, 2026 18:28
@tiye
tiye merged commit b3cc838 into main Aug 22, 2026
2 checks passed
@tiye
tiye deleted the codex/fix-actions-calcit-01333 branch August 22, 2026 18:29

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Upgrades the project’s Calcit toolchain/runtime and related dependencies to Calcit 0.13.33, updates released module dependency pins, and bumps the module version in preparation for the next stable release.

Changes:

  • Bump @calcit/procs to ^0.13.33 and update the Yarn lockfile accordingly.
  • Update Calcit/Respo module pins in deps.cirru and bump the module version to 0.0.2.
  • Pin calcit-lang/setup-calcit to v1.3.0 in CI and add a release-history entry.

Reviewed changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
yarn.lock Locks @calcit/procs upgrade to 0.13.33.
package.json Updates @calcit/procs dependency and bumps module version to 0.0.2.
deps.cirru Updates Calcit version and Respo module dependency pins; bumps module version.
calcit.cirru Updates schema metadata on defstruct entries (needs correction).
.github/workflows/upload.yaml Pins setup-calcit to v1.3.0 and requests calcit,caps tools.
history/2026082304-upgrade-calcit-01333.md Adds upgrade log entry (date currently in the future).
Suppressed comments (5)

calcit.cirru:2051

  • This entry defines a struct via defstruct ChatMessage ..., but the metadata schema is set to Enum, which is inconsistent with the definition and was previously StructDef. If :schema is used for docs/type metadata, this will mislabel the symbol.
          :schema $ :: 'Enum

calcit.cirru:2060

  • This entry defines a struct via defstruct ChatSession ..., but the metadata schema is set to Enum, which is inconsistent with the definition and was previously StructDef. If :schema is used for docs/type metadata, this will mislabel the symbol.
          :schema $ :: 'Enum

calcit.cirru:2068

  • This entry defines a struct via defstruct ChatState ..., but the metadata schema is set to Enum, which is inconsistent with the definition and was previously StructDef. If :schema is used for docs/type metadata, this will mislabel the symbol.
          :schema $ :: 'Enum

calcit.cirru:2073

  • This entry defines a struct via defstruct MessageBoxState ..., but the metadata schema is set to Enum, which is inconsistent with the definition and was previously StructDef. If :schema is used for docs/type metadata, this will mislabel the symbol.
          :schema $ :: 'Enum

calcit.cirru:2082

  • This entry defines a struct via defstruct Store ..., but the metadata schema is set to Enum, which is inconsistent with the definition and was previously StructDef. If :schema is used for docs/type metadata, this will mislabel the symbol.
          :schema $ :: 'Enum

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread calcit.cirru
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants