monacopilot 0.10.2 → 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 +5 -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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monacopilot",
3
- "version": "0.10.2",
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",