codewhale.history 2.11.15 → 2.11.16

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 CHANGED
@@ -4,6 +4,11 @@ All notable changes to the CodeWhale Tools Pack.
4
4
 
5
5
  ---
6
6
 
7
+ ## [2.11.16] — 2026-07-13
8
+
9
+ ### Added
10
+ - README: "Looking for Copilot version" section with link to copilot.tools
11
+
7
12
  ## [2.11.15] — 2026-07-11
8
13
 
9
14
  ### Added
package/README.md CHANGED
@@ -69,6 +69,11 @@ After installation, start a CodeWhale session in your project:
69
69
 
70
70
  The skills were installed globally in the Install step above, so they're available in any workspace that has the `.codewhale/instructions.md` trigger file.
71
71
 
72
+ # Looking for Copilot version
73
+
74
+ This tool pack is also available for GitHub Copilot. Find it at:
75
+ [https://www.npmjs.com/package/copilot.tools](https://www.npmjs.com/package/copilot.tools)
76
+
72
77
  ## After install
73
78
 
74
79
  ### `//tools`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codewhale.history",
3
- "version": "2.11.15",
3
+ "version": "2.11.16",
4
4
  "description": "CodeWhale utility commands: session history, tool listing, file snapshot, interactive code quiz — global install",
5
5
  "bin": {
6
6
  "codewhale-history": "./_list_sessions.js",