Skip to content
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

[Uplift 1.62.x] #21408 AI Chat retrieves page text whenever a new human message is submitted #21612

Merged
merged 4 commits into from
Jan 22, 2024

Commits on Jan 22, 2024

  1. AI Chat retrieves page text whenever a new human message is submitted (

    …#21408)
    
    * AI Chat retrieves page text whenever a new human message is submitted
    
    On a page-connected conversation, every message becomes pending until page content is (re-)fetched.
    Also fixes bug for same-document navigations where class variables were being hidden by subclass variables left over from the iOS refactor.
    
    * Generating page content becomes inline operation with callback and provides content caching
    
    * Only fetch page content once at a time, other callers wait for current operation to complete
    
    * Update iOS subclasses to be compatible with ConversationDriver class changes
    
    * AI Chat: fix location bar submitted entry not submitting if request in progress
    petemill committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    7aedcd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed64fd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f45016 View commit details
    Browse the repository at this point in the history
  4. format

    petemill committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    e45263a View commit details
    Browse the repository at this point in the history