Skip to content

con-terminal-beta: Add version 0.1.0-beta.60#2840

Merged
z-Fng merged 5 commits intoScoopInstaller:masterfrom
EFLKumo:patch-1
May 4, 2026
Merged

con-terminal-beta: Add version 0.1.0-beta.60#2840
z-Fng merged 5 commits intoScoopInstaller:masterfrom
EFLKumo:patch-1

Conversation

@EFLKumo
Copy link
Copy Markdown
Contributor

@EFLKumo EFLKumo commented May 4, 2026

con-terminal is a native terminal emulator with a builtin AI harness.

Closes #2839

  • Use conventional PR title: <manifest-name[@version]|chore>: <general summary of the pull request>
  • I have read the Contributing Guide

Summary by CodeRabbit

  • New Features
    • Con Terminal (beta v0.1.0-beta.60) is now available for installation
    • Includes two executables: con-app.exe and con-cli.exe
    • Desktop shortcut added for Con Beta
    • Automatic updates enabled for new releases

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 4, 2026

Warning

Rate limit exceeded

@z-Fng has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 54 minutes and 30 seconds before requesting another review.

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: b1923e41-e70f-4f76-95c8-7f83826e86d3

📥 Commits

Reviewing files that changed from the base of the PR and between cafe9f4 and 5b87340.

📒 Files selected for processing (1)
  • bucket/con-terminal-beta.json

Walkthrough

A new Scoop package manifest for Con Terminal beta is added, defining version 0.1.0-beta.60 with 64-bit Windows binaries, two executables, a desktop shortcut, optional vcredist dependency, and GitHub-based autoupdate configuration.

Changes

Con Terminal Beta Package Manifest

Layer / File(s) Summary
Package Metadata
bucket/con-terminal-beta.json
Manifest root declares version 0.1.0-beta.60, description as "The Native Terminal Emulator with a builtin AI Harness", homepage URL, MIT license, and storage notes.
Dependencies & Architecture
bucket/con-terminal-beta.json
Suggests optional vcredist2022 installation; defines 64-bit release asset download URL with corresponding SHA256 hash for version 0.1.0-beta.60.
Binaries & UI
bucket/con-terminal-beta.json
Declares two executable binaries (con-app.exe, con-cli.exe) and defines a desktop shortcut entry named "Con Beta" for the main application.
Update Configuration
bucket/con-terminal-beta.json
Configures checkver to detect versions from upstream GitHub tag names and enables autoupdate to download future windows-x86_64 release ZIPs using version templating and SHA256SUMS verification.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Suggested labels

review-needed

Suggested reviewers

  • z-Fng

Poem

🐰 A beta terminal hops into view,
Con comes packaged fresh and new,
With SHA hashes crisp and true,
AutoUpdate guides it through,
The bucket grows, and so do we! 🎉

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The PR title clearly and concisely summarizes the main change: adding con-terminal-beta version 0.1.0-beta.60 to the Scoop bucket.
Description check ✅ Passed The PR description includes the required conventional PR title format confirmation and contributor guide acknowledgment, along with the issue closure reference.
Linked Issues check ✅ Passed The PR adds a manifest for con-terminal beta version 0.1.0-beta.60 meeting the request criteria [#2839]: well-known project, English documentation, full version, standard install with version-specific URL.
Out of Scope Changes check ✅ Passed The single file change adds only the con-terminal-beta manifest file required by issue #2839 with no extraneous modifications.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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
Review rate limit: 0/1 reviews remaining, refill in 54 minutes and 30 seconds.

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

@EFLKumo EFLKumo changed the title con-terminal-beta: Add version 0.1.0-beta.58 con-terminal-beta: Add version 0.1.0-beta.59 May 4, 2026
@z-Fng z-Fng changed the title con-terminal-beta: Add version 0.1.0-beta.59 con-terminal-beta: Add version 0.1.0-beta.60 May 4, 2026
@z-Fng
Copy link
Copy Markdown
Member

z-Fng commented May 4, 2026

/verify

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 4, 2026

All changes look good.

Wait for review from human collaborators.

con-terminal-beta

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

Check the full log for details.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

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 the current code and only fix it if needed.

Inline comments:
In `@bucket/con-terminal-beta.json`:
- Around line 26-30: The checkver currently points to the repo URL that resolves
to /releases/latest (stable-only); update the "checkver" block so the "github"
field uses the full GitHub Releases API endpoint for the repo
(https://api.github.com/repos/nowledge-co/con-terminal/releases) and change the
"jsonpath" to select prerelease entries (filter on .prerelease == true and pick
the newest, e.g. find the first matching object's tag_name) while keeping the
existing "regex" for version extraction; mirror the pattern used in other
-beta/-pre manifests (e.g., cherry-studio-pre.json) so prereleases like
v0.1.0-dev.60 are detected.
🪄 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: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: dbaddda4-ab13-4672-b53f-53d14f913c0b

📥 Commits

Reviewing files that changed from the base of the PR and between 272035c and cafe9f4.

📒 Files selected for processing (1)
  • bucket/con-terminal-beta.json

Comment thread bucket/con-terminal-beta.json
stomde

This comment was marked as spam.

@z-Fng
Copy link
Copy Markdown
Member

z-Fng commented May 4, 2026

/verify

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 4, 2026

All changes look good.

Wait for review from human collaborators.

con-terminal-beta

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

Check the full log for details.

Copy link
Copy Markdown
Member

@z-Fng z-Fng left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution!

@z-Fng z-Fng merged commit 670ff39 into ScoopInstaller:master May 4, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Request]: con-terminal BETA

3 participants