@bniladridas/cursor 0.1.19 → 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.
@@ -115,6 +115,8 @@ jobs:
115
115
  sudo apt update
116
116
  sudo apt install -y nlohmann-json3-dev cmake build-essential libcurl4-openssl-dev libpqxx-dev lcov
117
117
  cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
118
+ cmake --build build --target cursor-agent
119
+ chmod +x build/bin/cursor-agent || true
118
120
  cmake --build build --target coverage
119
121
  - uses: codecov/codecov-action@v7
120
122
  with:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bniladridas/cursor",
3
- "version": "0.1.19",
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
- 87ea090028e086dc2cc408c55060c667aacf4cbe620e809e308ed1886d323d7b release/cursor-macos/cursor-0.1.19.arm64_sequoia.bottle.tar.gz
2
- ec2f81ffc07d27813ec1f9300a8590ed004a22427c3cb6df1234bf4f5df974eb release/cursor-macos/cursor_v0.1.19_darwin_arm64.tar.gz
3
- 7763a5ecfa34da1c6b651b5a300b1ebd25cbbb288deec17bbf6eab2a0091938b release/cursor-linux/cursor_v0.1.19_linux_amd64.tar.gz
4
- 7c71c0604063ef86298eee60029a287cd9d39323862a72dc98661d03ea57a9cb 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"