@duckmind/dm-darwin-x64 0.48.5 → 0.49.6
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 +0 -0
- package/extensions/.dm-extensions.json +159 -220
- package/extensions/dm-9router-ext/package.json +0 -6
- package/extensions/dm-9router-ext/src/index.js +1 -1
- package/extensions/dm-ask-user/package.json +0 -4
- package/extensions/dm-caveman/extensions/caveman.js +29 -0
- package/extensions/dm-caveman/package.json +20 -0
- package/extensions/dm-cli-anything/index.js +5 -5
- package/extensions/dm-cli-anything/package.json +0 -7
- package/extensions/dm-cli-anything/skills/cli-anything/SKILL.md +1 -3
- package/extensions/dm-context/package.json +0 -1
- package/extensions/dm-cua/package.json +0 -7
- package/extensions/dm-fff/package.json +0 -6
- package/extensions/dm-goal/package.json +0 -8
- package/extensions/dm-grill-me/index.js +2 -2
- package/extensions/dm-grill-me/package.json +0 -7
- package/extensions/dm-image2/package.json +0 -8
- package/extensions/dm-subagents/.m/artifacts/shell/shell_output_1783845384621_9cf9262bf674.txt +1336 -0
- package/extensions/dm-subagents/.m/artifacts/shell/shell_output_1783846154938_6a41cefee0bf.txt +1336 -0
- package/extensions/dm-subagents/package.json +0 -11
- package/extensions/dm-subagents/src/extension/doctor.js +10 -10
- package/extensions/dm-subagents/src/extension/fanout-child.js +97 -97
- package/extensions/dm-subagents/src/extension/index.js +121 -121
- package/extensions/dm-subagents/src/extension/rpc.js +5 -5
- package/extensions/dm-subagents/src/extension/schemas.js +1 -1
- package/extensions/dm-subagents/src/extension/tool-description.js +2 -2
- package/extensions/dm-subagents/src/intercom/native-supervisor-channel.js +5 -5
- package/extensions/dm-subagents/src/runs/background/async-execution.js +19 -19
- package/extensions/dm-subagents/src/runs/background/async-job-tracker.js +9 -9
- package/extensions/dm-subagents/src/runs/background/async-resume.js +5 -5
- package/extensions/dm-subagents/src/runs/background/async-status.js +8 -8
- package/extensions/dm-subagents/src/runs/background/fleet-view.js +13 -13
- package/extensions/dm-subagents/src/runs/background/result-watcher.js +5 -5
- package/extensions/dm-subagents/src/runs/background/run-id-resolver.js +3 -3
- package/extensions/dm-subagents/src/runs/background/run-status.js +19 -19
- package/extensions/dm-subagents/src/runs/background/stale-run-reconciler.js +7 -7
- package/extensions/dm-subagents/src/runs/background/subagent-runner.js +35 -35
- package/extensions/dm-subagents/src/runs/background/wait.js +7 -7
- package/extensions/dm-subagents/src/runs/foreground/chain-execution.js +32 -32
- package/extensions/dm-subagents/src/runs/foreground/execution.js +26 -26
- package/extensions/dm-subagents/src/runs/foreground/subagent-executor.js +96 -96
- package/extensions/dm-subagents/src/runs/shared/dm-args.js +1 -1
- package/extensions/dm-subagents/src/runs/shared/nested-events.js +6 -6
- package/extensions/dm-subagents/src/runs/shared/subagent-prompt-runtime.js +13 -13
- package/extensions/dm-subagents/src/shared/fork-context.js +4 -4
- package/extensions/dm-tasks/package.json +0 -7
- package/extensions/dm-usage/package.json +0 -7
- package/extensions/greedysearch-dm/bin/cdp-greedy.mjs +1 -8
- package/extensions/greedysearch-dm/bin/gschrome.mjs +3 -3
- package/extensions/greedysearch-dm/bin/launch-visible.mjs +3 -3
- package/extensions/greedysearch-dm/bin/launch.mjs +4 -4
- package/extensions/greedysearch-dm/bin/search.mjs +103 -103
- package/extensions/greedysearch-dm/extractors/consensus.mjs +35 -35
- package/extensions/greedysearch-dm/extractors/gemini.mjs +38 -38
- package/extensions/greedysearch-dm/extractors/logically.mjs +35 -35
- package/extensions/greedysearch-dm/package.json +0 -10
- package/extensions/greedysearch-dm/src/search/chrome.mjs +23 -23
- package/extensions/greedysearch-dm/src/search/fetch-source.mjs +35 -35
- package/extensions/greedysearch-dm/src/search/research.mjs +61 -61
- package/extensions/greedysearch-dm/src/search/synthesis-runner.mjs +4 -4
- package/package.json +1 -1
- package/extensions/dm-9router-ext/README.md +0 -142
- package/extensions/dm-9router-ext/tsconfig.json +0 -17
- package/extensions/dm-ask-user/README.md +0 -226
- package/extensions/dm-cli-anything/LICENSE +0 -201
- package/extensions/dm-cli-anything/README.md +0 -33
- package/extensions/dm-cli-anything/vendor/UPSTREAM.md +0 -14
- package/extensions/dm-context/AGENTS.md +0 -41
- package/extensions/dm-context/README.md +0 -18
- package/extensions/dm-context/tsconfig.json +0 -16
- package/extensions/dm-cua/README.md +0 -24
- package/extensions/dm-fff/README.md +0 -36
- package/extensions/dm-fff/tsconfig.json +0 -13
- package/extensions/dm-goal/CHANGELOG.md +0 -12
- package/extensions/dm-goal/LICENSE +0 -21
- package/extensions/dm-goal/README.md +0 -29
- package/extensions/dm-goal/tsconfig.json +0 -15
- package/extensions/dm-grill-me/DESIGN.md +0 -301
- package/extensions/dm-grill-me/LICENSE +0 -21
- package/extensions/dm-grill-me/README.md +0 -82
- package/extensions/dm-grill-me/tsconfig.json +0 -17
- package/extensions/dm-image2/README.md +0 -33
- package/extensions/dm-subagents/CHANGELOG.md +0 -1211
- package/extensions/dm-subagents/README.md +0 -29
- package/extensions/dm-subagents/banner.png +0 -0
- package/extensions/dm-subagents/biome.json +0 -26
- package/extensions/dm-subagents/tsconfig.json +0 -18
- package/extensions/dm-tasks/LICENSE +0 -21
- package/extensions/dm-tasks/README.md +0 -30
- package/extensions/dm-tasks/biome.json +0 -26
- package/extensions/dm-tasks/tsconfig.json +0 -14
- package/extensions/dm-usage/LICENSE +0 -21
- package/extensions/dm-usage/README.md +0 -29
- package/extensions/dm-usage/insights-screenshot.png +0 -0
- package/extensions/dm-usage/screenshot.png +0 -0
- package/extensions/greedysearch-dm/LICENSE +0 -21
- package/extensions/greedysearch-dm/README.md +0 -222
|
@@ -1,201 +0,0 @@
|
|
|
1
|
-
Apache License
|
|
2
|
-
Version 2.0, January 2004
|
|
3
|
-
http://www.apache.org/licenses/
|
|
4
|
-
|
|
5
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
-
|
|
7
|
-
1. Definitions.
|
|
8
|
-
|
|
9
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
-
|
|
12
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
-
the copyright owner that is granting the License.
|
|
14
|
-
|
|
15
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
-
other entities that control, are controlled by, or are under common
|
|
17
|
-
control with that entity. For the purposes of this definition,
|
|
18
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
-
direction or management of such entity, whether by contract or
|
|
20
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
-
|
|
23
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
-
exercising permissions granted by this License.
|
|
25
|
-
|
|
26
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
-
including but not limited to software source code, documentation
|
|
28
|
-
source, and configuration files.
|
|
29
|
-
|
|
30
|
-
"Object" form shall mean any form resulting from mechanical
|
|
31
|
-
transformation or translation of a Source form, including but
|
|
32
|
-
not limited to compiled object code, generated documentation,
|
|
33
|
-
and conversions to other media types.
|
|
34
|
-
|
|
35
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
-
Object form, made available under the License, as indicated by a
|
|
37
|
-
copyright notice that is included in or attached to the work
|
|
38
|
-
(an example is provided in the Appendix below).
|
|
39
|
-
|
|
40
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
-
form, that is based on (or derived from) the Work and for which the
|
|
42
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
-
of this License, Derivative Works shall not include works that remain
|
|
45
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
-
the Work and Derivative Works thereof.
|
|
47
|
-
|
|
48
|
-
"Contribution" shall mean any work of authorship, including
|
|
49
|
-
the original version of the Work and any modifications or additions
|
|
50
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
-
means any form of electronic, verbal, or written communication sent
|
|
55
|
-
to the Licensor or its representatives, including but not limited to
|
|
56
|
-
communication on electronic mailing lists, source code control systems,
|
|
57
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
-
excluding communication that is conspicuously marked or otherwise
|
|
60
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
-
|
|
62
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
-
subsequently incorporated within the Work.
|
|
65
|
-
|
|
66
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
-
Work and such Derivative Works in Source or Object form.
|
|
72
|
-
|
|
73
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
-
(except as stated in this section) patent license to make, have made,
|
|
77
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
-
where such license applies only to those patent claims licensable
|
|
79
|
-
by such Contributor that are necessarily infringed by their
|
|
80
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
-
institute patent litigation against any entity (including a
|
|
83
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
-
or contributory patent infringement, then any patent licenses
|
|
86
|
-
granted to You under this License for that Work shall terminate
|
|
87
|
-
as of the date such litigation is filed.
|
|
88
|
-
|
|
89
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
-
modifications, and in Source or Object form, provided that You
|
|
92
|
-
meet the following conditions:
|
|
93
|
-
|
|
94
|
-
(a) You must give any other recipients of the Work or
|
|
95
|
-
Derivative Works a copy of this License; and
|
|
96
|
-
|
|
97
|
-
(b) You must cause any modified files to carry prominent notices
|
|
98
|
-
stating that You changed the files; and
|
|
99
|
-
|
|
100
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
-
that You distribute, all copyright, patent, trademark, and
|
|
102
|
-
attribution notices from the Source form of the Work,
|
|
103
|
-
excluding those notices that do not pertain to any part of
|
|
104
|
-
the Derivative Works; and
|
|
105
|
-
|
|
106
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
-
distribution, then any Derivative Works that You distribute must
|
|
108
|
-
include a readable copy of the attribution notices contained
|
|
109
|
-
within such NOTICE file, excluding those notices that do not
|
|
110
|
-
pertain to any part of the Derivative Works, in at least one
|
|
111
|
-
of the following places: within a NOTICE text file distributed
|
|
112
|
-
as part of the Derivative Works; within the Source form or
|
|
113
|
-
documentation, if provided along with the Derivative Works; or,
|
|
114
|
-
within a display generated by the Derivative Works, if and
|
|
115
|
-
wherever such third-party notices normally appear. The contents
|
|
116
|
-
of the NOTICE file are for informational purposes only and
|
|
117
|
-
do not modify the License. You may add Your own attribution
|
|
118
|
-
notices within Derivative Works that You distribute, alongside
|
|
119
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
-
that such additional attribution notices cannot be construed
|
|
121
|
-
as modifying the License.
|
|
122
|
-
|
|
123
|
-
You may add Your own copyright statement to Your modifications and
|
|
124
|
-
may provide additional or different license terms and conditions
|
|
125
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
-
the conditions stated in this License.
|
|
129
|
-
|
|
130
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
-
this License, without any additional terms or conditions.
|
|
134
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
-
the terms of any separate license agreement you may have executed
|
|
136
|
-
with Licensor regarding such Contributions.
|
|
137
|
-
|
|
138
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
-
except as required for reasonable and customary use in describing the
|
|
141
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
-
|
|
143
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
-
implied, including, without limitation, any warranties or conditions
|
|
148
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
-
appropriateness of using or redistributing the Work and assume any
|
|
151
|
-
risks associated with Your exercise of permissions under this License.
|
|
152
|
-
|
|
153
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
-
unless required by applicable law (such as deliberate and grossly
|
|
156
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
-
liable to You for damages, including any direct, indirect, special,
|
|
158
|
-
incidental, or consequential damages of any character arising as a
|
|
159
|
-
result of this License or out of the use or inability to use the
|
|
160
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
-
other commercial damages or losses), even if such Contributor
|
|
163
|
-
has been advised of the possibility of such damages.
|
|
164
|
-
|
|
165
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
-
or other liability obligations and/or rights consistent with this
|
|
169
|
-
License. However, in accepting such obligations, You may act only
|
|
170
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
-
defend, and hold each Contributor harmless for any liability
|
|
173
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
-
of your accepting any such warranty or additional liability.
|
|
175
|
-
|
|
176
|
-
END OF TERMS AND CONDITIONS
|
|
177
|
-
|
|
178
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
-
|
|
180
|
-
To apply the Apache License to your work, attach the following
|
|
181
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
-
replaced with your own identifying information. (Don't include
|
|
183
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
-
comment syntax for the file format. We also recommend that a
|
|
185
|
-
file or class name and description of purpose be included on the
|
|
186
|
-
same "printed page" as the copyright notice for easier
|
|
187
|
-
identification within third-party archives.
|
|
188
|
-
|
|
189
|
-
Copyright [2026] [HKUDS CLI-Anything Team]
|
|
190
|
-
|
|
191
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
-
you may not use this file except in compliance with the License.
|
|
193
|
-
You may obtain a copy of the License at
|
|
194
|
-
|
|
195
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
-
|
|
197
|
-
Unless required by applicable law or agreed to in writing, software
|
|
198
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
-
See the License for the specific language governing permissions and
|
|
201
|
-
limitations under the License.
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
# dm-cli-anything
|
|
2
|
-
|
|
3
|
-
`dm-cli-anything` bundles a snapshot of the HKUDS
|
|
4
|
-
[CLI-Anything](https://github.com/HKUDS/CLI-Anything) CLI-Hub registries and exposes
|
|
5
|
-
them to DuckMind as the `cli_anything_hub` tool.
|
|
6
|
-
|
|
7
|
-
The extension is intentionally discovery-first:
|
|
8
|
-
|
|
9
|
-
- `list`, `search`, `categories`, and `info` read only the bundled registry files.
|
|
10
|
-
- `install_command` and `launch_command` return commands for the user to review.
|
|
11
|
-
- The extension does **not** run install, update, uninstall, or launch commands.
|
|
12
|
-
- Suggested CLI-Hub install/launch commands include `CLI_HUB_NO_ANALYTICS=1`.
|
|
13
|
-
|
|
14
|
-
## Snapshot
|
|
15
|
-
|
|
16
|
-
- Upstream: `https://github.com/HKUDS/CLI-Anything`
|
|
17
|
-
- Revision: `7862c920c9950a0883326ba4ca9dd9ffdbcb5596`
|
|
18
|
-
- Bundled files:
|
|
19
|
-
- `vendor/registry.json` (`64` CLI-Anything harness entries, updated `2026-04-16`)
|
|
20
|
-
- `vendor/public_registry.json` (`16` public CLI entries, updated `2026-04-18`)
|
|
21
|
-
- Root upstream license copied to `LICENSE` (Apache-2.0). The upstream `cli-hub`
|
|
22
|
-
Python package metadata says MIT; this extension only bundles registry data and
|
|
23
|
-
the root license file.
|
|
24
|
-
|
|
25
|
-
## Example tool calls
|
|
26
|
-
|
|
27
|
-
- Search image-related harnesses: `action=search`, `query=image`
|
|
28
|
-
- List public CLIs: `action=list`, `source=public`
|
|
29
|
-
- Inspect one entry: `action=info`, `name=wiremock`
|
|
30
|
-
- Get a safe install suggestion: `action=install_command`, `name=wiremock`
|
|
31
|
-
|
|
32
|
-
Always ask before running commands that install packages, write global state, or
|
|
33
|
-
start external tools.
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
# CLI-Anything snapshot
|
|
2
|
-
|
|
3
|
-
- Source repository: `https://github.com/HKUDS/CLI-Anything`
|
|
4
|
-
- Source revision: `7862c920c9950a0883326ba4ca9dd9ffdbcb5596`
|
|
5
|
-
- Snapshot source path: `/tmp/dm-cli-anything-inventory`
|
|
6
|
-
- Files copied:
|
|
7
|
-
- `registry.json` → `vendor/registry.json`
|
|
8
|
-
- `public_registry.json` → `vendor/public_registry.json`
|
|
9
|
-
- `LICENSE` → `../LICENSE`
|
|
10
|
-
|
|
11
|
-
The full upstream repository is not vendored because it contains assets,
|
|
12
|
-
plugins, examples, and `.git` history that are not needed for the DuckMind
|
|
13
|
-
runtime package. This extension reads the bundled registry snapshot only and
|
|
14
|
-
returns install/launch commands as suggestions, not executed side effects.
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
# PROJECT KNOWLEDGE BASE
|
|
2
|
-
|
|
3
|
-
**Generated:** 2026-03-04
|
|
4
|
-
|
|
5
|
-
## OVERVIEW
|
|
6
|
-
Project: **dm-context**
|
|
7
|
-
Stack: Node.js, TypeScript (ES2022 / Node16), `@mariozechner/dm` API, `@sinclair/typebox`.
|
|
8
|
-
|
|
9
|
-
Description: A Git-like context management extension for the `dm` coding agent. It allows AI agents to proactively structure, monitor, and compress their context (history) using tools modeled after Git (`tag`, `log`, `checkout`).
|
|
10
|
-
|
|
11
|
-
## STRUCTURE
|
|
12
|
-
* `src/`: TypeScript source code for the extension.
|
|
13
|
-
* `index.ts`: Tool and command registrations (`acm`, `context_tag`, `context_log`, `context_checkout`).
|
|
14
|
-
* `context.ts`: CLI command registrations (e.g., `/context` for TUI visualization).
|
|
15
|
-
* `utils.ts`: Shared utility functions and type definitions.
|
|
16
|
-
* `skills/`: DM skills documentation, containing `context-management/SKILL.md` which instructs the LLM on how to use the context tools.
|
|
17
|
-
* `test/`: Markdown test scenarios.
|
|
18
|
-
* `dist/`: Output directory for compiled code (generated by `tsc`).
|
|
19
|
-
|
|
20
|
-
## COMMANDS
|
|
21
|
-
| Action | Command |
|
|
22
|
-
|--------|---------|
|
|
23
|
-
| Install| `npm install` |
|
|
24
|
-
| Build | `npx tsc` |
|
|
25
|
-
| Test | See `test/test.md` |
|
|
26
|
-
| Run | The extension is loaded natively by `dm`. In a `dm` environment, run `dm -e ./src/index.ts -e ./src/context.ts --skill ./skills` to test locally. |
|
|
27
|
-
|
|
28
|
-
## CODING STANDARDS
|
|
29
|
-
* **Language**: TypeScript with ESM (`"type": "module"`).
|
|
30
|
-
* **Style**: Standard TypeScript. Interfaces and functions are exported as ES modules. Types are defined using `@sinclair/typebox` for tool parameter schemas.
|
|
31
|
-
* **Rules**: Strict mode is enabled (`"strict": true`). Missing types from the main SDK entry point are defined locally (e.g., `SessionTreeNode` in `utils.ts`).
|
|
32
|
-
|
|
33
|
-
## WHERE TO LOOK
|
|
34
|
-
* **Source**: `src/`
|
|
35
|
-
* **Tests**: `test/`
|
|
36
|
-
* **Skill Docs**: `skills/context-management/SKILL.md` (Crucial for understanding the agent workflow, tagging strategies, and the "Build, Perceive, Navigate" philosophy).
|
|
37
|
-
|
|
38
|
-
## NOTES
|
|
39
|
-
* **Architecture**: `dm-context` hooks directly into the `SessionManager` from the `dm` SDK, leveraging its underlying tree structure to implement lossless time travel (squashing noise without deleting the nodes from disk).
|
|
40
|
-
* **Missing Entry File**: The `package.json` defines `"main": "dist/index.js"`. The extension relies on the DM extension manifest config (`src/index.ts`, `src/context.ts`).
|
|
41
|
-
* **Test Script Issues**: `test/test.md` outlines the testing steps.
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
# dm-context
|
|
2
|
-
|
|
3
|
-
Bundled DM extension for agentic context management.
|
|
4
|
-
|
|
5
|
-
## Included commands
|
|
6
|
-
|
|
7
|
-
- `/acm` — enable agentic context management for the current session.
|
|
8
|
-
- `/context` — inspect context-window usage and the current session graph.
|
|
9
|
-
|
|
10
|
-
## Included tools
|
|
11
|
-
|
|
12
|
-
- `context_tag`
|
|
13
|
-
- `context_log`
|
|
14
|
-
- `context_checkout`
|
|
15
|
-
|
|
16
|
-
## Bundled with dm
|
|
17
|
-
|
|
18
|
-
No separate install step is required. Once `dm` is installed, this extension is loaded from DM's bundled extension catalog.
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"target": "ES2022",
|
|
4
|
-
"module": "Node16",
|
|
5
|
-
"moduleResolution": "Node16",
|
|
6
|
-
"outDir": "./dist",
|
|
7
|
-
"rootDir": "./src",
|
|
8
|
-
"strict": true,
|
|
9
|
-
"esModuleInterop": true,
|
|
10
|
-
"skipLibCheck": true,
|
|
11
|
-
"forceConsistentCasingInFileNames": true,
|
|
12
|
-
"declaration": true
|
|
13
|
-
},
|
|
14
|
-
"include": ["src/**/*"],
|
|
15
|
-
"exclude": ["node_modules", "dist"]
|
|
16
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
# dm-cua
|
|
2
|
-
|
|
3
|
-
Browser-first Computer Use extension for DM.
|
|
4
|
-
|
|
5
|
-
What it does:
|
|
6
|
-
|
|
7
|
-
- launches or reuses a dedicated browser profile via the bundled `greedysearch-dm` CDP helpers
|
|
8
|
-
- bootstraps a blank tab on fresh empty profiles so browser automation does not fail on the first run
|
|
9
|
-
- exposes one tool, `browser_cua`, for list / navigate / snapshot / screenshot / click / type / evaluate / stop
|
|
10
|
-
- stores browser screenshots under `~/.dm/agent/cua/screenshots/` by default
|
|
11
|
-
|
|
12
|
-
Browser selection:
|
|
13
|
-
|
|
14
|
-
- default: Chrome/Chromium auto-detected by `greedysearch-dm`
|
|
15
|
-
- opt-in CloakBrowser trial: set `DM_CUA_BROWSER=cloak` and one of `DM_CUA_BROWSER_PATH`, `DM_CUA_CLOAK_PATH`, `CLOAKBROWSER_BINARY_PATH`, or `CHROME_PATH` to the CloakBrowser Chromium executable
|
|
16
|
-
- DM does not bundle or auto-download the compiled CloakBrowser binary; install/pre-download it outside DM first because upstream permits use but not redistribution
|
|
17
|
-
- Current `browser_cua` actions still use CDP commands through `greedysearch-dm`; full CloakBrowser stealth parity would require a future Playwright-backed CUA lane.
|
|
18
|
-
|
|
19
|
-
What it does **not** do yet:
|
|
20
|
-
|
|
21
|
-
- it does not replace the macOS `computer-use` Codex plugin lane
|
|
22
|
-
- it does not replace Android `adbridge`
|
|
23
|
-
|
|
24
|
-
Those broader lanes are still tracked separately. This extension closes the most actionable CUA gap from the current DM snapshot: a first-class browser lane that works from a fresh dedicated browser profile instead of overloading `coding_task`.
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
# dm-fff
|
|
2
|
-
|
|
3
|
-
Bundled DM extension that adds FFF-powered fuzzy file and content search.
|
|
4
|
-
|
|
5
|
-
Technical provenance: this package is synced from `dmtrKovalenko/fff` at commit `18f546a4fe8939d884b495a7d761f4905ad205a3`; the exact upstream package path is recorded in `extensions/.dm-extensions.json`. DM ships the adapted source as `dm-fff`.
|
|
6
|
-
|
|
7
|
-
## What it does
|
|
8
|
-
|
|
9
|
-
| Built-in tool | dm-fff replacement | Improvement |
|
|
10
|
-
|---|---|---|
|
|
11
|
-
| `find` | `fffind` | Fuzzy matching, frecency ranking, git-aware, pre-indexed |
|
|
12
|
-
| `grep` | `ffgrep` | SIMD-accelerated, frecency-ordered, mmap-cached, no subprocess |
|
|
13
|
-
| *(none)* | `fff-multi-grep` | OR-logic multi-pattern search via Aho-Corasick |
|
|
14
|
-
| `@` file autocomplete | FFF-backed autocomplete | Fuzzy ranking from FFF index/frecency |
|
|
15
|
-
|
|
16
|
-
## Tools
|
|
17
|
-
|
|
18
|
-
- `ffgrep` — search file contents with smart case, optional regex/literal mode, context, limit, and cursor pagination.
|
|
19
|
-
- `fffind` — fuzzy file name search with frecency ranking.
|
|
20
|
-
- `fff-multi-grep` — OR-logic multi-pattern content search when `DM_FFF_MULTIGREP=1`.
|
|
21
|
-
|
|
22
|
-
## Commands
|
|
23
|
-
|
|
24
|
-
- `/fff-mode` — show or set FFF mode: `tools-and-ui`, `tools-only`, or `override`.
|
|
25
|
-
- `/fff-health` — show FFF status.
|
|
26
|
-
- `/fff-rescan` — trigger a file rescan.
|
|
27
|
-
|
|
28
|
-
## Configuration
|
|
29
|
-
|
|
30
|
-
- `--fff-mode` / `DM_FFF_MODE`
|
|
31
|
-
- `--fff-frecency-db` / `FFF_FRECENCY_DB`
|
|
32
|
-
- `--fff-history-db` / `FFF_HISTORY_DB`
|
|
33
|
-
- `--fff-enable-root-scan` / `FFF_ENABLE_ROOT_SCAN`
|
|
34
|
-
- `DM_FFF_MULTIGREP=1` to enable `fff-multi-grep`.
|
|
35
|
-
|
|
36
|
-
No separate install step is required. Install `dm`; this extension is bundled.
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# dm-goal changelog
|
|
2
|
-
|
|
3
|
-
This managed bundled copy is generated by the DM rebrand pipeline from the pinned source recorded in `extensions/.dm-extensions.json`.
|
|
4
|
-
|
|
5
|
-
## DM integration
|
|
6
|
-
|
|
7
|
-
- Rebrands the package and user-facing copy to `dm-goal`.
|
|
8
|
-
- Tracks the pinned single-extension source path recorded in `extensions/.dm-extensions.json`.
|
|
9
|
-
- Keeps `/goal` plus the `goal_complete` completion tool.
|
|
10
|
-
- Stores goal state under the `goal-state` entry type and DM state file path.
|
|
11
|
-
- Rewrites hidden continuation markers to `dm-goal-continuation`.
|
|
12
|
-
- Uses installable DM runtime package aliases for local typecheck and test runs.
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2026 narumiruna
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
# dm-goal
|
|
2
|
-
|
|
3
|
-
Bundled DM extension that keeps a long-running objective active until the assistant proves it is complete.
|
|
4
|
-
|
|
5
|
-
## Included command surface
|
|
6
|
-
|
|
7
|
-
- `/goal`
|
|
8
|
-
- `/goal <objective>`
|
|
9
|
-
- `/goal status`
|
|
10
|
-
- `/goal pause`
|
|
11
|
-
- `/goal resume`
|
|
12
|
-
- `/goal clear`
|
|
13
|
-
- `/goal budget <tokens>`
|
|
14
|
-
|
|
15
|
-
## Included tools
|
|
16
|
-
|
|
17
|
-
- `goal_complete`
|
|
18
|
-
|
|
19
|
-
## Runtime notes
|
|
20
|
-
|
|
21
|
-
- Active goals add a hidden continuation prompt before each agent turn.
|
|
22
|
-
- The assistant must call `goal_complete` with concrete evidence before DM clears the goal.
|
|
23
|
-
- Goal state is stored in the DM coding-agent state directory, defaulting to `~/.dm/agent/dm-goal-state.json`.
|
|
24
|
-
- Set `DM_CODING_AGENT_DIR` to move that state file with the rest of the coding-agent runtime data.
|
|
25
|
-
- Hidden continuation prompts XML-escape the objective before embedding it in untrusted blocks.
|
|
26
|
-
|
|
27
|
-
## Bundled with dm
|
|
28
|
-
|
|
29
|
-
No separate install step is required. Install `dm`, then run `/goal` inside the TUI.
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"target": "ES2022",
|
|
4
|
-
"module": "NodeNext",
|
|
5
|
-
"moduleResolution": "NodeNext",
|
|
6
|
-
"strict": false,
|
|
7
|
-
"skipLibCheck": true,
|
|
8
|
-
"esModuleInterop": true,
|
|
9
|
-
"allowSyntheticDefaultImports": true,
|
|
10
|
-
"resolveJsonModule": true,
|
|
11
|
-
"types": ["node"],
|
|
12
|
-
"noEmit": true
|
|
13
|
-
},
|
|
14
|
-
"include": ["src/**/*.ts", "test/**/*.ts"]
|
|
15
|
-
}
|