
@tomhacks the thing that beats any strategy is just being able to stay in the game longer than everyone else and to do that you need to stay motivated every single day and to do that you have to be having fun
Tim Smart
471 posts

@tim_smart
I hack on @EffectTS_

@tomhacks the thing that beats any strategy is just being able to stay in the game longer than everyone else and to do that you need to stay motivated every single day and to do that you have to be having fun





@MichaelArnaldi @janbhwilhelm @EffectTS_ @imax153 @opencode @thdxr Not bad for a one shot



OpenCode v1.4.4 released. TL;DR: Effect architecture migration • Embedded WASM Ripgrep • PII redaction for exports • Alibaba Cloud support • Core Architecture Replaced global async runtime facades with Effect, unifying service injection, contextual logging, and improving composability across core subsystems. Swapped the external Ripgrep binary backend for an embedded WASM version, improving platform portability and shrinking the standalone executable size. • Providers Added Alibaba Cloud Model Studio provider package and cache support. Upgraded GitHub Copilot to use the new messages API when available. Guarded reasoningSummary injection for @ai-sdk/openai-compatible proxies (e.g. LiteLLM) to prevent API rejection. • Tools & Capabilities Added a --sanitize flag to opencode export to strip PII and confidential information before sharing session transcripts. Exposed workspace adaptors to plugins, allowing custom workspace strategies. Added experimental.compaction.autocontinue plugin hook to disable the synthetic auto-continue prompt after compaction. • UI & TUI Added an interactive burst animation to the TUI logo and fixed contrast for diff line numbers across built-in themes. Compare: github.com/anomalyco/open…