@synth1s/cloak 1.10.0 → 1.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synth1s/cloak",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "description": "Cloak your Claude. Switch identities in seconds.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -5,7 +5,7 @@ const icon = {
5
5
  success: chalk.green('✔'),
6
6
  error: chalk.red('✖'),
7
7
  warning: chalk.yellow('⚠'),
8
- tip: '💡',
8
+ tip: chalk.yellow('*'),
9
9
  active: chalk.green('●'),
10
10
  inactive: chalk.dim('○'),
11
11
  }
@@ -131,7 +131,7 @@ export function shellIntegrationTip(rcFile) {
131
131
  // --- Active cloak indicator (shown on claude launch) ---
132
132
 
133
133
  export function wearingCloak(name) {
134
- return `🔹 Wearing cloak "${name}"`
134
+ return `Wearing cloak "${name}"`
135
135
  }
136
136
 
137
137
  // --- Print-env (stdout, no chalk — evaluated by shell) ---