@vetala/vetala 0.5.3 → 0.5.4

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/README.md CHANGED
@@ -27,6 +27,16 @@ Current provider support includes Sarvam AI and OpenRouter.
27
27
 
28
28
  ## Patch Notes
29
29
 
30
+ ### v0.5.4
31
+ Added:
32
+ - Copy last reply action (Ctrl+Y) with a compact inline affordance after assistant replies.
33
+ - Resume picker preview tuning and option line wrapping for tighter terminals.
34
+
35
+ Patched:
36
+ - Repeat-tool warning injection with configurable threshold/message.
37
+ - Empty-response warning when a model returns no content (env-tunable).
38
+ - Default mouse mode enables in-app scroll wheel; can be disabled for terminal selection.
39
+
30
40
  ### v0.5.3
31
41
  Added:
32
42
  - UI refresh: left-aligned layout with minimal framing.
@@ -1,3 +1,3 @@
1
1
  export declare const APP_NAME = "Vetala";
2
- export declare const APP_VERSION = "0.5.3";
2
+ export declare const APP_VERSION = "0.5.4";
3
3
  export declare const APP_TAGLINE = "multi-provider coding cli";
@@ -1,4 +1,4 @@
1
1
  export const APP_NAME = "Vetala";
2
- export const APP_VERSION = "0.5.3";
2
+ export const APP_VERSION = "0.5.4";
3
3
  export const APP_TAGLINE = "multi-provider coding cli";
4
4
  //# sourceMappingURL=app-meta.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vetala/vetala",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "Terminal-first AI coding CLI with tools, memory, and local skills.",
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file