Tags: blubblub/tart
Tags
Add Liquid Glass icon and sign the whole app bundle (openai#1216)
StdinCredentials: increase maxCharacters to 8,192 (openai#1203)
OpenTelemetry: set default resources, service.name and service.version ( openai#1184) * OpenTelemetry: set default resources, service.name and service.version * Ensure that service name and version resources are set
Fix VM window not appearing on tart run (openai#1183) Restore the applicationDidFinishLaunching method that was accidentally removed in commit b1e88e1 ("tart run: do not remove 'Edit' menu as its not present anymore"). That commit intended to remove the Edit menu removal code (since the menu no longer exists), but also removed the crucial activation code: - setActivationPolicy(.regular) - tells macOS this is a GUI app - activate(ignoringOtherApps:) - brings the window to the foreground Without these calls, the VM runs fine (SSH works) but no window appears on screen. Fixes openai#1181 Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
OpenTelemetry: only initialize tracing when TRACEPARENT env. var. is … …set (openai#1182)
Disable Sentry's app launch profiling (openai#1164) And access SentrySDK only when SENTRY_DSN is set.
tart set: support optional "pt" and "px" units for "--display" argume… …nt (openai#1155) * tart set: support optional "pt" and "px" units for "--display" argument * Don't forget to update "unit" too
PreviousNext