Skip to content

Commit 9efd70e

Browse files
allquixoticoz-agent
andcommitted
merge: integrate zoo-port updates
Co-Authored-By: Oz <oz-agent@warp.dev>
2 parents 6426c89 + 3a6cf42 commit 9efd70e

957 files changed

Lines changed: 34051 additions & 51057 deletions

File tree

Some content is hidden

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

.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/config@3.0.4/schema.json",
33
"changelog": "./changelog-config.js",
44
"commit": false,
5-
"fixed": [["roo-cline"]],
5+
"fixed": [["zoo-code"]],
66
"linked": [],
77
"access": "restricted",
88
"baseBranch": "main",
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"zoo-code": patch
3+
---
4+
5+
Terminate the running command when a task is cancelled or torn down (#245). Pressing cancel (✕) now aborts the underlying terminal process instead of leaving it running while the terminal stays stuck "busy" until a manual kill.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"zoo-code": patch
3+
---
4+
5+
Detect when the "Google Cloud Credentials" Vertex field has been given a filesystem path instead of the raw JSON contents of a service-account key file. The runtime now skips JSON.parse for path-shaped input, logs a single specific console warning naming the sibling "Google Cloud Key File Path" field and `GOOGLE_APPLICATION_CREDENTIALS` env var, and the settings UI shows an inline warning under the field while the input still looks like a path. Auth behavior is unchanged for correctly-configured users.

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# These owners will be the default owners for everything in the repo
2-
* @mrubens @cte @jr @hannesrudolph @daniel-lxs
2+
* @taltas @JamesRobert20 @navedmerchant @hannesrudolph @edelauna
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Add provider model
3+
about: Add a provider model that isn't htere
4+
title: ""
5+
labels: model
6+
assignees: ""
7+
type: Task
8+
---
9+
10+
Name of model: (GPT 5.4)
11+
Model creator: (i.e. Open AI)
12+
Link to model:
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[BUG] "
5+
labels: bug
6+
assignees: ""
7+
type: Bug
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
16+
1. Go to '...'
17+
2. Click on '....'
18+
3. Scroll down to '....'
19+
4. See error
20+
21+
**Expected behavior**
22+
A clear and concise description of what you expected to happen.
23+
24+
**Screenshots**
25+
If applicable, add screenshots to help explain your problem.
26+
27+
**Video**
28+
Add a video of the incident happening, it will help us debug
29+
30+
**What version of zoo are you running**
31+
i.e. 3.55
32+
33+
**Additional context**
34+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
attributes:
88
value: |
99
Thank you for your report! Please search existing issues first:
10-
https://github.com/RooCodeInc/Roo-Code/issues
10+
https://github.com/Zoo-Code-Org/Zoo-Code/issues
1111
1212
- type: textarea
1313
id: problem
@@ -66,7 +66,7 @@ body:
6666
id: version
6767
attributes:
6868
label: App Version
69-
description: What version of Roo Code are you using? (e.g., v3.3.1)
69+
description: What version of Zoo Code are you using? (e.g., v3.3.1)
7070
validations:
7171
required: true
7272

@@ -107,9 +107,9 @@ body:
107107
- type: textarea
108108
id: roo-code-tasks
109109
attributes:
110-
label: Roo Code Task Links (optional)
111-
description: If you have any publicly shared Roo Code task links that demonstrate the issue, paste them here.
112-
placeholder: Paste your Roo Code share links here, one per line
110+
label: Zoo Code Task Links (optional)
111+
description: If you have any publicly shared Zoo Code task links that demonstrate the issue, paste them here.
112+
placeholder: Paste your Zoo Code share links here, one per line
113113

114114
- type: textarea
115115
id: logs

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Leave a Review
4-
url: https://marketplace.visualstudio.com/items?itemName=RooVeterinaryInc.roo-cline&ssr=false#review-details
5-
about: Enjoying Roo Code? Leave a review here!
4+
url: https://marketplace.visualstudio.com/items?itemName=ZooCodeOrganization.zoo-code&ssr=false#review-details
5+
about: Enjoying Zoo Code? Leave a review here!
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: What do you want to add to zoo?
4+
title: ""
5+
labels: enhancement
6+
assignees: ""
7+
type: Feature
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
- type: markdown
77
attributes:
88
value: |
9-
Thank you for helping improve Roo Code!
9+
Thank you for helping improve Zoo Code!
1010
Please focus on the problem and the desired behavior in plain language.
1111
1212
- type: textarea
@@ -56,15 +56,15 @@ body:
5656
- type: textarea
5757
id: roo-code-tasks
5858
attributes:
59-
label: Roo Code Task Links (optional)
60-
description: If you explored this with Roo Code, share public task links for context.
61-
placeholder: Paste your Roo Code share links here, one per line
59+
label: Zoo Code Task Links (optional)
60+
description: If you explored this with Zoo Code, share public task links for context.
61+
placeholder: Paste your Zoo Code share links here, one per line
6262

6363
- type: markdown
6464
attributes:
6565
value: |
6666
---
67-
Optional (for contributors): You can stop here if you're just proposing the improvement.
67+
Optional: You can stop here if you're just proposing the improvement.
6868
6969
- type: textarea
7070
id: acceptance-criteria

0 commit comments

Comments
 (0)