dirac-lang 0.1.82 → 0.1.83

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.
package/dist/cli.js CHANGED
@@ -17,7 +17,7 @@ import "dotenv/config";
17
17
  // package.json
18
18
  var package_default = {
19
19
  name: "dirac-lang",
20
- version: "0.1.82",
20
+ version: "0.1.83",
21
21
  description: "LLM-Augmented Declarative Execution",
22
22
  type: "module",
23
23
  main: "dist/index.js",
package/lib/shell-init.di CHANGED
@@ -5,9 +5,9 @@
5
5
  <index-subroutines path="~/.dirac/lib/user" />
6
6
 
7
7
  # Load native tags for tab completion and AI helper subroutines
8
- |import src="native-tags.di" >
8
+ |import src="./native-tags.di" >
9
9
 
10
- |import src="ai.di" >
10
+ |import src="./ai.di" >
11
11
 
12
12
  # Define some useful helper subroutines
13
13
  #<hello |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dirac-lang",
3
- "version": "0.1.82",
3
+ "version": "0.1.83",
4
4
  "description": "LLM-Augmented Declarative Execution",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",