You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,56 +8,61 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
## [0.5.9] - 2025-06-04
9
9
10
10
### Changed
11
+
11
12
- Updated project ownership to `sylphlab`.
12
13
- Updated package name to `@sylphlab/filesystem-mcp`.
13
14
- Updated `README.md`, `LICENSE`, and GitHub Actions workflow (`publish.yml`) to reflect new ownership and package name.
14
15
15
-
16
16
## [0.5.8] - 2025-04-05
17
17
18
18
### Fixed
19
-
- Removed `build` directory exclusion from `.dockerignore` to fix Docker build context error where `COPY build ./build` failed.
20
19
20
+
- Removed `build` directory exclusion from `.dockerignore` to fix Docker build context error where `COPY build ./build` failed.
21
21
22
22
## [0.5.7] - 2025-04-05
23
23
24
24
### Fixed
25
-
- Corrected artifact archiving in CI/CD workflow (`.github/workflows/publish.yml`) to include the `build` directory itself, resolving Docker build context errors (5f5c7c4).
26
25
26
+
- Corrected artifact archiving in CI/CD workflow (`.github/workflows/publish.yml`) to include the `build` directory itself, resolving Docker build context errors (5f5c7c4).
27
27
28
28
## [0.5.6] - 2025-05-04
29
29
30
30
### Fixed
31
+
31
32
- Corrected CI/CD artifact handling (`package-lock.json` inclusion, extraction paths) in `publish.yml` to ensure successful npm and Docker publishing (4372afa).
32
33
- Simplified CI/CD structure back to a single workflow (`publish.yml`) with conditional artifact upload, removing `ci.yml` and `build-reusable.yml` (38029ca).
33
34
34
35
### Changed
35
-
- Bumped version to 0.5.6 due to previous failed release attempt of 0.5.5.
36
36
37
+
- Bumped version to 0.5.6 due to previous failed release attempt of 0.5.5.
37
38
38
39
## [0.5.5] - 2025-05-04
39
40
40
41
### Changed
41
-
- Refined GitHub Actions workflow (`publish.yml`) triggers: publishing jobs (`publish-npm`, `publish-docker`, `create-release`) now run *only* on version tag pushes (`v*.*.*`), not on pushes to `main` (9c0df99).
42
+
43
+
- Refined GitHub Actions workflow (`publish.yml`) triggers: publishing jobs (`publish-npm`, `publish-docker`, `create-release`) now run _only_ on version tag pushes (`v*.*.*`), not on pushes to `main` (9c0df99).
42
44
43
45
### Fixed
44
-
- Corrected artifact extraction path in the `publish-docker` CI/CD job to resolve "Dockerfile not found" error (708d3f5).
45
46
47
+
- Corrected artifact extraction path in the `publish-docker` CI/CD job to resolve "Dockerfile not found" error (708d3f5).
46
48
47
49
## [0.5.3] - 2025-05-04
48
50
49
51
### Added
52
+
50
53
- Enhanced path error reporting in `resolvePath` to include original path, resolved path, and project root for better debugging context (3810f14).
51
54
- Created `.clinerules` file to document project-specific patterns and preferences, starting with tool usage recommendations (3810f14).
52
55
- Enhanced `ENOENT` (File not found) error reporting in `readContent` handler to include resolved path, relative path, and project root (8b82e1c).
53
56
54
57
### Changed
58
+
55
59
- Updated `write_content` tool description to recommend using edit tools (`edit_file`, `replace_content`) for modifications (5521102).
56
60
- Updated `edit_file` tool description to reinforce its recommendation for modifications (5e44ef2).
57
61
- Refactored GitHub Actions workflow (`publish.yml`) to parallelize npm and Docker publishing using separate jobs dependent on a shared build job, improving release speed (3b51c2b).
58
62
- Bumped version to 0.5.3.
59
63
60
64
### Fixed
65
+
61
66
- Corrected TypeScript errors in `readContent.ts` related to variable scope and imports during error reporting enhancement (8b82e1c).
0 commit comments