Skip to content

Releases: bborn/taskyou

v0.3.0

05 Jun 16:31
4be86a4

Choose a tag to compare

Changelog

  • daa9034 test(qa): VHS screenshot + R2 publish helpers for one-command PR evidence
  • 34991e5 fix(onboarding): let projectInferredMsg reach its handler past the form router
  • fa09c13 feat(onboarding): run project inference async so the card shows instantly
  • ec0c411 fix(onboarding): picker dup-path guard, correct dismiss key, resize new views, keep permission mode
  • 0f79559 style: gofmt app.go after onboarding field removal
  • 5179fbc test(onboarding): scripted first-run QA scenario + nested-repo note
  • 6862879 fix(onboarding): preserve project-form input on validation errors
  • d35efa4 fix(onboarding): offer suggestion card for non-git candidates; drop dead field
  • ef740a8 feat(onboarding): launch decision tree, welcome fork, picker→enriched suggestion
  • eecc355 feat(onboarding): first-run Welcome fork model
  • 6985a60 fix(onboarding): folder picker cursor clamp, drop dead descend return, cache home
  • 6a91d47 feat(onboarding): fuzzy folder picker (type-to-search, git-tagged)
  • 982523f feat(onboarding): merge inferred metadata without erasing defaults
  • fbe1b55 fix(onboarding): capture claude -p diagnostics, WaitDelay, robust JSON parse
  • 3a1607b feat(onboarding): infer project name/alias/description via claude -p
  • 7b27352 fix(onboarding): exact /tmp match, drop redundant .git marker, add non-git coverage
  • 25a64f8 feat(onboarding): folder-candidacy heuristic (git or markers, minus deny-list)

v0.2.40

05 Jun 03:12
f842723

Choose a tag to compare

Changelog

  • 0f1bbc8 Fix executor nudge misdelivered to shell pane when detail view is open
  • 6c02a7a Add scripts/qa: drive the real ty TUI for isolated QA
  • 9eb42de executor: reconcile orphaned 'processing' tasks on daemon startup
  • 98b922f Detect logged-out executor sessions and surface stuck tasks
  • 6def45d Improve new project creation with git repos
  • 6cf2d6e Make auto the default permission mode
  • 19723cc Add configurable default permission mode per project
  • 2fe915b Add per-task Claude effort override on new tasks
  • 256c4e2 Allow editing a project's directory in the TUI
  • 82b843b tui: render task edit form as a centered modal
  • 9601430 Review fixes: ty doctor --strict, shared threshold docs, classifyUserErr tests
  • 13fc263 Add ty doctor + agent guidance to prevent shared GraphQL bucket exhaustion
  • 4f640e1 Fix lint: remove unused captureModel type in key_csi_test
  • a5c8643 Fix Shift+Enter, Option+Delete, Cmd+Delete in task form

v0.2.39

19 May 18:54
72e31ce

Choose a tag to compare

Changelog

  • 02e3e59 tui: drop statusCheckRollup from batch PR fetch to cut GraphQL cost

v0.2.38

28 Apr 12:21
69dda25

Choose a tag to compare

Changelog

  • 3a775cf Auto-clean and auto-restore worktrees
  • bf79074 Make sessions cleanup find orphans for deleted tasks
  • a3fd85a Fix delete/move leaking agent sessions across daemon mismatch

v0.2.37

21 Apr 19:00
069ac5f

Choose a tag to compare

Changelog

  • 401eda6 Fix silent task.completed / task.blocked hooks (#2449)

v0.2.36

13 Apr 12:21
7b0d3d0

Choose a tag to compare

Changelog

  • 9eb4922 Add bulk operations to taskyou CLI
  • bb4be90 Fix SQLITE_BUSY by passing PRAGMAs via DSN for connection recycling

v0.2.35

31 Mar 14:22
e007210

Choose a tag to compare

Changelog

  • 10c5deb Add 'ty sessions suspend' command to kill blocked task processes

v0.2.34

26 Mar 17:08
f4c1605

Choose a tag to compare

Changelog

  • ba51c61 Add keyboard shortcut (G) to open task PR in browser

v0.2.33

23 Mar 19:05
6b9d31b

Choose a tag to compare

Changelog

  • b20e266 Audit spotlight: add unit tests and fix silent stash failure
  • 61f42bd Add shell completion documentation to README
  • 54abffa Fix goimports formatting
  • 687acdb Add version deprecation warning to CLI commands
  • 318affa Fix kanban quick input to send text literally via tmux
  • 3181b6e Fix lint: align struct field formatting in cobra.Command literals
  • 072e257 Remember last queue choice per project in task creation dialog
  • 077c185 Add dangerous mode execution shortcut across all task entry points
  • 413f023 Add shell tab completion for CLI commands
  • d928316 Auto-select executor pane on task execution

v0.2.32

20 Mar 19:35
aaab134

Choose a tag to compare

Changelog

  • 3f88350 Rewrite executor switching to fix pane capture, race conditions, and window loss