Skip to content

DevWit v0.4.0 — P1 Retention Engineering Milestone

Choose a tag to compare

@eeyzs1 eeyzs1 released this 03 Aug 04:47
· 31 commits to main since this release

DevWit v0.4.0 — P1 Retention Engineering Milestone

The lean-context AI-native desktop IDE. Free software, MIT licensed.

LSP Code Intelligence (Complete)

  • Auto-completion (textDocument/completion) — 250ms debounced popup, keyboard/mouse nav, word-boundary replacement
  • Find References (textDocument/references) — Shift+F12
  • Code Action (textDocument/codeAction) — Ctrl+. menu, cross-file edit application
  • Rename Symbol (textDocument/rename) — F2, cross-file edits
  • Signature Help (textDocument/signatureHelp) — triggered on ( or ,
  • Document Outline (textDocument/documentSymbol) — 4th sidebar tab, hierarchical tree, click-to-jump

Git Integration (Round 2)

  • Branch management — checkout / create / delete via dropdown
  • Stash — push / pop / apply / drop with stash list panel
  • Blame — line-level annotations overlay
  • Merge conflict resolution — ours / theirs / manual strategies

DAP Debugging (Round 2)

  • Conditional breakpoints — condition / hit count, yellow ring visual
  • Log points — no-pause logging, cyan diamond visual
  • Watch expressions — add/remove/refresh, evaluated on pause, persisted
  • Attach mode — attach to running Node.js process via inspector port

Editor Enhancements

  • Cross-file search/replace — Ctrl+Shift+F, literal/regex/whole-word/case-sensitive
  • Drag-to-reorder tabs — multi-tab bar with click-switch, middle-click-close, HTML5 drag sort

AI Capability

  • Context manifest export — export any manifest as JSON for audit (strengthens the transparent-context core)

Test Baseline

680 unit tests + 68 test files, all green.


Note: This build is unsigned (SignPath Foundation application pending). Windows SmartScreen may show a warning on first launch — click "More info" → "Run anyway" to proceed. We're working on code signing for future releases.

Full Changelog: v0.3.0...v0.4.0

Full Changelog: v0.3.0...v0.4.0

Full Changelog: v0.3.0...v0.4.0

Full Changelog: v0.3.0...v0.4.0