ur-agent 1.11.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.
- package/CHANGELOG.md +101 -0
- package/LICENSE +37 -0
- package/QUALITY.md +53 -0
- package/README.md +141 -0
- package/bin/ur.js +94 -0
- package/dist/cli.js +494587 -0
- package/docs/CONFIGURATION.md +133 -0
- package/docs/DEVELOPMENT.md +69 -0
- package/docs/USAGE.md +101 -0
- package/docs/VALIDATION.md +197 -0
- package/examples/basic_chat.md +11 -0
- package/examples/browser.md +7 -0
- package/examples/coding_task.md +14 -0
- package/examples/images.md +8 -0
- package/examples/mcp.md +7 -0
- package/examples/memory.md +9 -0
- package/examples/research_task.md +13 -0
- package/examples/video.md +8 -0
- package/package.json +132 -0
package/package.json
ADDED
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ur-agent",
|
|
3
|
+
"version": "1.11.0",
|
|
4
|
+
"description": "UR terminal coding agent CLI",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"packageManager": "bun@1.3.14",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "git+https://github.com/Maitham16/UR-mapek.git"
|
|
10
|
+
},
|
|
11
|
+
"bugs": {
|
|
12
|
+
"url": "https://github.com/Maitham16/UR-mapek/issues"
|
|
13
|
+
},
|
|
14
|
+
"homepage": "https://github.com/Maitham16/UR-mapek#readme",
|
|
15
|
+
"license": "LicenseRef-UR-Agent-Non-Commercial-Self-Responsibility",
|
|
16
|
+
"keywords": [
|
|
17
|
+
"agent",
|
|
18
|
+
"cli",
|
|
19
|
+
"coding-agent",
|
|
20
|
+
"terminal",
|
|
21
|
+
"ur"
|
|
22
|
+
],
|
|
23
|
+
"bin": {
|
|
24
|
+
"ur": "bin/ur.js"
|
|
25
|
+
},
|
|
26
|
+
"files": [
|
|
27
|
+
"bin",
|
|
28
|
+
"dist",
|
|
29
|
+
"docs",
|
|
30
|
+
"examples",
|
|
31
|
+
"CHANGELOG.md",
|
|
32
|
+
"QUALITY.md",
|
|
33
|
+
"README.md",
|
|
34
|
+
"LICENSE"
|
|
35
|
+
],
|
|
36
|
+
"scripts": {
|
|
37
|
+
"start": "node ./bin/ur.js",
|
|
38
|
+
"dev": "bun --watch run src/entrypoints/cli.tsx",
|
|
39
|
+
"bundle": "node scripts/bundle.mjs",
|
|
40
|
+
"release:check": "node scripts/release-check.mjs",
|
|
41
|
+
"typecheck": "bun run tsc --noEmit",
|
|
42
|
+
"test": "bun test",
|
|
43
|
+
"smoke": "node ./bin/ur.js --version",
|
|
44
|
+
"secrets:scan": "bash scripts/secret-scan.sh",
|
|
45
|
+
"package:check": "node scripts/package-check.mjs",
|
|
46
|
+
"prepack": "bun run release:check"
|
|
47
|
+
},
|
|
48
|
+
"dependencies": {},
|
|
49
|
+
"devDependencies": {
|
|
50
|
+
"@alcalzone/ansi-tokenize": "^0.1.0",
|
|
51
|
+
"@aws-sdk/credential-provider-node": "^3.972.58",
|
|
52
|
+
"@commander-js/extra-typings": "^13.1.0",
|
|
53
|
+
"@growthbook/growthbook": "1.6.5",
|
|
54
|
+
"@modelcontextprotocol/sdk": "^1.12.1",
|
|
55
|
+
"@opentelemetry/api": "1.9.1",
|
|
56
|
+
"@opentelemetry/api-logs": "0.214.0",
|
|
57
|
+
"@opentelemetry/core": "2.6.1",
|
|
58
|
+
"@opentelemetry/resources": "2.6.1",
|
|
59
|
+
"@opentelemetry/sdk-logs": "0.214.0",
|
|
60
|
+
"@opentelemetry/sdk-metrics": "2.6.1",
|
|
61
|
+
"@opentelemetry/sdk-trace-base": "2.6.1",
|
|
62
|
+
"@opentelemetry/semantic-conventions": "1.40.0",
|
|
63
|
+
"@smithy/node-http-handler": "^4.8.2",
|
|
64
|
+
"@types/diff": "^7.0.0",
|
|
65
|
+
"@types/lodash-es": "^4.17.12",
|
|
66
|
+
"@types/node": "^22.0.0",
|
|
67
|
+
"@types/picomatch": "^3.0.0",
|
|
68
|
+
"@types/proper-lockfile": "^4.1.4",
|
|
69
|
+
"@types/react": "^18.3.0",
|
|
70
|
+
"@types/react-reconciler": "^0.28.0",
|
|
71
|
+
"@types/semver": "^7.5.0",
|
|
72
|
+
"@types/shell-quote": "^1.7.0",
|
|
73
|
+
"@types/stack-utils": "^2.0.0",
|
|
74
|
+
"@types/ws": "^8.5.0",
|
|
75
|
+
"ajv": "^8.17.0",
|
|
76
|
+
"asciichart": "^1.5.25",
|
|
77
|
+
"auto-bind": "^5.0.1",
|
|
78
|
+
"axios": "^1.7.0",
|
|
79
|
+
"bidi-js": "^1.0.3",
|
|
80
|
+
"bun-types": "^1.2.0",
|
|
81
|
+
"chalk": "^5.4.0",
|
|
82
|
+
"chokidar": "^4.0.0",
|
|
83
|
+
"cli-boxes": "^3.0.0",
|
|
84
|
+
"code-excerpt": "^4.0.0",
|
|
85
|
+
"color-diff-napi": "^0.0.1",
|
|
86
|
+
"commander": "^13.1.0",
|
|
87
|
+
"diff": "^7.0.0",
|
|
88
|
+
"emoji-regex": "^10.4.0",
|
|
89
|
+
"env-paths": "^3.0.0",
|
|
90
|
+
"execa": "^9.5.0",
|
|
91
|
+
"fflate": "^0.8.2",
|
|
92
|
+
"figures": "^6.1.0",
|
|
93
|
+
"fuse.js": "^7.3.0",
|
|
94
|
+
"get-east-asian-width": "^1.3.0",
|
|
95
|
+
"google-auth-library": "^10.9.0",
|
|
96
|
+
"highlight.js": "^11.11.1",
|
|
97
|
+
"https-proxy-agent": "^7.0.0",
|
|
98
|
+
"ignore": "^6.0.0",
|
|
99
|
+
"indent-string": "^5.0.0",
|
|
100
|
+
"jsonc-parser": "^3.3.1",
|
|
101
|
+
"lodash-es": "^4.17.21",
|
|
102
|
+
"lru-cache": "^11.0.0",
|
|
103
|
+
"marked": "^15.0.0",
|
|
104
|
+
"p-map": "^7.0.0",
|
|
105
|
+
"picomatch": "^4.0.0",
|
|
106
|
+
"proper-lockfile": "^4.1.2",
|
|
107
|
+
"qrcode": "^1.5.4",
|
|
108
|
+
"react": "^19.2.7",
|
|
109
|
+
"react-compiler-runtime": "^1.0.0",
|
|
110
|
+
"react-reconciler": "^0.33.0",
|
|
111
|
+
"semver": "^7.6.0",
|
|
112
|
+
"sharp": "^0.35.1",
|
|
113
|
+
"shell-quote": "^1.8.0",
|
|
114
|
+
"signal-exit": "^4.1.0",
|
|
115
|
+
"stack-utils": "^2.0.0",
|
|
116
|
+
"strip-ansi": "^7.1.0",
|
|
117
|
+
"supports-hyperlinks": "^3.1.0",
|
|
118
|
+
"tree-kill": "^1.2.2",
|
|
119
|
+
"type-fest": "^4.30.0",
|
|
120
|
+
"typescript": "^5.7.0",
|
|
121
|
+
"undici": "^7.3.0",
|
|
122
|
+
"usehooks-ts": "^3.1.0",
|
|
123
|
+
"vscode-jsonrpc": "^8.2.1",
|
|
124
|
+
"vscode-languageserver-protocol": "^3.17.0",
|
|
125
|
+
"vscode-languageserver-types": "^3.17.5",
|
|
126
|
+
"wrap-ansi": "^9.0.0",
|
|
127
|
+
"ws": "^8.18.0",
|
|
128
|
+
"xss": "^1.0.15",
|
|
129
|
+
"yaml": "^2.7.0",
|
|
130
|
+
"zod": "^3.24.0"
|
|
131
|
+
}
|
|
132
|
+
}
|