Skip to content

Ya v0.1.1

Choose a tag to compare

@ZedingZhang ZedingZhang released this 27 Jul 00:59

Markdown terminal rendering

  • Interactive terminals now render Ya's common Markdown output, including headings, emphasis, lists, block quotes, code blocks, links, and simple tables.
  • --format auto is the default: render in a TTY and preserve raw Markdown when output is redirected or piped.
  • Use --format terminal to force terminal formatting or --format markdown to preserve source Markdown.
  • Set NO_COLOR=1 to disable ANSI styles.

中文说明

Markdown 终端渲染

  • 交互式终端现可渲染 Ya 常见的 Markdown 输出,包括标题、强调、列表、引用、代码块、链接和简单表格。
  • --format auto 为默认行为:TTY 中渲染,重定向或通过管道输出时保留原始 Markdown。
  • 使用 --format terminal 强制终端排版,使用 --format markdown 保留源 Markdown。
  • 设置 NO_COLOR=1 可关闭 ANSI 样式。

Assets

  • ya_agent-0.1.1-py3-none-any.whl: universal Python wheel
  • ya_agent-0.1.1.tar.gz: source distribution