@theia/ai-llamafile 1.56.0 → 1.57.0-next.37

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 -7
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -4,21 +4,21 @@ The AI Llamafile package provides an integration that allows users to manage and
4
4
 
5
5
  ## Features
6
6
 
7
- - Start and stop Llamafile language servers.
7
+ - Start and stop Llamafile language servers.
8
8
 
9
9
  ## Commands
10
10
 
11
11
  ### Start Llamafile
12
12
 
13
- - **Command ID:** `llamafile.start`
14
- - **Label:** `Start Llamafile`
15
- - **Functionality:** Allows you to start a Llamafile language server by selecting from a list of configured Llamafiles.
13
+ - **Command ID:** `llamafile.start`
14
+ - **Label:** `Start Llamafile`
15
+ - **Functionality:** Allows you to start a Llamafile language server by selecting from a list of configured Llamafiles.
16
16
 
17
17
  ### Stop Llamafile
18
18
 
19
- - **Command ID:** `llamafile.stop`
20
- - **Label:** `Stop Llamafile`
21
- - **Functionality:** Allows you to stop a running Llamafile language server by selecting from a list of currently running Llamafiles.
19
+ - **Command ID:** `llamafile.stop`
20
+ - **Label:** `Stop Llamafile`
21
+ - **Functionality:** Allows you to stop a running Llamafile language server by selecting from a list of currently running Llamafiles.
22
22
 
23
23
  ## Usage
24
24
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@theia/ai-llamafile",
3
- "version": "1.56.0",
3
+ "version": "1.57.0-next.37+4e3b183da",
4
4
  "description": "Theia - Llamafile Integration",
5
5
  "dependencies": {
6
- "@theia/ai-core": "1.56.0",
7
- "@theia/core": "1.56.0",
8
- "@theia/output": "1.56.0",
6
+ "@theia/ai-core": "1.57.0-next.37+4e3b183da",
7
+ "@theia/core": "1.57.0-next.37+4e3b183da",
8
+ "@theia/output": "1.57.0-next.37+4e3b183da",
9
9
  "tslib": "^2.6.2"
10
10
  },
11
11
  "publishConfig": {
@@ -42,10 +42,10 @@
42
42
  "watch": "theiaext watch"
43
43
  },
44
44
  "devDependencies": {
45
- "@theia/ext-scripts": "1.56.0"
45
+ "@theia/ext-scripts": "1.57.0"
46
46
  },
47
47
  "nyc": {
48
48
  "extends": "../../configs/nyc.json"
49
49
  },
50
- "gitHead": "3b4498f8f1c66be688847418fcc35595282671dc"
50
+ "gitHead": "4e3b183daab034ae86eaa610421d4d9791ffdaa5"
51
51
  }