diff --git a/README.md b/README.md index 81a070e..13aa03e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ |[Kaitai UI Plugin](https://github.com/Vector35/kaitai)|[Vector 35 Inc](https://github.com/Vector35)|Browse hex with a tree view populated from Kaitai Struct formats.|2023-09-06|ui|MIT| |[Opaque Predicate Patcher](https://github.com/Vector35/OpaquePredicatePatcher)|[Vector 35 Inc](https://github.com/Vector35)|Automatically patch opaque predicates|2022-05-02|helper|MIT| |[Sample Plugin](https://github.com/Vector35/sample_plugin)|[Vector 35 Inc](https://github.com/Vector35)|This is a short description meant to fit on one line.|2021-11-22|architecture, binaryview, core, helper, ui|MIT| -|[Sidekick](https://github.com/vector35/sidekick-public)|[Vector 35 Inc](https://github.com/Vector35)|Binary Ninja Sidekick|2024-02-16|helper, ui|Commercial| +|[Sidekick](https://github.com/vector35/sidekick-public)|[Vector 35 Inc](https://github.com/Vector35)|Binary Ninja Sidekick|2024-02-23|helper, ui|Commercial| |[Signature Kit Plugin](https://github.com/Vector35/sigkit)|[Vector 35 Inc](https://github.com/Vector35)|Python tools for working with Signature Libraries|2021-12-02|core, helper, ui|MIT| |[Snippet UI Plugin](https://github.com/Vector35/snippets)|[Vector 35 Inc](https://github.com/Vector35)|Powerful code-editing plugin for writing and managing python code-snippets with syntax highlighting, hotkey binding and other features|2023-04-17|ui|MIT| |[Tantō](https://github.com/Vector35/tanto)|[Vector 35 Inc](https://github.com/Vector35)|Tantō slices functions to help you can understand them faster.|2022-06-21|helper, ui|MIT| diff --git a/plugins.json b/plugins.json index 9e71717..600684e 100644 --- a/plugins.json +++ b/plugins.json @@ -10,7 +10,7 @@ "python3" ], "description": "Binary Ninja Sidekick", - "longdescription": "# Sidekick\n\nSidekick makes reversing easy. Sidekick is an extension to the BinaryNinja desktop application supported by an AI-powered service that provides new capabilities to help users analyze and understand binary programs.\n\n## Limited Public Release\n\nThe Sidekick plugin is currently available as an official plugin from the Binary Ninja plugin manager. The plugin will not be fully functional without a Sidekick service plan. To purchase a Sidekick plan, you must have a Sidekick account. To sign up for a Sidekick account, click here.\n# Release Notes\n\nSidekick Client Revision: 0.3.94\n\n## Major Changes\n\n### Code Comment Improvements\n\nWe have updated our backend system to generate better quality comments for a selection of code lines. In case you were not aware of this feature, you can select a set of code lines and click `Plugins->Sidekick->Add Comment for Selected Lines` from the main menu to have Sidekick generate an inline comment for the selection.\n\n## Other Updates\n\n- Fix: (Indexes) Convert index row address to 8-byte hex sterings when address is too large for signed integer type\n- Enhancement: Refinements to inline comments\n- Fix: (Backend) Various backend fixes related to customer-reported client errors\n", + "longdescription": "# Sidekick\n\nSidekick makes reversing easy. Sidekick is an extension to the BinaryNinja desktop application supported by an AI-powered service that provides new capabilities to help users analyze and understand binary programs.\n\n## Limited Public Release\n\nThe Sidekick plugin is currently available as an official plugin from the Binary Ninja plugin manager. The plugin will not be fully functional without a Sidekick service plan. To purchase a Sidekick plan, you must have a Sidekick account. To sign up for a Sidekick account, click here.\n# Release Notes\n\nSidekick Client Revision: 0.3.96\n\n## Notable Changes\n\n### Main Menu Actions for Specific Suggestion Types\n\nTired of always clicking the hamburger menu in the Suggestions Sidebar to run specific suggestion types such as \"Suggest Function Comment\" or \"Suggestion Variable Names\"? Well, now you can click on the `Plugins->Sidekick` main menu instead. More importantly, you can bind these actions to a hot-key in your key bindings (and replace the sound of mouse clicks with key presses).\n\n### Backend Service Stability Improvements\n\nNobody likes experiencing service errors, so we fixed some bugs and added a few improvements to our backend service that should result in better overall stability.\n\n## Other Updates\n\n- Improvement: (Suggestions) Add actions to Plugins->Sidekick main menu for specific suggestion types (e.g. Suggest Function Comment)\n- Fix: (Backend) Various backend fixes related to customer reporte client errors\n- Improvement: (Backend) Improve stability of the service\n- Improvement: Use QTimer (instead of threading) to delay getting api key from user on main thread\n- Fix: (Indexes) Use only plain text in indexer description widget\n", "license": { "name": "Commercial", "text": "This plugin is fully copyright Vector 35 Inc except as otherwise noted in the source. While source is distributed, no rights to the source are granted beyond those to submodules described here. Use of this plugin should be consistent with the terms of service available here." @@ -26,18 +26,18 @@ "Windows": "no special instructions, package manager is recommended" }, "dependencies": "requests>=2.28.2,<3\npygments>=2.14.0,<3\nnetworkx>=3.0.0,<4\nintervaltree>=3.0.2,<4\nsentence-transformers>=2.2.2,<3\nscikit-learn>=1.1.3,<2\npyjarowinkler>=1.8,<2\nmarkdown\nwatchdog\npydantic>=1.10,<2\n", - "version": "0.3.94", + "version": "0.3.96", "author": "Vector 35 Inc", "minimumbinaryninjaversion": 4450, - "lastUpdated": 1708049763, + "lastUpdated": 1708666107, "projectUrl": "https://github.com/vector35/sidekick-public", "projectData": { "full_name": "Vector35/Sidekick", "stargazers_count": 1, - "updated_at": "2024-02-15T21:16:03" + "updated_at": "2024-02-23T00:28:27" }, "authorUrl": "https://github.com/Vector35", - "packageUrl": "https://plugin.sidekick.binary.ninja/plugins/sidekick-0.3.94.zip", + "packageUrl": "https://plugin.sidekick.binary.ninja/plugins/sidekick-0.3.96.zip", "path": "Vector35_Sidekick" }, { @@ -342,8 +342,8 @@ "svn_url": "https://github.com/Vector35/efi-resolver", "homepage": null, "size": 10, - "stargazers_count": 29, - "watchers_count": 29, + "stargazers_count": 30, + "watchers_count": 30, "language": "Python", "has_issues": true, "has_projects": true, @@ -351,7 +351,7 @@ "has_wiki": true, "has_pages": false, "has_discussions": false, - "forks_count": 2, + "forks_count": 3, "mirror_url": null, "archived": false, "disabled": false, @@ -368,9 +368,9 @@ "web_commit_signoff_required": false, "topics": [], "visibility": "public", - "forks": 2, + "forks": 3, "open_issues": 0, - "watchers": 29, + "watchers": 30, "default_branch": "main", "permissions": { "admin": true, @@ -426,7 +426,7 @@ "status": "disabled" } }, - "network_count": 2, + "network_count": 3, "subscribers_count": 4 }, "authorUrl": "https://github.com/Vector35", @@ -1139,8 +1139,8 @@ "svn_url": "https://github.com/Vector35/kaitai", "homepage": null, "size": 11452, - "stargazers_count": 33, - "watchers_count": 33, + "stargazers_count": 34, + "watchers_count": 34, "language": "Python", "has_issues": true, "has_projects": true, @@ -1161,7 +1161,7 @@ "visibility": "public", "forks": 4, "open_issues": 1, - "watchers": 33, + "watchers": 34, "default_branch": "master", "permissions": { "admin": true,