Skip to content

v0.4.0

Latest

Choose a tag to compare

@wippy-releases wippy-releases released this 09 Jul 16:55
bf9ec1e

0.4.0 (2026-07-09)

Features

  • add initial implementation of LICENSE, README, CODEOWNERS, and .gitattributes files into LLM and Usage modules (bc45cd4)
  • add initial implementation of LLM and Usage modules with subsplit (f5f57e3)
  • add initial implementation of other modules with subsplit (d63373f)
  • agent: add trait behavior declarations (#69) (e925105)
  • agent: declarative active trait/tool overlays on agent_context (0c70bea)
  • agent: enhance tool schema extraction and add raw metadata retrieval (e51ef74)
  • agent: update Agent module (25dc230)
  • bedrock: bulletproof tool calling and structured output across all models (8632cad)
  • bootloader: generate ENCRYPTION_KEY on start (#9) (552c586)
  • bootloader: Support multiple DBs (#18) (e7d6d1b)
  • ci: adopt release-please for automated releases (#74) (af963ad)
  • facade: add host_config_layout ns.requirement for managed-layout (b926ab8)
  • facade: content_fs theming with fs:// scheme + CSS-vars endpoint (b77092d)
  • facade: tanstack passthrough + theme persistence; Web Host CDN 1.0.41 (EE2-2265, EE2-2274) (92019de)
  • facade: tanstack requirement → themeMode-style passthrough to AppConfig.tanstack (821486a)
  • facade: theme persistence (cookie / localStorage) + Jet SSR shell (ae6f9e6)
  • facade: theme_mode forcing + bump Web Host CDN 1.0.37 -> 1.0.39 (EE2-2265) (0c1691c)
  • facade: theme_mode forcing + Web Host CDN 1.0.39 (EE2-2265) (6421013)
  • llm: add AWS Bedrock provider for Claude models (2899419)
  • llm: add EC2 IMDS credential support and register container env vars (084b947)
  • llm: Add Google LLM providers (#21) (64143c3)
  • llm: Add the ability to use global region in vertex (73bbc7f)
  • llm: extract bedrock into standalone provider with Converse API and embeddings (c07637a)
  • llm: implement AWS eventstream binary parser for Bedrock streaming (ec147bf)
  • llm: optional model_resolver contract for model/provider resolution (3cf905b)
  • llm: Support Claude thinking (3f485e8)
  • llm: Update LLM module (c15ceb3)
  • relay: declare ENVs in requirements (5bdc358)
  • relay: update Relay component (3602ef0)
  • relay: use src dir as source root (e101330)
  • sync changes; (c3e7f20)
  • test: enhance support for immutable tables and improve error handling (4b26c02)
  • update README with module descriptions and badge style improvements (0b24d38)
  • usage: add environment variable support for database resource (966539c)
  • usage: add get_usage_by_user to token_usage_repo (38f8aa1)
  • usage: rename target_db entry to env-target_db; (e13173c)
  • usage: update Usage module (61f341c)
  • views: add API router requirement for endpoint configuration (a455aef)
  • views: Add registry-based environment variable mappings for view templates (#22) (ea42ee9)
  • views: camelCase component & page API projection (bf04c68)
  • wc-content-kit: new module shipping mermaid / markdown / chartjs web components (6091461)

Bug Fixes

  • actor: Remove extra entry (a9adaac)
  • agent: Fix dependencies (2c3161f)
  • bedrock: detect embedding models with cross-region inference prefixes (cf87c95)
  • bedrock: resolve all lint errors with proper type annotations (e454908)
  • bootloader: classify dependencies by registry meta.type, not namespace heuristic (84295a4)
  • Configuration changes and Code quality improvements (#30) (d8dd0d2)
  • discovery: resolve lint errors in providers_test with :: any casts (ea7159b)
  • Fixed invalid OpenRouter mapping for OpenAI sync requests (#19) (197e621)
  • invalid openrouter mapping for openai sync requests (#15) (0b56cf6)
  • llm: Fix google mapper (#24) (1d43194)
  • llm: handle nil actor case when retrieving metadata (ce395fb)
  • llm: track resolved model name in usage instead of class alias (c96aa90)
  • meta deprecation warning removal (#29) (91e9668)
  • path to the Usage module sources (7e27d0e)
  • relay: propagate authenticated scope (#70) (5d6cafd)
  • relay: return plugins as array in welcome message (176b17d)
  • remove unnecessary DB mapping in requirements (#25) (80ac41e)
  • repair subsplit (1d80df8)
  • resolve pre-existing lint errors across llm, embeddings, views (c102179)
  • sessions flows (#12) (fa44d5d)
  • usage: add OS storage for environment variables and update target_db storage reference (ad859d0)
  • usage: resolve context_id from ctx when not provided in options (2899419)
  • views/tests: update entry_point default tests for projection-layer defaults (8713596)
  • views: make bundled_meta_test actually run + register it; fix latent fixture bug (fdee596)