Highlights
- Add
tycho projectcommands to create, inspect, update, and archive projects. Use--jsonin scripts. - Add session loops in Remote UI to rerun an agent until a set time.
- Keep scheduled runs in the same agent session so they retain conversation context.
- Add response-style to set your agent tone. For example: "Use the simplest accurate words, active verbs, and concrete details."
- Add a full-screen conversation editor that keeps drafts during refresh and works on mobile.
Fixes
- Pass agent prompts safely so prompt text is not read as command-line options.
- Stop model and authentication checks from hanging when an agent CLI does not respond.
- Read models and authentication details from OpenCode 1.18.4 reliably.
- Keep follow-up messages sent in the same second an agent run finishes.
Compatibility
Validated with Codex 0.144.6, Claude Code 2.1.216, and OpenCode 1.18.4. Existing config and managed-agent state require no migration.
Checks
Passed the full test suite on Ruby 3.2 and 3.4, the Remote UI browser smoke, project command smoke, TUI startup, and gem package inspection.