Durable Tell Workspaces
tell init creates a private .tell/arena workspace that stores immutable,
canonical conversation turns. Subsequent Tell invocations reopen that history
automatically and publish a new turn only after execution completes.
New workspace commands provide bounded, provider-free inspection and explicit
state management:
tell historytell transcripttell contexttell compact "summary instruction"tell clear
tell --transient "prompt" uses the same
selected context without publishing conversation, configuration, or session
state.
Canonical workspace records hold semantic messages and tool relationships only.
Credentials, provider envelopes, headers, usage, timing, rendering data,
execution traces, and absolute paths are excluded from canonical hashes.
Package Resolution
The Xprompt Composer package iscognesy/xprompt. Internal package metadata
now uses that registered name consistently, fixing installs that previously
attempted to resolve the nonexistent cognesy/xprompt-php package.
Upgrade Notes
Existing Tell commands remain stateless until a project is explicitly initialized withtell init. Use --transient for one-off experiments that
must retain the current workspace context without recording the result.