Skip to content

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 22 Sep 00:00
· 42 commits to main since this release
fdab094

1.4.0 - 2026-09-21

Added

  • Add TypeSafe as a second provider alongside OpenRouter (#1364)
  • Accept only the strict JSON-with-questions shape, and document how to ask (#1358)
  • Jev adapter — route a task to a model and effort (#1339)
  • Show ext-tool members as ext-tool () without error-looking cells (#1337)
  • Slack adapter (#1336)
  • An external program as a team member, foundation (#1331)
  • Re-arm the Claude Code Monitor by default when its expiry notice shows it delivered something (#1328)
  • Reprocess quarantine rows a newer parser can now understand (#1323)

Fixed

  • Report each question's own confidence, not one joint figure (#1369)
  • Skip pane placement for ext-tool members (#1340)
  • Forward setup args and read the secret from the clipboard (#1335)
  • Bound the scoped reprocess pending-count walk (#1332)
  • Refuse to type over a live draft, and drop rearm.sh for a template procedure (#1322)
  • Restart on the new code when the installation changes (#1320)
  • Release the team config lock on SIGTERM/SIGINT (#1325)

Performance

  • Defer the renderable-types scan out of source time (#1366)
  • Cache a team's storage driver per cycle and the storage dir per process (#1333)
  • Cache lock-path invariants and skip idle-cycle reformatting (#1329)

Changed

  • Drop the request= key nothing reads (#1362)
  • Move join, delivery and row rendering behind per-type hooks (#1359)

Documentation

  • Preview page — what it is, what it does not do yet, where invocation goes (#1355)
  • Jev, ext-tool README: state that handle is not a direct entry point (#1368)
  • Promote batching multiple questions into one call in USAGE.md (#1367)
  • Fix tool.conf comments that still named only OpenRouter (#1365)
  • Add USAGE.md for the sending seat, declare request=loose (#1356)
  • Point the three stale source comments at #983 (#989)
  • Document the terminal axis and the terminal driver interface (#1357)