Skip to content

v0.17.0

Choose a tag to compare

@StephanSchmidt StephanSchmidt released this 06 Apr 06:15
· 1565 commits to main since this release

Changelog

  • 62ed984 Add ClickUp connector with hierarchy browsing, subtasks, and custom fields
  • fedc5d6 Add TUI project tabs with --project flag [SC-57, HUM-48]
  • ad9e581 Add URL field to tracker.Issue across all providers
  • ac1f2d3 Add clickup link pr and link commit commands
  • 2cada76 Add comment fetching step to human-planner agent
  • 62e240d Add configurable role field to tracker instances
  • 1ca2894 Add create ticket dialog to TUI with n keypress
  • dd7d7cf Add daemon-gated interactive confirmation for destructive operations
  • c93c9c0 Add multi-project daemon routing [SC-57, HUM-48]
  • 39e835e Add per-project env token scoping [SC-57, HUM-48]
  • dc8d201 Add pluggable vault secret resolution and generic config loader
  • 083eae1 Auto-dispatch /human-ready after creating a ticket in TUI
  • 8f8f2c1 Consolidate remote server and child processes into single instance
  • dfb85c2 Detect remote Claude Code instances in TUI and label as Host (R)
  • e7bc3a5 Fix case-sensitive team key lookup in Linear status commands
  • 5134964 Improve daemon confirmation flow and credential diagnostics
  • b2cd821 Refine agent prompts for planning, execution, and review skills
  • d5bce29 Replace os.Chdir with DirProject constant, resolve container cwd [SC-57, HUM-48]
  • 056bb68 Rewrite findbugs skill as iterative loop with candidate accumulation
  • c0134c9 Rewrite security skill as iterative loop with candidate accumulation
  • 71046bb Scope TUI dispatch to active project tab [SC-57, HUM-48]
  • c56829d Split 1Password SDK provider into CGO/no-CGO build variants
  • 2bae5f9 Update documentation for ClickUp, vault, and daemon features
  • fb4702a Update human-ready skill to auto-update tickets with improved descriptions
  • d8500ca Wire per-project cwd and env lookup end-to-end [SC-57, HUM-48]