Skip to content

SOCIA v0.2

Choose a tag to compare

@github-actions github-actions released this 22 May 07:02

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.