Skip to content

chore(main): release 1.0.0#143

Open
johnnycrich wants to merge 1 commit into
mainfrom
release-please--branches--main
Open

chore(main): release 1.0.0#143
johnnycrich wants to merge 1 commit into
mainfrom
release-please--branches--main

Conversation

@johnnycrich

@johnnycrich johnnycrich commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator

🤖 I have created a release beep boop

1.0.0 (2026-07-17)

⚠ BREAKING CHANGES

  • removes support for eventAssistantPlus conversation type. Migrate conversation.type to 'eventAssistant'

Features

  • add 'in reply to' banner to message replies (82433e2)
  • add /mindmap command and support for rendering with markmap (09abecb)
  • add /mindmap command and support for rendering with markmap (1a99cdb)
  • add /visual command to assistant page (9e6c356)
  • add ability to delete event and show past events to admin events view (6192e77)
  • add all events to events view, show and filter by current user (5216e85)
  • add alternate name input for speakers and moderators (10923bb)
  • add Alternate Name input to speaker and moderator form fields (bb52268)
  • add analytics for scroll state in transcript. Improve duration tracking (107b511)
  • add badge to notification bar when reply received from Berkie DM (b22a3a2)
  • add cancel button that warns about unsaved changes and detects reverts (9fd0d22)
  • add download transcript button to moderator view (2b6a0c6)
  • add edit button and edit event page (2caffcf)
  • add edit mode to event creation form (c6a8169)
  • add env variable for about link in footer, remove other footer links for now (75287dd)
  • add env variable for about link in footer, remove other links (259e9b8)
  • add event desc, speakers, moderators to and event creation form, break into multi steps (6923fc3)
  • add event desc, speakers, moderators to and event creation form, break into multi steps (4fd4334)
  • add event end time to event creation form (#103) (118c8bd)
  • add features data model and What's New entry for Quick Guide (adf1bf5)
  • add feedback to group chat messages, show eventMediator messages as from Event Assistant (cafa82a)
  • add group chat to the assistant page (d60a861)
  • add helper for updating an existing event (26984bf)
  • add HelpPanel and HelpIconButton components (dd81a32)
  • add In reply to banner with voice questions to agent responses in group chat (dfccf51)
  • add lightbox to render image and mindmap responses on assistant page (#53) (2f1545a)
  • add live transcript to assistant page (29d4007)
  • add Matomo usage tracking (b37084d)
  • add message indicator badge to chat and EA tabs on assistant page (37f5033)
  • add new jargon filter agent to NextSpace (a5bb7e8)
  • add preferences panel and menu item (1004e86)
  • add pseudonym info popover with description and optional fun fact (#122) (5be6961)
  • add quick guide and resources tab what's new entries (27d8866)
  • add Quick Guide page for participants (0f8aca2)
  • add Quick Guide public page at /guide/[conversationId] (a04a52e)
  • add required event series to event creation form (9210bdc)
  • add required reading section to resources tab (e7e5bc1)
  • add resources to event creation form (ec4730f)
  • add shareable quick guide page at /guide/:conversationId (4498451)
  • add source-tagged insight cards and optional recommended actions to the moderator view (9f9d795)
  • add support for /mod command on assistant page when using EAP (0e0248e)
  • add support for choosing features when creating an event (c9bc479)
  • add support for Event Assistant Plus moderator submission messages (b5595eb)
  • add support for Event Assistant Plus moderator submission messages (08e8fdc)
  • add thinking bot icon when waiting for agent response in reply and group chat panels (18e5539)
  • add threaded replies to group chat (2ae4b99)
  • add threaded replies to the Berkie DM panel (fd30a72)
  • add transcript controls to moderator view, transcript status indicator to mod and participant (4877261)
  • add whatsNew content and getRecentEntries helper (954ca92)
  • add WhatsNewEntry type (bc01710)
  • add Zoom link to event status page and fix double rendering after event creation (17ea230)
  • admin/events: add filter drawer with status, date range, and my events (46c94fc)
  • admin/events: add Past and Missed status badges to event cards (3c05d4f)
  • admin/events: configurable sort order for events list (21bd03a)
  • admin/events: overhaul event actions menu with admin-wide access (c5a9ef3)
  • admin/events: show Missed badge on events with no scheduledTime that never started (903c4eb)
  • allow display of assistant page for past events with invalid agents (ec620c0)
  • allow feedback on unanswerable messages (8e5ad3c)
  • allow users to set preferences on first visit to assistant page (2416bc6)
  • clarify indicator of questions submitted to the moderator (a5152ab)
  • components/eventcreationform.tsx: validation/error messaging, a11y improvements (82585ea)
  • components/transcript.tsx: improved catch for wrong passcode; param docs (4e96b10)
  • components: new Errors component (6be68f1)
  • distinguish group chat from assistant messages in analytics (147ce1b)
  • do not place chat messages on direct channel to avoid consideration of user visual preferences (d070da2)
  • download reports on past events from events view (ef83189)
  • dynamically populate fields for specifying conv type property values on event creation (6b9dc17)
  • ensure all track events have an event name (ec94078)
  • ensure message input is focused when entering feedback mode (60fe6f9)
  • feat: render markdown responses from agent propertly in assistant and group chats (321a860)
  • filter Quick Guide commands to those available in the current event type (dd4d146)
  • fix conversation_id tracking (61b111d)
  • generate URLs for new Event Assistant Plus Proactive conv type (ded096c)
  • gitignore tsconfig.tsbuildinfo file (b18250d)
  • hooks: new custom state hooks (ecdac6f)
  • implement session persistence for guest users (7b40dc1)
  • implement user feedback UI for Event Assistant (6ce003f)
  • improve readability of resources panel by increasing font sizes and reducing column width (3ab5584)
  • improve reliabilty of token/session handling across pages and tabs and simultaneous requests (#60) (38c0eea)
  • include event name in moderator view, remove cloud icon (810b922)
  • initialize NextSpace repo (f5d83a6)
  • integrate HelpIconButton into Header (bdde5eb)
  • make chat first and default active tab on assistant page (692008f)
  • match Event Assistant panel styling to chat panel styling (4e746ad)
  • merge (78f4d2a)
  • merge (fa9121a)
  • merge (07cb5dc)
  • merge/resolve conflicts (6c69c0a)
  • minimal sentry integration (d6d56b8)
  • move jargon filtering into Berkie tab to allow users to reply with follow-up questions (b01b9ce)
  • nav: reorder nav items to event schedule, schedule event, quick guide, give feedback, logout (4e535bc)
  • next.config.mjs: config for use of sentry (087a102)
  • normalize Event Assistant Plus to Event Assistant in the chat mention menu (17f2b4d)
  • on assistant and moderate views, do better job handling param/backend errors (742aa47)
  • only include slash commands from enabled features in menu and guide (104396a)
  • onSendMessage now async; returns false on error (06a5cb5)
  • opt every created event into Matomo tracked sessions (71060e6)
  • pages/backchannel.tsx: new intro text (2669904)
  • pages: updated error handling (5dbb255)
  • redirect to redirectTo query param after login (d761343)
  • reduce frequency of feedback requests on messages by configurable amount (#66) (3a7ff91)
  • reduce margins on message panel and ensure assistant messages not cut off on mobile (b191a86)
  • reduce vertical space bw messages on assistant page and use new loading icon (ee68cf7)
  • remove refs to eventAssistantPlus conv type and build moderator URL only when feature enabled (d4daf59)
  • remove zoom validation as no longer needed. Add checks for environment variables (f24169c)
  • remove zoom validation as no longer needed. Add checks for environment variables (232df5a)
  • render agent-created polls in group chat and update results in real time (ff397a3)
  • render images in messages from eventAssistant (4825e11)
  • render links in group chat messages (8a95fdf)
  • render markdown in resources panel reading summaries/descriptions (d878878)
  • replace moderator submit flow with inline suggest button on user messages (b2eb74a)
  • set and clear conv type from event pages when user navigates to other events (edge case) (2e491f5)
  • set new feedback rating levels to "No", "Meh", "OK", "WOW!" (d8af5e9)
  • set up new nav bar navigation and dynamic bot name (#50) (5b21e1f)
  • show messages from Enagement Agent as from Event Assistant (927647f)
  • show messages from Enagement Agent as from Event Assistant (98a399a)
  • show Quick Guide button only during events, inside the navigation menu (73a7fc1)
  • subscribe to all direct message channels in conversation (6178fc6)
  • support setting numeric conversation properties on event creation (3155a2a)
  • tag participant event visits with visit-scope Matomo dimension 7 (15e2ec9)
  • track tab switching in assistant page for analytics (20cb991)
  • transcript expanded on initial page load (444736f)
  • update "Say more" UI display to be more like an EA message (f3b14bf)
  • use custom bot name in Quick Guide (2f56335)
  • vertically stack transcript view on mobile (f7fc12f)
  • websocket reconnection improvements for long lived conversations (#47) (e76676a)

Bug Fixes

  • address scroll wheel, PDF prepopulation, form submission, and save overlay in edit form (df83eb4)
  • admin/events: use startTime for sort order and card date display (f3c5f3d)
  • ages/api/session.ts: use buffer constructor for secret, catch if missing (546ae1c)
  • allow editig events without end time and hide catalyst timing during edit (1a33ca5)
  • assistant chat scrolling to bottom of entire page, pushing message input box up (bd9571c)
  • assistant page loading icon sometimes does not disappear (d45e7e6)
  • assistant page not preserving message time (6c0b11f)
  • assistant page not preserving message time (b3bad1d)
  • catch session secret length error, check response from /api/session (d68d751)
  • components/directmessage.tsx: layout (76b7e63)
  • components/eventcreationform.tsx: focus on required fields on error on submit (ae4f149)
  • components/header.tsx: minor layout change (e791f6f)
  • components/header.tsx: render head buttons as a tags, rm Link (dc2aa43)
  • components/header.tsx: revert nav links type change; remove unused imports (4c8065f)
  • components/layout.tsx: don't render footer below full screen chat interfaces (cc1def6)
  • components/resourcespanel.tsx: add no speakers text (add0b38)
  • components/threadedmessage.tsx: simplified layout of messages, fix element resize on hover (9866c6c)
  • components/transcript.tsx: timestamps (079e256)
  • components/transcript.tsx: timestamps (abeb1a5)
  • create moderator urls even if modSupport disabled, indicate in view if disabled (9aa1f90)
  • derive unread reply counts from set so mark-as-read clears the badge (0db1c70)
  • disable dates earlier than event start time when selecting event end time (658086c)
  • disallow specifying an event start time in the past (ab39370)
  • do not remove agent thinking message when agent posts to chat (cef8255)
  • do not show resources in resources tab where participantVisible is false (4d18012)
  • duplicate websocket conversation join on assistant page load (ad5e37d)
  • edit form handles legacy events and pre-filled past times correctly (eaedb5a)
  • enforce single type for conversation to match back end (a898fef)
  • ensure /mod is in slash command menu for EAPProactive (4b5231f)
  • ensure assistant subscribes for messages before joining conversation (4798b6b)
  • ensure footer is excluded from all chat pages (987f509)
  • exclude Sentry tunnel route from auth middleware matcher (7c9a42f)
  • filter event creation form features to organizer-configured only (b809c28)
  • fix collapsed transcript header alignment and add status indicator (d26c748)
  • fix for a token race condition causing 401s (2207729)
  • fix scroll position in transcript unless at bottom (4aba105)
  • guard against undefined response in Api.GetConfig (c1b8d55)
  • hide edit button for events with no conversation type set (21ec9cc)
  • import WhatsNewEntry type in whatsNew test (0b55142)
  • keep group chat pinned when scrolled up, add jump-to-bottom button (5432c84)
  • make preference checkboxes keyboard accessible (a9cd94a)
  • matomo report details missing user IDs (c777bfe)
  • merge and misc fixes (f1f2181)
  • Message rendering issues (ddacf17)
  • moderator page intermittently shows disconnected and/or does not display transcript updates (40eaf94)
  • navigate back to event schedule when user cancels editing an event (dce97be)
  • pages/api/session.ts: print var name in console only (8f763df)
  • pages/assistant.tsx: ensure message population for past event (520874c)
  • pages/assistant.tsx: make assistant chat scroll live so messages are announced (588c74f)
  • pages/assistant.tsx: minor (52b0b48)
  • pages/assistant.tsx: retrieve message replies on socket refresh (6401b98), closes #215
  • pages/assistant: merge issue (9563e6a)
  • pages/assistant: setwaiting (8680002)
  • pages/backchannel.tsx: small fix (90203c5)
  • persist meeting start end times when navigating between pages in event creation form (3224c02)
  • position close button absolutely to remove excess whitespace above heading (e28f0f6)
  • preserve scroll position and add scroll-to-bottom button in group chat (5a3c44a)
  • preserve scroll position when new messages arrive in group chat (4373405)
  • prevent duplicate chat messages by clearing input before sending message (6973258)
  • prevent duplicate direct channel creation in strict mode (b6b9067)
  • prevent editing past events without scheduledTime (acf3da7)
  • regex was stripping summary header only, not full section (32406e9)
  • remove double scrollbar and fix wide gap between messages and input box on assistant page (195c21e)
  • remove double scrollbar and fix wide gap between messages and input box on assistant page (3b75efd)
  • remove duplicate conversation joins to prevent duplicate intro messages (b607a6e)
  • remove duplicate transcript close tracking event from merge (b3d4097)
  • replace Box with div for desktop nav to prevent MUI overriding Tailwind hidden class (85287f1)
  • restore jest.setTimeout in EventCreationForm tests (6bf56b1)
  • rotate transcript collapse button to down instead of up (196acee)
  • Set session secret into base-64 encoded buffer (fb751b1)
  • show all feature intervals in edit mode (d805bd0)
  • show eventMediator messages as from Event Assistant (34e0a04)
  • show Quick Guide label on desktop and update icon to TipsAndUpdates (1ad0bbf)
  • show selected prompt option on message load rather than plain text response (84f1355)
  • show timestamp on new minutes in chat and EA panels (b69dfc3)
  • strip legacy summary section from jargon clarification messages (5062252)
  • strip legacy summary section from jargon clarification messages (48e77b1)
  • test compilation issue causing docs build failure (1e03576)
  • test: wrap conversation-type tests in ConversationTypeProvider (3509032)
  • use composite key for WhatsNew entries to avoid duplicate key warning (55634c7)
  • use Context.Provider syntax for compatibility with project's React types (972f05c)
  • useMemo for page duration object to prevent re-renders and excess analytics events (58689f1)
  • utils/decrypt.ts: use buffer constructor for secret, catch if missing (932bad7)
  • utils/errorhandler.tsx: make transcript optional (903938c)

Performance Improvements

  • assistant page re-renders with every key stroke in input box (ba21bc4)

This PR was generated with Release Please. See documentation.

@vercel

vercel Bot commented Jun 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nextspace Ready Ready Preview, Comment Jul 17, 2026 9:34pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant