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

Cody standalone web app prototype and dev helper #4047

Merged
merged 8 commits into from
May 18, 2024
Merged

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    258a20f View commit details
    Browse the repository at this point in the history
  2. agent accepts extension activate func as arg

    This lets the agent run in web or node (instead of hard-coding the import of the node `activate`).
    sqs committed May 18, 2024
    Configuration menu
    Copy the full SHA
    dd01b4d View commit details
    Browse the repository at this point in the history
  3. avoid importing tutorial code when running in agent

    There is some static initialization (converting an emoji to SVG) that is now bypassed when running in the agent. The main motivation for this is Cody Web, where the tutorial is not needed and the emoji-to-SVG conversion would require polyfilling Buffer.
    sqs committed May 18, 2024
    Configuration menu
    Copy the full SHA
    c8f2c28 View commit details
    Browse the repository at this point in the history
  4. wip misc browser hacks

    sqs committed May 18, 2024
    Configuration menu
    Copy the full SHA
    da2a8c7 View commit details
    Browse the repository at this point in the history
  5. wip web

    sqs committed May 18, 2024
    Configuration menu
    Copy the full SHA
    d62ad75 View commit details
    Browse the repository at this point in the history
  6. update

    sqs committed May 18, 2024
    Configuration menu
    Copy the full SHA
    c1ed570 View commit details
    Browse the repository at this point in the history
  7. shims

    sqs committed May 18, 2024
    Configuration menu
    Copy the full SHA
    691268b View commit details
    Browse the repository at this point in the history
  8. wip

    sqs committed May 18, 2024
    Configuration menu
    Copy the full SHA
    9357676 View commit details
    Browse the repository at this point in the history