tpmjs/apps/web/src/lib
Ajax Davis 95cb0a96f0 feat: add fork-based ownership and fix MCP non-scoped package names
Fork-based ownership:
- Add forkedFromId, forkCount fields to Collection and Agent models
- Add fork-status API endpoints for collections and agents
- Add ForkButton and ForkedFromBadge UI components
- Update clone endpoints to set forkedFromId and increment forkCount
- Add COLLECTION_FORKED and AGENT_FORKED activity types
- Enforce owner-only access for MCP tool execution and agent chat

MCP fix:
- Fix parseToolName to handle non-scoped packages like firecrawl-aisdk
- Try both scoped (@scope/name) and literal (name-with-hyphens) interpretations
- Pass collection envVars to tool executor for API key support
2026-01-13 10:23:28 +10:00
..
agents feat: add environment variables support for agents and collections 2026-01-12 01:35:29 +10:00
ai-agent fix: improve error visibility for agent tool execution 2026-01-12 03:08:57 +10:00
api-keys feat: add API key authentication system and update documentation 2026-01-13 04:45:52 +10:00
crypto fix: add helpful error message for API key decryption failure 2026-01-03 19:20:07 +10:00
executors fix: increase tool execution timeout to 5 minutes 2026-01-12 04:16:15 +10:00
health-check refactor: rename exportName to name across entire codebase 2025-12-17 17:19:21 +10:00
mcp feat: add fork-based ownership and fix MCP non-scoped package names 2026-01-13 10:23:28 +10:00
og fix: remove unused error variable in cache.ts 2025-12-29 21:56:48 +10:00
utils feat: add reusable EnvVarsEditor component with paste .env feature 2026-01-12 05:04:03 +10:00
activity.ts feat: add fork-based ownership and fix MCP non-scoped package names 2026-01-13 10:23:28 +10:00
api-response.ts feat: implement user activity stream and multiple API improvements 2026-01-08 04:11:01 +10:00
auth-client.ts fix: simplify auth client and use window.location for redirects 2026-01-01 23:33:44 +10:00
auth.ts feat: generic env variable CRUD - any key name, not locked to providers 2026-01-03 14:35:19 +10:00
email.ts fix: lazy init Resend to avoid build-time errors 2026-01-01 22:43:39 +10:00
rate-limit.ts fix: add timeout to Vercel KV rate limiter to prevent hanging 2026-01-09 04:51:33 +10:00
rate-limiter.ts feat: add interactive tool playground with AI-powered execution 2025-11-30 00:36:05 +10:00
schema-extraction.ts refactor: rename exportName to name across entire codebase 2025-12-17 17:19:21 +10:00