rebrand better-clawd and ship initial npm-ready release
This commit is contained in:
@@ -2,7 +2,7 @@ import { isInBundledMode } from 'src/utils/bundledMode.js';
|
||||
import { getCurrentInstallationType } from 'src/utils/doctorDiagnostic.js';
|
||||
import { isEnvTruthy } from 'src/utils/envUtils.js';
|
||||
import { useStartupNotification } from './useStartupNotification.js';
|
||||
const NPM_DEPRECATION_MESSAGE = 'Claude Code has switched from npm to native installer. Run `claude install` or see https://docs.anthropic.com/en/docs/claude-code/getting-started for more options.';
|
||||
const NPM_DEPRECATION_MESSAGE = 'Better-Clawd no longer recommends the legacy npm installer. Run `better-clawd install` or see the Better-Clawd repository for current installation options.';
|
||||
export function useNpmDeprecationNotification() {
|
||||
useStartupNotification(_temp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user