Skip to content

Resolve merge conflicts: bring working-Annotation-Generator up to date with main - #46

Draft
saoshreyas with Copilot wants to merge 2 commits into
mainfrom
copilot/sub-pr-45
Draft

Resolve merge conflicts: bring working-Annotation-Generator up to date with main#46
saoshreyas with Copilot wants to merge 2 commits into
mainfrom
copilot/sub-pr-45

Conversation

Copilot AI commented Apr 20, 2026

Copy link
Copy Markdown

working-Annotation-Generator had three conflicted files when merging with main, primarily due to a Vite version mismatch (2.9 → 6.4) and the workaround that was added for it.

Changes

  • webview-ui/src/tools.tsx: Removed SimpleMarkdown — a hand-rolled markdown renderer added as a workaround for Vite 2.9's inability to handle react-markdown v9 (ESM-only). Replaced its single usage with <ReactMarkdown> now that Vite 6 handles ESM properly.
  • webview-ui/package.json: Resolved version conflict by keeping typescript ^5.9.3 (working branch, newer) and vite ^6.4.1 (main, newer).
  • package-lock.json: Accepted main's lock file reflecting the updated dependency tree.

…e with main

Agent-Logs-Url: https://github.com/elmisback/magic-markup/sessions/28aea4c4-7492-4b6e-a108-2163f3ded25c

Co-authored-by: saoshreyas <112500727+saoshreyas@users.noreply.github.com>
Copilot AI changed the title [WIP] Update working branch with latest changes from main Resolve merge conflicts: bring working-Annotation-Generator up to date with main Apr 20, 2026
Copilot AI requested a review from saoshreyas April 20, 2026 18:29
@elmisback

Copy link
Copy Markdown
Owner

This branch is not ready to merge into main, please do not merge it. See the comments I made in #35 (comment). Most importantly, merging this branch should not add length or modify much code in tools.tsx. Keep the new component in its own file. Other files should not see major changes.

@elmisback elmisback closed this Apr 21, 2026
@github-project-automation github-project-automation Bot moved this from Todo to Done in Codetations development Apr 21, 2026
@elmisback elmisback reopened this Apr 21, 2026
@github-project-automation github-project-automation Bot moved this from Done to In Progress in Codetations development Apr 21, 2026
@elmisback

Copy link
Copy Markdown
Owner

@saoshreyas you can try telling copilot to resolve the PR but you probably need to have it follow the instructions above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

3 participants