helixmind 0.2.13 → 0.2.15
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/LICENSE +2 -2
- package/README.md +455 -377
- package/dist/cli/commands/chat.d.ts.map +1 -1
- package/dist/cli/commands/chat.js +73 -111
- package/dist/cli/commands/chat.js.map +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/cli/index.js.map +1 -1
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -9,7 +9,7 @@ by the Free Software Foundation, either version 3 of the License, or
|
|
|
9
9
|
(at your option) any later version.
|
|
10
10
|
|
|
11
11
|
This program is distributed in the hope that it will be useful,
|
|
12
|
-
but WITHOUT ANY WARRANTY; without
|
|
12
|
+
but WITHOUT ANY WARRANTY; without any implied warranty of
|
|
13
13
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
14
|
GNU Affero General Public License for more details.
|
|
15
15
|
|
|
@@ -17,4 +17,4 @@ You should have received a copy of the GNU Affero General Public License
|
|
|
17
17
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
18
18
|
|
|
19
19
|
For the full license text, see:
|
|
20
|
-
https://www.gnu.org/licenses/agpl-3.0.txt
|
|
20
|
+
https://www.gnu.org/licenses/agpl-3.0.txt
|