| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-02 | 1.9 kB | |
| TurboFieldfare 0.4 -- Mac App and Local Server Reliability source code.tar.gz | 2026-08-02 | 1.5 MB | |
| TurboFieldfare 0.4 -- Mac App and Local Server Reliability source code.zip | 2026-08-02 | 1.7 MB | |
| Totals: 3 Items | 3.1 MB | 2 | |
TurboFieldfare 0.4 improves Mac app interaction and makes the local server more reliable with OpenCode, Pi, and other OpenAI-compatible clients.
Mac app
- Added persisted Settings controls for Send Message With (
ReturnorCommand-Return) and Prompt Examples (ShoworHide). - Load, retry, and reload actions remain available without losing the transcript or draft.
- Fixed lifecycle response races that could leave the app cancelling or make a later model load hang.
- Return key repeats no longer insert unwanted newlines in send mode.
Local server
- Added clearer request lifecycle logs for preparation, queueing, generation, completion, and failure.
- Hardened queue admission, cancellation, SSE termination, and graceful shutdown.
- Improved OpenCode and Pi compatibility, including nullable tool schemas and string-constant unions.
- Unsupported mixed-type schemas fail with
invalid_tool_schemainstead of being silently changed. - Fixed dropped Thai combining sequences and other complex Unicode during streaming generation.
Community benchmarks
- Added submitted results for M1 Pro, M2 Max, M3 Pro, and M4 systems, with links to each report and storage details.
Validation
- CI passed on the release commit.
- OpenCode and Pi were confirmed working against the updated server.
- The exact Thai reproduction from issue [#58] produced byte-identical streaming and non-streaming text on current
main.
This is a source-only release. It does not include model weights or application binaries.
Full changelog: https://github.com/drumih/turbo-fieldfare/compare/0.3...0.4