Skip to content

chore(deps): bump electron builder#1839

Merged
yyhhyyyyyy merged 1 commit into
devfrom
chore/bump-electron-builder-updater
Jun 30, 2026
Merged

chore(deps): bump electron builder#1839
yyhhyyyyyy merged 1 commit into
devfrom
chore/bump-electron-builder-updater

Conversation

@yyhhyyyyyy

@yyhhyyyyyy yyhhyyyyyy commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator

bump electron builder

Summary by CodeRabbit

  • New Features

    • Added a new provider and several new model options to the catalog, expanding available chat and multimodal choices.
  • Updates

    • Refreshed model availability, release dates, limits, and pricing details across multiple providers.
    • Updated bundled app dependencies to newer versions for improved stability and packaging support.
  • Bug Fixes

    • Removed outdated model entries and aligned registry information with current published versions.

@coderabbitai

coderabbitai Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

Bumps electron-updater to 6.8.9 and electron-builder to 26.15.3 in package.json. Updates 8 ACP agent registry entries with new versions and distribution references. Refreshes providers.json with a new subconscious provider, a claude-haiku-4.5 (latest) model, new Zhipu/Qwen models, removes 4 deprecated model entries, and updates pricing/limits across existing models.

Changes

Dependency and Build Tool Updates

Layer / File(s) Summary
electron-builder and electron-updater pins
package.json
electron-updater pinned from ^6.8.3 to 6.8.9; electron-builder bumped from 26.9.0 to 26.15.3.

ACP Agent Registry Updates

Layer / File(s) Summary
Agent version and distribution bumps
resources/acp-registry/registry.json
claude-acp, cline, codex-acp, dimcode, dirac, fast-agent, grok-build, and mistral-vibe all have version fields and distribution package/archive URLs updated to their latest releases.

Model Database Updates

Layer / File(s) Summary
New provider and model entries
resources/model-db/providers.json
Adds subconscious/tim-qwen3.6-27b provider, claude-haiku-4.5 (latest) chat model, hf:zai-org/GLM-5.2, and hf:Qwen/Qwen3.6-27B with modalities, limits, capabilities, and pricing defined.
Removed model entries
resources/model-db/providers.json
Removes glm-4.7-flash-free, glm-4.6v-flash, glm-4.5-flash, and anthropic/claude-opus-4.6-fast from the catalog.
Pricing and limit updates
resources/model-db/providers.json
Updates last_updated dates, cost rates (some zero→non-zero, some with tiers/context_over_200k removed), and limit.context/limit.output values across numerous existing model entries.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Poem

🐇 Hop, hop, versions leap and bound,
New models sprout from fertile ground,
Old GLM entries fade away,
Fresh pricing tags come out to play,
The registry blooms with agents true—
A rabbit's work is never through! 🌱

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately reflects the main dependency update to electron-builder and is clearly related to the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/bump-electron-builder-updater

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@resources/model-db/providers.json`:
- Around line 47860-47911: The Subconscious model entry for
subconscious/tim-qwen3.6-27b has an incorrect pricing block with zero costs;
update the model metadata in the subconscious provider object to use the
published hosted rates instead of zeros. Keep the fix localized to the model
record’s cost fields so any consumer of providers.json picks up the correct
input, output, and cached-token pricing.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 9e3a2265-e1fa-4a9f-bc6a-0d90d9dcb30b

📥 Commits

Reviewing files that changed from the base of the PR and between 42357c5 and b779839.

📒 Files selected for processing (3)
  • package.json
  • resources/acp-registry/registry.json
  • resources/model-db/providers.json

Comment on lines +47860 to +47911
"subconscious": {
"id": "subconscious",
"name": "Subconscious",
"display_name": "Subconscious",
"api": "https://api.subconscious.dev/v1",
"doc": "https://docs.subconscious.dev",
"models": [
{
"id": "subconscious/tim-qwen3.6-27b",
"name": "TIM-Qwen3.6 27B",
"display_name": "TIM-Qwen3.6 27B",
"modalities": {
"input": [
"text"
],
"output": [
"text"
]
},
"limit": {
"context": 8192,
"output": 5000
},
"temperature": true,
"tool_call": true,
"reasoning": {
"supported": true,
"default": true
},
"extra_capabilities": {
"reasoning": {
"supported": true,
"interleaved": true,
"summaries": true,
"visibility": "summary",
"continuation": [
"thinking_blocks"
]
}
},
"attachment": false,
"open_weights": false,
"release_date": "2026-05-11",
"last_updated": "2026-05-11",
"cost": {
"input": 0,
"output": 0
},
"type": "chat"
}
]
},

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win

Fix the Subconscious pricing block.

The exact model you added here, subconscious/tim-qwen3.6-27b, is published by Subconscious with non-zero hosted pricing: $0.30 / MTok input, $3.00 / MTok output, and $0.15 / MTok cached tokens. Their docs also use the same model id. Shipping zeros here will underreport cost anywhere this catalog is consumed at runtime. (subconscious.dev)

Suggested fix
           "cost": {
-            "input": 0,
-            "output": 0
+            "input": 0.3,
+            "output": 3.0,
+            "cache_read": 0.15
           },
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"subconscious": {
"id": "subconscious",
"name": "Subconscious",
"display_name": "Subconscious",
"api": "https://api.subconscious.dev/v1",
"doc": "https://docs.subconscious.dev",
"models": [
{
"id": "subconscious/tim-qwen3.6-27b",
"name": "TIM-Qwen3.6 27B",
"display_name": "TIM-Qwen3.6 27B",
"modalities": {
"input": [
"text"
],
"output": [
"text"
]
},
"limit": {
"context": 8192,
"output": 5000
},
"temperature": true,
"tool_call": true,
"reasoning": {
"supported": true,
"default": true
},
"extra_capabilities": {
"reasoning": {
"supported": true,
"interleaved": true,
"summaries": true,
"visibility": "summary",
"continuation": [
"thinking_blocks"
]
}
},
"attachment": false,
"open_weights": false,
"release_date": "2026-05-11",
"last_updated": "2026-05-11",
"cost": {
"input": 0,
"output": 0
},
"type": "chat"
}
]
},
"subconscious": {
"id": "subconscious",
"name": "Subconscious",
"display_name": "Subconscious",
"api": "https://api.subconscious.dev/v1",
"doc": "https://docs.subconscious.dev",
"models": [
{
"id": "subconscious/tim-qwen3.6-27b",
"name": "TIM-Qwen3.6 27B",
"display_name": "TIM-Qwen3.6 27B",
"modalities": {
"input": [
"text"
],
"output": [
"text"
]
},
"limit": {
"context": 8192,
"output": 5000
},
"temperature": true,
"tool_call": true,
"reasoning": {
"supported": true,
"default": true
},
"extra_capabilities": {
"reasoning": {
"supported": true,
"interleaved": true,
"summaries": true,
"visibility": "summary",
"continuation": [
"thinking_blocks"
]
}
},
"attachment": false,
"open_weights": false,
"release_date": "2026-05-11",
"last_updated": "2026-05-11",
"cost": {
"input": 0.3,
"output": 3.0,
"cache_read": 0.15
},
"type": "chat"
}
]
},
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@resources/model-db/providers.json` around lines 47860 - 47911, The
Subconscious model entry for subconscious/tim-qwen3.6-27b has an incorrect
pricing block with zero costs; update the model metadata in the subconscious
provider object to use the published hosted rates instead of zeros. Keep the fix
localized to the model record’s cost fields so any consumer of providers.json
picks up the correct input, output, and cached-token pricing.

@yyhhyyyyyy yyhhyyyyyy merged commit ea67a5a into dev Jun 30, 2026
8 checks passed
@yyhhyyyyyy yyhhyyyyyy deleted the chore/bump-electron-builder-updater branch June 30, 2026 01:12
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.

1 participant