Commit graph

3 commits

Author SHA1 Message Date
Chris Estreich
bee3046d1a
Update @roo-code/types to v1.30.0 (#188) 2025-07-02 12:02:56 -08:00
Will Li
680a96fc9f
Add git repo information to events (#136)
Context
This PR adds support for git repository information in the analytics system by adding the necessary columns to the ClickHouse database and updating the UI to handle these properties appropriately.

Implementation
Updated .docker/scripts/clickhouse/001-create-tables.sql to include git properties in the schema for new database instances. Migrated package.json's to support new type schema.
Modified apps/web/src/components/task-sharing/TaskDetails.tsx to display git properties when available (message if not).
Added some claude-code typing.

How to Test
Run the migration by rebuilding docker and pnpm. If this still doesn't work try deleting .docker/data/clickhouse
Create a new task in a git tracked repo on Roo Code extension while signed in-- verify this is logged correctly.
2025-06-25 12:29:02 -07:00
Chris Estreich
e8e7274393
Add roomote to the monorepo (#109) 2025-06-20 09:41:51 -07:00