chore(deps): bump muxcore to v0.19.0#164
Conversation
No code changes required — SessionHandler interface unchanged between v0.18.2 and v0.19.0. v0.19.0 enables snapshot infrastructure as first-class feature (daemon.Config.SkipSnapshot: false hardcoded in engine facade), groundwork for upcoming modular-daemon persistence spec.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
WalkthroughОбновлена версия зависимости Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (2.11.4)Error: can't load config: unsupported version of the configuration: "" See https://golangci-lint.run/docs/product/migration-guide for migration instructions Comment |
|
@gemini-code-assist review |
Summary
Bump
github.com/thebtf/mcp-mux/muxcorefromv0.18.2tov0.19.0.Why
Groundwork for the upcoming
modular-daemonpersistence spec (Phase A):enginefacade —daemon.Config.SkipSnapshot: falseis hardcoded, so engram automatically gets session-level snapshot/restore after the bump.What changed
Only
go.mod/go.sum. No source code changes.Compatibility check
Diffed
muxcore/handler.goandmuxcore/engine/engine.gobetween v0.18.2 and v0.19.0:SessionHandlerinterface — identical.HandleRequest(ctx, ProjectContext, []byte)unchanged.ProjectLifecycle,NotificationHandler,NotifierAware— identical.engine.runDaemon— now explicitly setsSkipSnapshot: false.SessionHandlertakes priority overHandler(consistent with our usage).Verification
go build ./cmd/engram/...— cleango test ./cmd/engram/...— passgo test ./internal/proxy/...from main working tree — passNote: when running
go test ./internal/proxy/...from a git worktree,TestResolveProjectSlug_GitRepofails because it usesgit rev-parse --show-toplevel(returns worktree dir) while.engram-projectanchor resolves displayName toengram. Pre-existing test fragility in setup, unrelated to this bump. CI runs on a clean checkout and is unaffected.Rollback
Single-commit chore, trivial
git revertif needed.Summary by CodeRabbit
Изменения версии
mcp-mux/muxcoreдо версииv0.19.0для повышения стабильности и производительности.