Releases: IES-Rafael-Alberti/socia
Release list
SOCIA v0.3
v0.3
Changes since v0.2:
New features
- (feat) add skills to release [release] (071ef8c)
Fixes
- fix(slides): track dist/ and plugin/ assets excluded by .gitignore (b78f88b)
- fix(docs): use passthrough image service to avoid missing sharp error (2c441a4)
Other
- (cleanup) Remove .DS_Store files (0b1e8e2)
- ci: include reveal.js slides in GitHub Pages deployment (28065c5)
- Add Reveal.js slides and SOCIA assets (82d7064)
Artifacts
mentora-v0.3.zip— MENTORA Chrome extension (teacher).socia-v0.3.zip— SOCIA Chrome extension (student).panel-server-v0.3.zip— server + teacher panel.workflow-generator-v0.3.skill— agent skill for generating SOCIA workflows from MENTORA recordings.guide-generator-v0.3.skill— agent skill for generating step-by-step teaching guides from MENTORA recordings.
Quick install
Extensions (Chrome / Edge): unzip and load the resulting folder from chrome://extensions with developer mode enabled ("Load unpacked").
Server: unzip panel-server-v0.3.zip, install production dependencies (pnpm install --prod) and start with node dist/index.js. Alternatively, use the included Dockerfile.
Agent skills: install workflow-generator-v0.3.skill and guide-generator-v0.3.skill with an agent compatible with the .skill format. If your agent does not support .skill files, rename each file to .zip, unzip it, and follow that agent's own skill installation instructions with the extracted skill folder.
SOCIA v0.2
v0.2
Changes since v0.1:
New features
- (feat) Add h2 divider and figure-caption styles (fe9a920)
Fixes
- (fix) Add interpolateWorkflowText util and use it (2ce9fd2)
- (fix) Add dev:server:all to run API and Vite panel (04cc1e7)
Documentation
- (docs) add section of design process (99a3884)
Other
- Update CODE_OF_CONDUCT.md [release] (3792475)
- Update workflow-bruteforce-demo.json (16026d8)
- Update workflow-bruteforce-demo.json (14ba932)
- Delete inject-network-interceptor.ts (37737fb)
Artifacts
mentora-v0.2.zip— MENTORA Chrome extension (teacher).socia-v0.2.zip— SOCIA Chrome extension (student).panel-server-v0.2.zip— server + teacher panel.
Quick install
Extensions (Chrome / Edge): unzip and load the resulting folder from chrome://extensions with developer mode enabled ("Load unpacked").
Server: unzip panel-server-v0.2.zip, install production dependencies (pnpm install --prod) and start with node dist/index.js. Alternatively, use the included Dockerfile.
SOCIA v0.1
v0.1
First release.
New features
- (feat) add logos to docs (ef5dc59)
- (feat) New grading logic (c25c876)
- (feat) add json validator in skill (6b48572)
- (feat) new website (7848d6e)
Fixes
Other
- Update contributing and release test [release] (601e26c)
- Create release.yml (b7e440f)
- Update README.md (4014df1)
- Manage teacher launches and add extension download (23dd540)
- Persist popup state; prevent concurrent exports (5ea8a0d)
- Add URL hash routing and navigation (04bdad6)
- improve launch workflow (ea353fe)
- improve skill and example for creating workflows (f4b9b4e)
- Reduce audio chunk duration to 5 minutes (c34d17b)
- Switch Mentora transcription to OpenRouter (c4e4263)
- Update CIFP Cuenca branding metadata (b0a33e6)
- Set default OpenRouter model to mimo-v2-flash (d9dc5fc)
- Add 'socia' default brand and assets (76d286f)
- Configure server brand via BRAND_ID env (8846d7f)
- Reorganize as pnpm monorepo and prepare for public release (37771a7)
- change logo Cuenca (4d395bd)
- Update referents titles and navigation labels (4c256ff)
- Update intro.mdx (552add3)
- Expand referents: Murcia and Tknika details (20883a9)
- Update index.mdx (eea479d)
- Update funding.astro (1bd4084)
- Update custom.css (0b73516)
- Localise mock components and add translations (7c4d43b)
- Use socia.fpciberseguridad.com as site domain (e4c1fe8)
- Update astro.config.mjs (3467b6b)
- Update funding.astro (67e5326)
- Add funding logos and update component (ffb24af)
- Update static.yml (4c9da7b)
- Remove generated site files and update CI workflow (0329877)
- Update static.yml (269c28e)
- add docs (eb311f9)
- update urls (5c880d4)
- add page for preview (0308acd)
- clean template (eb5e800)
- Create static.yml (3052270)
- landing page prototype (f2b6ed7)
- init commit (674bd12)
- Initial commit (bced74c)
Artifacts
mentora-v0.1.zip— MENTORA Chrome extension (teacher).socia-v0.1.zip— SOCIA Chrome extension (student).panel-server-v0.1.zip— server + teacher panel.
Quick install
Extensions (Chrome / Edge): unzip and load the resulting folder from chrome://extensions with developer mode enabled ("Load unpacked").
Server: unzip panel-server-v0.1.zip, install production dependencies (pnpm install --prod) and start with node dist/index.js. Alternatively, use the included Dockerfile.