> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nudj.cx/llms.txt
> Use this file to discover all available pages before exploring further.

# v2.453.1

> Released July 16, 2026

## 🔴 Massive Release v2.453.1

⭐⭐ Moderate Complexity • 11 commits • 270 files changed

<Note>
  Chat sidebar now intelligently switches between your active session overview and chat history. Workspace panel opens by default, giving you instant visibility into your work. Plus one-click quick actions on challenges, rewards, and achievements, plus several targeted bug fixes for XP configuration and user app stability.
</Note>

## What's New

* **Session Overview in Chat Sidebar** — View your current chat session context at a glance, then swap to history to find past conversations
* **Default-Open Workspace Panel** — The workspace panel now opens automatically, giving you immediate access to your active work and previews
* **One-Click Entity Quick Actions** — Generate badges, write criteria, design experiences, and more with AI-powered quick actions on challenges, rewards, and achievements
* **Clearer Tool Outcome Display** — MCP tool results now render with improved visual hierarchy and outcome clarity
* **Challenge Template Duplication** — Exact copy option for saved challenge templates to streamline campaign creation
* **XP Settings Stability** — Fixed analysis calculations when per-unit XP is configured to zero
* **User App Resilience** — Fixed fallback behavior when a community cookie context is deleted

## Apps Updated

<CardGroup cols={3}>
  <Card title="User App" icon="mobile">
    ✓ Updated - 1 bug fix
  </Card>

  <Card title="API" icon="server">
    ✓ Updated - Pipeline improvements
  </Card>

  <Card title="Admin" icon="gear">
    ✓ Updated - 7 features + 3 bug fixes
  </Card>

  <Card title="MCP Server" icon="robot">
    ✓ Updated - Tool quality improvements
  </Card>

  <Card title="Games" icon="gamepad">
    — No changes
  </Card>
</CardGroup>

## Detailed Changes

<AccordionGroup>
  <Accordion title="Admin App" icon="gear">
    **Session Overview & History Navigation**

    * New `ChatSidebarViewContext` to coordinate sidebar state between session view and chat history
    * Session overview card portals into sidebar, preserving panel context while switching views
    * Chat history search dispatches from top bar and pre-opens history view
    * New/Chat button in sidebar header for quick session navigation

    **Workspace Panel Defaults**

    * Workspace panel now renders open by default across admin layout
    * Improved persistence of open/closed state between sessions
    * Workspace content layout adjusted for better visibility

    **Entity Quick Actions**

    * New `entity-quick-actions.ts` system with categorized prompts (analyze, create, enhance, promote, test)
    * Quick action dialog component for challenges, rewards, achievements, and actions
    * Supports generate badges, write criteria, design experiences, set values, analyze progress
    * Seamlessly integrates with existing entity tools in the admin chat

    **Tool Outcome Rendering**

    * Improved clarity and visual hierarchy for MCP tool results
    * Entity result cards now display outcomes with better formatting
    * Tool approval previews enhanced with clearer approval value formatting

    **Challenge Template Copying**

    * Exact copy option added to saved challenge template management
    * Preserves all template configuration and design settings
    * Streamlines campaign launch workflows

    **Code Organization**

    * Extracted reusable chat hooks for preview auto-refresh, panel state, and chat queuing
    * Consolidated tool components with shared patterns
    * Enhanced test coverage for chat sidebar, workspace, and tool approval flows

    **UI Polish**

    * Refined sidebar section borders and spacing
    * Improved mobile chat shell layout
    * Better visual feedback on active chat states
    * Community program status toggle styling improvements
  </Accordion>

  <Accordion title="User App" icon="mobile">
    **Community Fallback Handling**

    * Fixed fallback to platform default when cookie-scoped community is deleted
    * Ensures stable user experience when community context is lost
  </Accordion>

  <Accordion title="API" icon="server">
    **Pipeline & CI Improvements**

    * Shopify harness now runs on label-requested PR runs for faster validation
    * Improved verification coverage for Shopify integration changes
  </Accordion>

  <Accordion title="MCP Server" icon="robot">
    **Tool Quality Campaign**

    * Extracted eval and quality harness for improved tool testing
    * Streamlined standalone tool response formatting
    * Documented tool quality checklist and evaluation goals
    * Enhanced MCP tool outcome clarity for admin visibility
  </Accordion>
</AccordionGroup>

## For Administrators

**Workspace Navigation**: Your workspace panel now opens automatically when you enter the admin. You can still collapse it if needed, and your preference persists across sessions.

**Chat History Search**: Look for the search icon in the chat top bar to jump between your current session and past conversations. The history view makes it easy to find earlier work without losing your place.

**Quick Actions on Entities**: When editing a challenge, reward, or achievement, look for the quick actions menu next to the entity name. Generate a badge for an achievement, write criteria with AI help, or analyze challenge progress — all without leaving the form.

**Template Management**: Use the "Exact Copy" option when duplicating a challenge template. This creates a complete replica with all your design settings intact.

## For Developers & Integrators

**MCP Tool Improvements**: Tool outcome rendering now provides clearer feedback on what tools did. If you're building custom tool integrations, the improved result formatting should help users understand tool actions better.

**Shopify Harness Validation**: The Shopify harness now runs earlier in the PR process (on label requests) for faster feedback on Shopify integration changes.

## Fixed Issues

| Issue                                         | Impact                                                | Fix                                             |
| --------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------- |
| XP analysis crash on zero per-unit values     | XP settings couldn't be analyzed if per-unit XP was 0 | Added zero-safe guard in analysis calculations  |
| User app crashes on deleted community context | Users lost session when community cookie was deleted  | Added platform fallback for deleted communities |

## Contributors

<CardGroup cols={4}>
  <Card>
    <img src="https://github.com/erek_d@me.com.png" alt="Derek Counihan" style={{borderRadius: '50%', width: 48}} />

    **@[erek\_d@me.com](mailto:erek_d@me.com)**

    6 commits • +13,075 / -2,815 lines
  </Card>

  <Card>
    <img src="https://github.com/dch@wenudj.com.png" alt="dchnudj" style={{borderRadius: '50%', width: 48}} />

    **@[dch@wenudj.com](mailto:dch@wenudj.com)**

    3 commits • +524 / -126 lines
  </Card>

  <Card>
    <img src="https://github.com/zuhayrk00@gmail.com.png" alt="Zuhayr Khan" style={{borderRadius: '50%', width: 48}} />

    **@[zuhayrk00@gmail.com](mailto:zuhayrk00@gmail.com)**

    1 commit • +20 / -6 lines
  </Card>
</CardGroup>

## Release Stats

| Metric        | Value   |
| ------------- | ------- |
| Total Commits | 11      |
| Lines Added   | +13,954 |
| Lines Removed | -2,948  |
| Files Changed | 270     |
| Release Size  | Massive |

***

*v2.453.1 deployed on July 16, 2026*
