π Version compare: v0.6.13...v0.6.14
π Changelog
codex
- Added codex advise, improving the suggestions for subcommands and options to provide a more complete and intuitive autocompletion experience in the CLI.
yay
- Added the
yay
module. an enhancement tool for theyay
AUR helper, designed for Arch Linux users.
It greatly simplifies the process of finding, selecting, and installing packages by integratingfzf
, a powerful interactive fuzzy search tool.
It encapsulatesyay
's common functionalities into more intuitive subcommands, such asls
(to list installed packages) andinfo
(to view detailed package information), thereby providing users with a more efficient and user-friendly package management experience.
η€ΊδΎοΌ
# Using fzf as an interactive UI to select the applications you want to install
x yay fz
# View the details of the 'x-cmd' package
x yay info x-cmd
chat
- The
x chat --init
configuration setup now includes an option to enable or disable streaming responses, defaulting to false. - Optimized the storage format for LLM request conversation history, making records more compact and structured while improving retrieval and compression efficiency.
- Adjusted and optimized the structure of each component in LLM prompts, making them clearer, more modular, and easier to manage and extend.
openai
- The OpenAI module changed the default model from
gpt-5-nano
togpt-5-mini
.
cb
- Fixed a clone failure issue where
x cb repo cl
entries/objects were missing owner information. #310