diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index dce49f910..c12173fec 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -12,9 +12,8 @@ body: label: Environment description: (required) Where are you experiencing this issue? options: - - big-agi.com (production website) - - GitHub v2-dev branch - - GitHub other branch (specify in description) + - Big-AGI Pro (big-agi.com) + - Self-deployed from GitHub - Docker container (specify in description) - Local development - Other diff --git a/.github/ISSUE_TEMPLATE/maintainers-release.md b/.github/ISSUE_TEMPLATE/maintainers-release.md index 976ec85dc..ac05cfe5a 100644 --- a/.github/ISSUE_TEMPLATE/maintainers-release.md +++ b/.github/ISSUE_TEMPLATE/maintainers-release.md @@ -32,7 +32,6 @@ assignees: enricoros - [ ] verify deployment on Vercel - [ ] verify container on GitHub Packages - [ ] update the GitHub release - - [ ] push as stable `git push opensource main:main-stable` - Announce: - [ ] Discord announcement - [ ] Twitter announcement @@ -51,7 +50,7 @@ To familiarize yourself with the application, the following are the Website and ``` - paste the URL: https://big-agi.com -- drag & drop: [README.md](https://raw.githubusercontent.com/enricoros/big-AGI/v2-dev/README.md) +- drag & drop: [README.md](https://raw.githubusercontent.com/enricoros/big-AGI/main/README.md) ```markdown I am announcing a new version, 1.2.3. diff --git a/src/modules/trade/BackupRestore.tsx b/src/modules/trade/BackupRestore.tsx index b63bbd540..fa73d7cf4 100644 --- a/src/modules/trade/BackupRestore.tsx +++ b/src/modules/trade/BackupRestore.tsx @@ -269,7 +269,7 @@ async function restoreLocalStorage(data: Record): Promise { } async function restoreIndexedDB(allDbData: Record): Promise { - // expected local DBs to restore over, from the latest `v2-dev` (2025-05-14) + // expected local DBs to restore over, from the latest `main` (was: `v2-dev`, 2025-05-14) const dbTargetVersions: { [dbName: string]: number } = { 'keyval-store': 1, 'Big-AGI': 10, // Dexie multiplied the version (1) by 10 (https://github.com/dexie/Dexie.js/issues/59) diff --git a/tools/ai/README.md b/tools/ai/README.md index 470d559fe..07db6a9c9 100644 --- a/tools/ai/README.md +++ b/tools/ai/README.md @@ -8,7 +8,7 @@ Claude Code. ```bash # Run this from the ROOT of your git repository -curl -fsSL https://raw.githubusercontent.com/enricoros/big-AGI/v2-dev/tools/ai/repo-structure.sh | sh +curl -fsSL https://raw.githubusercontent.com/enricoros/big-AGI/main/tools/ai/repo-structure.sh | sh ``` ## Options @@ -19,7 +19,7 @@ curl -fsSL https://raw.githubusercontent.com/enricoros/big-AGI/v2-dev/tools/ai/r Example with options (include hidden files): -- `curl -fsSL https://raw.githubusercontent.com/enricoros/big-AGI/v2-dev/tools/ai/repo-structure.sh | sh -s -- -a` +- `curl -fsSL https://raw.githubusercontent.com/enricoros/big-AGI/main/tools/ai/repo-structure.sh | sh -s -- -a` ## Requirements