ur-agent 1.53.0 → 1.54.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
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.54.0
|
|
4
|
+
|
|
5
|
+
- Wired the 1.53.0 capability libraries into runnable commands. They were
|
|
6
|
+
verified modules but nothing invoked them; these are the execution paths.
|
|
7
|
+
- Added `/speak <text>` (alias `/say`), which drives the platform speech
|
|
8
|
+
synthesiser with `--voice` and `--rate`. Text is passed on stdin, so it is
|
|
9
|
+
never shell-parsed, and a missing synthesiser reports an install hint rather
|
|
10
|
+
than failing the session.
|
|
11
|
+
- Added `/computer screenshot|click|type` (alias `/desktop-control`). Clicks
|
|
12
|
+
are validated against the real screen geometry and refuse to run when the
|
|
13
|
+
geometry cannot be read, rather than clicking blind. Every state-changing
|
|
14
|
+
action requires an explicit `--yes`; without it the command prints what it
|
|
15
|
+
would do and stops. A macOS screenshot that silently writes nothing reports
|
|
16
|
+
the Screen Recording permission requirement.
|
|
17
|
+
- Added `/memory-suggest` (alias `/suggest-memory`), which scans recent user
|
|
18
|
+
messages from the live transcript and proposes durable facts with their
|
|
19
|
+
type, confidence and originating rule. Proposals are never saved on their
|
|
20
|
+
own; `/remember` still does the writing.
|
|
21
|
+
|
|
3
22
|
## 1.53.0
|
|
4
23
|
|
|
5
24
|
- Added automatic memory extraction (`src/memdir/extractFacts.ts`). Durable
|