Skip to content

Proqi v0.7.0

Choose a tag to compare

@github-actions github-actions released this 03 Sep 16:14
· 25 commits to main since this release
Immutable release. Only release title and notes can be modified.

Proqi 0.7.0

Proqi 0.7.0 makes clipboard transfers richer, navigation more consistent, and
coordinated upgrades more reliable.

Highlights

  • Copying or cutting between Proqi instances on macOS now preserves supported
    annotations, including attachments, folded large pastes, invocation
    references, and shortcut emphasis. Cut remains non-destructive until the
    clipboard write and unchanged source are both verified.
  • Familiar Primary shortcuts now behave consistently across Board and Edit
    scopes. Board Help and wide footers show the platform shortcut alongside
    portable y, x, and u fallbacks. Primary+Enter and
    Primary+Shift+Enter also submit directly from Board mode.
  • Press Alt+Up or Alt+Down, or use Page Up and Page Down, to move five
    visual rows or eligible entries through editors, pickers, browsers, and
    scrollable overlays.
  • On macOS, Primary+Shift+Left and Primary+Shift+Right extend the selection
    to the beginning or end of the current wrapped visual row. Matching
    configurable actions and Commands remain available when a terminal intercepts
    the chord.
  • Globally symlinked Agent Skills and large Markdown skill, command, and agent
    definitions are now discovered through bounded frontmatter reads without
    loading their complete bodies.
  • Coordinated upgrades now revalidate schema compatibility after another
    process completes migration. The initiating instance remains open unless
    every participating replacement restores its board and becomes control-ready.
  • Creating from the bottom boundary now always appends at the durable end of the
    board, regardless of earlier insertion state or scrolling.
  • Attachment placeholders remain visually stable while accessibility checks are
    pending, and failed attachment presentation now uses consistent layout,
    rendering, scrolling, and pointer geometry.

Compatibility

Typed annotation transfer through the native clipboard is currently available
on macOS. Other supported platforms retain ordinary plain-text clipboard
behavior.

Terminals can intercept Primary shortcuts before Proqi receives them. Portable
Board bindings, Commands, bracketed paste, and raw-key diagnostics remain
available.

Known limitations

Very large invocation catalogs still have bounded root, path, entry, plugin,
picker, and live-reference collection limits. Exhaustion can currently omit
entries without a complete explanation. A separate follow-up is introducing
explicit incomplete-discovery reporting.