@axionorbital/tamarind 0.4.3 → 1.0.1

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.
@@ -0,0 +1,144 @@
1
+ # Third-Party Notices
2
+
3
+ Tamarind includes open-source components. The required copyright notices and
4
+ license texts for those components are reproduced below. These notices apply
5
+ only to the third-party components identified here; they do not grant any
6
+ rights to Tamarind itself, which is proprietary software of AxionOrbital.
7
+
8
+ ---
9
+
10
+ ## OpenCode
11
+
12
+ Portions of Tamarind are derived from OpenCode, used under the MIT License:
13
+
14
+ ```
15
+ MIT License
16
+
17
+ Copyright (c) 2025 opencode
18
+
19
+ Permission is hereby granted, free of charge, to any person obtaining a copy
20
+ of this software and associated documentation files (the "Software"), to deal
21
+ in the Software without restriction, including without limitation the rights
22
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
23
+ copies of the Software, and to permit persons to whom the Software is
24
+ furnished to do so, subject to the following conditions:
25
+
26
+ The above copyright notice and this permission notice shall be included in all
27
+ copies or substantial portions of the Software.
28
+
29
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35
+ SOFTWARE.
36
+ ```
37
+
38
+ ---
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
+
47
+ ## Other bundled components
48
+
49
+ | Component | License |
50
+ | --- | --- |
51
+ | Electron | MIT |
52
+ | Bun (embedded runtime in the compiled CLI binary) | MIT (with LGPL-2.1 components, e.g. JavaScriptCore) |
53
+ | PDFium (via @hyzyla/pdfium) | BSD-3-Clause (wrapper: MIT) |
54
+ | pngjs | MIT |
55
+ | unpdf | MIT |
56
+ | SolidJS (solid-js) | MIT |
57
+ | Effect | MIT |
58
+
59
+ ### Electron
60
+
61
+ ```
62
+ Copyright (c) Electron contributors
63
+ Copyright (c) 2013-2020 GitHub Inc.
64
+
65
+ Permission is hereby granted, free of charge, to any person obtaining
66
+ a copy of this software and associated documentation files (the
67
+ "Software"), to deal in the Software without restriction, including
68
+ without limitation the rights to use, copy, modify, merge, publish,
69
+ distribute, sublicense, and/or sell copies of the Software, and to
70
+ permit persons to whom the Software is furnished to do so, subject to
71
+ the following conditions:
72
+
73
+ The above copyright notice and this permission notice shall be
74
+ included in all copies or substantial portions of the Software.
75
+
76
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
77
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
78
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
79
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
80
+ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
81
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
82
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
83
+ SOFTWARE.
84
+ ```
85
+
86
+ ### PDFium
87
+
88
+ PDFium is used under the BSD-3-Clause license:
89
+
90
+ ```
91
+ Copyright 2014 The PDFium Authors
92
+
93
+ Redistribution and use in source and binary forms, with or without
94
+ modification, are permitted provided that the following conditions are
95
+ met:
96
+
97
+ * Redistributions of source code must retain the above copyright
98
+ notice, this list of conditions and the following disclaimer.
99
+ * Redistributions in binary form must reproduce the above
100
+ copyright notice, this list of conditions and the following disclaimer
101
+ in the documentation and/or other materials provided with the
102
+ distribution.
103
+ * Neither the name of Google Inc. nor the names of its
104
+ contributors may be used to endorse or promote products derived from
105
+ this software without specific prior written permission.
106
+
107
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
108
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
109
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
110
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
111
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
112
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
113
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
114
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
115
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
116
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
117
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
118
+ ```
119
+
120
+ The @hyzyla/pdfium JavaScript wrapper is used under the MIT License,
121
+ Copyright (c) 2012-2023 Scott Chacon and others (copyright line as shipped in
122
+ the package's LICENSE.md). The MIT License text is reproduced above under
123
+ "OpenCode" and applies with the wrapper's copyright line substituted.
124
+
125
+ ### MIT-licensed components
126
+
127
+ The following components are each used under the MIT License. The MIT License
128
+ text is reproduced in full above (under "OpenCode") and applies to each of
129
+ these components with the copyright line shown here substituted:
130
+
131
+ - Bun — Copyright (c) Oven-sh (Bun contributors). The compiled Tamarind CLI
132
+ embeds the Bun runtime, which additionally bundles JavaScriptCore (LGPL-2.1)
133
+ and other components; see https://bun.com for the complete set of Bun's own
134
+ third-party notices.
135
+ - pngjs — pngjs original work Copyright (c) 2015 Luke Page & Original
136
+ Contributors; pngjs derived work Copyright (c) 2012 Kuba Niegowski
137
+ - unpdf — Copyright (c) 2023-PRESENT Johann Schopplich
138
+ - solid-js — Copyright (c) 2016-2025 Ryan Carniato
139
+ - effect — Copyright (c) 2023 Effectful Technologies Inc
140
+
141
+ ---
142
+
143
+ Additional open-source packages are bundled in compiled form; their license
144
+ identifiers are recorded in the package metadata of the source dependencies.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axionorbital/tamarind",
3
- "version": "0.4.3",
3
+ "version": "1.0.1",
4
4
  "description": "Tamarind — verification-first coding agent for the terminal.",
5
5
  "bin": {
6
6
  "tamarind": "bin/tamarind"
@@ -11,7 +11,8 @@
11
11
  "files": [
12
12
  "bin",
13
13
  "postinstall.mjs",
14
- "LICENSE"
14
+ "LICENSE",
15
+ "THIRD-PARTY-NOTICES.md"
15
16
  ],
16
17
  "os": [
17
18
  "darwin",
@@ -23,10 +24,10 @@
23
24
  "x64"
24
25
  ],
25
26
  "optionalDependencies": {
26
- "@axionorbital/tamarind-darwin-arm64": "0.4.3",
27
- "@axionorbital/tamarind-linux-arm64": "0.4.3",
28
- "@axionorbital/tamarind-linux-x64": "0.4.3",
29
- "@axionorbital/tamarind-darwin-x64": "0.4.3"
27
+ "@axionorbital/tamarind-darwin-arm64": "1.0.1",
28
+ "@axionorbital/tamarind-linux-arm64": "1.0.1",
29
+ "@axionorbital/tamarind-linux-x64": "1.0.1",
30
+ "@axionorbital/tamarind-darwin-x64": "1.0.1"
30
31
  },
31
32
  "license": "UNLICENSED",
32
33
  "private": false,