@duckmind/dm-darwin-arm64 0.34.2 → 0.34.3

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/dm CHANGED
Binary file
@@ -15,9 +15,9 @@ export type AnimationsSettings = {
15
15
  export const DEFAULT_ANIMATIONS_SETTINGS: AnimationsSettings = {
16
16
  enabled: true,
17
17
  randomMode: false,
18
- working: "crush",
18
+ working: "typewriter",
19
19
  thinking: "shimmer",
20
- tool: "pipeline",
20
+ tool: "crush",
21
21
  width: "default",
22
22
  fps: 16,
23
23
  };
@@ -130,7 +130,7 @@ export function renderFrameStatus(input: BottomInputStatusState & { icons?: Bott
130
130
  return {
131
131
  model: renderModelSegment(modelName, input.theme, input.icons ?? getBottomInputIcons()),
132
132
  thinking: renderThinkingSegment(thinkingLevel, input.theme),
133
- context: renderContextSegment(usage),
133
+ context: null,
134
134
  elapsed: renderElapsedSegment(input.theme, input.sessionStartTime, input.now, input.icons ?? getBottomInputIcons()),
135
135
  };
136
136
  }
@@ -66,15 +66,15 @@ export const DEFAULT_SETTINGS: AlpsDmSettings = {
66
66
  beautifiedInput: {
67
67
  enabled: true,
68
68
  },
69
- animations: {
70
- enabled: true,
71
- randomMode: false,
72
- working: "crush",
73
- thinking: "shimmer",
74
- tool: "pipeline",
75
- width: "default",
76
- fps: 16,
77
- },
69
+ animations: {
70
+ enabled: true,
71
+ randomMode: false,
72
+ working: "typewriter",
73
+ thinking: "shimmer",
74
+ tool: "crush",
75
+ width: "default",
76
+ fps: 16,
77
+ },
78
78
  shortcuts: {
79
79
  stashEditor: "alt+s",
80
80
  copyEditor: "ctrl+alt+c",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duckmind/dm-darwin-arm64",
3
- "version": "0.34.2",
3
+ "version": "0.34.3",
4
4
  "description": "DuckMind (dm) binary payload for darwin arm64",
5
5
  "license": "MIT",
6
6
  "os": [