Skip to content

feat(node): Custom HMR Bundler Runtime & Client #3849

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 23 commits into
base: module-reloaders
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
8e9c7e0
chore: introduce configurable update providers and enhance demo examples
ScriptedAlchemy Jun 18, 2025
bda3e37
feat(tests): add comprehensive HMR client and runtime tests, includin…
ScriptedAlchemy Jun 18, 2025
c4c87e5
chore: hmr client samples
ScriptedAlchemy Jun 18, 2025
f4fc942
chore: hmr client samples
ScriptedAlchemy Jun 18, 2025
eb81436
feat(node): add hmr runtim
ScriptedAlchemy Jun 19, 2025
4269845
feat(node): add hmr add tests for hmr
ScriptedAlchemy Jun 19, 2025
78dfd62
feat(node): add hmr add tests for hmr
ScriptedAlchemy Jun 19, 2025
632c816
chore: stuff
ScriptedAlchemy Jun 19, 2025
8fa70ae
chore: format code
ScriptedAlchemy Jun 20, 2025
261069e
feat(mcp-host): convert TypeScript to JavaScript and add debug capabi…
ScriptedAlchemy Jun 24, 2025
9f84628
fix(mcp-host): add publicPath config to resolve manifest plugin warning
ScriptedAlchemy Jun 24, 2025
71e5e72
fix(mcp-host): resolve tool call connection errors and add auto-shutdown
ScriptedAlchemy Jun 24, 2025
5e35bad
chore: fix remove debugger
ScriptedAlchemy Jun 24, 2025
944e857
chore: fix remove debugger
ScriptedAlchemy Jun 24, 2025
356d3dd
Merge branch 'main' into module-reladers-continues
ScriptedAlchemy Jun 24, 2025
fcdef3e
feat: consolidate HMR system to unified reloadAll method
ScriptedAlchemy Jun 28, 2025
50d0040
chore: resolve merge conflicts with module-reloaders branch
ScriptedAlchemy Jul 16, 2025
7d05086
fix: add missing newlines at end of files
ScriptedAlchemy Jul 17, 2025
6f814ba
chore: update pnpm lockfile after dependency installation
ScriptedAlchemy Jul 17, 2025
b682288
ci: trigger new CI run
ScriptedAlchemy Jul 17, 2025
0dded59
fix: apply comprehensive code formatting fixes
ScriptedAlchemy Jul 17, 2025
1a3649c
fix: resolve TypeScript compilation errors in node package
ScriptedAlchemy Jul 17, 2025
c20ae38
fix: add missing revalidate function to node utils
ScriptedAlchemy Jul 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions .claude/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"permissions": {
"allow": ["Agent"],
"deny": []
}
}
Loading
Loading