Update URLs to github.com/cline/cline

This commit is contained in:
Saoud Rizwan
2024-10-12 16:41:30 -04:00
parent d9af8b0948
commit 0b3b23320b
7 changed files with 18 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
blank_issues_enabled: false blank_issues_enabled: false
contact_links: contact_links:
- name: Feature Request - name: Feature Request
url: https://github.com/clinebot/cline/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop url: https://github.com/cline/cline/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop
about: Share and vote on feature requests for Cline about: Share and vote on feature requests for Cline
- name: Cline Discord - name: Cline Discord
url: https://discord.gg/cline url: https://discord.gg/cline

View File

@@ -1,5 +1,9 @@
# Change Log # Change Log
## [2.0.6]
- Update URLs to https://github.com/cline/cline
## [2.0.5] ## [2.0.5]
- Fixed bug where Cline's edits would stream into the active tab when switching tabs during a write_to_file - Fixed bug where Cline's edits would stream into the active tab when switching tabs during a write_to_file

View File

@@ -1,7 +1,7 @@
# Cline (prev. Claude Dev) \#1 on OpenRouter # Cline (prev. Claude Dev) \#1 on OpenRouter
<p align="center"> <p align="center">
<img src="https://media.githubusercontent.com/media/clinebot/cline/main/assets/docs/demo.gif" width="100%" /> <img src="https://media.githubusercontent.com/media/cline/cline/main/assets/docs/demo.gif" width="100%" />
</p> </p>
<div align="center"> <div align="center">
@@ -14,10 +14,10 @@
<a href="https://discord.gg/cline" target="_blank"><strong>Join the Discord</strong></a> <a href="https://discord.gg/cline" target="_blank"><strong>Join the Discord</strong></a>
</td> </td>
<td align="center"> <td align="center">
<a href="https://github.com/clinebot/cline/wiki" target="_blank"><strong>Docs</strong></a> <a href="https://github.com/cline/cline/wiki" target="_blank"><strong>Docs</strong></a>
</td> </td>
<td align="center"> <td align="center">
<a href="https://github.com/clinebot/cline/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop" target="_blank"><strong>Feature Requests</strong></a> <a href="https://github.com/cline/cline/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop" target="_blank"><strong>Feature Requests</strong></a>
</td> </td>
</tbody> </tbody>
</table> </table>
@@ -99,14 +99,14 @@ Cline can also use a headless browser to inspect any website, e.g., localhost, a
## Contributing ## Contributing
To contribute to the project, start by exploring [open issues](https://github.com/clinebot/cline/issues) or checking our [feature request board](https://github.com/clinebot/cline/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop). We'd also love to have you join our [Discord](https://discord.gg/cline) to share ideas and connect with other contributors. To contribute to the project, start by exploring [open issues](https://github.com/cline/cline/issues) or checking our [feature request board](https://github.com/cline/cline/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop). We'd also love to have you join our [Discord](https://discord.gg/cline) to share ideas and connect with other contributors.
<details> <details>
<summary>Local Development Instructions</summary> <summary>Local Development Instructions</summary>
1. Clone the repository: 1. Clone the repository:
```bash ```bash
git clone https://github.com/clinebot/cline.git git clone https://github.com/cline/cline.git
``` ```
2. Open the project in VSCode: 2. Open the project in VSCode:
```bash ```bash

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "claude-dev", "name": "claude-dev",
"version": "2.0.0", "version": "2.0.5",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "claude-dev", "name": "claude-dev",
"version": "2.0.0", "version": "2.0.5",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/bedrock-sdk": "^0.10.2",

View File

@@ -2,7 +2,7 @@
"name": "claude-dev", "name": "claude-dev",
"displayName": "Cline (prev. Claude Dev)", "displayName": "Cline (prev. Claude Dev)",
"description": "Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, and more with your permission every step of the way.", "description": "Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, and more with your permission every step of the way.",
"version": "2.0.5", "version": "2.0.6",
"icon": "assets/icons/icon.png", "icon": "assets/icons/icon.png",
"galleryBanner": { "galleryBanner": {
"color": "#556C80", "color": "#556C80",
@@ -18,7 +18,7 @@
"publisher": "saoudrizwan", "publisher": "saoudrizwan",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/clinebot/cline" "url": "https://github.com/cline/cline"
}, },
"homepage": "https://cline.bot", "homepage": "https://cline.bot",
"categories": [ "categories": [

View File

@@ -452,7 +452,7 @@ const ChatRowContent = ({ message, isExpanded, onToggleExpand, lastModifiedMessa
<br /> <br />
It seems like you're having Windows PowerShell issues, please see this{" "} It seems like you're having Windows PowerShell issues, please see this{" "}
<a <a
href="https://github.com/clinebot/cline/wiki/TroubleShooting-%E2%80%90-%22PowerShell-is-not-recognized-as-an-internal-or-external-command%22" href="https://github.com/cline/cline/wiki/TroubleShooting-%E2%80%90-%22PowerShell-is-not-recognized-as-an-internal-or-external-command%22"
style={{ color: "inherit", textDecoration: "underline" }}> style={{ color: "inherit", textDecoration: "underline" }}>
troubleshooting guide troubleshooting guide
</a> </a>
@@ -639,7 +639,7 @@ const ChatRowContent = ({ message, isExpanded, onToggleExpand, lastModifiedMessa
shell: zsh, bash, fish, or PowerShell (<code>CMD/CTRL + Shift + P</code> → shell: zsh, bash, fish, or PowerShell (<code>CMD/CTRL + Shift + P</code> →
"Terminal: Select Default Profile").{" "} "Terminal: Select Default Profile").{" "}
<a <a
href="https://github.com/clinebot/cline/wiki/Troubleshooting-%E2%80%90-Shell-Integration-Unavailable" href="https://github.com/cline/cline/wiki/Troubleshooting-%E2%80%90-Shell-Integration-Unavailable"
style={{ color: "inherit", textDecoration: "underline" }}> style={{ color: "inherit", textDecoration: "underline" }}>
Still having trouble? Still having trouble?
</a> </a>

View File

@@ -158,8 +158,8 @@ const SettingsView = ({ onDone }: SettingsViewProps) => {
}}> }}>
<p style={{ wordWrap: "break-word", margin: 0, padding: 0 }}> <p style={{ wordWrap: "break-word", margin: 0, padding: 0 }}>
If you have any questions or feedback, feel free to open an issue at{" "} If you have any questions or feedback, feel free to open an issue at{" "}
<VSCodeLink href="https://github.com/clinebot/cline" style={{ display: "inline" }}> <VSCodeLink href="https://github.com/cline/cline" style={{ display: "inline" }}>
https://github.com/clinebot/cline https://github.com/cline/cline
</VSCodeLink> </VSCodeLink>
</p> </p>
<p style={{ fontStyle: "italic", margin: "10px 0 0 0", padding: 0 }}>v{version}</p> <p style={{ fontStyle: "italic", margin: "10px 0 0 0", padding: 0 }}>v{version}</p>