forked from cline/cline
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
213 changed files
with
58,907 additions
and
40,705 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changesets | ||
|
||
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works | ||
with multi-package repos, or single-package repos to help you version and publish your code. You can | ||
find the full documentation for it [in our repository](https://github.com/changesets/changesets) | ||
|
||
We have a quick list of common questions to get you started engaging with this project in | ||
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json", | ||
"changelog": "@changesets/cli/changelog", | ||
"commit": false, | ||
"fixed": [], | ||
"linked": [], | ||
"access": "restricted", | ||
"baseBranch": "main", | ||
"updateInternalDependencies": "patch", | ||
"ignore": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
changesDir: .changes | ||
unreleasedDir: unreleased | ||
headerPath: header.tpl.md | ||
changelogPath: CHANGELOG.md | ||
versionExt: md | ||
versionFormat: '## {{.Version}} - {{.Time.Format "2006-01-02"}}' | ||
kindFormat: "### {{.Kind}}" | ||
changeFormat: "* {{.Body}}" | ||
kinds: | ||
- label: Added | ||
auto: minor | ||
- label: Changed | ||
auto: major | ||
- label: Deprecated | ||
auto: minor | ||
- label: Removed | ||
auto: major | ||
- label: Fixed | ||
auto: patch | ||
- label: Security | ||
auto: patch | ||
newlines: | ||
afterChangelogHeader: 1 | ||
beforeChangelogVersion: 1 | ||
endOfVersion: 1 | ||
envPrefix: CHANGIE_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,25 @@ | ||
{ | ||
"root": true, | ||
"parser": "@typescript-eslint/parser", | ||
"parserOptions": { | ||
"ecmaVersion": 6, | ||
"sourceType": "module" | ||
}, | ||
"plugins": [ | ||
"@typescript-eslint" | ||
], | ||
"rules": { | ||
"@typescript-eslint/naming-convention": [ | ||
"warn", | ||
{ | ||
"selector": "import", | ||
"format": [ "camelCase", "PascalCase" ] | ||
} | ||
], | ||
"@typescript-eslint/semi": "off", | ||
"curly": "warn", | ||
"eqeqeq": "warn", | ||
"no-throw-literal": "warn", | ||
"semi": "off", | ||
"react-hooks/exhaustive-deps": "off" | ||
}, | ||
"ignorePatterns": [ | ||
"out", | ||
"dist", | ||
"**/*.d.ts" | ||
] | ||
} | ||
"root": true, | ||
"parser": "@typescript-eslint/parser", | ||
"parserOptions": { | ||
"ecmaVersion": 6, | ||
"sourceType": "module" | ||
}, | ||
"plugins": ["@typescript-eslint"], | ||
"rules": { | ||
"@typescript-eslint/naming-convention": [ | ||
"warn", | ||
{ | ||
"selector": "import", | ||
"format": ["camelCase", "PascalCase"] | ||
} | ||
], | ||
"@typescript-eslint/semi": "off", | ||
"curly": "warn", | ||
"eqeqeq": "warn", | ||
"no-throw-literal": "warn", | ||
"semi": "off", | ||
"react-hooks/exhaustive-deps": "off" | ||
}, | ||
"ignorePatterns": ["out", "dist", "**/*.d.ts"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
demo.gif filter=lfs diff=lfs merge=lfs -text | ||
assets/docs/demo.gif filter=lfs diff=lfs merge=lfs -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* @saoudrizwan @ocasta181 @NightTrek @pashpashpash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Feature Request | ||
url: https://github.com/saoudrizwan/claude-dev/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop | ||
about: Share and vote on feature requests for Claude Dev | ||
- name: Claude Dev Discord Community | ||
url: https://discord.gg/claudedev | ||
- name: ✨ Feature Request | ||
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 | ||
about: Join our Discord community for discussions and support | ||
- name: Other Questions? | ||
- name: ❓ Other Questions? | ||
url: https://x.com/sdrzn | ||
about: Contact the developer on X @sdrzn for other inquiries |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
version: 2 | ||
updates: | ||
# Main extension dependencies | ||
- package-ecosystem: "npm" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
# Group all updates into a single PR | ||
groups: | ||
all-dependencies: | ||
patterns: | ||
- "*" | ||
ignore: | ||
# Ignore all non-security updates (security vulnerabilities bypass these ignore rules) | ||
- dependency-name: "*" | ||
update-types: | ||
- "version-update:semver-major" | ||
- "version-update:semver-minor" | ||
- "version-update:semver-patch" | ||
|
||
# Webview UI dependencies | ||
- package-ecosystem: "npm" | ||
directory: "/webview-ui" | ||
schedule: | ||
interval: "weekly" | ||
groups: | ||
all-dependencies: | ||
patterns: | ||
- "*" | ||
ignore: | ||
# Ignore CRA and related packages that often have false positives | ||
- dependency-name: "react-scripts" | ||
- dependency-name: "@testing-library/*" | ||
- dependency-name: "web-vitals" | ||
- dependency-name: "*" | ||
update-types: | ||
- "version-update:semver-major" | ||
- "version-update:semver-minor" | ||
- "version-update:semver-patch" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
### Description | ||
|
||
<!-- Describe your changes in detail. What problem does this PR solve? --> | ||
|
||
### Test Procedure | ||
|
||
<!-- How did you test this? Are you confident that it will not introduce bugs? If so, why? --> | ||
|
||
### Type of Change | ||
|
||
<!-- Put an 'x' in all boxes that apply --> | ||
|
||
- [ ] 🐛 Bug fix (non-breaking change which fixes an issue) | ||
- [ ] ✨ New feature (non-breaking change which adds functionality) | ||
- [ ] 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] 📚 Documentation update | ||
|
||
### Pre-flight Checklist | ||
|
||
<!-- Put an 'x' in all boxes that apply --> | ||
|
||
- [ ] Changes are limited to a single feature, bugfix or chore (split larger changes into separate PRs) | ||
- [ ] Tests are passing (`npm test`) and code is formatted and linted (`npm run format && npm run lint`) | ||
- [ ] I have reviewed [contributor guidelines](https://github.com/cline/cline/blob/main/CONTRIBUTING.md) | ||
|
||
### Screenshots | ||
|
||
<!-- For UI changes, add screenshots here --> | ||
|
||
### Additional Notes | ||
|
||
<!-- Add any additional notes for reviewers --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,115 @@ | ||
name: "Publish Release" | ||
|
||
on: | ||
workflow_dispatch: | ||
inputs: | ||
release-type: | ||
description: "Choose release type (release or pre-release)" | ||
required: true | ||
default: "release" | ||
type: choice | ||
options: | ||
- pre-release | ||
- release | ||
|
||
permissions: | ||
contents: write | ||
packages: write | ||
checks: write | ||
pull-requests: write | ||
|
||
jobs: | ||
test: | ||
uses: ./.github/workflows/test.yml | ||
|
||
publish: | ||
needs: test | ||
name: Publish Extension | ||
runs-on: ubuntu-latest | ||
environment: publish | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Setup Node.js | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20.15.1 | ||
|
||
# Cache root dependencies - only reuse if package-lock.json exactly matches | ||
- name: Cache root dependencies | ||
uses: actions/cache@v4 | ||
id: root-cache | ||
with: | ||
path: node_modules | ||
key: ${{ runner.os }}-npm-${{ hashFiles('package-lock.json') }} | ||
|
||
# Cache webview-ui dependencies - only reuse if package-lock.json exactly matches | ||
- name: Cache webview-ui dependencies | ||
uses: actions/cache@v4 | ||
id: webview-cache | ||
with: | ||
path: webview-ui/node_modules | ||
key: ${{ runner.os }}-npm-webview-${{ hashFiles('webview-ui/package-lock.json') }} | ||
|
||
- name: Install root dependencies | ||
if: steps.root-cache.outputs.cache-hit != 'true' | ||
run: npm ci | ||
|
||
- name: Install webview-ui dependencies | ||
if: steps.webview-cache.outputs.cache-hit != 'true' | ||
run: cd webview-ui && npm ci | ||
|
||
- name: Install Publishing Tools | ||
run: npm install -g vsce ovsx | ||
|
||
- name: Get Version | ||
id: get_version | ||
run: | | ||
VERSION=$(node -p "require('./package.json').version") | ||
echo "version=$VERSION" >> $GITHUB_OUTPUT | ||
- name: Create Git Tag | ||
id: create_tag | ||
run: | | ||
VERSION=v${{ steps.get_version.outputs.version }} | ||
echo "tag=$VERSION" >> $GITHUB_OUTPUT | ||
echo "Tagging with $VERSION" | ||
git tag "$VERSION" | ||
git push origin "$VERSION" | ||
- name: Package and Publish Extension | ||
env: | ||
VSCE_PAT: ${{ secrets.VSCE_PAT }} | ||
OVSX_PAT: ${{ secrets.OVSX_PAT }} | ||
run: | | ||
# Required to generate the .vsix | ||
vsce package --out "cline-${{ steps.get_version.outputs.version }}.vsix" | ||
if [ "${{ github.event.inputs.release-type }}" = "pre-release" ]; then | ||
npm run publish:marketplace:prerelease | ||
echo "Successfully published pre-release version ${{ steps.get_version.outputs.version }} to VS Code Marketplace and Open VSX Registry" | ||
else | ||
npm run publish:marketplace | ||
echo "Successfully published release version ${{ steps.get_version.outputs.version }} to VS Code Marketplace and Open VSX Registry" | ||
fi | ||
# - name: Get Changelog Entry | ||
# id: changelog | ||
# uses: mindsers/changelog-reader-action@v2 | ||
# with: | ||
# # This expects a standard Keep a Changelog format | ||
# # "latest" means it will read whichever is the most recent version | ||
# # set in "## [1.2.3] - 2025-01-28" style | ||
# version: latest | ||
|
||
- name: Create GitHub Release | ||
uses: softprops/action-gh-release@v1 | ||
with: | ||
tag_name: ${{ steps.create_tag.outputs.tag }} | ||
files: "*.vsix" | ||
# body: ${{ steps.changelog.outputs.content }} | ||
generate_release_notes: true | ||
prerelease: ${{ github.event.inputs.release-type == 'pre-release' }} | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
Oops, something went wrong.