tpmjs/packages/tools
Ajax Davis 938a382aab feat: add environment variables support for agents and collections
- Add envVars field to Agent and Collection models in Prisma schema
- Add envVars to UpdateAgentSchema and UpdateCollectionSchema types
- Implement env vars merging logic (agent overrides collection)
- Pass env vars through tool executor to sandbox
- Add UI for managing env vars in agent and collection settings pages
- Update API routes to handle envVars PATCH updates
- Refactor discord tool execute functions for biome compatibility

This allows users to configure tool-specific environment variables (like
DISCORD_BOT_TOKEN) at both the collection and agent level, with agent
settings taking precedence over collection settings.
2026-01-12 01:35:29 +10:00
..
create-basic-tools chore: update dependencies with compatibility fixes 2026-01-09 22:49:41 +10:00
discord-post feat: add environment variables support for agents and collections 2026-01-12 01:35:29 +10:00
discord-read feat: add environment variables support for agents and collections 2026-01-12 01:35:29 +10:00
emoji-magic chore: update dependencies with compatibility fixes 2026-01-09 22:49:41 +10:00
hello chore: update dependencies with compatibility fixes 2026-01-09 22:49:41 +10:00
markdown-formatter chore: update dependencies with compatibility fixes 2026-01-09 22:49:41 +10:00
official chore: update dependencies with compatibility fixes 2026-01-09 22:49:41 +10:00
registryExecute chore: update dependencies with compatibility fixes 2026-01-09 22:49:41 +10:00
registrySearch chore: update dependencies with compatibility fixes 2026-01-09 22:49:41 +10:00
search-registry chore: update dependencies with compatibility fixes 2026-01-09 22:49:41 +10:00
src feat: implement playground app with AI SDK v6 tool execution 2025-12-04 02:51:02 +10:00
unsandbox chore: update dependencies with compatibility fixes 2026-01-09 22:49:41 +10:00
package.json chore: update dependencies with compatibility fixes 2026-01-09 22:49:41 +10:00
tsconfig.json feat: implement playground app with AI SDK v6 tool execution 2025-12-04 02:51:02 +10:00