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 +5 -0
- package/README.md +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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.
|
|
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",
|