Conversation
…i + integration test.
…leTaskSTatus, listTasks and addTask
This commit introduces several significant improvements:
- **Enhanced Unit Testing:** Vastly improved unit tests for the module, covering core functions, edge cases, and error handling. Simplified test functions and comprehensive mocking were implemented for better isolation and reliability. Added new section to tests.mdc detailing reliable testing techniques.
- **CLI Kebab-Case Flag Enforcement:** The CLI now enforces kebab-case for flags, providing helpful error messages when camelCase is used. This improves consistency and user experience.
- **AI Enhancements:**
- Enabled 128k token output for Claude 3.7 Sonnet by adding the header.
- Added a new task to to document this change and its testing strategy.
- Added unit tests to verify the Anthropic client configuration.
- Added and utility functions.
- **Improved Test Coverage:** Added tests for the new CLI flag validation logic.
ProdByBuddha
pushed a commit
to ProdByBuddha/claude-task-master
that referenced
this pull request
Apr 9, 2025
…-handling - Elegantly exits if running into Claude errors like overloaded – closes Error Handling eyaltoledano#24 - Fixed id column width in task-master show sub-task table – closes Subtask ID getting truncated eyaltoledano#26 - Implements the integration tests for setTaskStatus, updateSingeTaskSTatus, listTasks and addTask - Enhanced Unit Testing:* Vastly improved unit tests for the module, covering core functions, edge cases, and error handling. Simplified test functions and comprehensive mocking were implemented for better isolation and reliability. - Added new section to tests.mdc detailing reliable testing techniques. - CLI Kebab-Case Flag Enforcement: The CLI now enforces kebab-case for flags, providing helpful error messages when camelCase is used. This improves consistency and user experience. Commander is very particular about camelCase/--kebab-case - AI Enhancements: -- Enabled 128k token output for Claude 3.7 Sonnet by adding the beta header 'output-128k-2025-02-19' to the request headers in ai-services.js – this provides the full 128k context window (vs 64k) when using claude in task generation. -- Added a new task (task_029.txt) to document this change and its testing strategy. -- Added unit tests to verify the Anthropic client configuration we've added to the header -- Added utility functions. - Improved Test Coverage: Added tests for the new CLI flag validation logic. - Upversion and publish task-master-ai@0.9.28
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
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.
overloaded– closes Error Handling #24task-master showsub-task table – closes Subtask ID getting truncated #26ai-services.js– this provides the full 128k context window (vs 64k) when using claude in task generation.task-master-ai@0.9.28