Skip to content

PluginContext#1867

Open
RohitKushvaha01 wants to merge 10 commits intoAcode-Foundation:mainfrom
RohitKushvaha01:main
Open

PluginContext#1867
RohitKushvaha01 wants to merge 10 commits intoAcode-Foundation:mainfrom
RohitKushvaha01:main

Conversation

@RohitKushvaha01
Copy link
Member

@RohitKushvaha01 RohitKushvaha01 commented Feb 11, 2026

Introduces a new Cordova plugin (pluginContext) that provides token-based access control for Acode plugins. Each plugin receives a unique UUID token tied to declared permissions from plugin.json, enabling runtime permission checks via ctx.grantedPermission() and ctx.listAllPermissions().

@RohitKushvaha01 RohitKushvaha01 marked this pull request as draft February 11, 2026 08:46
@greptile-apps

This comment has been minimized.

greptile-apps[bot]

This comment was marked as resolved.

@greptile-apps

This comment has been minimized.

@RohitKushvaha01

This comment has been minimized.

greptile-apps[bot]

This comment was marked as resolved.

@RohitKushvaha01 RohitKushvaha01 self-assigned this Feb 13, 2026
@RohitKushvaha01 RohitKushvaha01 added the plugin api It represents, plugins specific apis enhancement label Feb 13, 2026
greptile-apps[bot]

This comment was marked as resolved.

@RohitKushvaha01

This comment has been minimized.

greptile-apps[bot]

This comment was marked as resolved.

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
@RohitKushvaha01 RohitKushvaha01 marked this pull request as ready for review February 15, 2026 12:18
greptile-apps[bot]

This comment was marked as resolved.

Copy link
Member

@bajrangCoder bajrangCoder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!
But make sure to update plugin docs and api packages accordingly (also plugin template if needed)

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR introduces a new Cordova plugin (pluginContext) that implements token-based access control for Acode plugins. Each plugin receives a unique UUID token associated with permissions declared in their plugin.json file, enabling runtime permission verification.

Changes:

  • Created a new Cordova plugin with JavaScript and Android implementations for token-based permission management
  • Integrated the plugin into the existing plugin loading system to provide context objects to plugins
  • Added plugin configuration files and registered the new plugin in the main package.json

Reviewed changes

Copilot reviewed 7 out of 8 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
src/plugins/pluginContext/www/PluginContext.js JavaScript module providing the PluginContext API with token generation and permission checking methods
src/plugins/pluginContext/src/android/Tee.java Android implementation managing token lifecycle, permission storage, and validation
src/plugins/pluginContext/plugin.xml Cordova plugin configuration defining the plugin structure and platform bindings
src/plugins/pluginContext/package.json NPM package metadata for the pluginContext Cordova plugin
src/lib/loadPlugin.js Integration point adding context object generation during plugin initialization
package.json Registration of the new plugin in the project's Cordova dependencies
.prettierrc Added empty Prettier configuration file

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

RohitKushvaha01 and others added 2 commits February 16, 2026 09:18
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@UnschooledGamer
Copy link
Member

UnschooledGamer commented Feb 16, 2026

Also, JSON Plugin Schema needs updation for this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

plugin api It represents, plugins specific apis enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants