Peter Steinberger
|
0dbdf994b3
|
feat(macos): isolate named app profiles (#121136)
* feat(macos): isolate named app profiles
* refactor(macos): isolate profile launch ownership
* fix(macos): avoid overlapping approvals socket access
* fix(macos): declare profile defaults concurrency ownership
* fix(macos): return profiled node launch arguments
* chore(i18n): refresh macOS profile source inventory
* fix(macos): gate profile startup before services
* test(macos): evaluate profile state before assertions
* fix(daemon): skip absent launchd deactivation
* fix(macos): fail closed on profile port conflicts
* chore(i18n): refresh profile conflict inventory
* fix(macos): ignore non-gateway launch agent claims
* test(macos): stabilize profile lifecycle timing
* fix(macos): remove stale dashboard URL
* chore(macos): refresh native source baseline
|
2026-08-09 14:50:15 -07:00 |
|
Peter Steinberger
|
0c9cc40c02
|
refactor(macos): consolidate endpoint publication (#118463)
|
2026-08-02 22:20:40 -07:00 |
|
Vincent Koc
|
6959a3e390
|
fix(macos): avoid repeated endpoint source reads (#116421)
|
2026-07-30 23:19:06 +08:00 |
|
Vincent Koc
|
5128df0cdd
|
fix(macos): guard remote tunnel restart ownership (#116172)
|
2026-07-30 10:29:33 +08:00 |
|
haruai
|
b168e4b5ed
|
fix: align macos remote url validation copy (#98548)
* fix: align macos remote url validation copy
* fix(macos): match remote URL guidance to policy
Co-authored-by: haruaiclone-droid <281899875+haruaiclone-droid@users.noreply.github.com>
* chore(i18n): refresh native source inventory
Co-authored-by: haruaiclone-droid <281899875+haruaiclone-droid@users.noreply.github.com>
---------
Co-authored-by: haruaiclone-droid <281899875+haruaiclone-droid@users.noreply.github.com>
Co-authored-by: Peter Steinberger <steipete@gmail.com>
|
2026-07-27 23:18:41 -04:00 |
|
Peter Steinberger
|
62a6dfb082
|
fix(macos): direct Gateway TLS pins protect operator traffic (#112353)
* fix(macos): enforce direct Gateway TLS pins
* fix(macos): preserve existing TLS pin owner keys
* fix(macos): reuse localized TLS error labels
* test(macos): avoid nested Swift Testing require
* test(macos): isolate TLS Keychain tests
* test(macos): isolate TLS integration Keychain
* chore(i18n): update native source inventory
|
2026-07-22 03:38:10 -07:00 |
|
Peter Steinberger
|
96f0983a85
|
fix(onboarding): skip setup for configured gateways and require inference first (#102883)
* fix(crestodian): keep onboarding RPCs restart-safe
* fix(profiles): isolate approval state migrations
* fix(crestodian): bypass configured gateway setup
* test(crestodian): type onboarding mocks
* fix(onboarding): require inference before Crestodian
* fix(onboarding): enforce verified inference handoff
* fix(macos): reset setup on gateway endpoint edits
* chore(i18n): refresh native source inventory
* fix(gateway): keep socket on request cancellation
* test(packaging): require workspace templates
* fix(onboarding): bind setup to verified inference
* fix(onboarding): align inference gate contracts
* fix(crestodian): classify concurrent policy rejection
* test(crestodian): expect registry restoration
* fix(onboarding): bind setup to configured gateways
* fix(codex): preserve startup phase deadlines
* test(crestodian): match fail-closed policy ordering
* test(onboarding): assert bound gateway handoff
* fix(codex): bind runtime resolution to spawn cwd
* test(crestodian): assert policy rejection order
* fix(cli): preserve gateway routing across restarts
* fix(macos): fail closed during gateway edits
* test(macos): cover gateway route generation races
* chore: keep release notes out of onboarding PR
* fix(ci): refresh onboarding generated checks
* style(swift): align gateway channel formatting
* fix(ci): refresh plugin SDK surface budgets
* fix(ci): resync native string inventory
* refactor(swift): split gateway channel support
* test(doctor): isolate plugin compatibility registry
* test(macos): isolate gateway onboarding fixtures
* test(macos): assert gateway lease health ordering
* fix(codex): reconcile computer-use startup changes
|
2026-07-11 10:25:14 -07:00 |
|
Peter Steinberger
|
5a48e73973
|
fix(macos): duplicate launches open SSH tunnels before handoff (#103892)
* fix(macos): gate tunnels behind singleton launch
* chore(macos): leave changelog to release workflow
* chore(macos): sync native i18n inventory
|
2026-07-10 19:54:04 +01:00 |
|
冯基魁
|
003bb8284b
|
fix(macos): skip unresolved dashboard auth templates (#101375)
* fix(macos): skip unresolved auth env templates
* fix(macos): align gateway auth env refs
* fix(macos): resolve dashboard refs from service env
* fix(macos): read generated gateway service env
* chore: keep release changelog owner-only
---------
Co-authored-by: Peter Steinberger <steipete@gmail.com>
|
2026-07-09 04:35:53 +01:00 |
|
Peter Steinberger
|
29653e4106
|
fix: harden Mac gateway transport selection
|
2026-05-18 04:06:17 +01:00 |
|
Peter Steinberger
|
5b383af736
|
feat: add native mac dashboard window
|
2026-05-16 23:49:18 +01:00 |
|
Val Alexander
|
6a41a54212
|
fix(macos): harden direct gateway TLS pinning
Summary:
- Require macOS system trust before saving and accepting first-use direct `wss://` gateway TLS pins.
- Honor `gateway.remote.tlsFingerprint` in macOS direct node-mode TLS params.
- Add focused Swift coverage and update remote gateway docs/changelog.
Verification:
- Local: swiftformat --lint on touched Swift files.
- Local: git diff --check HEAD~1..HEAD.
- Local: swift test --package-path apps/shared/OpenClawKit --filter GatewayTLSPinningTests.
- Local: swift test --package-path apps/macos --filter 'MacNodeModeCoordinatorTests|GatewayEndpointStoreTests'.
- Local: PATH=/Users/buns/.nvm/versions/node/v24.13.0/bin:$PATH pnpm docs:list.
- CI: macos-node, macos-swift, check-docs, security-fast, security-scm-fast, security-dependency-audit, Opengrep OSS, and changed-path checks passed on PR head cf383fc047.
Fixes #50642.
Supersedes #50643.
|
2026-05-13 21:30:22 -05:00 |
|
Peter Steinberger
|
c72f8f357b
|
fix: harden mac app computer use docs
|
2026-04-28 01:25:31 +01:00 |
|
Charles Dusek
|
6b338dd283
|
macos: add remote gateway token field for remote mode
|
2026-03-08 21:28:17 +02:00 |
|
Peter Steinberger
|
53fb317e7f
|
fix(macos): clean swiftformat pass and sendable warning
|
2026-03-08 13:22:46 +00:00 |
|
Peter Steinberger
|
d15b6af77b
|
fix: land contributor PR #39516 from @Imhermes1
macOS app/chat/browser/cron/permissions fixes.
Co-authored-by: ImHermes1 <lukeforn@gmail.com>
|
2026-03-08 06:11:20 +00:00 |
|
Peter Steinberger
|
e3c21c913d
|
fix(ci): refresh secret baseline and UI state types
|
2026-03-07 21:17:57 +00:00 |
|
Peter Steinberger
|
10d0e3f3ca
|
fix(dashboard): keep gateway tokens out of URL storage
|
2026-03-07 18:33:30 +00:00 |
|
Peter Steinberger
|
fc692d82fd
|
refactor(tests): dedupe macos ipc smoke setup blocks
|
2026-03-02 09:55:46 +00:00 |
|
Peter Steinberger
|
7b3f506e64
|
style(swift): apply swiftformat and swiftlint fixes
|
2026-03-02 04:15:43 +00:00 |
|
Brian Mendonca
|
617e38cec0
|
Security/macos: enforce wss for non-loopback direct gateway
|
2026-02-21 23:57:34 +01:00 |
|
Mariano
|
774d73b458
|
fix(macos): reject insecure non-loopback ws remote gateway urls (#21971)
Merged via /review-pr -> /prepare-pr -> /merge-pr.
Prepared head SHA: 9e8cdbf095
Co-authored-by: mbelinky <132747814+mbelinky@users.noreply.github.com>
Co-authored-by: mbelinky <132747814+mbelinky@users.noreply.github.com>
Reviewed-by: @mbelinky
|
2026-02-20 16:34:00 +00:00 |
|
Shuai-DaiDai
|
bdc63b5b7d
|
fix(macos): resolve dashboard basePath for local and remote (#15862)
Co-authored-by: 帅小呆1号 <shuaixiaodai1@openclaw.ai>
|
2026-02-14 02:19:36 +01:00 |
|
Peter Steinberger
|
9a7160786a
|
refactor: rename to openclaw
|
2026-01-30 03:16:21 +01:00 |
|