@askexenow/exe-os 0.8.86 → 0.8.88

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.
@@ -14,23 +14,39 @@ set -g default-terminal "tmux-256color"
14
14
  set -ga terminal-overrides ",*256col*:Tc"
15
15
 
16
16
  # Scroll history
17
- set -g history-limit 10000
17
+ set -g history-limit 50000
18
+
19
+ # Copy to macOS clipboard on mouse drag select
20
+ set -g copy-command "pbcopy"
21
+ bind -T copy-mode MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "pbcopy"
22
+ bind -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "pbcopy"
18
23
 
19
24
  # Vi-style copy mode
20
25
  setw -g mode-keys vi
21
26
  bind -T copy-mode-vi v send-keys -X begin-selection
22
27
  bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "pbcopy"
23
28
 
29
+ # Blue selection highlight
30
+ set -g mode-style "bg=#1a73e8,fg=#ffffff"
31
+
24
32
  # Pane navigation without prefix
25
33
  bind -n M-Left select-pane -L
26
34
  bind -n M-Right select-pane -R
27
35
  bind -n M-Up select-pane -U
28
36
  bind -n M-Down select-pane -D
29
37
 
30
- # Status bar
31
- set -g status-style "bg=#1a1a2e,fg=#F5D76E"
32
- set -g status-left " #S "
33
- set -g status-right " %H:%M "
38
+ # Status bar — session name only, nothing else
39
+ set -g status-style "bg=#da7756,fg=#ffffff"
40
+ set -g status-left "#[bold] #S "
41
+ set -g status-left-length 30
42
+ set -g window-status-format ""
43
+ set -g window-status-current-format ""
44
+ set -g status-right ""
45
+ set -g status-right-length 0
46
+
47
+ # Disable auto-renaming
48
+ set -g allow-rename off
49
+ set -g automatic-rename off
34
50
 
35
51
  # Start windows and panes at 1
36
52
  set -g base-index 1
package/dist/bin/cli.js CHANGED
@@ -12436,7 +12436,7 @@ async function runSetupWizard(opts = {}) {
12436
12436
  log("backed up on Exe Cloud. Free for all plans. We can't read your data \u2014");
12437
12437
  log("only your encryption key can decrypt it.");
12438
12438
  log("");
12439
- const existingKey = await ask2(rl, "Do you have an existing API key? (paste it, or press Enter to skip): ");
12439
+ const existingKey = await ask2(rl, "Paste your Exe OS license key, or press Enter to start as a free user: ");
12440
12440
  if (existingKey && existingKey.startsWith("exe_sk_")) {
12441
12441
  const cloudEndpoint = "https://askexe.com/cloud";
12442
12442
  try {
@@ -12712,7 +12712,7 @@ async function runSetupWizard(opts = {}) {
12712
12712
  }
12713
12713
  let isLicensed = license.valid && license.plan !== "free";
12714
12714
  if (!isLicensed) {
12715
- let licenseInput = await ask2(rl, "Do you have an Exe OS license key? (press Enter to skip for free plan): ");
12715
+ let licenseInput = await ask2(rl, "Hire other employees with your Exe OS license key, or press Enter to continue as a free user (COO only): ");
12716
12716
  if (licenseInput && !licenseInput.startsWith("exe_sk_")) {
12717
12717
  log("That doesn't look like a license key (should start with exe_sk_).");
12718
12718
  licenseInput = await ask2(rl, "Try again (or press Enter to skip): ");
@@ -12882,7 +12882,7 @@ async function runSetupWizard(opts = {}) {
12882
12882
  };
12883
12883
  log("");
12884
12884
  log(` ${"\u2554" + "\u2550".repeat(W) + "\u2557"}`);
12885
- log(` ${"\u2551" + center("e x e O S") + "\u2551"}`);
12885
+ log(` ${"\u2551" + center("E X E O S") + "\u2551"}`);
12886
12886
  if (version) log(` ${"\u2551" + center(`v${version}`) + "\u2551"}`);
12887
12887
  log(` ${"\u255A" + "\u2550".repeat(W) + "\u255D"}`);
12888
12888
  log("");
package/dist/bin/setup.js CHANGED
@@ -5869,7 +5869,7 @@ async function runSetupWizard(opts = {}) {
5869
5869
  log("backed up on Exe Cloud. Free for all plans. We can't read your data \u2014");
5870
5870
  log("only your encryption key can decrypt it.");
5871
5871
  log("");
5872
- const existingKey = await ask(rl, "Do you have an existing API key? (paste it, or press Enter to skip): ");
5872
+ const existingKey = await ask(rl, "Paste your Exe OS license key, or press Enter to start as a free user: ");
5873
5873
  if (existingKey && existingKey.startsWith("exe_sk_")) {
5874
5874
  const cloudEndpoint = "https://askexe.com/cloud";
5875
5875
  try {
@@ -6145,7 +6145,7 @@ async function runSetupWizard(opts = {}) {
6145
6145
  }
6146
6146
  let isLicensed = license.valid && license.plan !== "free";
6147
6147
  if (!isLicensed) {
6148
- let licenseInput = await ask(rl, "Do you have an Exe OS license key? (press Enter to skip for free plan): ");
6148
+ let licenseInput = await ask(rl, "Hire other employees with your Exe OS license key, or press Enter to continue as a free user (COO only): ");
6149
6149
  if (licenseInput && !licenseInput.startsWith("exe_sk_")) {
6150
6150
  log("That doesn't look like a license key (should start with exe_sk_).");
6151
6151
  licenseInput = await ask(rl, "Try again (or press Enter to skip): ");
@@ -6315,7 +6315,7 @@ async function runSetupWizard(opts = {}) {
6315
6315
  };
6316
6316
  log("");
6317
6317
  log(` ${"\u2554" + "\u2550".repeat(W) + "\u2557"}`);
6318
- log(` ${"\u2551" + center("e x e O S") + "\u2551"}`);
6318
+ log(` ${"\u2551" + center("E X E O S") + "\u2551"}`);
6319
6319
  if (version) log(` ${"\u2551" + center(`v${version}`) + "\u2551"}`);
6320
6320
  log(` ${"\u255A" + "\u2550".repeat(W) + "\u255D"}`);
6321
6321
  log("");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@askexenow/exe-os",
3
- "version": "0.8.86",
3
+ "version": "0.8.88",
4
4
  "description": "AI employee operating system — persistent memory, task management, and multi-agent coordination for Claude Code.",
5
5
  "license": "CC-BY-NC-4.0",
6
6
  "type": "module",