Skip to content

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 07:15
· 11 commits to main since this release
v0.10.0
d4f7fc1

Features

  • feat(comic-strip): add MCP server configuration and update skill documentation for comic-chat integration (6dfd8db)
  • feat(shortlinks): implement short link functionality with minting and expiration handling, update skill docs (a0ab691)
  • feat: add SVG rendering for composed panels and text metrics (71d612c)
  • feat: functional partially optimized mcp (83b9724)
  • feat(studio): refactor auto emotion/pose toggling, update skill (ce9ced4)
  • feat(studio): connect original engine suggestion as studio default, overrideable (9bbad83)
  • feat(suggest): implement art suggestion engine and facings logic test(suggest): add unit tests for art suggestions and facings (3b00beb)
  • feat(meta): update Open Graph image references and alt text for studio and agent skill pages (3f8aa8c)
  • feat(room): add the agent skill link to the chat toolbar (f558a28)
  • feat(balloon-overflow): add tests for balloon overflow handling and message splitting (0803be5)
  • feat(title-panel): add optional footer support for title cards (c92814e)
  • feat: implement durable object transport for WebSocket lifecycle management (1242248)

Fixes

  • fix(agent-skill): add space in summary list for better readability (98a38ad)
  • fix(studio): put balloon style before facing and let either toggle half flip the pose mode (8c9507a)
  • fix(studio): adjust actor details layout and styling for mobile responsiveness (222687d)
  • fix(ci): order studio css by specificity, harden the browser suite (20269f6)
  • fix(room): guard against uncomposable entries to prevent loss of room state (b4d98af)
  • fix(balloon): backport the v2.1b line clamp so overlong text splits instead of failing layout (d97ce23)
  • fix(art-repairs): implement art repair system and integrate with avatar generation (9328254)
  • fix(test): pin flood and mute thresholds to the real constants (7216ed1)

Maintenance

  • chore: v0.10.0 (d4f7fc1)
  • build: run the version hook through node so releases work outside bash (e495535)
  • docs(docs): update README and agent-skill documentation for MCP server integration and usage (f26e5ce)
  • refactor(catalog): bake cast.md prose into catalog.json, drop runtime markdown parsing (79ad104)
  • build: generate artifacts on commit and gate drift in CI (99ef0bf)
  • refactor(skill): share validator and cast parser with the worker, ship reference docs as assets (18e7d89)
  • chore(plugins): sync plugin manifest versions on npm version (0895fe1)
  • chore(ci): add concurrency settings for CI jobs (125332d)