-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/commands #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Mehdi-Bl
commented
Jun 26, 2025
- Improved UX, added sub panels, now Usage & Logs are not in main panel
- Added new Command panel to manage new /commands Global or per Project
- New detachable panels
- New icon in the side bar
## Code Quality Improvements ### Duplication Elimination - Created BaseCommandsPanel component to eliminate 100% duplication - Refactored GlobalCommandsPanel and ProjectCommandsPanel to use shared logic - Reduced GlobalCommandsPanel from 133 to 34 lines (-74%) - Reduced ProjectCommandsPanel from 128 to 27 lines (-79%) ### SonarQube Configuration - Fixed deprecated sonar.login warning by using sonar.token - Added dynamic version reading from VERSION file - Enhanced coverage configuration with proper LCOV reporting - Added sonar-project.properties for better SCM integration ### Test Infrastructure - Reorganized tests from src/test/ to tests/unit/ structure - Enhanced Jest configuration with coverage thresholds (70%) - Fixed all import paths after test reorganization - All 97 tests passing with 51.8% coverage ### Security & Quality - Added NOSONAR annotations for false positive security warnings - Improved error handling with shared utilities - Enhanced webview setup with reusable helpers - Maintained strict TypeScript compliance 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Document blame information fix and troubleshooting - Include dynamic versioning configuration - Add coverage setup and troubleshooting steps - Document recent code quality improvements 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Updated NOSONAR annotations to use rule-specific format (S2245, S4721) for: - ClaudeCodeService.ts: OS command execution warning - PipelinePanel.tsx: Math.random() for task IDs - RunnerController.ts: Math.random() for task IDs - Input.tsx: Math.random() for HTML element IDs 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
…ture from main Added comprehensive testing and CI/CD infrastructure: **GitHub Workflows:** - docker-e2e.yml: Docker-based E2E testing with matrix strategy - test-pipeline.yml: Complete CI pipeline (without/with Claude CLI) - README.md: Comprehensive workflow documentation **Docker Infrastructure:** - Dockerfile.test: VS Code extension testing container - docker-test-runner.sh: Automated test execution script **E2E Testing:** - tests/e2e/LogsService.test.ts: End-to-end LogsService tests - Enhanced Jest configuration for E2E tests **Testing Scripts:** - scripts/test-claude-detection.js: Claude CLI detection testing - Added test:e2e, test:claude-detection, test:ci:* scripts to package.json **Documentation:** - docs/BUILD.md: Build and installation guide - docs/TESTING.md: Comprehensive testing guide **Package Updates:** - Added @types/jest dependency for E2E tests - Enhanced test scripts for CI/CD pipeline compatibility All infrastructure now supports both "without Claude CLI" and "with Claude CLI" testing phases. Maintains all existing functionality while adding robust CI/CD capabilities. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

