Skip to content

Add Windows Inno installer and CI release for bridge#26

Merged
glslang merged 2 commits into
mainfrom
bridge-windows-installer
May 27, 2026
Merged

Add Windows Inno installer and CI release for bridge#26
glslang merged 2 commits into
mainfrom
bridge-windows-installer

Conversation

@glslang
Copy link
Copy Markdown
Owner

@glslang glslang commented May 27, 2026

Summary

  • Add an Inno Setup installer for agent-notify-bridge with interactive config wizard, silent /SERVERURL= /TOKEN= flags, per-user install, and optional login autostart via the Run key.
  • Add release.yml so pushing a v* tag builds the installer on Windows and publishes agent-notify-bridge-setup.exe to GitHub Releases (no local Windows build required).
  • Add a path-filtered CI smoke job that compiles the installer on PRs touching bridge packaging.
  • Hide the console on Windows with windows_subsystem = "windows".
  • Include a winget manifest template and updated README install docs.

Test plan

  • cargo nextest run -p agent-notify-bridge --locked
  • cargo check -p agent-notify-bridge
  • CI: bridge installer smoke job on this PR
  • After merge: git tag v0.1.0 && git push origin v0.1.0 and verify release assets
  • Manual smoke on Windows VM: interactive install, silent install, autostart, uninstall

Made with Cursor

Co-authored-by: Cursor <cursoragent@cursor.com>
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 66.44%. Comparing base (667cda3) to head (211ad23).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #26   +/-   ##
=======================================
  Coverage   66.44%   66.44%           
=======================================
  Files          12       12           
  Lines        1517     1517           
=======================================
  Hits         1008     1008           
  Misses        509      509           
Flag Coverage Δ
rust 66.44% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
crates/agent-notify-bridge/src/main.rs 0.00% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 65bd2fae58

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread packaging/windows/agent-notify-bridge.iss Outdated
Co-authored-by: Cursor <cursoragent@cursor.com>
@glslang glslang merged commit e3a5cb2 into main May 27, 2026
11 checks passed
@glslang glslang deleted the bridge-windows-installer branch May 27, 2026 20:19
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