ac96434351
docs: centralize README content under docs/repo/
...
**Motivations:**
- Single canonical documentation tree under docs/; reduce drift between README copies.
**Evolutions:**
- Add docs/repo/ with operational guides (cron, systemd, projects, logs, docv, ia_dev, services, scripts, extension).
- Replace scattered README.md files with pointers to docs/repo/*.md.
- Refresh docs/README.md index and cross-links across docs/, .cursor rules/agents.
- Bump ia_dev submodule to matching doc pointer commits.
2026-04-03 18:20:31 +02:00
69ab265560
feat: initial RAG sync with .4nkaiignore (extension 0.3, server 0.2)
...
**Motivations:**
- Seed AnythingLLM workspace from cloned repo using gitignore-style filters
**Root causes:**
- N/A
**Correctifs:**
- N/A
**Evolutions:**
- Template 4nkaiignore.default; server copies after clone; extension uploads via POST /api/v1/document/upload
- New commands /workspace-sync; settings initialSync*; dependency ignore
**Pages affectées:**
- extensions/anythingllm-workspaces/*
- services/repos-devtools-server/*
- docs/features/initial-rag-sync-4nkaiignore.md
2026-03-24 22:36:37 +01:00
615958469d
docs(extension): expand AnythingLLM Workspaces README
...
**Motivations:**
- Clear usage: palette, Dev tools panel, install, troubleshooting
**Root causes:**
- N/A
**Correctifs:**
- N/A
**Evolutions:**
- README sections: requirements, configuration, commands, SSH note, API refs
**Pages affectées:**
- extensions/anythingllm-workspaces/README.md
2026-03-23 22:28:03 +01:00
597f18f758
Add repos-devtools-server and AnythingLLM dev tools panel (0.2.0)
...
**Motivations:**
- Clone or load repos under /home/ncantu/code with AnythingLLM workspace ensure/create from the editor
**Root causes:**
- N/A (new capability)
**Correctifs:**
- N/A
**Evolutions:**
- services/repos-devtools-server: POST /repos-clone, GET /repos-list, POST /repos-load (Bearer REPOS_DEVTOOLS_TOKEN)
- Extension: Webview panel, slash commands, workspaceEnsure + POST /api/v1/workspace/new
- Docs: feature note and index links
**Pages affectées:**
- services/repos-devtools-server/*
- extensions/anythingllm-workspaces/*
- docs/README.md
- docs/features/repos-devtools-server-and-dev-panel.md
- docs/features/anythingllm-vscode-extension.md
2026-03-23 21:20:32 +01:00
564b9d5576
AnythingLLM extension: clarify API key vs nginx bearer, normalize Bearer prefix
...
**Motivations:**
- 403 No valid api key when users paste Ollama nginx secret into extension
**Root causes:**
- AnythingLLM validates keys only from its DB; nginx Bearer is unrelated
**Correctifs:**
- README and fixKnowledge doc; strip optional Bearer prefix in client
**Evolutions:**
- Extension version 0.1.1
**Pages affectées:**
- extensions/anythingllm-workspaces/*
- docs/fixKnowledge/anythingllm-extension-403-api-key.md
- docs/README.md
2026-03-23 14:23:09 +01:00
b8f073ebf9
Add package-lock for anythingllm-workspaces extension
...
**Motivations:**
- Reproducible npm install after local toolchain setup
**Root causes:**
- N/A
**Correctifs:**
- N/A
**Evolutions:**
- Lockfile from npm install
**Pages affectées:**
- extensions/anythingllm-workspaces/package-lock.json
2026-03-23 11:12:55 +01:00
cb87e283a1
Add AnythingLLM workspaces VS Code extension scaffold
...
**Motivations:**
- Expose AnythingLLM API workspaces from the editor against ia.enso public URL
**Root causes:**
- N/A (new capability)
**Correctifs:**
- N/A
**Evolutions:**
- Extension folder with list/open UI commands and API client
- Docs index and feature note
**Pages affectées:**
- extensions/anythingllm-workspaces/*
- docs/README.md
- docs/features/anythingllm-vscode-extension.md
2026-03-23 11:10:15 +01:00