Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 27 Dec 14:57
· 11 commits to main since this release
6064cf6

1.0.0 (2024-12-27)

Bug Fixes

  • add DOM type references and remove unused imports (e3c4693)
  • add type assertions for stream chunks and fix syntax (4cfbd4d)
  • cli implementation and tests (8069aed)
  • comment out Spinner component to resolve TypeScript issues while preserving core functionality (e9e1cbc)
  • consolidate OpenAI client configuration into shared utility (577d668)
  • correct invalid semantic-release tagFormat (6561a2b)
  • correct package names from @ai-primitives prefix to plain names (c47d4ef)
  • ensure consistent 10s timeouts and update content validations (7e2f03d)
  • ensure consistent 30s timeouts for AI-dependent tests (dba83ef)
  • ensure consistent model usage and update test configurations (bf16705)
  • ensure consistent model usage and update test configurations (f45be8f)
  • ensure consistent model usage and update test configurations (d5b2c83)
  • improve CLI error handling and ensure proper environment variable passing (bd6eb11)
  • improve component detection and system prompts for more reliable tests (bfa6558)
  • improve test assertions and error handling for non-deterministic responses (f6f16cc)
  • increase test timeouts and ensure consistent model configuration (a39a810)
  • initial generation (16c5a73)
  • mdx file generation (2a40f2a)
  • mdxld upgrade (5fe2865)
  • more mdx streaming (751156c)
  • more tests (ca09074)
  • move model configuration to CLI arguments and update test setup (1dedb49)
  • remove Spinner component for core functionality (5f3254f)
  • remove unused imports to resolve lint errors (885f000)
  • remove unused MDXLD type import (6d5955e)
  • remove unused variables to fix lint errors (8827315)
  • resolve linting errors for setTimeout and unused variable (b0559af)
  • resolve remaining TypeScript errors and standardize test configuration (3800968)
  • resolve test failures and improve error handling (ff14d9d)
  • resolve TypeScript errors and improve type safety (e679425)
  • resolve TypeScript errors in browser tests and update ESLint config (226866c)
  • resolve TypeScript issues with Spinner component and update test configurations (c51a167)
  • Update ci.yml with GITHUB_TOKEN (975ec18)
  • update CLI command handling to match test expectations and add maxTokens config (baf6bcd)
  • update CLI TypeScript interfaces and ensure consistent model usage (057d1c6)
  • update content length assertions and finish reason expectations (11242fd)
  • update content length assertions and heading patterns for consistent testing (ef60b04)
  • update mdxld to v0.1.1 (9dbc2e7)
  • update OpenAI client configuration with correct name parameter (3fdd56d)
  • update OpenAI configuration and test parallelization (caafdff)
  • update remaining model references and test assertions (376c3e4)
  • update RuntimeProcess interface and improve logger tests (7ab0ca3)
  • update test assertions and configurations (6ae1dc2)
  • update test assertions and content validations (816d027)
  • update test assertions and timeouts, ensure consistent model usage (d600f7f)
  • update test assertions and timeouts, ensure consistent model usage (cac8a0c)
  • update test assertions for more flexible finish reasons and remove unnecessary delays (0a8011f)
  • update test configuration and remove duplicate interfaces (29bb4e5)
  • update test configurations and assertions for reliability (6682b6d)
  • update test timeouts and content length validations (1999a77)
  • update test timeouts and ensure consistent model configuration (24932b2)
  • update test timeouts and ensure consistent model configuration (80836ba)
  • update test timeouts and module imports for TypeScript compatibility (1c6486c)
  • update test timeouts to 5000ms and ensure consistent content length validations (0601342)
  • upgraded broken ai-functions (35f892b)
  • use consistent TEST_TIMEOUT and increase MaxListeners (ee76582)

Features

  • add AI_GATEWAY and AI_MODEL support (d1f7b3e)
  • add browser/edge runtime support (4cb3ea3)
  • add Cloudflare Workers AI support (39d3c3a)
  • add support for recursive content generation (893cf1e)
  • better cli interface (3059769)
  • enhance CLI with recursive generation and environment support (9ed1a3b)
  • enhance YAML-LD frontmatter support with proper AST initialization (b34ee92)
  • implement CLI with streaming and concurrency (6351e50)
  • implement recursive MDX content generation with outline-based processing (da65ea3)
  • implemented more capabilities (1b89ca8)
  • partial implementation (3279113)