ur-agent 1.13.2 → 1.13.3
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 +24 -0
- package/dist/cli.js +3131 -832
- package/docs/VALIDATION.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.13.3
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
- **Checkpointed agent workflows.** Added `ur workflow` for declaring,
|
|
7
|
+
validating, graphing, planning, resuming, and dry-running multi-step agent
|
|
8
|
+
workflows with checkpoints and gates.
|
|
9
|
+
- **Multi-agent collaboration patterns.** Added `ur pattern` for PEER and DOE
|
|
10
|
+
workflows, including install, save, dry-run, and live execution paths.
|
|
11
|
+
- **Agent routing and inspection.** Added `ur route` for task-to-subagent
|
|
12
|
+
recommendations and `ur agent-inspect` for reconstructing per-subagent
|
|
13
|
+
timelines from session transcripts.
|
|
14
|
+
- **Curated project knowledge base.** Added `ur knowledge` for registering
|
|
15
|
+
file, directory, and note sources, building lexical or local-Ollama embedding
|
|
16
|
+
indexes, searching, pruning, and reporting status.
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
- **Agent feature roadmap coverage.** Expanded `ur agent-features` and
|
|
20
|
+
`ur agent-trends` to include collaboration patterns, workflows, inspection,
|
|
21
|
+
routing, and knowledge-base surfaces.
|
|
22
|
+
|
|
23
|
+
### Verified
|
|
24
|
+
- Rebuilt `dist/cli.js` at 1.13.3 and prepared npm package metadata for
|
|
25
|
+
`ur-agent@1.13.3`.
|
|
26
|
+
|
|
3
27
|
## 1.13.2
|
|
4
28
|
|
|
5
29
|
### Added
|