ur-agent 1.11.3 → 1.12.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.12.1
4
+
5
+ ### Changed
6
+ - **Mashoof spinner.** The activity spinner is now a Mashoof (مشحوف) — the
7
+ marsh canoe — bobbing on the water. It cycles boat-hull arcs (`⌣ ⏝ ‿`) into
8
+ a gentle up-down bob loop instead of the old dot→blocks→house growth, and
9
+ the brightness "breathe" was dropped so it reads as a clean bob.
10
+
11
+ ## 1.12.0
12
+
13
+ ### Added
14
+ - **Agent trend coverage.** New `ur agent-trends` CLI command and
15
+ `/agent-trends` slash command report how UR maps to current agent trends:
16
+ local-first model runtime, MCP, A2A, durable workflows, multi-agent
17
+ orchestration, memory, browser automation, provenance, evals, security,
18
+ agent identity, and multimodal workflows. The report includes source
19
+ references for each trend.
20
+ - **A2A Agent Card export.** New `ur a2a card` CLI command and `/a2a-card`
21
+ slash command print UR Agent Card metadata for discovery by A2A-aware tools.
22
+ - **Professional trend docs.** `docs/AGENT_TRENDS.md` documents the coverage
23
+ matrix, source/trust policy, and prioritized roadmap.
24
+
25
+ ### Changed
26
+ - **Web-source trust guidance.** WebSearch and WebFetch prompts now explicitly
27
+ treat search results and fetched pages as untrusted evidence, not instruction
28
+ channels, while preserving source citation requirements.
29
+
3
30
  ## 1.11.3
4
31
 
5
32
  ### 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 memory workflows.
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