Skip to content

Proqi v0.5.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 16:19
· 180 commits to main since this release
Immutable release. Only release title and notes can be modified.

Proqi 0.5.0

Proqi 0.5.0 makes the board a faster primary prompt input, expands composition
and capture workflows, and adds safe discovery of reusable invocations and live
Herdr collaborators.

Highlights

  • Start typing or pasting on a genuinely empty board without first creating a
    durable blank thought. Primary+Enter submits the active editor content and
    removes it after acceptance; Primary+Shift+Enter submits and keeps it. After
    the final thought is removed, Proqi returns to + Start typing.
  • Complete local skills, agents, and commands by typing $name, /name, or a
    supported @name. Inside Herdr, the same picker discovers recognized coding
    agents across the current server and inserts an inert collaborator mention
    with exact workspace, tab, and pane identity. Selecting a reference never
    focuses or submits to that agent.
  • Build larger prompts with arbitrary or contiguous thought selection,
    select-all, duplication, reordering, smart-list continuation and indentation,
    five-row editor jumps, and atomic whole-board submission.
  • On macOS, enable Screenshot Inbox to turn new images from the configured
    directory into private, annotatable thoughts. Bounded unattended-capture and
    inactivity limits pause listening automatically.
  • Verify every file and image attachment immediately before submission. Missing,
    unreadable, or otherwise inaccessible sources leave the complete board
    unchanged instead of producing a partial prompt.
  • Use direct Herdr submission with Claude Code, Codex, Pi, and Hermes. OpenCode
    and Kilo remain conditional integrations with documented protocol limits.
  • Exit remains bounded even when Screenshot Inbox persistence keeps failing,
    installed-product tests no longer reuse foreign runtime ownership, and an
    accepted submission receipt plus source removal now persist atomically.

Configuration and compatibility

The optional [keybindings] fields move_up and move_down are now named
range_up and range_down. Existing files using the old names continue to load
through compatibility aliases.

The optional [screenshot_inbox] table configures the watched directory,
filename patterns, supported image types, capture bounds, and notifications.
Screenshot Inbox is available only on macOS.

Local storage schema 9 and owner-control protocol 6 add durable attachment and
Herdr-reference contracts. Supported older stores migrate automatically. Older
active owners reject unsupported reference annotations instead of silently
discarding their presentation metadata.

Known limitations

Live Herdr references are point-in-time picker results and refresh when the
picker is reopened. They are inert prompt context, not a global or remote
submission target.

Herdr protocol 19 cannot always distinguish replacement of one ready
sessionless harness by another in the same pane during the final verification
window. It also cannot guarantee a distinct prompt boundary when another sender
submits concurrently. Proqi preserves the source when its semantic receipt does
not match, but simultaneous senders should be avoided when that boundary is
critical.