Skip to content
Merged
Changes from all commits
Commits
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
9 changes: 1 addition & 8 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,5 @@
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": [
"@roo-code/types",
"@roo-code/web-evals",
"@roo-code/web-roo-code",
"@roo-code/evals",
"@roo-code/ipc",
"@roo-code/telemetry"
]
"ignore": []
Copy link
Contributor

Choose a reason for hiding this comment

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

For future reverts, could we include a description explaining why the revert was necessary? This helps maintain context for other contributors and makes it easier to understand the decision-making process.

Copy link
Contributor

Choose a reason for hiding this comment

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

Since PR #6733 was attempting to fix a CI issue, have we identified an alternative solution to prevent that issue from recurring? Removing these packages from the ignore list might reintroduce the original problem.

}
Loading