monacopilot 0.15.5 → 0.15.7

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.
Files changed (2) hide show
  1. package/README.md +15 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,9 +1,23 @@
1
+ [![npm version](https://img.shields.io/npm/v/monacopilot.svg)](https://www.npmjs.com/package/monacopilot)
2
+ [![License](https://img.shields.io/npm/l/monacopilot.svg)](https://github.com/arshad-yaseen/monacopilot/blob/main/LICENSE)
3
+
1
4
  ![Monacopilot Banner](https://i.postimg.cc/GhpGVjVG/monacopilot-banner.png)
2
5
 
3
6
  # Monacopilot
4
7
 
5
8
  **Monacopilot** is a powerful and customizable AI auto-completion plugin for the Monaco Editor. Inspired by GitHub Copilot.
6
9
 
10
+ ### Features
11
+
12
+ - 🎯 Multiple AI Provider Support (Anthropic, OpenAI, Groq, Google)
13
+ - 🔄 Real-time Code Completions
14
+ - ⚡️ Efficient Caching System
15
+ - 🎨 Context-Aware Suggestions
16
+ - 🛠️ Customizable Completion Behavior
17
+ - 📦 Framework Agnostic
18
+ - 🔌 Custom Model Support
19
+ - 🎮 Manual Trigger Support
20
+
7
21
  ### Motivation
8
22
 
9
23
  ![Monacopilot Motivation](https://i.postimg.cc/c4GM7q3Z/motivation.png)
@@ -33,6 +47,7 @@
33
47
  - [Custom Model](#custom-model)
34
48
  - [Completion Request Options](#completion-request-options)
35
49
  - [Custom Headers for LLM Requests](#custom-headers-for-llm-requests)
50
+ - [Custom Prompt](#custom-prompt)
36
51
  - [Cross-Language API Handler Implementation](#cross-language-api-handler-implementation)
37
52
  - [Contributing](#contributing)
38
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monacopilot",
3
- "version": "0.15.5",
3
+ "version": "0.15.7",
4
4
  "description": "AI auto-completion plugin for Monaco Editor",
5
5
  "main": "./build/index.js",
6
6
  "module": "./build/index.mjs",