| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Kaku.dmg | 2026-06-05 | 51.4 MB | |
| kaku_for_update.zip | 2026-06-05 | 51.9 MB | |
| kaku_for_update.zip.sha256 | 2026-06-05 | 86 Bytes | |
| README.md | 2026-06-05 | 2.6 kB | |
| V0.12.0 Sharper source code.tar.gz | 2026-06-05 | 13.9 MB | |
| V0.12.0 Sharper source code.zip | 2026-06-05 | 14.5 MB | |
| Totals: 6 Items | 131.7 MB | 0 | |
Kaku V0.12.0
A fast, out-of-the-box terminal built for AI coding.
Changelog
- Session Scrollback: Reopening restores each pane's scrollback up to 1,500 lines, reflowing when the width changed.
- Codex Backend: Kaku Assistant runs on your existing Codex / ChatGPT login, no separate API key needed.
- AI Chat: The chat overlay streams answers in real time, suggests your next message with
/suggest, and reopens reliably every time. - AI Shell: The
#quick-fix adds injection detection, and tool access blocks credential files like.envand SSH keys in any directory. - SmartPrompt: Cmd+Q quits instantly when every pane sits at a shell prompt, and asks first when an agent or editor is running.
- macOS Window: Theme flips refresh all windows at once, fullscreen exit is clean, a title-bar click no longer maximizes, and cursor and tab-bar rendering are tightened.
- Document Open: PDFs, images, media, archives, and Office files open in their default app instead of VS Code.
- Tidy:
smart_tab_modeis added, Simplified Chinese localization is removed, the zsh comment highlight is brighter, and new CI gates are in place.
更新日志
- 会话历史恢复:重开后会恢复每个面板最多 1,500 行滚动历史,列宽变了也会自动重排。
- Codex 后端:Kaku Assistant 可以直接用你现有的 Codex / ChatGPT 登录,不用再单独配 API key。
- AI 聊天:聊天面板实时流式输出,可以用
/suggest预测你的下一句,每次都能稳定打开。 - AI Shell:
#生成命令加入注入检测,工具访问在任意目录拦截.env、SSH 私钥等敏感文件。 - SmartPrompt:所有面板都停在 shell 提示符时 Cmd+Q 直接退出,仍有 agent 或编辑器运行时会先询问。
- macOS 窗口:浅深色切换一次刷新所有窗口,退出全屏更干净,标题栏单击不再误触最大化,光标和标签栏渲染也更稳。
- 文档默认打开:PDF、图片、音视频、压缩包、Office 文档都用系统默认 app 打开,不再被 VS Code 抢走。
- 轻装:新增
smart_tab_mode,移除简体中文本地化,zsh 注释高亮更清晰,新增多道 CI 检查。
Special thanks to @t0m-car for the non-fancy tab bar fixes.