Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 21:48
· 21 commits to main since this release
v0.6.0
b7b50e2

One pass over the whole UI: the same card, badge, chip and row idioms on every
surface, fewer visible controls, and a directive receipt you can actually read.

Upgrading

  • Restart dsh web after updating; host code only reloads on a restart.
  • No new settings, routes or storage changes.

Changed

  • Directive cards carry a status-coloured rail and a pill badge; the receipt
    reads as tiles, a lifecycle timeline, trigger chips and an identity grid. (#54)
  • Every settings row shares one shape, and each checkbox setting is a
    whole-sentence clickable label. (#54)
  • Turn rows lead with the heading and two actions; tools, steps, tokens and
    retries read as one quiet dot-separated line under the prompt. (#54)
  • One rotating chevron marks every card head and disclosure; zero counts are
    hidden, and the Learning and Agent guidance heads summarize while collapsed. (#54)
  • The Improve preview leads with what changed and highlights the proposed
    rewrite; the confirm dialog narrows to fit its two buttons. (#54)
  • Long prompts expand by clicking the text itself; empty states read as quiet
    dashed panels. (#54)

Full diff: v0.5.0...v0.6.0