-
-
Notifications
You must be signed in to change notification settings - Fork 7
Restore Branch History and Integrate Latest Fixes #459
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
Open
ngoiyaeric
wants to merge
43
commits into
fix/regressions-security-architecture-13947295106479740171
Choose a base branch
from
feature/billing-integration-recovery-6482584682668204298
base: fix/regressions-security-architecture-13947295106479740171
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
6eeae28
Integrate billing popup, usage sidebar, and credit preview toggle
CJWTRUST 744e5c9
fix(resolution-search): preserve chat context and make search non-blo…
google-labs-jules[bot] 73924c9
Merge pull request #447 from QueueLab/fix-resolution-search-context-7…
ngoiyaeric 160e082
Recover lost commit 488b47c and restore branch head
google-labs-jules[bot] ae085cf
Merge pull request #456 from QueueLab/jules-16847885310673003402-db9c…
ngoiyaeric 73c385c
Restore branch history to 488b47c and integrate latest fixes
google-labs-jules[bot] 1508c04
Restore branch history to 488b47c and resolve build errors
google-labs-jules[bot] c8c028b
Restore branch history, fix build errors, and re-enable pricing popup
google-labs-jules[bot] e2c0615
Finalize recovery with performance optimizations and UI fixes
google-labs-jules[bot] d48f378
feat: add digital global timezone clock to calendar UI
google-labs-jules[bot] 2c53604
fix: stabilize map and search button by removing redundant cleanup logic
google-labs-jules[bot] 1eb28e1
feat: improve resolution search with time context and stabilize map
google-labs-jules[bot] 128e7bd
Merge pull request #460 from QueueLab/feature/timezone-clock-68263987…
ngoiyaeric 43179e7
Synchronize with main, restore history, and optimize performance
google-labs-jules[bot] 7d45e02
Finalize recovery with prioritized main branch code and usage UI
google-labs-jules[bot] 5623831
Refine usage UI and Lottie animation visibility
google-labs-jules[bot] 44e86b6
Complete recovery, synchronization with main, and usage UI integration
google-labs-jules[bot] 0a48018
feat: recover branch state, optimize resolution search, and fix UI st…
google-labs-jules[bot] 6acfbe5
fix: resolve build error and ESLint warnings
google-labs-jules[bot] 25a50ed
Delete CC BY-NC 4.0.docx
ngoiyaeric a674fce
Refactor inquiry agent and task manager for conjecture-driven explora…
google-labs-jules[bot] ccd7086
I have integrated map drawings into the resolution search context. I …
google-labs-jules[bot] 62df7fc
Merge pull request #465 from QueueLab/fix/inquiry-agent-context-30161…
ngoiyaeric bdd9b5d
Merge branch 'main' into feature/resolution-search-drawings-context-1…
ngoiyaeric 2fcf31e
feat: include map drawings in resolution search context
google-labs-jules[bot] 9b98e20
feat: fix streaming and add drawings to resolution search context
google-labs-jules[bot] 2fef8f0
Merge pull request #466 from QueueLab/feature/resolution-search-drawi…
ngoiyaeric 8ae549a
Update LICENSE
ngoiyaeric 3495da1
Update LICENSE
ngoiyaeric ba36e58
Merge pull request #469 from QueueLab/ngoiyaeric-patch-4
ngoiyaeric 6431b41
fix: reduce padding in mobile chat input area
google-labs-jules[bot] 8a04d49
Merge pull request #470 from QueueLab/fix/mobile-chat-input-padding-1…
ngoiyaeric 10ab3fe
feat: update Stripe checkout links to new URL
google-labs-jules[bot] 250283e
Merge pull request #471 from QueueLab/update-stripe-links-17354207767…
ngoiyaeric 6554775
fix: ensure long sentences wrap to the next line across UI components
google-labs-jules[bot] e95a25b
Merge pull request #473 from QueueLab/fix/text-overflow-wrapping-4739…
ngoiyaeric f80c87f
Resolve merge conflicts and synchronize with main
CJWTRUST c4278e9
feat: final stability and performance improvements
google-labs-jules[bot] 813d264
Resolve merge conflicts and synchronize with main, preserving branch …
google-labs-jules[bot] c868dcd
Merge branch 'feature/billing-integration-recovery-648258468266820429…
ngoiyaeric fb33c86
Merge pull request #475 from QueueLab/jules-8488824498232079115-26d4e4cd
ngoiyaeric 75f7fdf
Merge branch 'fix/regressions-security-architecture-13947295106479740…
ngoiyaeric 509e7bf
fix: resolve build errors in history component and chat history client
CJWTRUST 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
Some comments aren't visible on the classic Files Changed page.
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
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.
summaryStream.error(error)is called with anunknown/non-Errorpossible value. Depending on the stream implementation, this can result in a useless[object Object]message or even a runtime error if it expects anError.Also,
console.erroris fine, but user-visible output should be a safe string/message.Suggestion
Normalize the error before passing it to the stream and provide a user-safe message:
Reply with "@CharlieHelps yes please" if you'd like me to add a commit with this change.