Skip to content

Chrome extension cleanup#3

Open
garvk wants to merge 22 commits into
cline-web-backupfrom
chrome-extension-cleanup
Open

Chrome extension cleanup#3
garvk wants to merge 22 commits into
cline-web-backupfrom
chrome-extension-cleanup

Conversation

@garvk

@garvk garvk commented Oct 25, 2025

Copy link
Copy Markdown
Owner

Related Issue

Issue: #XXXX

Description

Test Procedure

Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • ♻️ Refactor Changes
  • 💅 Cosmetic Changes
  • 📚 Documentation update
  • 🏃 Workflow Changes

Pre-flight Checklist

  • Changes are limited to a single feature, bugfix or chore (split larger changes into separate PRs)
  • Tests are passing (npm test) and code is formatted and linted (npm run format && npm run lint)
  • I have created a changeset using npm run changeset (required for user-facing changes)
  • I have reviewed contributor guidelines

Screenshots

Additional Notes

garvk added 22 commits October 16, 2025 15:38
- Added complete chrome extension support with WebSocket communication
- Integrated chrome extension files: background scripts, sidepanel, content scripts
- Updated .gitignore to track chrome-extension/ and dist-extension/ directories
- Preserved all web milestone 2 improvements (streaming, MCP servers, DOM fixes)
- Added webpack configuration for extension builds
- Combined both platforms into single unified codebase
…rror

- Content scripts directory was not present in merged codebase
- Removed content_scripts section from manifest.json
- Chrome extension now loads without errors
- Sidepanel and backend communication remain functional
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.

1 participant