Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
fb0bb00
feat(ai-integrations): cursor usage polling pipeline
subomi May 19, 2026
6301583
chore: resolved linter issues
subomi May 19, 2026
11f79b7
chore: update readme
subomi May 19, 2026
1f3e6f0
chore: add changeset for ai-integrations cursor polling
subomi May 19, 2026
8eac4d6
resolved lint issues.
subomi May 19, 2026
7d458f2
chore: fix lint errors
subomi May 19, 2026
03f1400
feat(ai-integrations): rebase + scheduler/failure-tracking polling work
subomi May 21, 2026
1db749c
chore(outbox): regenerate webhooks catalog for ai_integration_event_v1
subomi May 21, 2026
a59bf75
refactor(ai-integrations): rename anonymous payload schemas
subomi May 21, 2026
8d1e2a9
fix(lint): resolve errorlint, exhaustruct, and glint CI failures
subomi May 21, 2026
fdbf581
Merge remote-tracking branch 'origin/main' into cursor-usage-polling-…
subomi May 21, 2026
fc04834
Merge remote-tracking branch 'origin/main' into cursor-usage-polling-…
subomi May 21, 2026
4802a07
chore: remove unrelated generated sqlc files from earlier commits
subomi May 21, 2026
584840a
chore: update ai integrations sqlc headers
subomi May 21, 2026
988815c
chore: revert unrelated change
subomi May 22, 2026
efeb2c0
chore: merge main
subomi May 22, 2026
06b2f73
chore: spec regen
subomi May 22, 2026
0049a98
chore: clean up
subomi May 22, 2026
128166a
chore: resoved merge conflict
subomi May 22, 2026
a5d6812
chore: drop accidental mise lock change
subomi May 22, 2026
35e4571
chore: resolved lint issue
subomi May 22, 2026
a734632
chore: revert and add nolint for errgroup
subomi May 22, 2026
6d23253
feat: improved user experience
subomi May 22, 2026
0fdc158
chore: resolved merge conflict
subomi May 22, 2026
0ef0741
chore: regen gen.lock
subomi May 22, 2026
1c92fab
chore: fixed linter issues
subomi May 22, 2026
a3fcdbd
chore: regen specs
subomi May 22, 2026
232fa40
chore: regen gen.lock
subomi May 22, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/ai-integrations-cursor-polling.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"server": minor
"dashboard": minor
---

Adds an org-level AI Integrations product surface with Cursor as the first provider. Organization admins can connect a Cursor Admin API key from org settings, and an hourly Temporal workflow polls Cursor for token and cost usage events and writes them into ClickHouse `telemetry_logs` so the dashboard shows Cursor usage and cost alongside Claude Code data. The dashboard cost copy is updated to reflect Cursor and Claude Code coverage, and the employee detail page now shows cost beside total tokens.
Loading
Loading