Skip to content

Releases: PriNova/cody

Release custom-builds vscode-v1.63.0.4

06 Feb 16:17
Compare
Choose a tag to compare

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

04 Feb 09:20
Compare
Choose a tag to compare

Release custom-builds vscode-v1.63.0.3

All enhanced features can be found here

FinalWEv2.mp4

https://youtu.be/mNjQD7udrps

🚀 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.