-
Notifications
You must be signed in to change notification settings - Fork 134
fix: offer Altimate Base to every user on an implicit free Zen default #1302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
05e54d2
fix: offer Altimate Base to every user on an implicit free Zen default
anandgupta42 1f0e359
fix: wrap two remaining hunks in altimate_change block markers
anandgupta42 d49a248
chore: drop the upstream product name from five #1301 comments
anandgupta42 0ec6bcd
fix: address review feedback on the Altimate Base default migration (…
anandgupta42 e7736af
fix: queue prompt-history writes until the startup read settles; comp…
anandgupta42 9af9ab4
fix: address remaining bot findings on PR #1302 (prompt-history write…
anandgupta42 21a5998
fix: close the altimate_change marker after append()'s closing brace
anandgupta42 0370cfa
fix: only flip prompt-history loaded() after the startup flush settle…
anandgupta42 93ea10a
fix: round 6 bot review findings on PR #1302 (history race, cross-sur…
anandgupta42 96375f6
fix: keep the app.tsx local.tsx import single-line for the marker guard
anandgupta42 b01a139
fix: Codex HOLD findings on PR #1302 (kv-ready pending direction, cyc…
anandgupta42 ce0d3af
fix: scope the shouldSkipOnboardingAtStartup discriminator to a genui…
anandgupta42 cb9e4d7
fix: Codex re-review round 8 (cycleOrder staleness, ready-pending tes…
anandgupta42 170f8af
fix: wrap createDeferredRetry in altimate_change markers
anandgupta42 9315dd5
fix: latch first-run only after a successful prompt-gate dialog.repla…
anandgupta42 d4dfb8a
fix: Codex re-review round 9 (onboardingReady() latch, deferred-submi…
anandgupta42 2fc58ac
fix: don't discard the typed prompt when the prompt-gate picker fails…
anandgupta42 fdae60d
fix: fold cycle-stability tests into one, isolate state dir from real…
anandgupta42 55c2705
fix: snapshot the deferred-submit revision serialized; share the onbo…
anandgupta42 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P2: When
OPENCODE_TEST_STATE_HOMEis set to an empty string, this getter returns an invalid empty path and startup fails infs.mkdir(Path.state). Use the same truthy fallback as the opencode global implementation.Prompt for AI agents