@meistrari/remy-cli 1.6.0 → 1.7.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.
Files changed (2) hide show
  1. package/dist/remy.js +1 -1
  2. package/package.json +1 -1
package/dist/remy.js CHANGED
@@ -37514,7 +37514,7 @@ var compactMarkRows = 9;
37514
37514
  var compactMinWidth = 48;
37515
37515
  var compactMinHeight = 20;
37516
37516
  var markBrightnessGain = 4.2;
37517
- var remyCliVersion = "1.6.0";
37517
+ var remyCliVersion = "1.7.0";
37518
37518
  async function showRemySplash({
37519
37519
  createRenderer = createRemyRenderer,
37520
37520
  durationMs = splashDurationMs,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meistrari/remy-cli",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "description": "Remy, the Coding Agent terminal client.",
5
5
  "type": "module",
6
6
  "bin": {