ur-agent 1.68.18 → 1.69.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 +14 -808
- package/README.md +4 -5
- package/dist/cli.js +5036 -9919
- package/docs/VALIDATION.md +1 -1
- package/documentation/app.js +0 -91
- package/documentation/index.html +1 -1
- package/extensions/jetbrains-ur/build.gradle.kts +1 -1
- package/extensions/vscode-ur-inline-diffs/package.json +1 -1
- package/package.json +2 -13
- package/dist/sdk/index.cjs +0 -189
- package/dist/sdk/index.d.ts +0 -68
- package/dist/sdk/index.js +0 -149
- package/technical/01-architecture.md +0 -148
- package/technical/02-cli-reference.md +0 -227
- package/technical/03-slash-commands.md +0 -318
- package/technical/04-tools.md +0 -283
- package/technical/05-providers-and-models.md +0 -195
- package/technical/06-configuration.md +0 -428
- package/technical/07-memory-and-context.md +0 -175
- package/technical/08-skills-plugins-workflows.md +0 -211
- package/technical/09-multi-agent.md +0 -327
- package/technical/10-headless-automation-eval.md +0 -441
- package/technical/11-integrations.md +0 -157
- package/technical/12-security-sandbox-stability.md +0 -288
- package/technical/13-research.md +0 -129
- package/technical/14-sessions.md +0 -177
- package/technical/README.md +0 -43
package/README.md
CHANGED
|
@@ -549,11 +549,10 @@ ur plugin disable <plugin>
|
|
|
549
549
|
manifest and reports its declared components and capability surface, so you can
|
|
550
550
|
review what a plugin touches before enabling it.
|
|
551
551
|
|
|
552
|
-
The npm package includes `README.md`, `QUALITY.md`, `docs/`, `
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
[Plugin Guide](docs/plugins.md).
|
|
552
|
+
The npm package includes `README.md`, `QUALITY.md`, `docs/`, `documentation/`,
|
|
553
|
+
and `plugins/`, so the npm package page and installed artifact both carry the
|
|
554
|
+
marketplace documentation, core plugins, community staging directory, and
|
|
555
|
+
example plugin template. See [Plugin Guide](docs/plugins.md).
|
|
557
556
|
|
|
558
557
|
UR also documents the core Cursor-style agent primitives as first-class,
|
|
559
558
|
project-backed features: Agent surfaces (`ur`, `ur agents`, `ur crew`, `ur bg`),
|