Skip to content

Main branch build failed: docs: update documentation structure, add integrations and skills (#6) #7

@bocsp

Description

@bocsp

Build failed on main branch.

Commit: 12afcce
Author: Jiwei,Yuan
Message: docs: update documentation structure, add integrations and skills (#6)

  • chore: update gitignore and lockfile

Add .vscode to gitignore and update bun.lock with configVersion.

  • docs(llm-providers): add Cloudflare AI Gateway and update models
  • Add Cloudflare AI Gateway integration section with example
  • Update Anthropic models: add claude-sonnet-4-5, remove claude-3-haiku
  • Update OpenAI models: add gpt-5.2, o4, reorganize reasoning models
  • Move introduction to frontmatter description
  • Remove redundant H1 header
  • docs(interceptors): simplify API with factory functions

Rewrite loop interceptors documentation to use the new simplified API:

  • Replace class-based MaxTokensInterceptor with continueOnMaxTokens()
  • Replace ErrorDetectionInterceptor with errorDetector(command, args)
  • Remove ToolExecutionInterceptor (now automatic)
  • Add examples for multiple languages (Deno, Node, Python, Rust, Go)
  • Simplify custom interceptor examples with factory functions
  • Update InterceptorResult to use { complete, reason } pattern
  • Add combining interceptors example
  • docs(quick-start): introduce createZypherAgent factory
  • Add createZypherAgent as the recommended approach
  • Move manual setup to collapsible "Alternative" section
  • Update model to claude-sonnet-4-5-20250929
  • Improve event streaming example with proper stdout writing
  • Simplify code by removing getRequiredEnv helper
  • Move introduction to frontmatter description
  • docs(tools): move introductions to frontmatter
  • Move introduction text to frontmatter descriptions
  • Remove redundant H1 headers from all tools docs
  • docs(checkpoints): move introduction to frontmatter
  • Move introduction text to frontmatter description
  • Remove redundant H1 header
  • docs(examples): use Card component for navigation
  • Replace markdown link with Card component
  • Move introduction to frontmatter description
  • docs(core-concepts): add skills documentation

Add new skills documentation explaining how to create and use
agent skills for reusable workflows and custom commands.

  • docs: add integrations section with ACP and HTTP docs

Add new integrations documentation section:

  • ACP (Agent Communication Protocol) integration guide
  • HTTP server integration for web applications
  • Index page with integration overview
  • docs(interceptors): simplify errorDetector examples

Remove verbose multi-language examples, keep only Deno example.

  • fix(interceptors): correct API signatures
  • Fix continueOnMaxTokens to take number directly, not options object
  • Remove incorrect toolApprovalHandler docs (not in createZypherAgent API)
  • docs(integrations): simplify overview diagram

View Check Suite

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions