@bniladridas/cursor 0.1.19 → 0.1.20

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.20",
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
+ 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