| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest.json | 2026-06-29 | 1.9 kB | |
| Codey_3.5.7_x64-setup.exe.sig | 2026-06-29 | 416 Bytes | |
| Codey_3.5.7_x64-setup.exe | 2026-06-29 | 83.3 MB | |
| Codey_3.5.7_arm64-setup.exe.sig | 2026-06-29 | 416 Bytes | |
| Codey_3.5.7_arm64-setup.exe | 2026-06-29 | 78.0 MB | |
| Codey.app.tar.gz.sig | 2026-06-29 | 404 Bytes | |
| Codey.app.tar.gz | 2026-06-29 | 85.8 MB | |
| Codey_3.5.7_aarch64.dmg | 2026-06-29 | 84.7 MB | |
| README.md | 2026-06-18 | 1.7 kB | |
| v3.5.7 source code.tar.gz | 2026-06-18 | 24.7 kB | |
| v3.5.7 source code.zip | 2026-06-18 | 37.4 kB | |
| Totals: 11 Items | 331.9 MB | 3 | |
Release v3.5.7: Smooth Collapsible Work Logs & Live Timer 🚀
This release introduces an elegant, clutter-free way to track AI task execution in chat sessions with ultra-smooth animation transitions and a live timer indicator.
What's New 🌟
📉 Collapsible "Worked" Log
- Decluttered Chat: Intermediate actions (like tool executions, diagnostics, and internal reasoning steps) are now cleanly tucked away inside a collapsible "Worked" section, leaving only the final answer directly visible.
- Organic Motion Design: Features custom-tuned spring physics (
SOFT_SPRINGwith850msduration and0.12bounce) for a premium, tactile, and responsive opening/closing transition. - Fade & Blur Transitions: Expanding and collapsing sections now utilize a soft fade and blur effect, preventing raw content clipping.
⏱️ Live Ticking Timer
- Accurate Execution Tracking: The header dynamically displays a live, running elapsed time counter (e.g.,
Working (12s)) while tasks are running. - Drift-Free Freeze: The moment execution settles, the counter cleanly freezes at the final duration (e.g.,
Worked for 14s) without layout jumps.
Technical Enhancements 🛠️
- Resolved Layout Jumps: Eliminated flexbox spacing artifacts by moving layout gaps to the transition container's inner padding, allowing heights to collapse to absolute
0pxseamlessly. - Always Animating: Fixed a SolidJS reactive template style binding issue that bypassed close transitions, ensuring manual expansion/collapse animates under all circumstances (even for historical logs).