Skip to content

Releases: K-dash/wzcc

v0.1.1

08 Feb 15:27

Choose a tag to compare

What's Changed

  • fix: remove draft flag from release workflow by @K-dash in #19
  • refactor: remove dead code and unused artifacts by @K-dash in #20
  • refactor: extract InputBuffer from App for testable text editing by @K-dash in #21
  • test: add tests for pure functions and extract testable logic from App by @K-dash in #22
  • chore: add prek pre-commit hook by @K-dash in #23
  • refactor: separate concerns by moving logic to proper layers by @K-dash in #24
  • feat: add kill pane feature with confirmation prompt by @K-dash in #25
  • feat: add split-pane feature with configurable spawn command by @K-dash in #26
  • chore: setup beads issue tracker for AI agent workflow by @K-dash in #27
  • docs: consolidate project instructions into AGENTS.md by @K-dash in #28
  • chore: setup roborev for continuous code review by @K-dash in #29
  • feat: add conversation history browsing mode by @K-dash in #30
  • feat: redesign history mode as two-level list-detail navigation by @K-dash in #31
  • fix: prevent u16 overflow in history scroll offset by @K-dash in #32
  • feat: show session info header in history mode by @K-dash in #33
  • feat: enable history browsing for stale sessions by @K-dash in #34
  • feat: show actual status for stale sessions from transcript by @K-dash in #35

Full Changelog: v0.1.0...v0.1.1

v0.1.0

08 Feb 01:30
3b77ed1

Choose a tag to compare

What's Changed

  • ci: add GitHub Actions workflow by @K-dash in #1
  • feat: add animated spinner for Processing status by @K-dash in #2
  • docs: add CLAUDE.md for Claude Code integration by @K-dash in #3
  • feat: display sessions from all workspaces in TUI by @K-dash in #4
  • feat: add unified install/uninstall commands by @K-dash in #5
  • feat: add elapsed time color coding and stale session handling by @K-dash in #6
  • feat: clean up inactive TTY session mappings on startup by @K-dash in #7
  • fix: improve stale session warning message by @K-dash in #8
  • docs: move Development section from README to internal docs by @K-dash in #9
  • docs: add WezTerm configuration tips for wzcc by @K-dash in #10
  • fix: refresh session list after workspace switch by @K-dash in #11
  • feat: add resizable details panel with h/l keys by @K-dash in #12
  • feat: add prompt input to send text directly to Claude Code sessions by @K-dash in #13
  • fix: don't show install-bridge message for stale bridge sessions by @K-dash in #14
  • fix: reduce j/k navigation lag when Claude Code sessions are active by @K-dash in #15
  • refactor: consolidate transcript file reads from 3x to 1x per session by @K-dash in #16
  • refactor: remove experimental daemon mode by @K-dash in #17
  • feat: add crates.io release pipeline by @K-dash in #18

New Contributors

  • @K-dash made their first contribution in #1

Full Changelog: https://github.com/K-dash/wzcc/commits/v0.1.0