@axionorbital/tamarind 1.0.0 → 1.0.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.
@@ -37,6 +37,13 @@ SOFTWARE.
37
37
 
38
38
  ---
39
39
 
40
+ ## Model
41
+
42
+ Tamarind's assistant is served by the **Kimi K3** large language model
43
+ (`moonshotai/Kimi-K3`) developed by Moonshot AI, accessed as a hosted service.
44
+ Model weights and any applicable model license belong to Moonshot AI; Tamarind
45
+ does not redistribute the weights.
46
+
40
47
  ## Other bundled components
41
48
 
42
49
  | Component | License |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axionorbital/tamarind",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Tamarind — verification-first coding agent for the terminal.",
5
5
  "bin": {
6
6
  "tamarind": "bin/tamarind"
@@ -24,10 +24,10 @@
24
24
  "x64"
25
25
  ],
26
26
  "optionalDependencies": {
27
- "@axionorbital/tamarind-darwin-arm64": "1.0.0",
28
- "@axionorbital/tamarind-linux-arm64": "1.0.0",
29
- "@axionorbital/tamarind-linux-x64": "1.0.0",
30
- "@axionorbital/tamarind-darwin-x64": "1.0.0"
27
+ "@axionorbital/tamarind-darwin-arm64": "1.0.2",
28
+ "@axionorbital/tamarind-linux-arm64": "1.0.2",
29
+ "@axionorbital/tamarind-linux-x64": "1.0.2",
30
+ "@axionorbital/tamarind-darwin-x64": "1.0.2"
31
31
  },
32
32
  "license": "UNLICENSED",
33
33
  "private": false,