mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Update docs and refs (v2-dev -> main)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user