codewhale.history 2.11.14 → 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 +10 -0
- package/README.md +7 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,16 @@ 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
|
+
|
|
12
|
+
## [2.11.15] — 2026-07-11
|
|
13
|
+
|
|
14
|
+
### Added
|
|
15
|
+
- README: requirements list now includes LLM API key prerequisite
|
|
16
|
+
|
|
7
17
|
## [2.11.14] — 2026-07-11
|
|
8
18
|
|
|
9
19
|
### Fixed
|
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`
|
|
@@ -196,7 +201,8 @@ If you've enjoyed using //teach-me and want to audit your entire specification r
|
|
|
196
201
|
|
|
197
202
|
## Requirements
|
|
198
203
|
- Node.js (for the `codewhale-history` command)
|
|
199
|
-
- [CodeWhale](https://codewhale.net/en/docs)
|
|
204
|
+
- [CodeWhale](https://codewhale.net/en/docs) — install from [codewhale.net](https://codewhale.net/en/docs)
|
|
205
|
+
- An API key for your preferred LLM provider (configured in CodeWhale settings)
|
|
200
206
|
|
|
201
207
|
## Contact Developer
|
|
202
208
|
[species8472](mailto:swyuri@yahoo.com)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codewhale.history",
|
|
3
|
-
"version": "2.11.
|
|
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",
|