@heyitsiveen/dotfiles 1.1.0 → 1.1.2

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "permissions": {
3
- "defaultMode": "plan"
3
+ "defaultMode": "auto"
4
4
  },
5
5
  "statusLine": {
6
6
  "type": "command",
@@ -35,8 +35,6 @@
35
35
  }
36
36
  }
37
37
  },
38
- "outputStyle": "Learning",
39
38
  "effortLevel": "xhigh",
40
- "advisorModel": "opus",
41
- "skipDangerousModePermissionPrompt": true
39
+ "theme": "dark-ansi"
42
40
  }
@@ -29,3 +29,10 @@ end
29
29
  if functions -q tide_palette
30
30
  tide_palette $tide_selected_palette
31
31
  end
32
+
33
+ # Palettes hardcode the Linux Tux glyph for tide_os_icon. Override per host
34
+ # so macOS shows an Apple logo; other platforms fall through to the palette default.
35
+ switch (uname)
36
+ case Darwin
37
+ set -U tide_os_icon (printf '\uf302')
38
+ end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "permissions": {
3
- "defaultMode": "plan"
3
+ "defaultMode": "auto"
4
4
  },
5
5
  "statusLine": {
6
6
  "type": "command",
@@ -35,8 +35,6 @@
35
35
  }
36
36
  }
37
37
  },
38
- "outputStyle": "Learning",
39
38
  "effortLevel": "xhigh",
40
- "advisorModel": "opus",
41
- "skipDangerousModePermissionPrompt": true
39
+ "theme": "dark-ansi"
42
40
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heyitsiveen/dotfiles",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Interactive CLI to set up dotfiles for macOS and Windows 11",
5
5
  "type": "module",
6
6
  "bin": {