micro-models-agent 0.58.2 → 0.60.0

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.
Files changed (233) hide show
  1. package/CHANGELOG.md +578 -556
  2. package/README.md +358 -358
  3. package/dist/certification/certifications.json +493 -493
  4. package/dist/i18n/en.json +732 -716
  5. package/dist/i18n/ru.json +732 -716
  6. package/dist/main.js +1243 -448
  7. package/dist/modules/browser/bridge-server.mjs +219 -219
  8. package/dist/skills/builtin/git.md +36 -36
  9. package/dist/skills/builtin/typescript.md +35 -35
  10. package/package.json +51 -51
  11. package/dist/cli/commands.js +0 -447
  12. package/dist/cli/completer.js +0 -167
  13. package/dist/cli/index.js +0 -2
  14. package/dist/cli/main.js +0 -153
  15. package/dist/cli/plugin-commands.js +0 -36
  16. package/dist/cli/repl-commands.js +0 -761
  17. package/dist/cli/repl.js +0 -702
  18. package/dist/cli/run-result.js +0 -33
  19. package/dist/cli/security-commands.js +0 -164
  20. package/dist/cli/setup.js +0 -237
  21. package/dist/config/config.js +0 -276
  22. package/dist/config/defaults.js +0 -141
  23. package/dist/config/domains.js +0 -179
  24. package/dist/config/experts.js +0 -15
  25. package/dist/config/index.js +0 -4
  26. package/dist/config/security.js +0 -213
  27. package/dist/config/types.js +0 -1
  28. package/dist/core/agent-moe.js +0 -102
  29. package/dist/core/agent.js +0 -1018
  30. package/dist/core/bootstrap.js +0 -481
  31. package/dist/core/crash-handler.js +0 -51
  32. package/dist/core/environment.js +0 -199
  33. package/dist/core/index.js +0 -2
  34. package/dist/core/prompt-builder.js +0 -76
  35. package/dist/core/session-logger.js +0 -251
  36. package/dist/core/types.js +0 -1
  37. package/dist/core/version.js +0 -26
  38. package/dist/core/workspace.js +0 -76
  39. package/dist/i18n/index.js +0 -46
  40. package/dist/index.js +0 -22
  41. package/dist/llm/image-utils.js +0 -143
  42. package/dist/llm/index.js +0 -4
  43. package/dist/llm/model-loader.js +0 -78
  44. package/dist/llm/openai-compat.js +0 -497
  45. package/dist/llm/orchestrator.js +0 -200
  46. package/dist/llm/provider.js +0 -10
  47. package/dist/llm/response.js +0 -39
  48. package/dist/llm/token-counter.js +0 -39
  49. package/dist/llm/types.js +0 -1
  50. package/dist/logger/app-logger.js +0 -189
  51. package/dist/logger/file-log.js +0 -151
  52. package/dist/logger/index.js +0 -1
  53. package/dist/migration/backup.js +0 -45
  54. package/dist/migration/detect.js +0 -50
  55. package/dist/migration/index.js +0 -2
  56. package/dist/modules/artifacts/store.js +0 -61
  57. package/dist/modules/browser/actions.js +0 -76
  58. package/dist/modules/browser/bridge-client.js +0 -199
  59. package/dist/modules/browser/bridge-path.js +0 -10
  60. package/dist/modules/browser/cookie-store.js +0 -24
  61. package/dist/modules/browser/driver.js +0 -136
  62. package/dist/modules/browser/index.js +0 -7
  63. package/dist/modules/browser/module.js +0 -29
  64. package/dist/modules/browser/session.js +0 -342
  65. package/dist/modules/browser/snapshot.js +0 -148
  66. package/dist/modules/browser/types.js +0 -12
  67. package/dist/modules/certification/cli.js +0 -213
  68. package/dist/modules/certification/fact-checker.js +0 -82
  69. package/dist/modules/certification/loader.js +0 -106
  70. package/dist/modules/certification/manifest.js +0 -58
  71. package/dist/modules/certification/runner.js +0 -245
  72. package/dist/modules/certification/scenarios.js +0 -407
  73. package/dist/modules/certification/types.js +0 -1
  74. package/dist/modules/context/chunk-query.js +0 -100
  75. package/dist/modules/context/fact-extractor.js +0 -168
  76. package/dist/modules/context/history.js +0 -15
  77. package/dist/modules/context/index.js +0 -1
  78. package/dist/modules/context/manager.js +0 -440
  79. package/dist/modules/execution/audit-runners.js +0 -206
  80. package/dist/modules/execution/auditor.js +0 -218
  81. package/dist/modules/execution/execution-plugin.js +0 -431
  82. package/dist/modules/execution/index.js +0 -8
  83. package/dist/modules/execution/module.js +0 -625
  84. package/dist/modules/execution/moe-executor.js +0 -304
  85. package/dist/modules/execution/plan-coverage.js +0 -68
  86. package/dist/modules/execution/plan-persister.js +0 -46
  87. package/dist/modules/execution/plan-store.js +0 -196
  88. package/dist/modules/execution/plan-tool.js +0 -677
  89. package/dist/modules/execution/plan-validator.js +0 -153
  90. package/dist/modules/execution/planner.js +0 -94
  91. package/dist/modules/execution/stuck-detector.js +0 -746
  92. package/dist/modules/execution/tracker.js +0 -69
  93. package/dist/modules/execution/types.js +0 -1
  94. package/dist/modules/execution/verifier.js +0 -235
  95. package/dist/modules/execution/windows-commands.js +0 -41
  96. package/dist/modules/hallucination/confidence.js +0 -66
  97. package/dist/modules/hallucination/consistency.js +0 -26
  98. package/dist/modules/hallucination/detector.js +0 -47
  99. package/dist/modules/hallucination/factual.js +0 -169
  100. package/dist/modules/hallucination/index.js +0 -5
  101. package/dist/modules/hallucination/js-identifiers.js +0 -262
  102. package/dist/modules/hallucination/llm-judge.js +0 -101
  103. package/dist/modules/index.js +0 -5
  104. package/dist/modules/indexer/cache.js +0 -40
  105. package/dist/modules/indexer/index.js +0 -3
  106. package/dist/modules/indexer/module.js +0 -246
  107. package/dist/modules/indexer/project-profile.js +0 -183
  108. package/dist/modules/indexer/walker.js +0 -101
  109. package/dist/modules/lsp/check-tool.js +0 -58
  110. package/dist/modules/lsp/client.js +0 -389
  111. package/dist/modules/lsp/command.js +0 -60
  112. package/dist/modules/lsp/config.js +0 -135
  113. package/dist/modules/lsp/index.js +0 -3
  114. package/dist/modules/lsp/module.js +0 -260
  115. package/dist/modules/lsp/probe.js +0 -86
  116. package/dist/modules/lsp/project-root.js +0 -32
  117. package/dist/modules/lsp/startup-check.js +0 -144
  118. package/dist/modules/lsp/types.js +0 -1
  119. package/dist/modules/mcp/client.js +0 -399
  120. package/dist/modules/mcp/index.js +0 -3
  121. package/dist/modules/mcp/module.js +0 -142
  122. package/dist/modules/mcp/registry.js +0 -15
  123. package/dist/modules/memory/index.js +0 -1
  124. package/dist/modules/memory/module.js +0 -96
  125. package/dist/modules/memory/search.js +0 -42
  126. package/dist/modules/memory/store.js +0 -69
  127. package/dist/modules/pipelines/engine.js +0 -60
  128. package/dist/modules/pipelines/index.js +0 -3
  129. package/dist/modules/pipelines/parser.js +0 -56
  130. package/dist/modules/pipelines/template.js +0 -14
  131. package/dist/modules/plugins/builtin/lint-on-write.js +0 -334
  132. package/dist/modules/plugins/builtin/notify.js +0 -9
  133. package/dist/modules/plugins/index.js +0 -1
  134. package/dist/modules/plugins/loader.js +0 -70
  135. package/dist/modules/plugins/manager.js +0 -261
  136. package/dist/modules/plugins/types.js +0 -1
  137. package/dist/modules/pricing/index.js +0 -61
  138. package/dist/modules/pricing/prices.js +0 -129
  139. package/dist/modules/processes/detect.js +0 -34
  140. package/dist/modules/processes/index.js +0 -2
  141. package/dist/modules/processes/registry.js +0 -327
  142. package/dist/modules/processes/runner.js +0 -23
  143. package/dist/modules/providers/create.js +0 -22
  144. package/dist/modules/providers/fallback.js +0 -79
  145. package/dist/modules/providers/health.js +0 -46
  146. package/dist/modules/providers/index.js +0 -5
  147. package/dist/modules/providers/manager.js +0 -161
  148. package/dist/modules/providers/presets.js +0 -128
  149. package/dist/modules/providers/registry.js +0 -22
  150. package/dist/modules/providers/types.js +0 -1
  151. package/dist/modules/registry.js +0 -48
  152. package/dist/modules/security/audit-log.js +0 -136
  153. package/dist/modules/security/audit-notifier.js +0 -292
  154. package/dist/modules/security/command-validator.js +0 -219
  155. package/dist/modules/security/content-scanner.js +0 -53
  156. package/dist/modules/security/data-sanitizer.js +0 -89
  157. package/dist/modules/security/encryption.js +0 -242
  158. package/dist/modules/security/index.js +0 -14
  159. package/dist/modules/security/network-validator.js +0 -88
  160. package/dist/modules/security/path-validator.js +0 -203
  161. package/dist/modules/security/rate-limiter.js +0 -119
  162. package/dist/modules/security/security-policies.js +0 -531
  163. package/dist/modules/security/session-encryption.js +0 -210
  164. package/dist/modules/security/session-isolation.js +0 -95
  165. package/dist/modules/session/index.js +0 -3
  166. package/dist/modules/session/manager.js +0 -172
  167. package/dist/modules/session/module.js +0 -24
  168. package/dist/modules/session/store.js +0 -222
  169. package/dist/modules/session/types.js +0 -1
  170. package/dist/modules/skills/index.js +0 -2
  171. package/dist/modules/skills/loader.js +0 -72
  172. package/dist/modules/skills/matcher.js +0 -27
  173. package/dist/modules/skills/module.js +0 -129
  174. package/dist/modules/types.js +0 -1
  175. package/dist/modules/updater/checker.js +0 -96
  176. package/dist/modules/updater/index.js +0 -2
  177. package/dist/modules/updater/module.js +0 -116
  178. package/dist/modules/user-profile/compressor.js +0 -16
  179. package/dist/modules/user-profile/index.js +0 -1
  180. package/dist/modules/user-profile/profile.js +0 -68
  181. package/dist/tools/approve.js +0 -33
  182. package/dist/tools/attach-image.js +0 -101
  183. package/dist/tools/bash.js +0 -519
  184. package/dist/tools/browser.js +0 -115
  185. package/dist/tools/chunk-query.js +0 -100
  186. package/dist/tools/create-dir.js +0 -56
  187. package/dist/tools/delete-file.js +0 -63
  188. package/dist/tools/download-file.js +0 -117
  189. package/dist/tools/edit-file.js +0 -80
  190. package/dist/tools/enable-tools.js +0 -59
  191. package/dist/tools/executor.js +0 -154
  192. package/dist/tools/file-info.js +0 -47
  193. package/dist/tools/filter-tools.js +0 -17
  194. package/dist/tools/glob-tool.js +0 -27
  195. package/dist/tools/grep-tool.js +0 -125
  196. package/dist/tools/hidden-tools-block.js +0 -37
  197. package/dist/tools/index.js +0 -78
  198. package/dist/tools/list-dir.js +0 -49
  199. package/dist/tools/load-skill.js +0 -43
  200. package/dist/tools/mcp-call.js +0 -69
  201. package/dist/tools/move-file.js +0 -86
  202. package/dist/tools/path-utils.js +0 -101
  203. package/dist/tools/pipeline-run.js +0 -145
  204. package/dist/tools/preview.js +0 -2
  205. package/dist/tools/process-kill.js +0 -40
  206. package/dist/tools/process-list.js +0 -37
  207. package/dist/tools/process-log.js +0 -54
  208. package/dist/tools/question.js +0 -141
  209. package/dist/tools/read-file.js +0 -179
  210. package/dist/tools/recall.js +0 -118
  211. package/dist/tools/registry.js +0 -47
  212. package/dist/tools/remember.js +0 -68
  213. package/dist/tools/scope-check.js +0 -32
  214. package/dist/tools/search-history.js +0 -85
  215. package/dist/tools/subagent.js +0 -196
  216. package/dist/tools/types.js +0 -1
  217. package/dist/tools/user-input.js +0 -123
  218. package/dist/tools/web-browse.js +0 -87
  219. package/dist/tools/web-fetch.js +0 -119
  220. package/dist/tools/web-search.js +0 -105
  221. package/dist/tools/write-file.js +0 -82
  222. package/dist/ui/box.js +0 -77
  223. package/dist/ui/colors.js +0 -4
  224. package/dist/ui/diff.js +0 -178
  225. package/dist/ui/index.js +0 -6
  226. package/dist/ui/line-editor.js +0 -822
  227. package/dist/ui/line-math.js +0 -73
  228. package/dist/ui/md-formatter.js +0 -212
  229. package/dist/ui/output.js +0 -13
  230. package/dist/ui/plan-view.js +0 -103
  231. package/dist/ui/renderer.js +0 -259
  232. package/dist/ui/spinner.js +0 -70
  233. package/dist/ui/table.js +0 -144
@@ -1,222 +0,0 @@
1
- import { existsSync, mkdirSync, readdirSync, readFileSync, rmSync, writeFileSync, appendFileSync, } from "fs";
2
- import { join } from "path";
3
- import { gzipSync } from "zlib";
4
- import { SessionFileEncryptor } from "../security/session-encryption";
5
- export class SessionStore {
6
- baseDir;
7
- encryptor = null;
8
- // In-memory meta cache to avoid O(N²) disk reads on appendMessage.
9
- _metaCache = new Map();
10
- constructor(baseDir, encryptionConfig) {
11
- this.baseDir = baseDir;
12
- if (encryptionConfig?.enabled) {
13
- this.encryptor = new SessionFileEncryptor(encryptionConfig);
14
- }
15
- }
16
- getSessionDir(id) {
17
- return join(this.baseDir, id);
18
- }
19
- /**
20
- * Update encryption configuration
21
- */
22
- updateEncryption(config) {
23
- if (config?.enabled) {
24
- this.encryptor = new SessionFileEncryptor(config);
25
- }
26
- else {
27
- this.encryptor = null;
28
- }
29
- }
30
- /**
31
- * Check if encryption is enabled
32
- */
33
- isEncryptionEnabled() {
34
- return this.encryptor?.isEnabled() ?? false;
35
- }
36
- init() {
37
- mkdirSync(this.baseDir, { recursive: true, mode: 0o700 });
38
- }
39
- sessionDir(id) {
40
- return join(this.baseDir, id);
41
- }
42
- metaPath(id) {
43
- return join(this.sessionDir(id), "meta.json");
44
- }
45
- historyPath(id) {
46
- return join(this.sessionDir(id), "history.jsonl");
47
- }
48
- sessionLogPath(id) {
49
- return join(this.sessionDir(id), "session.jsonl");
50
- }
51
- sessionExists(id) {
52
- return existsSync(this.metaPath(id));
53
- }
54
- saveMeta(id, meta) {
55
- this._metaCache.set(id, meta);
56
- const dir = this.sessionDir(id);
57
- mkdirSync(dir, { recursive: true, mode: 0o700 });
58
- const content = JSON.stringify(meta, null, 2);
59
- if (this.encryptor) {
60
- writeFileSync(this.metaPath(id), this.encryptor.encryptFileContent(content), { encoding: "utf-8", mode: 0o600 });
61
- }
62
- else {
63
- writeFileSync(this.metaPath(id), content, { encoding: "utf-8", mode: 0o600 });
64
- }
65
- }
66
- loadMeta(id) {
67
- const cached = this._metaCache.get(id);
68
- if (cached)
69
- return cached;
70
- const path = this.metaPath(id);
71
- if (!existsSync(path))
72
- return null;
73
- try {
74
- const raw = readFileSync(path, "utf-8");
75
- const content = this.encryptor ? this.encryptor.decryptFileContent(raw) : raw;
76
- const meta = JSON.parse(content);
77
- this._metaCache.set(id, meta);
78
- return meta;
79
- }
80
- catch {
81
- return null;
82
- }
83
- }
84
- appendMessage(id, msg) {
85
- const dir = this.sessionDir(id);
86
- mkdirSync(dir, { recursive: true, mode: 0o700 });
87
- const line = JSON.stringify(msg);
88
- if (this.encryptor?.isEnabled()) {
89
- appendFileSync(this.historyPath(id), this.encryptor.encryptFileContent(line) + "\n", { encoding: "utf-8", mode: 0o600 });
90
- }
91
- else {
92
- appendFileSync(this.historyPath(id), line + "\n", { encoding: "utf-8", mode: 0o600 });
93
- }
94
- const meta = this.loadMeta(id);
95
- if (meta) {
96
- meta.messageCount = (meta.messageCount || 0) + 1;
97
- meta.updatedAt = msg.timestamp || new Date().toISOString();
98
- this.saveMeta(id, meta);
99
- }
100
- }
101
- loadHistory(id) {
102
- const path = this.historyPath(id);
103
- if (!existsSync(path))
104
- return [];
105
- try {
106
- const raw = readFileSync(path, "utf-8");
107
- const lines = raw.split("\n").filter(Boolean);
108
- const parseLine = (line) => {
109
- try {
110
- return JSON.parse(line);
111
- }
112
- catch {
113
- return null;
114
- }
115
- };
116
- if (this.encryptor?.isEnabled()) {
117
- return lines
118
- .map((line) => {
119
- try {
120
- return this.encryptor.decryptFileContent(line);
121
- }
122
- catch {
123
- return null;
124
- }
125
- })
126
- .filter((l) => l !== null)
127
- .map(parseLine)
128
- .filter((m) => m !== null);
129
- }
130
- return lines.map(parseLine).filter((m) => m !== null);
131
- }
132
- catch {
133
- return [];
134
- }
135
- }
136
- appendSessionLog(id, entry) {
137
- const dir = this.sessionDir(id);
138
- mkdirSync(dir, { recursive: true, mode: 0o700 });
139
- const line = JSON.stringify(entry);
140
- if (this.encryptor?.isEnabled()) {
141
- appendFileSync(this.sessionLogPath(id), this.encryptor.encryptFileContent(line) + "\n", { encoding: "utf-8", mode: 0o600 });
142
- }
143
- else {
144
- appendFileSync(this.sessionLogPath(id), line + "\n", { encoding: "utf-8", mode: 0o600 });
145
- }
146
- }
147
- loadSessionLog(id) {
148
- const path = this.sessionLogPath(id);
149
- if (!existsSync(path))
150
- return [];
151
- try {
152
- const raw = readFileSync(path, "utf-8");
153
- const lines = raw.split("\n").filter(Boolean);
154
- const parseLine = (line) => {
155
- try {
156
- return JSON.parse(line);
157
- }
158
- catch {
159
- return null;
160
- }
161
- };
162
- if (this.encryptor?.isEnabled()) {
163
- return lines
164
- .map((line) => {
165
- try {
166
- return this.encryptor.decryptFileContent(line);
167
- }
168
- catch {
169
- return null;
170
- }
171
- })
172
- .filter((l) => l !== null)
173
- .map(parseLine)
174
- .filter((e) => e !== null);
175
- }
176
- return lines.map(parseLine).filter((e) => e !== null);
177
- }
178
- catch {
179
- return [];
180
- }
181
- }
182
- listSessions() {
183
- if (!existsSync(this.baseDir))
184
- return [];
185
- const entries = readdirSync(this.baseDir, { withFileTypes: true });
186
- const sessions = [];
187
- for (const entry of entries) {
188
- if (entry.isDirectory()) {
189
- const meta = this.loadMeta(entry.name);
190
- if (meta)
191
- sessions.push(meta);
192
- }
193
- }
194
- sessions.sort((a, b) => new Date(b.updatedAt).getTime() - new Date(a.updatedAt).getTime());
195
- return sessions;
196
- }
197
- deleteSession(id) {
198
- this._metaCache.delete(id);
199
- const dir = this.sessionDir(id);
200
- if (existsSync(dir)) {
201
- rmSync(dir, { recursive: true, force: true });
202
- }
203
- }
204
- rotateOldSessions() {
205
- const thirtyDaysAgo = new Date();
206
- thirtyDaysAgo.setDate(thirtyDaysAgo.getDate() - 30);
207
- const sessions = this.listSessions();
208
- for (const session of sessions) {
209
- const updatedAt = new Date(session.updatedAt);
210
- if (updatedAt < thirtyDaysAgo) {
211
- const historyPath = this.historyPath(session.id);
212
- if (existsSync(historyPath)) {
213
- const content = readFileSync(historyPath, "utf-8");
214
- const compressed = gzipSync(content);
215
- const gzPath = join(this.baseDir, `${session.id}.jsonl.gz`);
216
- writeFileSync(gzPath, compressed);
217
- rmSync(historyPath);
218
- }
219
- }
220
- }
221
- }
222
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,2 +0,0 @@
1
- export { SkillsLoader } from "./loader";
2
- export { SkillsModule } from "./module";
@@ -1,72 +0,0 @@
1
- import { readdirSync, readFileSync, existsSync, statSync } from "fs";
2
- import { join } from "path";
3
- export class SkillsLoader {
4
- loadFromDir(dirPath) {
5
- if (!existsSync(dirPath))
6
- return [];
7
- const skills = [];
8
- this.scanDir(dirPath, skills);
9
- return skills;
10
- }
11
- scanDir(dirPath, skills) {
12
- const entries = readdirSync(dirPath);
13
- for (const entry of entries) {
14
- const fullPath = join(dirPath, entry);
15
- const stat = statSync(fullPath);
16
- if (stat.isDirectory()) {
17
- this.scanDir(fullPath, skills);
18
- continue;
19
- }
20
- if (!entry.endsWith(".md") && !entry.endsWith(".skill.md"))
21
- continue;
22
- const content = readFileSync(fullPath, "utf-8");
23
- const parsed = this.parseSkillFile(content, fullPath);
24
- if (parsed)
25
- skills.push(parsed);
26
- }
27
- }
28
- parseSkillFile(content, sourcePath) {
29
- const match = content.match(/^---\n([\s\S]*?)\n---\n([\s\S]*)$/);
30
- if (!match)
31
- return null;
32
- const frontmatter = this.parseFrontmatter(match[1]);
33
- if (!frontmatter.name)
34
- return null;
35
- if (frontmatter.mma_version && String(frontmatter.mma_version) !== "2") {
36
- return null;
37
- }
38
- return {
39
- name: frontmatter.name,
40
- description: frontmatter.description || "",
41
- keywords: frontmatter.keywords || [],
42
- content: match[2].trim(),
43
- sourcePath,
44
- };
45
- }
46
- parseFrontmatter(yaml) {
47
- const result = {};
48
- for (const line of yaml.split("\n")) {
49
- const kvMatch = line.match(/^(\w+):\s*(.+)$/);
50
- if (kvMatch) {
51
- const val = kvMatch[2].trim();
52
- if (val.startsWith("[") && val.endsWith("]")) {
53
- result[kvMatch[1]] = val
54
- .slice(1, -1)
55
- .split(",")
56
- .map((s) => s.trim().replace(/^['"]|['"]$/g, ""));
57
- }
58
- else {
59
- result[kvMatch[1]] = val.replace(/^['"]|['"]$/g, "");
60
- }
61
- }
62
- }
63
- return result;
64
- }
65
- loadFromAllSources(builtinDir, globalDir, projectDir) {
66
- return [
67
- ...this.loadFromDir(builtinDir),
68
- ...this.loadFromDir(globalDir),
69
- ...this.loadFromDir(projectDir),
70
- ];
71
- }
72
- }
@@ -1,27 +0,0 @@
1
- const MIN_WORD_LENGTH = 4;
2
- export class SkillsMatcher {
3
- match(taskDescription, skills, maxResults = 3) {
4
- const taskWords = taskDescription.toLowerCase().split(/\W+/).filter(w => w.length >= MIN_WORD_LENGTH);
5
- const scored = skills.map(skill => {
6
- const allKeywords = [
7
- skill.name.toLowerCase(),
8
- skill.description.toLowerCase(),
9
- ...skill.keywords.map(k => k.toLowerCase()),
10
- ];
11
- let score = 0;
12
- for (const word of taskWords) {
13
- for (const kw of allKeywords) {
14
- if (kw === word || (kw.length >= MIN_WORD_LENGTH && kw.includes(word))) {
15
- score++;
16
- }
17
- }
18
- }
19
- return { skill, score };
20
- });
21
- return scored
22
- .filter(s => s.score > 0)
23
- .sort((a, b) => b.score - a.score)
24
- .slice(0, maxResults)
25
- .map(s => s.skill);
26
- }
27
- }
@@ -1,129 +0,0 @@
1
- import { t } from "../../i18n/index";
2
- export class SkillsModule {
3
- name = "skills";
4
- availableSkills;
5
- loadedSkills = new Map();
6
- budget;
7
- currentTokens = 0;
8
- constructor(availableSkills, budget) {
9
- this.availableSkills = availableSkills;
10
- this.budget = budget;
11
- }
12
- loadByName(name) {
13
- if (this.loadedSkills.has(name)) {
14
- return { success: false, message: t("skill.already_loaded", { name }) };
15
- }
16
- const skill = this.availableSkills.find((s) => s.name === name);
17
- if (!skill) {
18
- return { success: false, message: t("skill.not_found", { name }) };
19
- }
20
- return this.tryLoad(skill);
21
- }
22
- unload(name) {
23
- const skill = this.loadedSkills.get(name);
24
- if (!skill)
25
- return false;
26
- this.loadedSkills.delete(name);
27
- this.currentTokens -= this.estimateTokens(skill.content);
28
- return true;
29
- }
30
- getLoaded() {
31
- return Array.from(this.loadedSkills.values());
32
- }
33
- getAvailable() {
34
- return this.availableSkills;
35
- }
36
- findByName(name) {
37
- return this.availableSkills.find((s) => s.name === name);
38
- }
39
- search(query) {
40
- const q = query.toLowerCase();
41
- return this.availableSkills.filter((s) => s.name.toLowerCase().includes(q) || s.description.toLowerCase().includes(q));
42
- }
43
- getBudget() {
44
- return {
45
- used: this.currentTokens,
46
- total: this.budget,
47
- remaining: this.budget - this.currentTokens,
48
- };
49
- }
50
- getSkillContent(name) {
51
- const skill = this.loadedSkills.get(name);
52
- return skill ? skill.content : null;
53
- }
54
- getSystemPromptBlock() {
55
- const lines = [];
56
- if (this.availableSkills.length > 0) {
57
- lines.push("[Available Skills]");
58
- lines.push(t("skill.prompt_hint"));
59
- for (const skill of this.availableSkills) {
60
- const desc = skill.description.slice(0, 80);
61
- lines.push(`- ${skill.name}: ${desc}`);
62
- }
63
- }
64
- if (this.loadedSkills.size > 0) {
65
- lines.push("");
66
- lines.push("[Loaded Skills]");
67
- for (const skill of this.loadedSkills.values()) {
68
- lines.push(`--- ${skill.name} (${this.estimateTokens(skill.content)} tokens) ---`);
69
- lines.push(skill.content);
70
- lines.push("");
71
- }
72
- }
73
- if (lines.length === 0)
74
- return null;
75
- const content = lines.join("\n");
76
- const tokens = this.estimateTokens(content);
77
- return {
78
- content,
79
- priority: "high",
80
- essential: false,
81
- estimatedTokens: tokens,
82
- };
83
- }
84
- getPlugin() {
85
- return {
86
- name: "skills",
87
- onSessionStart: (_ctx) => { },
88
- onBeforeThink: (_ctx) => { },
89
- };
90
- }
91
- tryLoad(skill) {
92
- const tokens = this.estimateTokens(skill.content);
93
- if (tokens > this.budget) {
94
- return {
95
- success: false,
96
- message: t("skill.too_large", {
97
- name: skill.name,
98
- tokens,
99
- budget: this.budget,
100
- }),
101
- };
102
- }
103
- if (this.currentTokens + tokens > this.budget) {
104
- const remaining = this.budget - this.currentTokens;
105
- return {
106
- success: false,
107
- message: t("skill.exceeds_budget", {
108
- name: skill.name,
109
- tokens,
110
- remaining,
111
- }),
112
- };
113
- }
114
- this.loadedSkills.set(skill.name, skill);
115
- this.currentTokens += tokens;
116
- return {
117
- success: true,
118
- message: t("skill.loaded", {
119
- name: skill.name,
120
- tokens,
121
- remaining: this.budget - this.currentTokens,
122
- }),
123
- skill,
124
- };
125
- }
126
- estimateTokens(text) {
127
- return Math.ceil(text.length / 4);
128
- }
129
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,96 +0,0 @@
1
- import { platform } from "os";
2
- import { resolveSpawnCommand } from "../lsp/command";
3
- /** Numeric semver comparison (x.y.z, prerelease ignored). */
4
- export function semverGt(a, b) {
5
- const pa = a
6
- .replace(/^v/, "")
7
- .split(/[.-]/)
8
- .map((p) => Number.parseInt(p, 10) || 0);
9
- const pb = b
10
- .replace(/^v/, "")
11
- .split(/[.-]/)
12
- .map((p) => Number.parseInt(p, 10) || 0);
13
- for (let i = 0; i < 3; i++) {
14
- const na = pa[i] ?? 0;
15
- const nb = pb[i] ?? 0;
16
- if (na !== nb)
17
- return na > nb;
18
- }
19
- return false;
20
- }
21
- const defaultRunner = async (command, args, options) => {
22
- const { execFile } = await import("child_process");
23
- return new Promise((resolve) => {
24
- execFile(command, args, options, (err) => resolve({ error: err?.message }));
25
- });
26
- };
27
- export class Updater {
28
- currentVersion;
29
- packageName;
30
- runner;
31
- constructor(currentVersion, packageName, runner) {
32
- this.currentVersion = currentVersion;
33
- this.packageName = packageName;
34
- this.runner = runner ?? defaultRunner;
35
- }
36
- getCurrentVersion() {
37
- return this.currentVersion;
38
- }
39
- getPackageName() {
40
- return this.packageName;
41
- }
42
- async check() {
43
- try {
44
- const response = await fetch(`https://registry.npmjs.org/${this.packageName}`, {
45
- headers: { Accept: "application/vnd.npm.install-v1+json" },
46
- signal: AbortSignal.timeout(5000),
47
- });
48
- if (!response.ok) {
49
- return {
50
- updateAvailable: false,
51
- current: this.currentVersion,
52
- error: `HTTP ${response.status}`,
53
- };
54
- }
55
- const data = await response.json();
56
- const latest = data["dist-tags"]?.latest;
57
- if (!latest) {
58
- return { updateAvailable: false, current: this.currentVersion, error: "No latest tag" };
59
- }
60
- const updateAvailable = semverGt(latest, this.currentVersion);
61
- return { updateAvailable, current: this.currentVersion, latest };
62
- }
63
- catch (e) {
64
- return { updateAvailable: false, current: this.currentVersion, error: e.message };
65
- }
66
- }
67
- /**
68
- * Install the latest version globally via `npm install -g`.
69
- * Returns an InstallResult (never throws).
70
- */
71
- async install(latest) {
72
- try {
73
- const { command, args } = this.buildInstallCommand(latest);
74
- const res = await this.runner(command, args, {
75
- timeout: 120000,
76
- windowsHide: true,
77
- });
78
- if (res.error)
79
- return { success: false, error: res.error };
80
- return { success: true, installed: latest };
81
- }
82
- catch (e) {
83
- const msg = e?.message ?? String(e);
84
- return { success: false, error: msg.split("\n")[0] };
85
- }
86
- }
87
- buildInstallCommand(latest) {
88
- const npmArgs = ["install", "-g", `${this.packageName}@${latest}`];
89
- const command = resolveSpawnCommand("npm");
90
- if (platform() === "win32" && /\.(cmd|bat)$/i.test(command)) {
91
- // Node cannot spawn .cmd/.bat shims directly (spawn EINVAL) — route via cmd.exe.
92
- return { command: "cmd.exe", args: ["/c", command, ...npmArgs] };
93
- }
94
- return { command, args: npmArgs };
95
- }
96
- }
@@ -1,2 +0,0 @@
1
- export { Updater } from "./checker";
2
- export { UpdaterModule } from "./module";
@@ -1,116 +0,0 @@
1
- import { Updater } from "./checker";
2
- import { t } from "../../i18n/index";
3
- import { pc } from "../../ui/colors";
4
- /**
5
- * Self-update module. Fires an ASYNC (non-blocking) check at startup so the
6
- * agent never waits on the network. When `autoInstall` is enabled, a newer
7
- * version is installed globally via `npm install -g` in the background and
8
- * the user is notified; the running process keeps working on the old version
9
- * until the next launch.
10
- */
11
- export class UpdaterModule {
12
- name = "updater";
13
- updater;
14
- config;
15
- logger;
16
- started = false;
17
- timer = null;
18
- /** Promise of the current run-loop pass (resolves when it settles). */
19
- idlePromise = null;
20
- /** Test hook: disable real npm installs. */
21
- installEnabled = true;
22
- constructor(config, currentVersion, packageName, logger, installRunner) {
23
- this.config = config;
24
- this.updater = new Updater(currentVersion, packageName, installRunner);
25
- this.logger = logger ?? {
26
- info: () => { },
27
- warn: (m) => console.warn(pc.yellow(m)),
28
- error: (m) => console.error(pc.red(m)),
29
- };
30
- }
31
- /** Test hook: prevent the module from actually running npm install. */
32
- setInstallEnabled(enabled) {
33
- this.installEnabled = enabled;
34
- }
35
- getUpdater() {
36
- return this.updater;
37
- }
38
- isStarted() {
39
- return this.started;
40
- }
41
- /**
42
- * Start the background check. Returns immediately (fire-and-forget) so the
43
- * caller never blocks on the registry. Use `intervalMs > 0` for a permanent
44
- * re-check loop (the "auto-update daemon" behavior).
45
- */
46
- start() {
47
- if (this.started || !this.config.enabled)
48
- return;
49
- this.started = true;
50
- this.idlePromise = this.runLoop();
51
- }
52
- stop() {
53
- this.started = false;
54
- if (this.timer) {
55
- clearTimeout(this.timer);
56
- this.timer = null;
57
- }
58
- }
59
- /**
60
- * Wait for the current check/install cycle to settle, bounded by timeoutMs.
61
- * Used by one-shot CLI runs so a background `npm install -g` isn't killed by
62
- * process.exit() before it completes. No-op when the module never started.
63
- */
64
- async waitForIdle(timeoutMs = 130000) {
65
- const idle = this.idlePromise;
66
- if (!idle)
67
- return;
68
- await Promise.race([idle, new Promise((r) => setTimeout(r, timeoutMs))]);
69
- }
70
- async runLoop() {
71
- while (this.started) {
72
- await this.checkOnce();
73
- if (!this.started)
74
- return;
75
- if (this.config.intervalMs > 0) {
76
- await new Promise((r) => (this.timer = setTimeout(r, this.config.intervalMs)));
77
- }
78
- else {
79
- this.started = false;
80
- }
81
- }
82
- }
83
- /** Perform a single check; if an update is available, optionally install it. */
84
- async runOnce() {
85
- const result = await this.updater.check();
86
- if (result.error) {
87
- this.logger.info(t("updater.check_error", { error: result.error }));
88
- return;
89
- }
90
- if (!result.updateAvailable || !result.latest)
91
- return;
92
- if (this.config.autoInstall && this.installEnabled) {
93
- this.logger.info(t("updater.installing", {
94
- current: result.current,
95
- latest: result.latest,
96
- }));
97
- const install = await this.updater.install(result.latest);
98
- if (install.success) {
99
- this.logger.info(t("updater.installed", { current: result.current, latest: result.latest }));
100
- }
101
- else {
102
- this.logger.warn(t("updater.install_failed", {
103
- current: result.current,
104
- latest: result.latest,
105
- error: install.error ?? "",
106
- }));
107
- }
108
- }
109
- else {
110
- this.logger.info(t("updater.available", { current: result.current, latest: result.latest }));
111
- }
112
- }
113
- async checkOnce() {
114
- await this.runOnce();
115
- }
116
- }
@@ -1,16 +0,0 @@
1
- export class ProfileCompressor {
2
- compress(info) {
3
- const parts = [
4
- `OS: ${info.os}`,
5
- `Shell: ${info.shell}`,
6
- `Platform: ${info.platform}`,
7
- ];
8
- if (Object.keys(info.preferences).length > 0) {
9
- const prefs = Object.entries(info.preferences)
10
- .map(([k, v]) => `${k}=${v}`)
11
- .join(",");
12
- parts.push(`Prefs: ${prefs}`);
13
- }
14
- return parts.join(", ");
15
- }
16
- }
@@ -1 +0,0 @@
1
- export { UserProfile } from "./profile";