ur-agent 1.13.6 → 1.13.8

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/docs/USAGE.md CHANGED
@@ -87,6 +87,9 @@ UR includes slash commands and CLI subcommands for common workflows:
87
87
  - `ur doctor` to inspect CLI health
88
88
  - `ur update` or `ur upgrade` to check for updates
89
89
 
90
+ Interactive sessions also check the published package version and show
91
+ `Update available: <current> -> <latest>` when a newer release is available.
92
+
90
93
  Run each command with `--help` for exact flags.
91
94
 
92
95
  ## Permissions
@@ -17,7 +17,7 @@ You need:
17
17
 
18
18
  ```sh
19
19
  ur --version
20
- # expected: 1.13.6 (Ur)
20
+ # expected: 1.13.8 (Ur)
21
21
  ```
22
22
 
23
23
  ## 1. Marketplace tree resolves
@@ -271,7 +271,7 @@ const commands = [
271
271
  name: 'update',
272
272
  category: 'Ops',
273
273
  aliases: ['upgrade'],
274
- summary: 'Check for updates and install if available.',
274
+ summary: 'Check for updates and install if available. Interactive sessions also show an update-available notice when a newer package is published.',
275
275
  examples: ['ur update', 'ur upgrade'],
276
276
  },
277
277
  {
@@ -43,7 +43,7 @@
43
43
  <main id="content" class="content">
44
44
  <header class="topbar">
45
45
  <div>
46
- <p class="eyebrow">Version 1.13.6</p>
46
+ <p class="eyebrow">Version 1.13.8</p>
47
47
  <h1>UR Agent Documentation</h1>
48
48
  <p class="lead">A practical, tutorial-style reference for installing, configuring, automating, extending, and operating UR Agent.</p>
49
49
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ur-agent",
3
- "version": "1.13.6",
3
+ "version": "1.13.8",
4
4
  "description": "UR terminal coding agent CLI",
5
5
  "type": "module",
6
6
  "packageManager": "bun@1.3.14",