Change8

v1.0.169

OpenCode
3 features3 fixes3 improvementscore

Summary

This release focuses on expanding language support by adding Rust generation capabilities and introducing inline editing for suggestions. Key improvements include faster suggestion generation and enhanced security awareness through a new Code Review mode.

New Features

  • Introduced support for generating code in Rust, expanding language coverage.
  • Enabled inline editing of generated code suggestions directly within the editor.
  • Added a new 'Code Review' mode that highlights potential security vulnerabilities in generated code.

Bug Fixes

  • Fixed an issue where the tool would sometimes generate incomplete function signatures for Python classes.
  • Resolved a bug causing incorrect indentation when generating code blocks in JavaScript.
  • Corrected a problem where the context window was not properly updated after manually editing surrounding code.

Improvements

  • Improved the speed of initial code suggestion generation by 15%.
  • Enhanced the clarity of error messages when authentication tokens expire.
  • Refined the suggestion ranking algorithm to prioritize contextually relevant code snippets.

OpenCode Documentation