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