Skip to content

Releases: ingbyr/lzcode

v1.15.1003

04 Jun 08:54

Choose a tag to compare

No notable changes.

v1.15.1002

04 Jun 06:03

Choose a tag to compare

Core

Improvements

  • 1af5e7d Disable tui upgrade
  • e7e72ed Add openspec
  • 67e3a35 Sync release versions for v1.15.9
  • 620fc3b Feat(tui): design revamp of diff viewer
  • 3780749 Refactor(server): rename Fence.waitEffect to Fence.wait
  • 4bbfa5c Refactor(server): drop dead Fence.wait + redundant casts
  • f2b28cb Refactor(opencode): fetch remote config with http client
  • d5b8b08 Test(config): port env-var config tests to it.instance
  • 957f2cf Test(opencode): cover native reasoning continuation
  • 6f1556d Chore(deps): bump gitlab-ai-provider to 6.7.0 (#28218) (@vglafirov)
  • c30dc4a Test(control-plane): finish porting workspace.test.ts to it.instance
  • 179b353 Sync release versions for v1.15.7
  • 24db1ac Opencode: provide channel to web build
  • beece19 Feat(opencode): add xAI Grok OAuth (SuperGrok) + device-code login (#28557) (@Jaaneek)
  • e49824d Test(session): port llm.test.ts to it.instance
  • e3ba15b Refactor(opencode): roll out serviceUse proxy across 14 services + tests
  • cfa9993 Refactor(permission): drop redundant inner decode in Permission.ask
  • 487b005 Test(control-plane): port workspace.test.ts to it.instance
  • 2a0a33e Refactor(question): tool-arg errors at the boundary, drop redundant inner decode
  • f21ab2c Test(server): port event SSE tests to it.instance + testEffectShared
  • 27d2bc5 Test(opencode): port provider.test.ts to it.instance
  • d4760fb Test(opencode): port amazon-bedrock.test.ts to it.instance
  • 135bc56 Test(opencode): remove redundant global event casts
  • cac5c5f Refactor(opencode): extract session LLM request prep
  • df1c864 Rename v2 auth service to account
  • d782bfa Refactor LLM route-first provider API
  • 4469b92 Sync release versions for v1.15.6
  • fc2e04c Test(server): port event-diagnostics to Effect runner
  • e12e4fd Feat(tui): collapse directories when possible in file tree
  • 5711a8c Run: replace subagent tabs with on-demand picker
  • 2991551 Handle permanent file plugin errors
  • 32853b5 Feat(tui): initial impl of diff viewer
  • f0282df Run: add shell mode to prompt
  • 4e17a2d Skip git setup for processor tool test
  • 9b5d2fb Skip snapshot seed file commits
  • 9900a3d Run CLI subprocess tests concurrently
  • c05c833 Skip LLM server for prompt tests without LLM calls
  • eb099f9 Refactor(test/cli): migrate harness short-lived path to AppProcess + FileSystem
  • 85f1178 Migrate remaining legacy tools config tests
  • d5399af Test(cli): tier-A read-only command smoke tests
  • 4bb8acd Test(opencode/run): skip Windows-only scrollback replay failure
  • 7e7f1fe Test(lib): extract snapshot normalizer utility for cross-OS stability
  • 3391bf4 Use keymap state for layer visibility
  • d6f5d93 Test(cli): help-text snapshots for every CLI command
  • 3b37cdd Feat(native-llm): route Anthropic API-key models through native runtime
  • d33f675 Test(cli): subprocess integration tests for opencode acp
  • 21aca8e Feat(httpapi): add v2 public error schemas
  • 279aeb3 Test(cli): subprocess integration tests for opencode serve
  • 47e7ca9 Refactor(test/lib): generalize run-process harness into cli-process
  • 61d64be Test(cli): subprocess integration test harness + regression suite for opencode run
  • 79b7e0d Sync release versions for v1.15.5
  • ffa6a41 Refactor(session): extract prompt tool resolution
  • d4d0c6e Preview native LLM runtime stack
  • e119ae5 Refactor(sync): publish via EffectBridge.fork for codebase consistency
  • 0da4276 Feat(tui): add syntax highlighting for elixir, fsharp, r, make, vim, xml, agda
  • be9a9a2 Refactor(session): extract reference prompt helpers
  • 0361495 Stabilize watcher test readiness
  • 9729af8 Refactor(reference): split materialization state
  • 2574577 Refactor(session): move prompt reminders out of core loop
  • 12eec19 Speed up targeted opencode tests
  • ffe86d1 Refactor(repository): type cache failures
  • df3ca34 Refactor(repository): add cache service
  • 9dc1b84 Refactor(repository): clarify reference domain
  • 345625e Refactor(reference): normalize config entries
  • 0397cb2 Test(reference): cover configured reference contracts
  • 4e9e65f Upgrade opentui to 0.2.14
  • 6cf1c7c Run: replay session history on interactive resume
  • 48e47de Load models.dev snapshot from build global
  • 3b7d382 Dialog prompt submit keybind + opentui event sink
  • 76e014e Sync release versions for v1.15.4
  • 9885899 Sync release versions for v1.15.3
  • 1ed42d7 Sync release versions for v1.15.2
  • d5f5210 Sync release versions for v1.15.1
  • 968ba00 Core: reduce prompts for shell, todowrite, and task tools
  • ce17c6a Core: clarify postinstall error message when binary is missing
  • c9ee6fb Revert "add dialog prompt submit keybind (#27807)"
  • e5e298d Add dialog prompt submit keybind
  • 729f43f Refactor(instance): retire WithInstance adapter
  • d09247a Refactor(lsp): require explicit instance context
  • 5a80433 Refactor(workspace): centralize adapter invocation
  • e7327c7 Refactor(acp): extract runtime reentry
  • 11dacd4 Refactor(instance): remove legacy runtime fallback
  • e514a69 Refactor(worktree): provide runtime reentry refs
  • 7eab956 Refactor(instance): remove remaining bind call sites
  • 2d82102 Test(workspace): avoid legacy instance reads
  • efea6c3 Refactor(cli): dispose bootstrap instance explicitly
  • 7afde3d Refactor(tool): read repo overview directory from instance state
  • 917c4ed Refactor(project): import instance context directly
  • 5a4a177 Refactor(flags): migrate skip migrations flag
  • b9ead1f Refactor(flags): migrate lsp download flag
  • 1256740 Refactor(flags): migrate claude code prompt flag
  • 59e5cbe Refactor(flags): migrate external skills flag
  • 15f4bce Refactor(flags): migrate output token max to runtime flags
  • 995fb06 Sync release versions for v1.15.0
  • 8fbb4aa Add Effect-native core event system
  • 16b947e Sync release versions for v1.14.51
  • 63e4562 Refactor(server): simplify listener lifecycle
  • c472789 Test(lib): promote pollWithTimeout/awaitWithTimeout helpers
  • eb95d96 Test(session): de-flake shell-cancel tests by waiting for busy state
  • 3e0daa6 Test(workspace): use runtime flags in workspace tests
  • faa1ee4 Refactor(flags): move channel db flag to runtime flags
  • 4e1a4ca Refactor(flags): move auto share to runtime flags
  • 978f00a Feat(provider): add NVIDIA endpoints origin header (#27394) (@nv-kasikritc)
  • c0e3414 Refactor(flags): move embedded web ui flag to runtime flags
  • e88d542 Refactor(lsp): move ty flag to runtime flags
  • 4b8cbeb Refactor(flags): migrate icon discovery runtime flag
  • c26595b Refactor(format): move oxfmt flag to runtime flags
  • b1cbf6e Refactor(flags): move bash timeout to runtime flags
  • 9832d9d Refactor(provider): use runtime flag for experimental models
  • 918e98a Refactor(flags): migrate claude code skills flag to RuntimeFlags
  • 3dde73b Test(question): wait on question events
  • 3717e80 Feat: add experimental background subagents
  • 6fe8c92 Docs(effect): refresh TODO with shipped P0 and RF work
  • 35c46ec Refactor(lsp): type initialize errors
  • b455c8a Refactor(provider): type init errors
  • ad1ba01 Refactor(server): centralize session busy mapping
  • c40a130 Refactor event HTTP API route modules
  • d5282f3 Sync release versions for v1.14.50
  • 0f5276c Test(httpapi): simplify event stream regression coverage
  • c60dad4 Docs(effect): plan Instance deletion path
  • 9932272 Refactor(storage): remove not found wire serializer
  • 37185e9 Test(format): remove formatter check sleeps
  • 7883786 Refactor(core): move models.dev into core
  • 8e97159 Test(effect): use Effect sleep in instance state tests
  • 0891081 Effect(patch,tool): migrate patch/index and tool/read to AppFileSystem
  • 612aff7 Effect(core): track stderr truncation; polish AppProcess callers
  • 57ec7bf Effect(util): migrate filesystem callers to AppFileSystem.Service
  • f58f9e5 Test(workspace): effectify sync state cases
  • 5e8e338 Cleanup: make smallOptions rely on variants
  • 5dd9576 Test(workspace): use Effect for local session warp cases
  • abe9b53 Sync release versions for v1.14.49
  • 3aeafd2 Refactor(flags): route installation client through runtime flags
  • f3e8638 Refactor(flags): route llm client through runtime flags
  • 4cc0038 Test(util): migrate log cleanup test to Effect
  • c35cac9 Test(mcp): migrate OAuth auto-connect tests
  • b9018ae Test(session): use Effect polling in processor tests
  • 487484f Effect(git): migrate to AppProcess.run
  • 67f2d0c Effect(installation): migrate to AppProcess.run
  • 5d3e5ff Test(server): migrate pty websocket input test
  • 3504aac Effect(worktree): migrate to AppProcess.run
  • 8e673d2 Effect(format): migrate to AppProcess
  • cf83a00 Test(tool): use Effect sleep in edit concurrency test
  • 479afc3 Effect(core): add stdin option to AppProcess.run; migrate snapshot+clipboard
  • 1fd7de6 Refactor: migrate installation tests to testEffect
  • 08455d0 Refactor(flags): route control-plane workspaces through runtime flags
  • f6bb32f Refactor(flags): route sync workspaces through runtime flags
  • 1db331e Effect(snapshot): migrate to AppProcess.run
  • eb834d1 Test(workspace): effectify sync start coverage
  • 90155bc Refactor(flags): route session workspaces through runtime flags
  • 80c500c Core: expose v2 model listing API
  • 1b611d5 Refactor(flags): route event system through runtime flags
  • aecfa02 Refactor(flags): route plan mode through runtime flags
  • 9ea9efb Refactor(flags): route scout through runtime flags
  • 321531c Test(cli): cover config json diagnostics
  • 87a0487 Temporarily revert: preserve permission ordering by accepting a layered array
  • a949452 Test(pty): migrate output isolation to Effect runner
  • b1c5550 Test(pty): migrate shell tests to Effect runner
  • 7b3dde2 Test(server): scope MCP HttpApi handler
  • 161ff27 Test(mcp): migrate lifecycle tests to Effect runner
  • 2ae3ea0 Test(server): stabilize SDK project skill p...
Read more

v1.14.2902

12 May 07:32

Choose a tag to compare

No notable changes

v1.14.2901

29 Apr 13:19

Choose a tag to compare

No notable changes

v1.4.303

27 Apr 09:00

Choose a tag to compare

No notable changes

v1.4.302

23 Apr 07:59

Choose a tag to compare

No notable changes

v1.4.301

17 Apr 06:58

Choose a tag to compare

No notable changes

v1.4.3

15 Apr 06:03

Choose a tag to compare

No notable changes

v1.2.35

14 Apr 02:29

Choose a tag to compare

Core

  • rename log file to lzcode

Desktop

  • core: add comprehensive tracing to desktop initialization and CLI spawning
  • Revert "core: disable automatic update checks on startup to reduce network noise"

v1.2.34

10 Apr 06:03

Choose a tag to compare

Desktop

  • core: disable automatic update checks on startup to reduce network noise