context
15
ctx:discord/blah/tpmjs/15Source document
full texttpmjs-15
text/plain3 KB
doc:agent/tpmjs-15/1fb1b528-bb20-467d-9375-7ed2c8442f68[2026-01-07 15:15] ajaxdavis: ``` Here's a markdown summary you can post: --- 🚀 tpmjs.com Updates - Last 12 Hours ✨ New Features Public Agents & Chat - Agents are now public by default with a visibility toggle in edit page - New public chat page at /agents/{id}/chat/{chatId} with full conversation history - Chat URLs now use clean path segments instead of query params - Scroll-up loading for older messages using React Virtuoso - Sidebar layout showing agent config, tools, and collections while chatting Like/Love System - Added heart button to like tools, collections, and agents - Like counts visible across the platform Dashboard Redesign - New sidebar layout with consistent navigation - Converted agent tools and collections to table view - API usage code snippets with language dropdown (cURL, Python, TypeScript, etc.) - Pagination support in code examples Dark Mode - Added dark mode toggle to navigation header - Fixed theme-aware colors in Markdown and CodeBlock components - Auto-detect system dark mode preference API Improvements - New GetToolParameters endpoint - GitHub stars syncing in metrics sync - Build info added to /api/health for deployment verification 🎨 UI/UX Improvements - Reorganized navigation menu for better logical grouping - Added spacer between primary nav and dropdown menus - Password visibility toggle and forgot password flow - Fixed horizontal overflow on mobile devices - Redesigned public pages with virtualized tables for better performance 🐛 Bug Fixes - Fixed type errors and lint issues across packages - Removed Prisma internal module import causing issues - Dynamic changelog file discovery - Skip integration tests unless explicitly enabled - Various mobile UI bug fixes 📊 Stats - 44 commits in the last 12 hours - Major areas touched: agents, chat, dashboard, navigation, theming ``` [2026-01-07 17:16] lisamegawatts: couple days ago [2026-01-07 18:18] ajaxdavis: - in the tpmjs chat interfaces people should be able to select ui kits that render generic tool call types [2026-01-07 19:21] ajaxdavis: worst sleeping pattern ever.... night [2026-01-08 16:35] xenonfun: well finally got my minimal Semantic Kernel demo generating bindings and consuming tools correctly, can start playing around with tpmjs some. (files: Screenshot_2026-01-08_at_11.33.15_AM.png) [2026-01-08 16:57] ajaxdavis: oh crazy, ive been deploying so many broken builds lol [2026-01-08 16:57] ajaxdavis: will be more cautious [2026-01-08 16:57] ajaxdavis: just added executor-agnostic infrastructure [2026-01-08 16:58] ajaxdavis: (in it's current form if you were executing tools it was running on my railway, but now you can boot your own servers to handle tool execution per agent/collection) [2026-01-08 17:00] ajaxdavis: and that error you are getting is my fault i suppose will suss it out
Facts in this context
Grouped by subject. Each subject links to its full article.
Tpmjs Com34 factsex:tpmjs-com
| autoDetectsSystemTheme | true |
| displaysLikeCounts | true |
| fixedBug | Mobile Horizontal Overflow |
| fixedIssue | Prisma Internal Module Import |
| fixedIssue | Lint Issues |
| fixedIssue | Type Errors |
| hadCommitCount | 44 |
| hasApiEndpoint | Get Tool Parameters Endpoint |
| hasApiEndpoint | Health Endpoint |
| hasComponent | Code Block Component |
| hasComponent | Markdown Component |
| hasComponent | Dashboard |