Skip to content

Commit 64ed1e0

Browse files
committed
Merge main into feature branch
2 parents ec56726 + 6762b57 commit 64ed1e0

File tree

631 files changed

+50541
-61356
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

631 files changed

+50541
-61356
lines changed

.changeset/changelog-config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Half-works to simplify the format but needs 'overwrite_changeset_changelog.py' in GHA to finish formatting
2-
31
const getReleaseLine = async (changeset) => {
42
const [firstLine] = changeset.summary
53
.split("\n")

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
33
"changelog": "./changelog-config.js",
44
"commit": false,
5-
"fixed": [],
5+
"fixed": [["roo-cline"]],
66
"linked": [],
77
"access": "restricted",
88
"baseBranch": "main",

.dockerignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Build artifacts
2+
bin/
3+
!bin/roo-code-latest.vsix
4+
dist/
5+
**/dist/
6+
out/
7+
**/out/
8+
9+
# Dependencies
10+
node_modules/
11+
**/node_modules/
12+
13+
# Test and development files
14+
coverage/
15+
**/.vscode-test/
16+
17+
knip.json
18+
.husky/

.env.sample

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
POSTHOG_API_KEY=key-goes-here
2+
3+
# Roo Code Cloud / Local Development
4+
CLERK_BASE_URL=https://epic-chamois-85.clerk.accounts.dev
5+
ROO_CODE_API_URL=http://localhost:3000

.eslintrc.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
demo.gif filter=lfs diff=lfs merge=lfs -text
22
assets/docs/demo.gif filter=lfs diff=lfs merge=lfs -text
3+
src/assets/docs/demo.gif filter=lfs diff=lfs merge=lfs -text

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,18 @@ body:
7171
- type: textarea
7272
id: what-happened
7373
attributes:
74-
label: 💥 Outcome Summary (Optional)
74+
label: 💥 Outcome Summary
7575
description: |
76-
Recap what went wrong in one or two lines. Use this if the bug is weird, unexpected, or needs extra context.
76+
Recap what went wrong in one or two lines.
7777
7878
Example: "Expected code to run, but got an empty response and no error."
7979
placeholder: Expected ___, but got ___.
80+
validations:
81+
required: true
8082

8183
- type: textarea
8284
id: logs
8385
attributes:
84-
label: 📄 Relevant Logs or Errors
86+
label: 📄 Relevant Logs or Errors (Optional)
8587
description: Paste API logs, terminal output, or errors here. Use triple backticks (```) for code formatting.
8688
render: shell

.github/actions/ai-release-notes/action.yml

Lines changed: 0 additions & 83 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Detail the steps to test your changes. This helps reviewers verify your work.
6161
- [ ] **Branch Hygiene**: My branch is up-to-date (rebased) with the `main` branch.
6262
- [ ] **Documentation Impact**: I have considered if my changes require documentation updates (see "Documentation Updates" section below).
6363
- [ ] **Changeset**: A changeset has been created using `npm run changeset` if this PR includes user-facing changes or dependency updates.
64-
- [ ] **Contribution Guidelines**: I have read and agree to the [Contributor Guidelines](../CONTRIBUTING.md).
64+
- [ ] **Contribution Guidelines**: I have read and agree to the [Contributor Guidelines](/CONTRIBUTING.md).
6565

6666
### Screenshots / Videos
6767

.github/scripts/ai-release-notes.py

Lines changed: 0 additions & 123 deletions
This file was deleted.

0 commit comments

Comments
 (0)