ur-agent 1.11.3 → 1.12.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 +17 -0
- package/README.md +2 -1
- package/dist/cli.js +557 -194
- package/docs/AGENT_TRENDS.md +70 -0
- package/docs/USAGE.md +2 -0
- package/examples/agent_trends.md +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.12.0
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
- **Agent trend coverage.** New `ur agent-trends` CLI command and
|
|
7
|
+
`/agent-trends` slash command report how UR maps to current agent trends:
|
|
8
|
+
MCP, A2A, durable workflows, multi-agent orchestration, memory, browser
|
|
9
|
+
automation, provenance, evals, security, and multimodal workflows.
|
|
10
|
+
- **A2A Agent Card export.** New `ur a2a card` CLI command and `/a2a-card`
|
|
11
|
+
slash command print UR Agent Card metadata for discovery by A2A-aware tools.
|
|
12
|
+
- **Professional trend docs.** `docs/AGENT_TRENDS.md` documents the coverage
|
|
13
|
+
matrix, source/trust policy, and prioritized roadmap.
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
- **Web-source trust guidance.** WebSearch and WebFetch prompts now explicitly
|
|
17
|
+
treat search results and fetched pages as untrusted evidence, not instruction
|
|
18
|
+
channels, while preserving source citation requirements.
|
|
19
|
+
|
|
3
20
|
## 1.11.3
|
|
4
21
|
|
|
5
22
|
### Changed
|
package/README.md
CHANGED
|
@@ -103,9 +103,10 @@ ur plugin --help
|
|
|
103
103
|
|
|
104
104
|
- [Usage Guide](docs/USAGE.md)
|
|
105
105
|
- [Configuration](docs/CONFIGURATION.md)
|
|
106
|
+
- [Agent Trend Coverage](docs/AGENT_TRENDS.md)
|
|
106
107
|
- [Development Guide](docs/DEVELOPMENT.md)
|
|
107
108
|
|
|
108
|
-
The `examples/` directory also contains prompt examples for coding, research, browser, image, video, MCP, and
|
|
109
|
+
The `examples/` directory also contains prompt examples for coding, research, browser, image, video, MCP, memory, and agent-trend workflows.
|
|
109
110
|
|
|
110
111
|
## License And Responsibility
|
|
111
112
|
|