@vibeflow-tools/cli 0.6.1 โ†’ 0.8.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,35 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 9916d73: Replace select button with long-press multiselect and change default task limit
8
+
9
+ - Removed the "Select" button from the kanban header
10
+ - Multiselect is now activated by long-pressing (300ms) any task card
11
+ - Pressing ESC exits select mode
12
+ - A minimalistic indicator (pulsing dot + count) shows when in select mode
13
+ - Changed default task list limit from 20 to 5
14
+
15
+ ## 0.7.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 8065d50: Use default agent from settings in the agent picker dropdown, pre-selecting the configured default agent when opening the Agent tab.
20
+ - 8065d50: Persist overlay burger icon position to localStorage so it appears at the last dragged position after page reload.
21
+
22
+ ### Patch Changes
23
+
24
+ - 2e7a840: Change CLI console log prefix from [Proto] to [Vibeflow]
25
+
26
+ All console.log and console.error calls in the server now use
27
+ `[Vibeflow]` as the prefix instead of the legacy `[Proto]` name.
28
+
29
+ - 8065d50: Fix kanban agent runs: dispatch webapp agent runs to local CLI server, show agent badge only when agent has actually run (commits exist), add optimistic agent run entry to prevent empty UI on agent start, and ensure board icon container has consistent dimensions for dual mode.
30
+ - 8065d50: Remove the agent badge from task cards, list view rows, and detail panel metadata. Agent status badges (running/queued/done) for active runs remain.
31
+ - 8065d50: Increase file preview modal max-width from 700px to 1100px for better readability of large screenshots and code previews.
32
+
3
33
  ## 0.6.1
4
34
 
5
35
  ### Patch Changes
package/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
 
5
5
  Vibeflow eliminates the back-and-forth of describing UI bugs in words. Click any element on a page to create a task with its exact CSS selector, URL, and source location. Your agent gets precise, actionable context โ€” no "the button in the top right" needed.
6
6
 
7
+ ๐ŸŒ [Website](https://vibeflow.tools) ยท ๐Ÿ“– [Tutorial](https://vibeflow.tools/tutorial)
8
+
7
9
  ```bash
8
10
  npm install -g @vibeflow-tools/cli
9
11
  vibeflow kanban