Skip to content

feat: support agent metadata terminals #9159

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

Closed
wants to merge 1 commit into from
Closed

feat: support agent metadata terminals #9159

wants to merge 1 commit into from

Conversation

ammario
Copy link
Member

@ammario ammario commented Aug 17, 2023

feat: support agent metadata terminals

@ammario
Copy link
Member Author

ammario commented Aug 17, 2023

As of 38e6a2e, I have:

  • Special terminal: display name prefix parsing
  • A very broken xterm popup, but anchoring works

@ammario
Copy link
Member Author

ammario commented Aug 18, 2023

As of e87b4ee:

  • Terminal renders with help of @kylecarbs
  • ANSI escape code parsing works

@ammario
Copy link
Member Author

ammario commented Aug 22, 2023

3c57de7:

Have live-refreshing workng on the frontend.

@ammario
Copy link
Member Author

ammario commented Aug 22, 2023

a30c8b4:

Fixed my text rendering issue using some really janky js:

    const resizeInterval = setInterval(() => {
      window.dispatchEvent(new Event("resize"))
    }, 100)

@ammario
Copy link
Member Author

ammario commented Aug 23, 2023

Abandoned due to jank overflow

@ammario ammario closed this Aug 23, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Aug 23, 2023
@github-actions github-actions bot deleted the pr9159 branch February 24, 2024 05:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant