monacopilot 0.10.1 → 0.10.3

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 +7 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,11 @@
4
4
 
5
5
  **Monacopilot** integrates AI auto-completion into the Monaco Editor, inspired by GitHub Copilot.
6
6
 
7
- ## Table of Contents
7
+ ### Motivation
8
+
9
+ ![Monacopilot Motivation](https://i.postimg.cc/c4GM7q3Z/motivation.png)
10
+
11
+ ### Table of Contents
8
12
 
9
13
  - [Examples](#examples)
10
14
  - [Inline Completions](#inline-completions)
@@ -37,6 +41,8 @@ Here are some examples of how to integrate Monacopilot into your project:
37
41
 
38
42
  ## Inline Completions
39
43
 
44
+ Monacopilot provides inline completions, offering real-time, AI-powered, context-aware code suggestions as you type.
45
+
40
46
  [Inline Completions Demo Video](https://github.com/user-attachments/assets/f2ec4ae1-f658-4002-af9c-c6b1bbad70d9)
41
47
 
42
48
  ### Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monacopilot",
3
- "version": "0.10.1",
3
+ "version": "0.10.3",
4
4
  "description": "AI auto-completion plugin for Monaco Editor",
5
5
  "main": "./build/index.js",
6
6
  "module": "./build/index.mjs",