Skip to content

Tycho v0.8.0

Latest

Choose a tag to compare

@firewalker06 firewalker06 released this 21 Jul 12:52
30840d7

Highlights

  • Add tycho project commands to create, inspect, update, and archive projects. Use --json in 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.