Commit graph

27 commits

Author SHA1 Message Date
Roomote
5a17732d7c
Add critical command restrictions to roomote prompts (#210) 2025-07-06 11:12:03 -07:00
John Richmond
b10489052f
Add static cloud settings that enable message telemetry (#211) 2025-07-06 10:47:22 -07:00
Roomote
a7ae0a77a3
fix: ignore comments from vercel[bot] instead of vercel (#212) 2025-07-06 10:32:00 -07:00
Roomote
70a5b324bc
Enhance Slack roomote command prompt with git workflow instructions (#209)
* Enhance Slack roomote command prompt with git workflow instructions

- Add instructions to create and push to remote branch
- Include guidance for opening PR using gh CLI
- Ensure all changes are tracked and reviewable before merging

* Align Slack roomote trigger with other trigger patterns

- Restructured processSlackMention to follow the same pattern as processIssueComment and processPullRequestComment
- Created structured prompt with clear context and instructions instead of just appending to original prompt
- Maintains git workflow instructions while improving consistency across roomote triggers
- Addresses feedback from @mrubens in PR comment #3041965262
2025-07-06 11:26:49 -04:00
Chris Estreich
f5eae4d77b
Dry up schemas and ignore vercel PR comments (#206) 2025-07-05 09:34:28 -08:00
Chris Estreich
014261464f
Use redis to manage Slack integration state (#204) 2025-07-04 09:37:07 -08:00
John Richmond
e20feaa1ab
Add support for cloud job auth tokens (#182) 2025-07-03 10:00:37 -07:00
Chris Estreich
ab04bf6ec7
Update pullRequestReviewCommentHandler.ts 2025-07-02 13:44:56 -08:00
Chris Estreich
917494e154
Update issueCommentHandler.ts 2025-07-02 13:44:06 -08:00
Chris Estreich
31d1e1f650
Don't process comments from @roomote (#189) 2025-07-02 12:14:43 -08:00
Chris Estreich
bee3046d1a
Update @roo-code/types to v1.30.0 (#188) 2025-07-02 12:02:56 -08:00
Chris Estreich
f9ab282322
Use GH_TOKEN to fetch pull request data (#186) 2025-07-02 08:51:09 -08:00
roomote
495d1bdf51
feat: add git pull functionality to runTask before opening VSCode (#185) 2025-07-02 08:50:55 -08:00
Chris Estreich
0b5812b01c
Verbose worker logging (#173) 2025-07-02 07:46:17 -08:00
Chris Estreich
08469f8ca3
Increase worker concurrency: 2 -> 5 (#168) 2025-07-01 08:03:12 -08:00
Chris Estreich
d2b8b9551f
Slack integration (#149)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-07-01 06:58:58 -08:00
Matt Rubens
a8d3cd421d
Run the fixGithubIssue job as issue-fixer (#162) 2025-06-30 17:26:25 -04:00
Chris Estreich
19a41708ab
Spawn fly machine workers on production (#154)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-29 23:55:15 -08:00
Chris Estreich
e82adf4145
Fly workers (#153) 2025-06-29 07:26:27 -07:00
Chris Estreich
4d4e218575
Default NODE_ENV to development (#139) 2025-06-26 13:24:09 -07: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
Chris Estreich
76f2c8aad3
More progress (#130) 2025-06-24 09:07:42 -07:00
Chris Estreich
0fa7270943
Dockerfile fixes (#124) 2025-06-23 23:43:37 -07: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