Update docs and refs (v2-dev -> main)

This commit is contained in:
Enrico Ros
2025-10-09 16:14:45 -07:00
parent e1e73cd260
commit b8d27346e0
4 changed files with 6 additions and 8 deletions
+2 -3
View File
@@ -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
@@ -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.
+1 -1
View File
@@ -269,7 +269,7 @@ async function restoreLocalStorage(data: Record<string, any>): Promise<void> {
}
async function restoreIndexedDB(allDbData: Record<string, any>): Promise<void> {
// 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)
+2 -2
View File
@@ -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