Skip to content

Latest commit

 

History

History
62 lines (47 loc) · 1.8 KB

File metadata and controls

62 lines (47 loc) · 1.8 KB

CHANGELOG

0.1.4 (2025-07-03)

  • Chat history now supports statistically uploaded files.
  • The chat summary is now automatically generated as Chat.summary.
  • Token usage is now tracked as Chat.input_tokens and Chat.output_tokens.
  • Add new MIME types (xls, xlsx, doc, docx, ppt, and pptx).

0.1.3 (2025-06-25)

  • Chat history now supports images, downloads, and uploads.
  • Images supported by the code interpreter are no longer uploaded twice.
  • Convert Chat.load to a class method.
  • Code interpreter now replaces expired containers automatically.

0.1.2 (2025-06-19)

  • Add support for OpenAI's web search capability.
  • Add support for OpenAI's remote MCP capability.
  • Fix a bug causing incorrect handling of the history file.
  • Add support for OpenAI's reasoning capability.
  • Add support for OpenAI's image generation capability.
  • Code blocks are now rendered as collapsible.

0.1.1 (2025-06-15)

  • Fix a typo in Chat.save.
  • The welcome message is no longer shown when a user provides chat history.
  • Fix a bug causing incorrect handling of example messages.
  • Attachment file names are now included in user messages.

0.1.0 (2025-06-06)

  • Add support for OpenAI's Responses API and set it as the default.
  • Remove support for OpenAI's Chat Completions and Assistants APIs.
  • Introduce a CLI for deleting OpenAI files, vector stores, and containers.

0.0.10 (2025-06-02)

  • Add new capabilities.

0.0.9 (2025-05-26)

  • Add new capabilities.

0.0.8 (2025-05-14)

  • Add new capabilities.

0.0.7 (2025-04-11)

  • Add new capabilities.

0.0.6 (2025-04-05)

  • Add new capabilities.

0.0.5 (2025-03-29)

  • Add new capabilities.

0.0.4 (2025-03-26)

  • Add new capabilities.

0.0.3 (2025-03-20)

  • Add new capabilities.

0.0.2 (2025-02-07)

  • Add new capabilities.

0.0.1 (2025-02-05)

  • Initial release.