Skip to content

v0.1.16

Choose a tag to compare

@github-actions github-actions released this 05 Feb 05:26
· 439 commits to main since this release
846f035

What's Changed

Features

  • Default help behavior: Running tbd without arguments now displays help with
    prominent agent guidance, making it easier to discover commands
  • Streamlined sync workflow: New outbox workflow with auto-save and auto-import
    simplifies issue synchronization between local and remote

Fixes

  • Init from subdirectory: tbd init now correctly resolves to the git repository
    root when run from a subdirectory
  • Doctor remote count on fresh clones: tbd doctor now correctly counts remote
    issues on freshly cloned repositories (previously showed 0)
  • JSON mode cleanup: JSON output mode now properly suppresses command options for
    cleaner machine-readable output
  • Workspace import conflicts: Workspace import now uses field-level merge instead of
    whole-issue conflicts, reducing false conflict detection
  • Path constants consistency: Remote issue counting now uses path constants instead
    of hardcoded patterns

Documentation

  • Electron development guideline: New electron-app-development-patterns guideline
    for building Electron desktop applications

Full commit history:
v0.1.15...v0.1.16