@bniladridas/cursor 0.1.20 → 0.1.21

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bniladridas/cursor",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "description": "Cross-platform AI coding agent",
5
5
  "bin": {
6
6
  "cursor": "cli.js",
@@ -1,4 +1,4 @@
1
- d1e4bf778c3cd99f1a6fd0c1799f517e964f346344bae403419c54ae393a3fbd release/cursor-macos/cursor-0.1.20.arm64_sequoia.bottle.tar.gz
2
- f4acf8ba3f11b5d822d212791a6d59a37066a63ce19f2c3b158d1cc9beb33e42 release/cursor-macos/cursor_v0.1.20_darwin_arm64.tar.gz
3
- 8d9e40b5f537ddbb80d4bb4350ce0d022ff99eb04ee31a530c92d14e8043e5b5 release/cursor-linux/cursor_v0.1.20_linux_amd64.tar.gz
4
- ffbf40036e07cccf3e8d7f80efe3dafca92099bb3d10d20070202fbb537cf7d5 release/cursor-windows/cursor__windows_amd64.zip
1
+ 5e9c3360d1a64f12eced0c3206c52cdeae906ccf69fbb70a2daccc580c4d6bd3 release/cursor-macos/cursor-0.1.21.arm64_sequoia.bottle.tar.gz
2
+ 80178844aa6b7eb5c0d7efc5f0e4d3bb34dcecf89d7512fef88209be33ddfec3 release/cursor-macos/cursor_v0.1.21_darwin_arm64.tar.gz
3
+ 9dfb0040b1b666dd3f261f806a5ff74dfaf4ec328ad9e908ee363114556dd042 release/cursor-linux/cursor_v0.1.21_linux_amd64.tar.gz
4
+ 9dd7edc179db4d54d5335e0deb16cacd398aa8eb5e8e686d6aeb6e70700db7c6 release/cursor-windows/cursor__windows_amd64.zip
package/src/utils/ui.cpp CHANGED
@@ -45,7 +45,7 @@ void UI::print_logo() {
45
45
  << Color::BOLD << " CURSOR\n"
46
46
  << Color::RESET;
47
47
 
48
- std::cout << Color::DIM << "Welcome to Cursor - Choose your mode below.\n"
48
+ std::cout << Color::DIM << "Choose a mode.\n"
49
49
  << Color::RESET;
50
50
 
51
51
  print_divider();
@@ -105,7 +105,7 @@ assert_not_contains() {
105
105
  fi
106
106
  }
107
107
 
108
- assert_contains "Welcome to Cursor"
108
+ assert_contains "Choose a mode."
109
109
  assert_contains "Commands"
110
110
  assert_contains "Cursor v"
111
111
  assert_contains "File 'e2e.txt' written successfully"