@duckmind/dm-darwin-arm64 0.12.0 → 0.12.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.
package/README.md CHANGED
@@ -143,7 +143,7 @@ See [docs/providers.md](docs/providers.md) for detailed setup instructions.
143
143
 
144
144
  The interface from top to bottom:
145
145
 
146
- - **Startup header** - Shows shortcuts (`/hotkeys` for all), loaded AGENTS.md files, prompt templates, skills, and extensions
146
+ - **Startup header** - Shows the DuckMind logo. Use `/resources` to inspect loaded AGENTS.md files, prompt templates, skills, extensions, themes, and conflicts.
147
147
  - **Messages** - Your messages, assistant responses, tool calls and results, notifications, errors, and extension UI
148
148
  - **Editor** - Where you type; border color indicates thinking level
149
149
  - **Footer** - Working directory, session name, total token/cache usage, cost, context usage, current model
@@ -183,6 +183,7 @@ Type `/` in the editor to trigger commands. [Extensions](#extensions) can regist
183
183
  | `/export [file]` | Export session to HTML file |
184
184
  | `/share` | Upload as private GitHub gist with shareable HTML link |
185
185
  | `/reload` | Reload keybindings, extensions, skills, prompts, and context files (themes hot-reload automatically) |
186
+ | `/resources` | Show loaded context, skills, prompts, extensions, themes, and conflicts |
186
187
  | `/hotkeys` | Show all keyboard shortcuts |
187
188
  | `/changelog` | Display version history |
188
189
  | `/quit` | Quit dm |
package/dm CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duckmind/dm-darwin-arm64",
3
- "version": "0.12.0",
3
+ "version": "0.12.2",
4
4
  "description": "DuckMind (dm) binary payload for darwin arm64",
5
5
  "license": "MIT",
6
6
  "os": [
@@ -2,13 +2,13 @@
2
2
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
3
3
  "name": "duckmind",
4
4
  "vars": {
5
- "primary": "#fab283",
5
+ "primary": "#1e90ff",
6
6
  "secondary": "#808080"
7
7
  },
8
8
  "colors": {
9
- "accent": "#9d7cd8",
10
- "border": "#fab283",
11
- "borderAccent": "#9d7cd8",
9
+ "accent": "#56b6c2",
10
+ "border": "#1e90ff",
11
+ "borderAccent": "#56b6c2",
12
12
  "borderMuted": "#808080",
13
13
 
14
14
  "success": "#7fd88f",
@@ -27,16 +27,16 @@
27
27
 
28
28
  "customMessageBg": "#1a1a1a",
29
29
  "customMessageText": "#eeeeee",
30
- "customMessageLabel": "#fab283",
30
+ "customMessageLabel": "#1e90ff",
31
31
 
32
32
  "toolPendingBg": "#1a1a1a",
33
33
  "toolSuccessBg": "#1e2e1e",
34
34
  "toolErrorBg": "#2e1e1e",
35
- "toolTitle": "#fab283",
35
+ "toolTitle": "#1e90ff",
36
36
  "toolOutput": "#eeeeee",
37
37
 
38
- "mdHeading": "#9d7cd8",
39
- "mdLink": "#fab283",
38
+ "mdHeading": "#56b6c2",
39
+ "mdLink": "#1e90ff",
40
40
  "mdLinkUrl": "#56b6c2",
41
41
  "mdCode": "#7fd88f",
42
42
  "mdCodeBlock": "#eeeeee",
@@ -44,15 +44,15 @@
44
44
  "mdQuote": "#e5c07b",
45
45
  "mdQuoteBorder": "#808080",
46
46
  "mdHr": "#808080",
47
- "mdListBullet": "#fab283",
47
+ "mdListBullet": "#1e90ff",
48
48
 
49
49
  "toolDiffAdded": "#b8db87",
50
50
  "toolDiffRemoved": "#e26a75",
51
51
  "toolDiffContext": "#808080",
52
52
 
53
53
  "syntaxComment": "#808080",
54
- "syntaxKeyword": "#9d7cd8",
55
- "syntaxFunction": "#fab283",
54
+ "syntaxKeyword": "#56b6c2",
55
+ "syntaxFunction": "#1e90ff",
56
56
  "syntaxVariable": "#e06c75",
57
57
  "syntaxString": "#7fd88f",
58
58
  "syntaxNumber": "#f5a742",
@@ -61,9 +61,9 @@
61
61
  "syntaxPunctuation": "#eeeeee",
62
62
 
63
63
  "thinkingOff": "#808080",
64
- "thinkingMinimal": "#fab283",
64
+ "thinkingMinimal": "#1e90ff",
65
65
  "thinkingLow": "#56b6c2",
66
- "thinkingMedium": "#9d7cd8",
66
+ "thinkingMedium": "#56b6c2",
67
67
  "thinkingHigh": "#e06c75",
68
68
  "thinkingXhigh": "#ff0000",
69
69