Commit Graph

4 Commits

Author SHA1 Message Date
Nikhil
ecd31efcb0 fix: remove Git LFS tracking for docs images so Mintlify can serve them (#446)
Mintlify deploys docs by cloning the repo but does not run `git lfs
pull`. The `.gitattributes` rule `docs/images/** filter=lfs` caused
all doc images to be stored as ~130-byte LFS pointer files, which
Mintlify served as-is — breaking every image on the site.

Removing the LFS rule and re-adding the files as regular git blobs
fixes all images without changing any paths or MDX files.

Also fixes broken Slack link placeholder in troubleshooting page.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-14 21:29:26 -07:00
Felarof
e312f29138 docs: add v0.42.0 changelog entry with release images
Add changelog entry for BrowserOS v0.42.0 featuring SOUL.md, vertical tabs,
long-term memory, and Chromium 146 update. Include screenshots from the
GitHub release.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 08:30:45 -07:00
Felarof
6d1ab5cb05 chore: update docs
feat: docs v0.1

feat: better ocmponents

fix: better cowork docs

fix: docs
2026-02-04 10:51:43 -08:00
Nikhil Sonti
39ceee79b7 feat: changelog for 0.36.3 agent history support docs 2026-01-15 16:46:36 -08:00