@vibeflow-tools/cli 0.9.0 → 0.9.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,20 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 141638a: fix(cli): align tRPC/REST semantics, add router tests, and harden agent API
8
+
9
+ - tRPC `tasks` and `searchTasks` now count only non-deleted comments and read file counts from task metadata instead of the filesystem.
10
+ - tRPC `updateTask` now accepts `tags`, `sortKey`, and `branchName` like the REST endpoint.
11
+ - Removed an unused `pageScope` parameter from tRPC `searchTasks`.
12
+ - Kanban multi-select agent runs now use the task/model or configured default model instead of a hardcoded value.
13
+ - WebSocket task upserts now filter deleted comments when computing `commentCount`.
14
+ - Added unit tests for the tRPC router and API validation helpers.
15
+ - Validated task IDs, model names, and agent names in the agent run/stop APIs to prevent option injection.
16
+ - Increased Vitest timeouts to keep the pre-commit suite stable under load.
17
+
3
18
  ## 0.9.0
4
19
 
5
20
  ### Minor Changes