stack/packages/shared/src/interface
mantrakp04 64b885fb70 feat: enhance config agent run tracking and GitHub integration
- Added a new `ConfigAgentRun` model to track the state of configuration agent runs in the database.
- Updated the Prisma schema to include new fields for the `ConfigAgentRun` model, allowing for detailed tracking of run status, timestamps, and associated metadata.
- Introduced new API routes for starting, cancelling, and committing configuration agent runs, improving user interaction and feedback during updates.
- Updated existing routes to utilize the new `run_id` for better tracking and management of agent runs.
- Added a new dependency `diff` to facilitate change tracking in configuration files.

These changes aim to improve the overall functionality and user experience of the configuration agent integration with GitHub.
2026-06-26 17:22:24 -07:00
..
crud Config errors are now more obvious 2026-06-22 23:42:17 -07:00
admin-interface.ts feat: enhance config agent run tracking and GitHub integration 2026-06-26 17:22:24 -07:00
admin-metrics.ts feat(analytics): add route analytics heatmaps (#1520) 2026-06-15 12:06:16 -07:00
client-interface.test.ts
client-interface.ts
conversations.ts
handler-urls.ts
page-component-versions.ts Aggressively deprecate app.urls.xyz & update docs to avoid it 2026-06-17 09:56:41 -07:00
plan-usage.ts Usage page in settings (#1595) 2026-06-23 10:32:07 -07:00
server-interface.ts User page email filtering (#1668) 2026-06-26 12:27:24 -07:00
webhooks.ts