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