@funnycode/myclaude 0.1.18 → 0.1.21
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 +16 -0
- package/dist/myclaude.js +2418 -702
- package/dist/myclaude.mjs +48 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.21] - 2026-06-17
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
- Fixed `/achievements` command not working — missing `type` and `supportsNonInteractive` fields in command registration (fixes #3)
|
|
7
|
+
- Fixed `/mystats` command same missing fields issue for consistency
|
|
8
|
+
- Fixed Git Bash "Could not fork child process: There are no available terminals(-1)" error on Windows (fixes #2)
|
|
9
|
+
- Added MSYS2 environment variables (`MSYS2_ARG_CONV_EXCL`, `CHERE_INVOKING`) to reduce pty consumption per fork
|
|
10
|
+
- Added spawn concurrency semaphore limiting to 24 concurrent Git Bash processes to prevent pty pool exhaustion
|
|
11
|
+
- Propagated `MSYSTEM` environment to child processes
|
|
12
|
+
|
|
13
|
+
## [0.1.20] - 2026-06-15
|
|
14
|
+
|
|
15
|
+
### Added
|
|
16
|
+
- Created CLAUDE.md project instructions for AI assistant context (fixes #1)
|
|
17
|
+
- Added performance-optimized project settings in .claude/settings.json (fixes #4)
|
|
18
|
+
|
|
3
19
|
## [0.1.8] - 2026-06-12
|
|
4
20
|
|
|
5
21
|
### Changed
|