Skip to content

Fletch v0.7.11

Choose a tag to compare

@github-actions github-actions released this 18 Jul 07:30
c35d79f

What's Changed

  • feat(composer): support @/# mentions in the new-workspace draft composer by @alchaplinsky in #448
  • feat(workflow): deliver launch-time file attachments to a run's first step by @alchaplinsky in #449
  • refactor(composer): share one input core across agent + workflow composers by @alchaplinsky in #450
  • feat(composer): dynamic per-model reasoning levels by @alchaplinsky in #452
  • Add project deletion controls by @alchaplinsky in #451
  • fix(restore): recover workspaces whose branch was deleted after merge by @alchaplinsky in #453
  • feat(composer): invoke library skills as slash commands by @alchaplinsky in #454
  • refactor(sandbox): remove git-worktree workspace provisioning by @alchaplinsky in #455
  • docs: fact-check README and add feature map by @alchaplinsky in #456
  • docs: remove FEATURE_MAP.md from the repo by @alchaplinsky in #457
  • feat(projects): multi-repo projects — grouping, settings, per-repo labels by @alchaplinsky in #458
  • feat(agents): multi-repo workspaces — checkout every project repo at spawn by @alchaplinsky in #459
  • feat(git-panel): per-repo git surface for multi-repo agents by @alchaplinsky in #460
  • feat(multi-repo): sidebar PR fan-out, PR-set cross-linking, multi-repo Code tab by @alchaplinsky in #461
  • docs(isolation): canonical isolation doc, site checklist, and terminology sweep by @alchaplinsky in #465
  • feat(agents): specialist bundles — settings-table fix, step effort, MCP export, starter pack by @alchaplinsky in #463
  • feat(verify): engine-owned verification as a reusable primitive by @alchaplinsky in #462
  • feat(lifecycle): sleep assertion, close-to-tray, and quit confirmation by @alchaplinsky in #464
  • feat(workflows): gate evidence, reject flow, and ReviewSurface v0 by @alchaplinsky in #466
  • feat(home): Mission Control fleet review queue by @alchaplinsky in #467
  • feat(git): base staleness, merge fan-out, and overlap hints by @alchaplinsky in #468
  • feat(workflows): step agents in sidebar, promote-to-workflow, project pipeline default by @alchaplinsky in #469
  • feat(github): issue intake — inbox on Home, start-work prefill, Closes #N by @alchaplinsky in #470
  • feat(followups): verify-on-turn-end, require-tests builder toggle, pipeline Closes #N by @alchaplinsky in #471
  • refactor(frontend): split api.ts into domain modules under src/api/ by @alchaplinsky in #472
  • refactor(workflow): split scheduler.rs into domain submodules by @alchaplinsky in #473
  • refactor(workspace): split workspace.rs into domain submodules by @alchaplinsky in #474
  • refactor(commands): split commands.rs into feature submodules by @alchaplinsky in #475
  • refactor(frontend): split store/app listeners, helpers, slice types, and PausedBanner by @alchaplinsky in #476
  • refactor(agent): split agent.rs into spawn/transcript/provider submodules by @alchaplinsky in #477
  • refactor(sandbox): split docker engine.rs into submodules by @alchaplinsky in #478
  • refactor(workflow): split comms.rs into routing submodules by @alchaplinsky in #479
  • refactor(infra): split git, github, and database modules into submodules by @alchaplinsky in #480
  • chore: bump version to 0.7.11 by @alchaplinsky in #481

Full Changelog: v0.7.10...v0.7.11