Skip to content

Tags: blubblub/tart

Tags

2.32.1

Toggle 2.32.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Skip integration test gate for release (openai#1229)

2.32.0

Toggle 2.32.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Liquid Glass icon and sign the whole app bundle (openai#1216)

2.31.0

Toggle 2.31.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
StdinCredentials: increase maxCharacters to 8,192 (openai#1203)

2.30.6

Toggle 2.30.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bind and connect to Unix domain sockets using relative paths (openai#…

…1192)

2.30.5

Toggle 2.30.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Switch to github.com/open-telemetry/opentelemetry-swift fork (openai#…

…1186)

* Switch to github.com/open-telemetry/opentelemetry-swift fork

* Use cirruslabs-owned fork

2.30.4

Toggle 2.30.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

2.30.3

Toggle 2.30.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

2.30.2

Toggle 2.30.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
OpenTelemetry: only initialize tracing when TRACEPARENT env. var. is …

…set (openai#1182)

2.30.1

Toggle 2.30.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Disable Sentry's app launch profiling (openai#1164)

And access SentrySDK only when SENTRY_DSN is set.

2.30.0

Toggle 2.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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