monacopilot 0.10.1 → 0.10.2

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -37,6 +37,8 @@ Here are some examples of how to integrate Monacopilot into your project:
37
37
 
38
38
  ## Inline Completions
39
39
 
40
+ Monacopilot provides inline completions, offering real-time, AI-powered, context-aware code suggestions as you type.
41
+
40
42
  [Inline Completions Demo Video](https://github.com/user-attachments/assets/f2ec4ae1-f658-4002-af9c-c6b1bbad70d9)
41
43
 
42
44
  ### Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monacopilot",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
4
4
  "description": "AI auto-completion plugin for Monaco Editor",
5
5
  "main": "./build/index.js",
6
6
  "module": "./build/index.mjs",