Releases: mmurakaru/cueloop
Release list
cueloop@0.1.0-alpha.59
Patch Changes
-
#278
8523940Thanks @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
@cueloop/schema@0.1.0-alpha.59
@cueloop/integration-obsidian@0.1.0-alpha.59
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
Patch Changes
- Updated dependencies []:
- @cueloop/schema@0.1.0-alpha.59
@cueloop/daemon@0.1.0-alpha.59
Patch Changes
-
#278
8523940Thanks @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
Patch Changes
-
#278
8523940Thanks @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
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
Patch Changes
-
#263
d21e00cThanks @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
Patch Changes
-
#266
0c8f353Thanks @mmurakaru! - Add abuild:binaryscript that compiles cueloop into a self-contained executable withbun 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 achecksums.txt, to the GitHub Release. A curl installer served atcueloop.dev/install.shand a Homebrew formula download those binaries, socurl -fsSL https://cueloop.dev/install.sh | shandbrew install cueloopinstall 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
Patch Changes
-
#260
e78fed9Thanks @mmurakaru! - Make the branded transparent theme readable on a light terminal. The defaultcuelooptheme 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