John Richmond
e20feaa1ab
Add support for cloud job auth tokens ( #182 )
2025-07-03 10:00:37 -07:00
Chris Estreich
bee3046d1a
Update @roo-code/types to v1.30.0 ( #188 )
2025-07-02 12:02:56 -08:00
roomote
495d1bdf51
feat: add git pull functionality to runTask before opening VSCode ( #185 )
2025-07-02 08:50:55 -08:00
Matt Rubens
0156265963
Render markdown in questions ( #184 )
2025-07-02 11:26:33 -04:00
Matt Rubens
2d8211aea7
Add remark_breaks to handle newlines ( #183 )
2025-07-02 11:10:15 -04:00
Matt Rubens
9edcee5c53
Add syntax highlighting ( #178 )
2025-07-01 15:19:35 -04:00
Matt Rubens
6c39ff9c2a
Render mermaid ( #170 )
2025-07-01 14:16:38 -04:00
Chris Estreich
5edb2f8bb6
Encrypt and store secret ENV vars in the repo with dotenvx ( #114 )
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
Co-authored-by: John Richmond <5629+jr@users.noreply.github.com>
2025-06-26 10:54:39 -07: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
Matt Rubens
331d0a38e8
Add client-side posthog ( #134 )
2025-06-24 16:40:25 -04:00
Chris Estreich
24918199e0
Support for uploading cline_messages.json task files ( #126 )
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-23 15:56:28 -07:00
Matt Rubens
9e8588a3a7
Personal accounts ( #118 )
2025-06-23 14:46:10 -04:00
Chris Estreich
45d7565605
Unify roomote and cloud databases ( #112 )
2025-06-20 16:17:35 -07:00
Chris Estreich
e8e7274393
Add roomote to the monorepo ( #109 )
2025-06-20 09:41:51 -07:00
Chris Estreich
008c548c07
Monorepo + (disabled) agent authentication mechanism ( #106 )
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-19 12:19:50 -07:00
Matt Rubens
13701ab7d5
Bump types to 1.26.0 ( #100 )
2025-06-12 00:13:48 -04:00
Chris Estreich
f97ca9cda8
Don't throw 400 errors for invalid event payloads ( #61 )
2025-06-03 13:25:22 -07:00
Chris Estreich
2a8cafa1f4
Move RCC types to @roo-code/types ( #75 )
2025-06-03 12:10:32 -07:00
Chris Estreich
9b6ad19db0
Re-work provider settings to use react-hook-form and dynamic model data ( #69 )
...
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
Co-authored-by: John Richmond <5629+jr@users.noreply.github.com>
2025-06-02 16:00:14 -07:00
Matt Rubens
e4a69574ad
Show usage charts ( #63 )
2025-06-01 07:45:39 -04:00
Chris Estreich
9ed2f02920
Add mode to messages ( #57 )
2025-05-30 21:07:08 -07:00
Chris Estreich
d920576ae8
Get providers from @roo-code/types ( #55 )
2025-05-30 20:19:16 -07:00
Chris Estreich
dd4bb88396
Render task messages ( #52 )
2025-05-30 09:43:25 -07:00
Chris Estreich
ab92f7693e
Persist task messages ( #44 )
2025-05-28 10:56:48 -07:00
John Richmond
ef42763ad9
More realistic allowlist screen ( #43 )
2025-05-27 10:20:35 -07:00
Chris Estreich
b376ed186d
Follow the postgres lib recommendation from Supabase ( #41 )
2025-05-19 12:24:35 -07:00
Chris Estreich
a933a42de5
Persist users and orgs ( #29 )
2025-05-18 00:31:07 -07:00
Chris Estreich
d7a2997bac
Number and currency formatters ( #26 )
2025-05-17 13:33:34 -07:00
Chris Estreich
910900027d
Rework theme, file organization, org flow, etc ( #25 )
2025-05-17 01:38:43 -07:00
Chris Estreich
b2b4e288d2
Add tabs ( #24 )
2025-05-16 17:41:45 -07:00
Canyon Robins
4bfb3ef193
Improve audit log implementation ( #20 )
...
* Replace date utils with library
* use drizzle-zod
* use drizzle types directly
* use server actions rather than routes
* slight refactor
* UI rollback on API failure
* slight refactor to reduce verbosity
* clean up
2025-05-16 16:12:24 -07:00
Chris Estreich
502425f739
Pull telemetry types from @roo-code/types ( #18 )
2025-05-16 13:41:55 -07:00
Chris Estreich
5fd53e9ee2
React Query + Updated @shadcn/ui components ( #17 )
2025-05-16 09:54:07 -07:00
cte
518dc02218
Danny's prototype
2025-05-14 15:28:15 -07:00
cte
a228c578ce
Use Clickhouse
2025-05-14 14:14:38 -07:00
cte
f9bd544dba
Clean up database stuff
2025-05-11 23:38:44 -07:00
cte
54fe3af0f0
Use turbopack
2025-05-11 23:17:25 -07:00
cte
a988fd0542
Add themes
2025-05-11 23:12:16 -07:00
cte
c85db6b9ff
Format with prettier, remove unused npm packages
2025-05-11 21:26:08 -07:00
cte
7ee4693d7b
Modernize the template
2025-05-11 21:15:57 -07:00