github x-cmd/x-cmd v0.6.14

latest releases: beta, alpha
pre-releaseone day ago

πŸ‘‰ 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 the yay AUR helper, designed for Arch Linux users.
    It greatly simplifies the process of finding, selecting, and installing packages by integrating fzf, a powerful interactive fuzzy search tool.
    It encapsulates yay's common functionalities into more intuitive subcommands, such as ls (to list installed packages) and info (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 to gpt-5-mini.

cb

  • Fixed a clone failure issue where x cb repo cl entries/objects were missing owner information. #310

Don't miss a new x-cmd release

NewReleases is sending notifications on new releases.