Merge remote-tracking branch 'origin/main' into pr-ssh-stack-main

# Conflicts:
#	.github/workflows/ci.yml
#	CLI/cmux.swift
#	Sources/GhosttyTerminalView.swift
#	Sources/SocketControlSettings.swift
#	Sources/TabManager.swift
#	Sources/TerminalController.swift
#	Sources/Workspace.swift
#	ghostty
#	scripts/reload.sh
This commit is contained in:
Lawrence Chen 2026-03-13 17:56:38 -07:00
commit 2eae782739
59 changed files with 3285 additions and 468 deletions

View file

@ -31,6 +31,9 @@ jobs:
- name: Validate release asset guard
run: node scripts/release_asset_guard.test.js
- name: Validate current GhosttyKit checksum pin
run: ./tests/test_ci_ghosttykit_checksum_present.sh
remote-daemon-tests:
runs-on: ubuntu-latest
steps: