diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 2e84133..cad57bd 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: false contact_links: - 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 - name: Cline Discord url: https://discord.gg/cline diff --git a/CHANGELOG.md b/CHANGELOG.md index efcc03f..2a22d53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [2.0.6] + +- Update URLs to https://github.com/cline/cline + ## [2.0.5] - Fixed bug where Cline's edits would stream into the active tab when switching tabs during a write_to_file diff --git a/README.md b/README.md index 0281eff..8b08072 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Cline (prev. Claude Dev) – \#1 on OpenRouter

- +

@@ -14,10 +14,10 @@ Join the Discord -Docs +Docs -Feature Requests +Feature Requests @@ -99,14 +99,14 @@ Cline can also use a headless browser to inspect any website, e.g., localhost, a ## 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.
Local Development Instructions 1. Clone the repository: ```bash - git clone https://github.com/clinebot/cline.git + git clone https://github.com/cline/cline.git ``` 2. Open the project in VSCode: ```bash diff --git a/package-lock.json b/package-lock.json index a62ab23..44ad675 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "claude-dev", - "version": "2.0.0", + "version": "2.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "claude-dev", - "version": "2.0.0", + "version": "2.0.5", "license": "Apache-2.0", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", diff --git a/package.json b/package.json index d58b7de..1d6de3d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "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.", - "version": "2.0.5", + "version": "2.0.6", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#556C80", @@ -18,7 +18,7 @@ "publisher": "saoudrizwan", "repository": { "type": "git", - "url": "https://github.com/clinebot/cline" + "url": "https://github.com/cline/cline" }, "homepage": "https://cline.bot", "categories": [ diff --git a/webview-ui/src/components/chat/ChatRow.tsx b/webview-ui/src/components/chat/ChatRow.tsx index 249e0a5..ecec748 100644 --- a/webview-ui/src/components/chat/ChatRow.tsx +++ b/webview-ui/src/components/chat/ChatRow.tsx @@ -452,7 +452,7 @@ const ChatRowContent = ({ message, isExpanded, onToggleExpand, lastModifiedMessa
It seems like you're having Windows PowerShell issues, please see this{" "} troubleshooting guide @@ -639,7 +639,7 @@ const ChatRowContent = ({ message, isExpanded, onToggleExpand, lastModifiedMessa shell: zsh, bash, fish, or PowerShell (CMD/CTRL + Shift + P → "Terminal: Select Default Profile").{" "} Still having trouble? diff --git a/webview-ui/src/components/settings/SettingsView.tsx b/webview-ui/src/components/settings/SettingsView.tsx index 396a553..dfc7238 100644 --- a/webview-ui/src/components/settings/SettingsView.tsx +++ b/webview-ui/src/components/settings/SettingsView.tsx @@ -158,8 +158,8 @@ const SettingsView = ({ onDone }: SettingsViewProps) => { }}>

If you have any questions or feedback, feel free to open an issue at{" "} - - https://github.com/clinebot/cline + + https://github.com/cline/cline

v{version}