Skip to content

Releases: mmurakaru/cueloop

cueloop@0.1.0-alpha.59

Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Aug 08:15
a16e3dc

Patch Changes

  • #278 8523940 Thanks @mmurakaru! - Enforce a cyclomatic complexity limit of 20 (oxlint) and refactor the functions that exceeded it - the intent dispatcher, keymap reducer, config layering, App, plan-sheet run-style, the CLI command routers, and the daemon dispatch - into small, table-driven units. Behavior and public APIs are unchanged.

  • Updated dependencies [8523940]:

    • @cueloop/client@0.1.0-alpha.59
    • @cueloop/daemon@0.1.0-alpha.59
    • @cueloop/adapters@0.1.0-alpha.59
    • @cueloop/schema@0.1.0-alpha.59

@cueloop/schema@0.1.0-alpha.59

Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Aug 08:15
a16e3dc
@cueloop/schema@0.1.0-alpha.59

@cueloop/integration-obsidian@0.1.0-alpha.59

Choose a tag to compare

@github-actions github-actions released this 28 Aug 08:15
a16e3dc

Patch Changes

  • Updated dependencies []:
    • @cueloop/extension-api@0.1.0-alpha.59
    • @cueloop/schema@0.1.0-alpha.59

@cueloop/extension-api@0.1.0-alpha.59

Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Aug 08:15
a16e3dc

Patch Changes

  • Updated dependencies []:
    • @cueloop/schema@0.1.0-alpha.59

@cueloop/daemon@0.1.0-alpha.59

Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Aug 08:15
a16e3dc

Patch Changes

  • #278 8523940 Thanks @mmurakaru! - Enforce a cyclomatic complexity limit of 20 (oxlint) and refactor the functions that exceeded it - the intent dispatcher, keymap reducer, config layering, App, plan-sheet run-style, the CLI command routers, and the daemon dispatch - into small, table-driven units. Behavior and public APIs are unchanged.

  • Updated dependencies []:

    • @cueloop/schema@0.1.0-alpha.59

@cueloop/client@0.1.0-alpha.59

Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Aug 08:15
a16e3dc

Patch Changes

  • #278 8523940 Thanks @mmurakaru! - Enforce a cyclomatic complexity limit of 20 (oxlint) and refactor the functions that exceeded it - the intent dispatcher, keymap reducer, config layering, App, plan-sheet run-style, the CLI command routers, and the daemon dispatch - into small, table-driven units. Behavior and public APIs are unchanged.

  • Updated dependencies [8523940]:

    • @cueloop/daemon@0.1.0-alpha.59
    • @cueloop/extension-api@0.1.0-alpha.59
    • @cueloop/integration-obsidian@0.1.0-alpha.59
    • @cueloop/schema@0.1.0-alpha.59

@cueloop/adapters@0.1.0-alpha.59

Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Aug 08:15
a16e3dc

Patch Changes

  • Updated dependencies [8523940]:
    • @cueloop/daemon@0.1.0-alpha.59
    • @cueloop/schema@0.1.0-alpha.59

cueloop@0.1.0-alpha.58

Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Aug 22:48
bd5676c

Patch Changes

  • #263 d21e00c Thanks @mmurakaru! - Give the prototype comment composer a fixed width so it reads like the plan and diff composers instead of shrinking to its content. The floating card previously sized to the clicked element; it now uses a set width and stays inside the preview region when the element sits near the right edge.

  • Updated dependencies []:

    • @cueloop/adapters@0.1.0-alpha.58
    • @cueloop/client@0.1.0-alpha.58
    • @cueloop/daemon@0.1.0-alpha.58
    • @cueloop/schema@0.1.0-alpha.58

cueloop@0.1.0-alpha.56

Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Aug 22:00
1343325

Patch Changes

  • #266 0c8f353 Thanks @mmurakaru! - Add a build:binary script that compiles cueloop into a self-contained executable with bun build --compile, bundling the Bun runtime so the binary needs neither Node nor a separate Bun. A release workflow builds one binary per platform (darwin-arm64, darwin-x64, linux-x64, linux-arm64) and attaches them, with a checksums.txt, to the GitHub Release. A curl installer served at cueloop.dev/install.sh and a Homebrew formula download those binaries, so curl -fsSL https://cueloop.dev/install.sh | sh and brew install cueloop install onto a stable PATH that survives Node version switches.

  • Updated dependencies []:

    • @cueloop/adapters@0.1.0-alpha.56
    • @cueloop/client@0.1.0-alpha.56
    • @cueloop/daemon@0.1.0-alpha.56
    • @cueloop/schema@0.1.0-alpha.56

cueloop@0.1.0-alpha.54

Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Aug 17:05
eecc9ee

Patch Changes

  • #260 e78fed9 Thanks @mmurakaru! - Make the branded transparent theme readable on a light terminal. The default cueloop theme leaves the background unpainted so the terminal shows through, but its text was tuned only for a dark terminal - on a white background it rendered light-on-light (notably for a collaborator opening a shared plan over SSH). cueloop now queries the terminal's background at startup (OpenTUI's OSC theme-mode query, ~200ms budget, falling back to dark) and picks a light transparent variant with dark text when the terminal is light. Applies to both the local TUI and the SSH-served observer view. The opaque palette presets (Catppuccin, Nord, …) are unchanged - they paint their own background and already read the same either way.

  • Updated dependencies []:

    • @cueloop/adapters@0.1.0-alpha.54
    • @cueloop/client@0.1.0-alpha.54
    • @cueloop/daemon@0.1.0-alpha.54
    • @cueloop/schema@0.1.0-alpha.54