Skip to content

[WIP] Integration of parseSessionLogs in Session Log Editor/Webview #7436

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

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Jul 28, 2025

  • Analyze current parseSessionLogs implementation in common/sessionParsing.ts
  • Review current usage in webviews/sessionLogView/app.tsx (frontend parsing)
  • Review current usage in src/github/copilotRemoteAgent.ts (backend processing)
  • Identify the issue: Backend sessionLogView.ts sends raw logs to webview, but parsing should be centralized in backend
  • Update backend sessionLogView.ts to parse logs using parseSessionLogs before sending to webview
  • Update webview message interface to accept parsed logs instead of raw strings
  • Update webview frontend to handle parsed logs directly
  • Test the changes and verify build passes
  • Verify no other manual parsing implementations exist
  • Add tests to validate the integration (if needed)

Created from VS Code via the GitHub Pull Request extension.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants