ur-agent 1.24.0 → 1.24.1

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 (115) hide show
  1. package/CHANGELOG.md +8 -3
  2. package/CONTRIBUTING.md +21 -0
  3. package/LICENSE +1 -1
  4. package/README.md +46 -11
  5. package/RELEASE.md +54 -0
  6. package/SECURITY.md +22 -0
  7. package/bin/ur.js +5 -5
  8. package/dist/cli.js +880 -1065
  9. package/docs/AGENT_FEATURES.md +2 -2
  10. package/docs/AGENT_UPGRADE_1.15.0.md +1 -1
  11. package/docs/AGENT_UPGRADE_1.16.0.md +1 -1
  12. package/docs/AGENT_UPGRADE_1.17.0.md +1 -1
  13. package/docs/AGENT_UPGRADE_1.18.0.md +1 -1
  14. package/docs/AGENT_UPGRADE_1.19.0.md +1 -1
  15. package/docs/AGENT_UPGRADE_1.20.0.md +1 -1
  16. package/docs/AGENT_UPGRADE_1.21.0.md +1 -1
  17. package/docs/AGENT_UPGRADE_1.22.0.md +1 -1
  18. package/docs/CODE_FEATURE_INVENTORY.md +3 -3
  19. package/docs/DEVELOPMENT.md +6 -3
  20. package/docs/USAGE.md +15 -0
  21. package/docs/VALIDATION.md +4 -4
  22. package/docs/plugins.md +52 -0
  23. package/documentation/README.md +2 -2
  24. package/documentation/app.js +2 -2
  25. package/documentation/assets/ur-architecture.svg +1 -1
  26. package/documentation/index.html +6 -6
  27. package/package.json +11 -7
  28. package/plugins/bunBundleDev.ts +32 -0
  29. package/plugins/community/.gitkeep +1 -0
  30. package/{marketplace-plugins → plugins/core}/README.md +3 -3
  31. package/plugins/core/code-review/.ur-plugin/plugin.json +13 -0
  32. package/{marketplace-plugins → plugins/core}/engineering-discipline/.ur-plugin/plugin.json +4 -4
  33. package/{marketplace-plugins → plugins/core}/evaluate-response/.ur-plugin/plugin.json +4 -4
  34. package/{marketplace-plugins → plugins/core}/explain-error/.ur-plugin/plugin.json +4 -4
  35. package/{marketplace-plugins → plugins/core}/git-summary/.ur-plugin/plugin.json +4 -4
  36. package/{marketplace-plugins → plugins/core}/github/.ur-plugin/plugin.json +4 -4
  37. package/{marketplace-plugins → plugins/core}/gitlab/.ur-plugin/plugin.json +4 -4
  38. package/{marketplace-plugins → plugins/core}/hello/.ur-plugin/plugin.json +4 -4
  39. package/{marketplace-plugins → plugins/core}/hello/README.md +4 -4
  40. package/{marketplace-plugins → plugins/core}/huggingface/.ur-plugin/plugin.json +4 -4
  41. package/{marketplace-plugins → plugins/core}/miro/.ur-plugin/plugin.json +4 -4
  42. package/{marketplace-plugins → plugins/core}/obsidian/.ur-plugin/plugin.json +4 -4
  43. package/{marketplace-plugins → plugins/core}/powerpoint/.ur-plugin/plugin.json +4 -4
  44. package/plugins/core/release-notes/.ur-plugin/plugin.json +13 -0
  45. package/{marketplace-plugins → plugins/core}/skill-forge/.ur-plugin/plugin.json +4 -4
  46. package/{marketplace-plugins → plugins/core}/word/.ur-plugin/plugin.json +4 -4
  47. package/plugins/examples/README.md +12 -0
  48. package/plugins/examples/command-template/.ur-plugin/plugin.json +12 -0
  49. package/plugins/examples/command-template/README.md +9 -0
  50. package/plugins/examples/command-template/commands/example.md +7 -0
  51. package/marketplace-plugins/code-review/.ur-plugin/plugin.json +0 -13
  52. package/marketplace-plugins/release-notes/.ur-plugin/plugin.json +0 -13
  53. /package/{marketplace-plugins → plugins/core}/code-review/README.md +0 -0
  54. /package/{marketplace-plugins → plugins/core}/code-review/commands/code-review.md +0 -0
  55. /package/{marketplace-plugins → plugins/core}/engineering-discipline/README.md +0 -0
  56. /package/{marketplace-plugins → plugins/core}/engineering-discipline/commands/discipline-check.md +0 -0
  57. /package/{marketplace-plugins → plugins/core}/engineering-discipline/skills/reproducible-release/SKILL.md +0 -0
  58. /package/{marketplace-plugins → plugins/core}/engineering-discipline/templates/release-verifier.md +0 -0
  59. /package/{marketplace-plugins → plugins/core}/engineering-discipline/validators/release-gate.json +0 -0
  60. /package/{marketplace-plugins → plugins/core}/evaluate-response/README.md +0 -0
  61. /package/{marketplace-plugins → plugins/core}/evaluate-response/commands/evaluate-response.md +0 -0
  62. /package/{marketplace-plugins → plugins/core}/explain-error/README.md +0 -0
  63. /package/{marketplace-plugins → plugins/core}/explain-error/commands/explain-error.md +0 -0
  64. /package/{marketplace-plugins → plugins/core}/git-summary/README.md +0 -0
  65. /package/{marketplace-plugins → plugins/core}/git-summary/commands/git-summary.md +0 -0
  66. /package/{marketplace-plugins → plugins/core}/github/README.md +0 -0
  67. /package/{marketplace-plugins → plugins/core}/github/commands/gh-issues.md +0 -0
  68. /package/{marketplace-plugins → plugins/core}/github/commands/gh-pr-create.md +0 -0
  69. /package/{marketplace-plugins → plugins/core}/github/commands/gh-pr-review.md +0 -0
  70. /package/{marketplace-plugins → plugins/core}/github/commands/gh-repo-health.md +0 -0
  71. /package/{marketplace-plugins → plugins/core}/github/skills/github-workflow/SKILL.md +0 -0
  72. /package/{marketplace-plugins → plugins/core}/gitlab/README.md +0 -0
  73. /package/{marketplace-plugins → plugins/core}/gitlab/commands/gl-issues.md +0 -0
  74. /package/{marketplace-plugins → plugins/core}/gitlab/commands/gl-mr-create.md +0 -0
  75. /package/{marketplace-plugins → plugins/core}/gitlab/commands/gl-mr-review.md +0 -0
  76. /package/{marketplace-plugins → plugins/core}/gitlab/commands/gl-pipeline.md +0 -0
  77. /package/{marketplace-plugins → plugins/core}/gitlab/skills/gitlab-workflow/SKILL.md +0 -0
  78. /package/{marketplace-plugins → plugins/core}/hello/commands/hello.md +0 -0
  79. /package/{marketplace-plugins → plugins/core}/huggingface/README.md +0 -0
  80. /package/{marketplace-plugins → plugins/core}/huggingface/commands/hf-dataset-search.md +0 -0
  81. /package/{marketplace-plugins → plugins/core}/huggingface/commands/hf-download.md +0 -0
  82. /package/{marketplace-plugins → plugins/core}/huggingface/commands/hf-model-card.md +0 -0
  83. /package/{marketplace-plugins → plugins/core}/huggingface/commands/hf-model-search.md +0 -0
  84. /package/{marketplace-plugins → plugins/core}/huggingface/skills/huggingface-workflow/SKILL.md +0 -0
  85. /package/{marketplace-plugins → plugins/core}/miro/README.md +0 -0
  86. /package/{marketplace-plugins → plugins/core}/miro/commands/miro-board.md +0 -0
  87. /package/{marketplace-plugins → plugins/core}/miro/commands/miro-diagram.md +0 -0
  88. /package/{marketplace-plugins → plugins/core}/miro/commands/miro-export.md +0 -0
  89. /package/{marketplace-plugins → plugins/core}/miro/commands/miro-stickies.md +0 -0
  90. /package/{marketplace-plugins → plugins/core}/miro/skills/miro-workflow/SKILL.md +0 -0
  91. /package/{marketplace-plugins → plugins/core}/obsidian/README.md +0 -0
  92. /package/{marketplace-plugins → plugins/core}/obsidian/commands/backlinks.md +0 -0
  93. /package/{marketplace-plugins → plugins/core}/obsidian/commands/daily-note.md +0 -0
  94. /package/{marketplace-plugins → plugins/core}/obsidian/commands/moc.md +0 -0
  95. /package/{marketplace-plugins → plugins/core}/obsidian/commands/second-brain.md +0 -0
  96. /package/{marketplace-plugins → plugins/core}/obsidian/commands/vault-search.md +0 -0
  97. /package/{marketplace-plugins → plugins/core}/obsidian/skills/second-brain/SKILL.md +0 -0
  98. /package/{marketplace-plugins → plugins/core}/powerpoint/README.md +0 -0
  99. /package/{marketplace-plugins → plugins/core}/powerpoint/commands/pptx-from-md.md +0 -0
  100. /package/{marketplace-plugins → plugins/core}/powerpoint/commands/pptx-new.md +0 -0
  101. /package/{marketplace-plugins → plugins/core}/powerpoint/commands/pptx-review.md +0 -0
  102. /package/{marketplace-plugins → plugins/core}/powerpoint/commands/pptx-theme.md +0 -0
  103. /package/{marketplace-plugins → plugins/core}/powerpoint/skills/deck-craft/SKILL.md +0 -0
  104. /package/{marketplace-plugins → plugins/core}/release-notes/README.md +0 -0
  105. /package/{marketplace-plugins → plugins/core}/release-notes/commands/release-notes.md +0 -0
  106. /package/{marketplace-plugins → plugins/core}/skill-forge/README.md +0 -0
  107. /package/{marketplace-plugins → plugins/core}/skill-forge/commands/forge-skill.md +0 -0
  108. /package/{marketplace-plugins → plugins/core}/skill-forge/commands/skill-refine.md +0 -0
  109. /package/{marketplace-plugins → plugins/core}/skill-forge/skills/skill-authoring/SKILL.md +0 -0
  110. /package/{marketplace-plugins → plugins/core}/word/README.md +0 -0
  111. /package/{marketplace-plugins → plugins/core}/word/commands/docx-edit.md +0 -0
  112. /package/{marketplace-plugins → plugins/core}/word/commands/docx-from-md.md +0 -0
  113. /package/{marketplace-plugins → plugins/core}/word/commands/docx-new.md +0 -0
  114. /package/{marketplace-plugins → plugins/core}/word/commands/docx-review.md +0 -0
  115. /package/{marketplace-plugins → plugins/core}/word/skills/document-craft/SKILL.md +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.24.1
4
+
5
+ - Add legal multi-provider auth/provider management for subscription CLI, API-key, and local runtime access paths.
6
+ - Add provider doctor/status/config commands, provider-aware status bar display, and explicit no-token-scraping safety policy.
7
+
3
8
  ## 1.24.0
4
9
 
5
10
  ### Added
@@ -13,7 +18,7 @@
13
18
  global-install GitHub checks behind successful Bun tests.
14
19
 
15
20
  ### Changed
16
- - npm package now includes `marketplace-plugins/` and documents the
21
+ - npm package now includes `plugins/` and documents the
17
22
  marketplace surfaces in the npm README.
18
23
  - UR product positioning is documented as an autonomous engineering workflow
19
24
  engine for plan, execute, test, verify, document, benchmark, and reproduce.
@@ -764,7 +769,7 @@
764
769
  agent identity, and multimodal workflows. The report includes source
765
770
  references for each trend.
766
771
  - **A2A Agent Card export.** New `ur a2a card` CLI command and `/a2a-card`
767
- slash command print UR Agent Card metadata for discovery by A2A-aware tools.
772
+ slash command print UR-AGENT Card metadata for discovery by A2A-aware tools.
768
773
  - **Professional trend docs.** `docs/AGENT_TRENDS.md` documents the coverage
769
774
  matrix, source/trust policy, and prioritized roadmap.
770
775
 
@@ -806,7 +811,7 @@
806
811
  discovery is unavailable.
807
812
  - **Repository metadata now matches production.** Package metadata, docs, bundled
808
813
  issue links, marketplace defaults, and GitHub workflow templates now point to
809
- `Maitham16/UR-mapek`.
814
+ `Maitham16/UR`.
810
815
 
811
816
  ### Added
812
817
  - **Release consistency gate.** `bun run release:check` verifies package,
@@ -0,0 +1,21 @@
1
+ # Contributing to UR-AGENT
2
+
3
+ Use the project scripts before opening a pull request:
4
+
5
+ ```bash
6
+ bun install
7
+ bun test
8
+ bun run typecheck
9
+ bun run lint
10
+ bun run build
11
+ ```
12
+
13
+ Keep changes scoped and update documentation for public behavior. Do not commit
14
+ local runtime state, secrets, generated caches, or private `.ur/` data.
15
+
16
+ Plugin contributions should start in `plugins/community/` or from
17
+ `plugins/examples/command-template/`. First-party plugins that ship in releases
18
+ belong in `plugins/core/` and must be listed in `.ur-plugin/marketplace.json`.
19
+
20
+ Release work must follow `RELEASE.md` and must not claim success without command
21
+ evidence.
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- UR Agent Non-Commercial Self-Responsibility License
1
+ UR-AGENT Non-Commercial Self-Responsibility License
2
2
  Version 1.0
3
3
 
4
4
  Copyright (c) 2026 Maitham Al-rubaye
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # UR Agent
1
+ # UR-AGENT
2
2
 
3
3
  <p align="center">
4
4
  <strong>Autonomous engineering workflow engine for reproducible software work.</strong>
@@ -10,7 +10,7 @@
10
10
  <a href="./QUALITY.md"><img alt="quality gate" src="https://img.shields.io/badge/quality-release%20gated-brightgreen.svg"></a>
11
11
  </p>
12
12
 
13
- UR Agent is a Bun and TypeScript autonomous engineering workflow engine: a
13
+ UR-AGENT is a Bun and TypeScript autonomous engineering workflow engine: a
14
14
  reproducible autonomous software engineering agent built for disciplined local
15
15
  and CI-driven work. It is not only chat, autocomplete, or code edits: UR is
16
16
  built to plan, execute, test, verify, document, benchmark, and reproduce
@@ -84,12 +84,13 @@ Install the global `ur` command:
84
84
  ```sh
85
85
  npm install -g ur-agent
86
86
  ur --version
87
+ ur --help
87
88
  ```
88
89
 
89
90
  Install directly from GitHub when you want this repository build:
90
91
 
91
92
  ```sh
92
- bun add -g github:Maitham16/UR-mapek
93
+ bun add -g github:Maitham16/UR
93
94
  ur --version
94
95
  ```
95
96
 
@@ -118,6 +119,18 @@ ur --continue
118
119
  ur --resume
119
120
  ```
120
121
 
122
+ Check for npm updates:
123
+
124
+ ```sh
125
+ ur upgrade
126
+ ```
127
+
128
+ Source checkouts report:
129
+
130
+ ```text
131
+ Development build detected. To update, pull latest source or install from npm.
132
+ ```
133
+
121
134
  Choose a model or Ollama host:
122
135
 
123
136
  ```sh
@@ -173,10 +186,25 @@ as first-class subcommands in the shipped CLI.
173
186
  | `ur acp` | Start/stop/status the Agent Communication Protocol server for IDE extensions. |
174
187
  | `ur exec` | Run one or more prompts in non-interactive mode with optional concurrency. |
175
188
  | `ur ide diff` | Capture editor-readable inline diff bundles. |
176
- | `ur a2a card` | Print UR Agent Card metadata for agent interoperability. |
189
+ | `ur a2a card` | Print UR-AGENT Card metadata for agent interoperability. |
177
190
  | `ur a2a serve` | Start an opt-in local A2A task server with bearer or delegation auth. |
178
191
  | `ur sdk` | Show programmatic headless usage and scaffold SDK examples. |
179
192
 
193
+ ### Status Bar
194
+
195
+ Interactive sessions show a compact bottom status bar when the terminal supports
196
+ it. It is hidden in CI, dumb terminals, non-interactive mode, and assistant
197
+ viewer mode.
198
+
199
+ Example:
200
+
201
+ ```text
202
+ UR-AGENT v1.24.0 | model: qwen3-coder:480b-cloud | mode: ask | branch: main | tasks: idle | Update: 1.23.3 -> 1.24.0 available
203
+ ```
204
+
205
+ If a custom status-line hook is configured, UR-AGENT uses that hook output
206
+ instead of the built-in bar.
207
+
180
208
  New slash skills run agentic work in isolated git worktrees with clean commits and PR output:
181
209
  `/debug-v2`, `/refactor`, `/paper-implementation`, `/benchmark`, `/security-review`, `/dockerize`, `/latex-paper`.
182
210
  Install matching agent templates with `ur agent-templates install`.
@@ -202,8 +230,9 @@ ur plugin disable <plugin>
202
230
  ```
203
231
 
204
232
  The npm package includes `README.md`, `QUALITY.md`, `docs/`, `documentation/`,
205
- and `marketplace-plugins/`, so the npm package page and installed artifact both
206
- carry the marketplace documentation.
233
+ and `plugins/`, so the npm package page and installed artifact both carry the
234
+ marketplace documentation, core plugins, community staging directory, and
235
+ example plugin template. See [Plugin Guide](docs/plugins.md).
207
236
 
208
237
  UR also documents the core Cursor-style agent primitives as first-class,
209
238
  project-backed features: Agent surfaces (`ur`, `ur agents`, `ur crew`, `ur bg`),
@@ -265,7 +294,6 @@ UR reads repository instructions and local runtime state from project files:
265
294
  - `UR.local.md` is for private local instructions.
266
295
  - `.ur/skills/` stores project skills.
267
296
  - `.ur/agents/` stores custom agents and role modes.
268
- - `.ur/specs/`, `.ur/artifacts/`, `.ur/automations/`, `.ur/test-first/`,
269
297
  - `.ur/safety-policy.json` configures project shell safety rules for read,
270
298
  write, execute, and network command classes.
271
299
  - `.ur/project-manifest.json` and `.ur/context/` hold architecture summaries,
@@ -297,7 +325,9 @@ settings, generated indexes, memory, logs, and secrets out of Git.
297
325
  agents, A2A, analytics, sync, and API integration.
298
326
  - `extensions/vscode-ur-inline-diffs/` contains the VS Code inline diff review
299
327
  extension.
300
- - `marketplace-plugins/` contains bundled example marketplace plugins.
328
+ - `plugins/core/` contains first-party marketplace plugins.
329
+ - `plugins/community/` stages contributed plugins.
330
+ - `plugins/examples/` contains plugin templates users can copy.
301
331
 
302
332
  ## Safety Model
303
333
 
@@ -351,11 +381,12 @@ Build and verify a release:
351
381
  bun run typecheck
352
382
  bun run lint
353
383
  bun test
354
- bun run bundle
384
+ bun run build
355
385
  bun run smoke
356
386
  bun run secrets:scan
357
387
  bun run release:check
358
388
  bun run package:check
389
+ npm pack --dry-run
359
390
  npm publish --dry-run
360
391
  ```
361
392
 
@@ -378,7 +409,11 @@ release until that GitHub run is green.
378
409
  - [1.18.0 Upgrade Notes](docs/AGENT_UPGRADE_1.18.0.md)
379
410
  - [1.17.0 Upgrade Notes](docs/AGENT_UPGRADE_1.17.0.md)
380
411
  - [Development Guide](docs/DEVELOPMENT.md)
412
+ - [Plugin Guide](docs/plugins.md)
381
413
  - [Validation Runbook](docs/VALIDATION.md)
414
+ - [Release Runbook](RELEASE.md)
415
+ - [Contributing](CONTRIBUTING.md)
416
+ - [Security](SECURITY.md)
382
417
  - [Static Documentation Site](documentation/index.html)
383
418
 
384
419
  The `examples/` directory includes prompt and workflow examples for coding,
@@ -386,8 +421,8 @@ research, browser, image, video, MCP, memory, and agent-platform tasks.
386
421
 
387
422
  ## License
388
423
 
389
- UR Agent is released under the
390
- [UR Agent Non-Commercial Self-Responsibility License](LICENSE).
424
+ UR-AGENT is released under the
425
+ [UR-AGENT Non-Commercial Self-Responsibility License](LICENSE).
391
426
 
392
427
  Personal, educational, research, evaluation, and other non-commercial use is
393
428
  permitted. Commercial use requires prior written permission from Maitham
package/RELEASE.md ADDED
@@ -0,0 +1,54 @@
1
+ # UR-AGENT release runbook
2
+
3
+ Release target:
4
+
5
+ - GitHub: `https://github.com/Maitham16/UR.git`
6
+ - npm package: `ur-agent`
7
+ - CLI binary: `ur`
8
+
9
+ ## Required checks
10
+
11
+ Run from the repository root:
12
+
13
+ ```bash
14
+ bun install
15
+ bun test
16
+ bun run typecheck
17
+ bun run lint
18
+ bun run build
19
+ node ./bin/ur.js --version
20
+ node ./bin/ur.js --help
21
+ node ./bin/ur.js upgrade
22
+ npm pack --dry-run
23
+ npm publish --dry-run
24
+ ```
25
+
26
+ Also verify:
27
+
28
+ ```bash
29
+ git remote -v
30
+ npm whoami
31
+ npm view ur-agent@$(node -p "require('./package.json').version") version
32
+ ```
33
+
34
+ If `npm whoami` fails, run:
35
+
36
+ ```bash
37
+ npm login
38
+ ```
39
+
40
+ Do not publish if the package version already exists on npm.
41
+
42
+ ## Publish
43
+
44
+ Only after every check passes and the working tree is clean:
45
+
46
+ ```bash
47
+ git add .
48
+ git commit -m "chore: polish UR-AGENT production release"
49
+ git push origin master
50
+ npm publish
51
+ ```
52
+
53
+ If the remote default branch is not `master`, push the checked-out release
54
+ branch instead.
package/SECURITY.md ADDED
@@ -0,0 +1,22 @@
1
+ # Security Policy
2
+
3
+ Report security issues privately to the maintainer before opening a public
4
+ issue.
5
+
6
+ ## Supported release
7
+
8
+ Only the latest npm release of `ur-agent` is supported for security fixes.
9
+
10
+ ## Handling secrets
11
+
12
+ Do not commit API keys, tokens, private URLs, credentials, local `.ur/` run
13
+ state, shell history, or generated logs. Run the repository secret scan before
14
+ release:
15
+
16
+ ```bash
17
+ bun run secrets:scan
18
+ ```
19
+
20
+ UR-AGENT can execute commands and load plugins. Treat plugins as trusted code,
21
+ review MCP server configuration before enabling it, and use permission modes or
22
+ sandboxes for risky workflows.
package/bin/ur.js CHANGED
@@ -33,7 +33,7 @@ const packageName =
33
33
  const issuesUrl =
34
34
  typeof packageMetadata.bugs?.url === 'string'
35
35
  ? packageMetadata.bugs.url
36
- : 'https://github.com/Maitham16/UR-mapek/issues'
36
+ : 'https://github.com/Maitham16/UR/issues'
37
37
 
38
38
  const bun = process.env.BUN_BIN || process.env.BUN_EXECUTABLE || 'bun'
39
39
  const ollamaModel =
@@ -72,13 +72,13 @@ function readJson(req) {
72
72
  function buildAgentCard(baseUrl) {
73
73
  return {
74
74
  protocolVersion: '0.3.0',
75
- name: 'UR Agent',
75
+ name: 'UR-AGENT',
76
76
  description:
77
77
  'Local-first terminal coding agent powered through the local Ollama app, with MCP tools, custom agents, browser workflows, memory, verifier gates, and permission controls.',
78
78
  url: `${baseUrl}/a2a`,
79
79
  version,
80
80
  documentationUrl:
81
- 'https://github.com/Maitham16/UR-mapek/blob/master/docs/AGENT_TRENDS.md',
81
+ 'https://github.com/Maitham16/UR/blob/master/docs/AGENT_TRENDS.md',
82
82
  capabilities: {
83
83
  streaming: true,
84
84
  pushNotifications: false,
@@ -88,7 +88,7 @@ function buildAgentCard(baseUrl) {
88
88
  defaultOutputModes: ['text/plain', 'text/markdown', 'application/json'],
89
89
  provider: {
90
90
  organization: 'Maitham Al-rubaye',
91
- url: 'https://github.com/Maitham16/UR-mapek',
91
+ url: 'https://github.com/Maitham16/UR',
92
92
  },
93
93
  skills: [
94
94
  {
@@ -258,7 +258,7 @@ const child = spawn(bun, args, {
258
258
  child.on('error', error => {
259
259
  if (error.code === 'ENOENT') {
260
260
  console.error(
261
- 'Ur requires Bun to run. Install Bun from https://bun.sh, then retry.',
261
+ 'UR-AGENT requires Bun to run. Install Bun from https://bun.sh, then retry.',
262
262
  )
263
263
  process.exit(1)
264
264
  }