@opentabs-dev/opentabs-plugin-reddit 0.0.83 → 0.0.85

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/README.md CHANGED
@@ -19,13 +19,14 @@ npm install -g @opentabs-dev/opentabs-plugin-reddit
19
19
  1. Open [www.reddit.com](https://www.reddit.com) in Chrome and log in
20
20
  2. Open the OpenTabs side panel — the Reddit plugin should appear as **ready**
21
21
 
22
- ## Tools (15)
22
+ ## Tools (22)
23
23
 
24
- ### User (2)
24
+ ### User (3)
25
25
 
26
26
  | Tool | Description | Type |
27
27
  |---|---|---|
28
28
  | `get_me` | Get the current user profile | Read |
29
+ | `list_user_content` | List a user's posts, comments, or saved items | Read |
29
30
  | `get_user` | Get a user profile | Read |
30
31
 
31
32
  ### Posts (4)
@@ -37,26 +38,32 @@ npm install -g @opentabs-dev/opentabs-plugin-reddit
37
38
  | `search_posts` | Search Reddit posts | Read |
38
39
  | `submit_post` | Submit a new post | Write |
39
40
 
40
- ### Comments (1)
41
+ ### Comments (2)
41
42
 
42
43
  | Tool | Description | Type |
43
44
  |---|---|---|
44
45
  | `submit_comment` | Post a comment or reply | Write |
46
+ | `get_comment_thread` | Get a comment and its replies | Read |
45
47
 
46
- ### Actions (2)
48
+ ### Actions (6)
47
49
 
48
50
  | Tool | Description | Type |
49
51
  |---|---|---|
52
+ | `edit_text` | Edit a post or comment | Write |
53
+ | `delete` | Delete a post or comment | Write |
50
54
  | `vote` | Vote on a post or comment | Write |
51
55
  | `save` | Save or unsave a post/comment | Write |
56
+ | `hide` | Hide or unhide a post | Write |
57
+ | `report` | Report a post or comment | Write |
52
58
 
53
- ### Subreddits (4)
59
+ ### Subreddits (5)
54
60
 
55
61
  | Tool | Description | Type |
56
62
  |---|---|---|
57
63
  | `get_subreddit` | Get subreddit details | Read |
58
64
  | `search_subreddits` | Search subreddits | Read |
59
65
  | `list_subscriptions` | List subscribed subreddits | Read |
66
+ | `list_popular_subreddits` | List popular subreddits | Read |
60
67
  | `subscribe` | Subscribe or unsubscribe from a subreddit | Write |
61
68
 
62
69
  ### Messages (2)
@@ -15303,7 +15303,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
15303
15303
  };
15304
15304
  var src_default = new RedditPlugin();
15305
15305
 
15306
- // dist/_adapter_entry_100b094f-f7c7-4d2d-92c6-688956e988d1.ts
15306
+ // dist/_adapter_entry_fe6f1e22-5efe-40d7-900a-312e2de863cf.ts
15307
15307
  if (!globalThis.__openTabs) {
15308
15308
  globalThis.__openTabs = {};
15309
15309
  } else {
@@ -15519,5 +15519,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
15519
15519
  };
15520
15520
  delete src_default.onDeactivate;
15521
15521
  }
15522
- })();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["reddit"]){var a=o.adapters["reddit"];a.__adapterHash="ff86ae8510d9cb9e8e37d87ad8a7fdcbc9b9f92b5a93a67666ad4e0fb145e844";if(a.tools&&Array.isArray(a.tools)){for(var i=0;i<a.tools.length;i++){Object.freeze(a.tools[i]);}Object.freeze(a.tools);}Object.freeze(a);Object.defineProperty(o.adapters,"reddit",{value:a,writable:false,configurable:false,enumerable:true});Object.defineProperty(o,"adapters",{value:o.adapters,writable:false,configurable:false});}})();
15522
+ })();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["reddit"]){var a=o.adapters["reddit"];a.__adapterHash="6b838f3fa41f76479e0f19f0ac5fd22e95165c4a28bf11f1ad44e3664d924d76";if(a.tools&&Array.isArray(a.tools)){for(var i=0;i<a.tools.length;i++){Object.freeze(a.tools[i]);}Object.freeze(a.tools);}Object.freeze(a);Object.defineProperty(o.adapters,"reddit",{value:a,writable:false,configurable:false,enumerable:true});Object.defineProperty(o,"adapters",{value:o.adapters,writable:false,configurable:false});}})();
15523
15523
  //# sourceMappingURL=adapter.iife.js.map