Skip to content

UIntell Agent v1.0.1

Choose a tag to compare

@github-actions github-actions released this 23 Jul 08:26

UIntell Agent 1.0.1 improves interactive shell use without changing the stable
1.x command, gateway, permission, graph, or persistence contracts.

Shell Integration

  • Added generated Fish completions for commands, options, providers, models,
    skills, and saved prompt history.
  • Added the ua Fish function for launching UIntell Agent from any project.
  • Updated the installer to configure Fish automatically for the current user.

Prompt History

  • Added private, project-scoped prompt history at
    ~/.uintell/prompt-history.json.
  • Added Up/Down recall and visible autosuggestions in the TUI.
  • Added Tab/Right acceptance for suggestions and slash-command completion.
  • Added uintell-agent history commands for listing and clearing history.
  • Prevented likely credentials, private keys, recovery phrases, and Nostr
    secret keys from being persisted.

Installation

Install or upgrade with:

version=1.0.1
curl -fLO "https://github.com/uintell/uintellagent/releases/download/v${version}/uintell-agent-${version}-x86_64-unknown-linux-gnu.tar.gz"
tar -xzf "uintell-agent-${version}-x86_64-unknown-linux-gnu.tar.gz"
cd "uintell-agent-${version}-x86_64-unknown-linux-gnu"
./install.sh

Existing 1.0.0 configuration, graph data, workspaces, and checkpoints remain
compatible.