Skip to content

Conversation

@cte
Copy link
Collaborator

@cte cte commented May 31, 2025

Important

Adds mode property to task message events and updates telemetry schema in TelemetryClient.test.ts, Task.ts, and telemetry.ts.

  • Behavior:
    • Adds mode property to task message events in TelemetryClient.test.ts and Task.ts.
    • Updates telemetryPropertiesSchema in telemetry.ts to include mode.
  • Schema:
    • Modifies rooCodeTelemetryEventSchema in telemetry.ts to include mode in TASK_MESSAGE events.
  • Refactoring:
    • Refactors addToClineMessages() and updateClineMessage() in Task.ts to store provider reference in a variable.
  • Versioning:
    • Bumps version in package.json from 1.23.0 to 1.24.0.

This description was created by Ellipsis for 1af0e2c. You can customize this summary. It will automatically update as commits are pushed.

@cte cte requested a review from mrubens as a code owner May 31, 2025 03:47
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label May 31, 2025
})

it("should attempt to capture TASK_MESSAGE events when recordTaskMessages is true", async () => {
it.only("should attempt to capture TASK_MESSAGE events when recordTaskMessages is true", async () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the use of it.only to avoid excluding other tests from running in the full test suite.

Suggested change
it.only("should attempt to capture TASK_MESSAGE events when recordTaskMessages is true", async () => {
it("should attempt to capture TASK_MESSAGE events when recordTaskMessages is true", async () => {

@cte cte merged commit d10b359 into main May 31, 2025
9 checks passed
@cte cte deleted the cte/store-mode-in-messages branch May 31, 2025 04:05
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap May 31, 2025
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap May 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S This PR changes 10-29 lines, ignoring generated files.

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants