You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: version display, gateway mismatch detection, doctor VM conflict check, branding cleanup
- Show binary version in TUI title bar (sciClaw v{version})
- Gateway writes status file on startup for version tracking
- TUI warns when gateway version mismatches binary (suppressed for dev builds)
- Doctor check detects host+VM Discord/Telegram gateway conflicts (fixes#72)
- Rebrand user-facing picoclaw references to sciclaw (error messages, help text, system prompt, workspace templates)
- Add `make app` target for quick dev build+run
- Add `sciclaw` to .gitignore, move announcement to docs/
- Update docs with host+VM conflict warning
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
returndoctorCheck{Name: name, Status: doctorOK, Message: "no channel overlap between host and VM"}
574
+
}
575
+
576
+
returndoctorCheck{
577
+
Name: name,
578
+
Status: doctorErr,
579
+
Message: fmt.Sprintf("%s enabled on both host and VM gateways — duplicate replies will occur; disable on one side or use separate bot tokens with non-overlapping routed channels", strings.Join(conflicts, ", ")),
0 commit comments