copilot.tools 1.0.1 → 3.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.
- package/CHANGELOG.md +10 -0
- package/README.md +5 -0
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,16 @@ All notable changes to this package.
|
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
+
## [3.0.2] — 2026-07-13
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
- README: Added the AGPL license info the npm page
|
|
11
|
+
|
|
12
|
+
## [3.0.1] — 2026-07-13
|
|
13
|
+
|
|
14
|
+
### Added
|
|
15
|
+
- README: "Looking for Copilot version" changed to level 2 header
|
|
16
|
+
|
|
7
17
|
## [3.0.0] — 2026-07-13
|
|
8
18
|
|
|
9
19
|
### ⚠️ BREAKING CHANGES
|
package/README.md
CHANGED
|
@@ -54,6 +54,11 @@ After installation:
|
|
|
54
54
|
- `/snapshot` — Toggle automatic pre-edit file backups
|
|
55
55
|
- `/teach-me` — Start an interactive code quiz
|
|
56
56
|
|
|
57
|
+
## Looking for Copilot version
|
|
58
|
+
|
|
59
|
+
This tool pack is also available for Codewhale. Find it at:
|
|
60
|
+
[https://www.npmjs.com/package/codewhale.history](https://www.npmjs.com/package/codewhale.history)
|
|
61
|
+
|
|
57
62
|
## Skills Reference
|
|
58
63
|
|
|
59
64
|
### `/tools`
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "copilot.tools",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.2",
|
|
4
|
+
"license": "AGPL-3.0",
|
|
4
5
|
"description": "Copilot skills: /tools, /history, /snapshot, /teach-me — session tracking, file snapshots, interactive code quiz — global install",
|
|
5
6
|
"bin": {
|
|
6
7
|
"copilot-history": "./_list_sessions.js",
|