-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: EntityProcess/allagents
base: 81984dd
head repository: EntityProcess/allagents
compare: a7b3a4b
- 6 commits
- 15 files changed
- 1 contributor
Commits on Feb 5, 2026
-
feat: use template.code-workspace with {path:...} placeholders
- Changed VSCODE_TEMPLATE_FILE to 'template.code-workspace' (more discoverable) - Renamed placeholder from {repo:...} to {path:...} to match workspace.yaml field - Added buildPathPlaceholderMap() and substitutePathPlaceholders() - Placeholder format: {path:../Glow} resolves to absolute path - Path is used as lookup key (unique within workspace.yaml) - Updated README documentation - Fixed tests to be cross-platform (Windows/Unix) using path.resolve()Configuration menu - View commit details
-
Copy full SHA for 9430719 - Browse repository at this point
Copy the full SHA 9430719View commit details -
feat(vscode): use template.code-workspace and {path:...} placeholders…
…; update tests and fix lint warning
Configuration menu - View commit details
-
Copy full SHA for 25b9398 - Browse repository at this point
Copy the full SHA 25b9398View commit details -
fix(workspace): copy template.code-workspace and support JSON5 parsing
- Add logic to copy .allagents/template.code-workspace from source during workspace init - Support both GitHub URLs and local paths for template copying - Add json5 library to parse template files with comments and trailing commas - Fix folder deduplication to normalize relative paths from template - Merge repository paths and template folders into .code-workspace without duplicates - Add proper error handling for template parsing with file path context
Configuration menu - View commit details
-
Copy full SHA for c46d672 - Browse repository at this point
Copy the full SHA c46d672View commit details -
fix(workspace): use forward slashes in .code-workspace paths
- Convert all backslashes to forward slashes in folder paths - Both Windows and Linux support forward slashes - Ensures consistent path format across platforms
Configuration menu - View commit details
-
Copy full SHA for 1570f0d - Browse repository at this point
Copy the full SHA 1570f0dView commit details -
fix(workspace): normalize all backslashes in template recursively
- Update substitutePathPlaceholders to replace all backslashes with forward slashes - Applies to all string values in template (settings, launch configs, etc.) - Ensures consistent cross-platform path format throughout workspace file
Configuration menu - View commit details
-
Copy full SHA for 511c61d - Browse repository at this point
Copy the full SHA 511c61dView commit details -
refactor(tests): remove duplicate and unnecessary tests
Removed: - tests/integration/skill-duplicate-handling.test.ts (covered by skill-resolution.test.ts) - tests/cli/plugin-scope.test.ts (covered by user-workspace.test.ts + sync-user.test.ts) - tests/cli/plugin-uninstall-scope.test.ts (redundant) - tests/unit/cli/workspace-sync-both.test.ts (duplicate coverage) - Redundant unit tests in e2e/vscode-workspace-setup.test.ts (kept only e2e sync tests) Moved: - tests/models/client-mapping.test.ts → tests/unit/models/ Updated: - tests/unit/core/vscode-workspace.test.ts expectations to use forward slashes Result: Removed 567 lines of redundant test code, down from 520 tests to current count
Configuration menu - View commit details
-
Copy full SHA for a7b3a4b - Browse repository at this point
Copy the full SHA a7b3a4bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 81984dd...a7b3a4b