v0.0.28
opencode-ai/opencodev0.0.28Apr 27, 2025by thdxr
AI Summary
Includes a critical bug fix for a nil pointer dereference and a new simplified diff implementation to streamline operations.
Key Highlights
- Fixed nil pointer dereference in GetPersistentShell
- Implemented simpler diff mechanism
- Improved working directory logic
New Features
- Simpler diff implementation
Full Release Notes
## Changelog * 94aeb7b7fe86b2969c5ff99d88ede7071025d770 Fix nil pointer dereference in GetPersistentShell * d93694a97961ba33d952535f71f4afa2ea924bb9 feat: simpler diff implementation * b3a8dbd0d97998488838386d4042678cf170a2cb fix retry warning * f12386e558e1479672be299e4e006f7d67aa233e use provided workingg dir * 8a4d4152ce450fda5c7b2894ed59f615ca8f09da use workingDir if shellInstance is nil otherwise use cwd if shellInstance is not nil