ur-agent 1.78.13 → 1.78.14
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/dist/cli.js +697 -6000
- package/docs/USAGE.md +11 -12
- package/docs/VALIDATION.md +1 -1
- 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 +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.78.14
|
|
4
|
+
|
|
5
|
+
- Interactive prompts no longer create the synthetic `Planning requested work`
|
|
6
|
+
task before the model understands the request. The task surface stays quiet
|
|
7
|
+
for conversation, one-step changes, acknowledgements, and small corrections;
|
|
8
|
+
concrete task boards remain available for multi-step, dependent, delegated,
|
|
9
|
+
or explicitly tracked work. Existing explicit tasks still survive
|
|
10
|
+
interruptions, while legacy automatic placeholders are hidden immediately
|
|
11
|
+
and removed at the next generation boundary without reusing their IDs.
|
|
12
|
+
- Task guidance no longer demands one task for every actionable message. Large
|
|
13
|
+
prompts still decompose into bounded outcome-based tasks, and follow-ups
|
|
14
|
+
update relevant tracked work instead of copying the user's reply into a new
|
|
15
|
+
task title.
|
|
16
|
+
- Security dependency floors now include patched `fast-uri`, `hono`,
|
|
17
|
+
`ip-address`, `undici`, `@hono/node-server`, and MCP SDK releases after new
|
|
18
|
+
registry advisories made the prior lockfile fail the release audit.
|
|
19
|
+
|
|
3
20
|
## 1.78.13
|
|
4
21
|
|
|
5
22
|
- The release workflow now publishes its downloaded tarball with an explicit
|