Commit Graph
4 Commits
Author SHA1 Message Date
Thomas Petersen fe0eea7e53 Merge remote-tracking branch 'origin/main' into agent-convo
# Conflicts:
#	Justfile
#	desktop/src/features/channels/ui/BotActivityBar.tsx
#	desktop/src/features/channels/ui/ChannelPane.tsx
#	desktop/src/features/channels/ui/MembersSidebar.tsx
#	desktop/src/shared/api/observerRelay.ts
2026-06-23 10:20:23 -04:00
ce5261067d build: make mesh-llm opt-in for dev/staging to speed up iteration (#1183)
Signed-off-by: Wes <wesbillman@users.noreply.github.com>
Co-authored-by: npub1yxv5wk0u0fh6dwt925wntn7h397jvteyj4r87ttcd9xae7n2t3lqqj9jmm <21994759fc7a6fa6b965551d35cfd7897d262f2495467f2d78694ddcfa6a5c7e@sprout-oss.stage.blox.sqprod.co>
2026-06-22 22:11:50 +00:00
Will Pfleger d40c86626a fix(justfile): suppress grep exit code in release changelog formatter
The `format_log` function parses PR numbers from commit subjects via a
`grep -oE` pipeline. Commits without a PR suffix (e.g. "Update README.md")
cause `grep` to exit 1, which `set -euo pipefail` promotes to a script
failure — even though the empty-match case is already handled.
2026-06-18 21:28:56 -04:00
Will PflegerandGitHub 1dc4fb5daf refactor(justfile): rename, relay auto-start, bootstrap, DRY cleanup (#1117) 2026-06-18 17:24:05 -04:00