Releases: PriNova/cody
Releases · PriNova/cody
Release custom-builds vscode-v1.67.0+1
Release custom-builds until upstream 25a431a
All enhanced features can be found here
🚀 What's New
Accumulator Node Implementation and Enhancement
✨ New Features
- Introduced new Accumulator node component with execution functionality
- Added to property editor with unique variable name support
- Implemented input text handling and indexed inputs processing
- Integrated Accumulator node type in workflow system
🔧 Improvements
- Enhanced property editor with unique variable name handling
- Updated execution logic for better input text processing
- Modified property editor labels for improved clarity
- Extended test coverage to include Accumulator node functionality
🎨 UI Enhancements
- Added Accumulator node button in workflow sidebar
- Refined property editor interface
- Updated input field labels for better user understanding
Release custom-builds vscode-v1.67.0+0
Release custom-builds until upstream 25a431a
All enhanced features can be found here
🚀 Release v1.67.0+0
📦 Changes
- Upgraded version from 1.63.0.4 to 1.67.0+0
- Improved insiders build versioning system
- Standardized GitHub release version format to "vscode-v"
🔧 Technical Improvements
- Streamlined version management using package.json as single source of truth
- Enhanced insiders build versioning process
- Updated build configuration for consistent release naming
Release custom-builds vscode-v1.63.0.4
Release custom-builds until upstream dae2b0b
All enhanced features can be found here
🚀 What's New
- (Core) Workflow Graph Enhancement with Kahn's Topological Sort and Edge connection based ordering
🔧 Improvements
- Enhanced graph traversal with clearer parent/child relationship terms
- Improved cycle detection through in-degree tracking
- Consolidated node sorting logic into unified node-sorting.ts module
- Enhanced edge index calculation and processing
- Added better handling for disconnected nodes
🐛 Bug Fixes
- Fixed shell command sanitization issues
- Improved edge operations and management
- Enhanced stability of loop processing
- Addressed node state representation in data model
🔒 Security
- Strengthened shell input sanitization against injection attacks
- Added protection for special characters, quotes and semicolons
- Prevented double escaping of backslashes in shell commands
💻 Technical Improvements
- Removed recursive DFS traversal for better performance
- Enhanced queue management in topological sort
- Improved error handling and stability
- Updated workflow components to use new sorting implementation
Release custom-builds vscode-v1.63.0.3
Release custom-builds vscode-v1.63.0.3
All enhanced features can be found here
FinalWEv2.mp4
🚀 What's New
- Workflow Editor:
- Enhance edge visualization with smooth step paths and animated indicators
- Add visual feedback for executing nodes with loading indicators
- Implement Cody AI logo in LLM nodes
💪 Improvements
- Increased LLM request timeout to 60 seconds for better reliability
- Optimize rendering performance with memo and improved state management
- Enhance LLM execution with better temperature controls and model handling
- Streamline node styling with consistent gradients and dimensions
🔧 Technical Changes
- Clean up CI pipeline by removing unused workflow configurations
📝 Notes
This release focuses on improving the user experience with better visualization of AI thinking processes and enhanced context handling capabilities. Users are now able to see the dataflow of the output to input processing of nodes and visual feedback for execution nodes.