@bojackduy/opencode-learn 1.2.0 → 1.2.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.
- package/LICENSE +28 -24
- package/README.md +2 -2
- package/dist/server.js +240 -131
- package/dist/tui.js +14 -14
- package/package.json +2 -2
- package/plugins/learn.ts +204 -94
package/LICENSE
CHANGED
|
@@ -1,25 +1,29 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
1
|
+
GNU AFFERO GENERAL PUBLIC LICENSE
|
|
2
|
+
Version 3, 19 November 2007
|
|
3
|
+
|
|
4
|
+
Copyright (C) 2026 Duy Trinh
|
|
5
|
+
|
|
6
|
+
This program is free software: you can redistribute it and/or modify
|
|
7
|
+
it under the terms of the GNU Affero General Public License as published
|
|
8
|
+
by the Free Software Foundation, either version 3 of the License, or
|
|
9
|
+
(at your option) any later version.
|
|
10
|
+
|
|
11
|
+
This program is distributed in the hope that it will be useful,
|
|
12
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
+
GNU Affero General Public License for more details.
|
|
15
|
+
|
|
16
|
+
You should have received a copy of the GNU Affero General Public License
|
|
17
|
+
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
18
|
+
|
|
19
|
+
For the complete AGPL-3.0 license text, see:
|
|
20
|
+
https://www.gnu.org/licenses/agpl-3.0.txt
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
This project is a port of third-party software with its own licenses:
|
|
24
|
+
|
|
25
|
+
- pi (Copyright (c) Mario Zechner — https://github.com/mariozechner/pi) — MIT License
|
|
26
|
+
- learn (Copyright (c) Amos Blomqvist — https://github.com/amosblomqvist/learn) — MIT License
|
|
27
|
+
|
|
25
28
|
Video: How I Use AI to Learn Things — https://www.youtube.com/watch?v=kzcI5F4tGiU
|
|
29
|
+
See their respective repositories for full MIT license texts.
|
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
[](https://opencode.ai)
|
|
8
8
|
[](https://github.com/anomalyco/opentui)
|
|
9
|
-
[](LICENSE)
|
|
10
10
|
|
|
11
11
|

|
|
12
12
|
|
|
@@ -148,7 +148,7 @@ See `~/Code/opencode-loopd/{package.json,scripts/install-node.mjs,.github/workfl
|
|
|
148
148
|
|
|
149
149
|
## License
|
|
150
150
|
|
|
151
|
-
|
|
151
|
+
AGPL-3.0-or-later — see [LICENSE](./LICENSE). Original `learn` is personal, shared as-is by Amos. Original `pi` remains MIT.
|
|
152
152
|
|
|
153
153
|
## Credits
|
|
154
154
|
|