Skip to content

SOCIA v0.1

Choose a tag to compare

@github-actions github-actions released this 21 May 14:59

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

  • (fix) Remove sharp from docs package dependencies (e115e56)
  • (fix) github actions version (ab2acde)

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.