• Joined on 2024-08-05
tmk241 commented on issue tmk241/mim#51 2026-06-21 11:35:09 +00:00
NS8 slice: Ship compact hover, signature help, and parameter navigation

Implemented and committed #51 as 264dedb Add compact language assistance rails.

What changed:

  • Added Space l language rail with compact hover (h), compact signature help (s), and…
tmk241 closed issue tmk241/mim#50 2026-06-21 11:20:36 +00:00
NS8 slice: Implement language provider registry and source identity
tmk241 commented on issue tmk241/mim#50 2026-06-21 11:20:35 +00:00
NS8 slice: Implement language provider registry and source identity

Completed in commit 7e639dd (Add language provider registry).

What changed:

  • Added a first-class provider model and registry for LSPs, linters, formatters, build/test/check providers.
  • Added…
tmk241 closed issue tmk241/mim#49 2026-06-21 11:12:19 +00:00
NS8 slice: Make file, tree, and project search panels editing-ready
tmk241 commented on issue tmk241/mim#49 2026-06-21 11:12:19 +00:00
NS8 slice: Make file, tree, and project search panels editing-ready

Completed in commit 1d1ecf2 (Add file and project search panels).

What changed:

  • Space f now opens a real file picker panel from the repo/directory file list.
  • Panel o/Enter opens the…
tmk241 closed issue tmk241/mim#48 2026-06-21 10:53:37 +00:00
NS8 slice: Add current-file search and in-buffer navigation
tmk241 commented on issue tmk241/mim#48 2026-06-21 10:53:37 +00:00
NS8 slice: Add current-file search and in-buffer navigation

Completed in commit 70ef989 (Add current file search).

What changed:

  • Added current-file search prompt mode with direct / and canonical Space s f paths.
  • Added literal in-buffer match…
tmk241 closed issue tmk241/mim#47 2026-06-21 10:42:05 +00:00
NS8 slice: Implement composable objects, selections, and delimiter matching
tmk241 commented on issue tmk241/mim#47 2026-06-21 10:42:05 +00:00
NS8 slice: Implement composable objects, selections, and delimiter matching

Completed in commit 30af1e9 (Add composable object selections).

What changed:

  • Added session range operations for byte-accurate selection, cursor movement to a byte, and range replacement. -…
tmk241 closed issue tmk241/mim#46 2026-06-21 10:31:45 +00:00
NS8 slice: Ship core editing, undo, redo, save, and quit safety
tmk241 commented on issue tmk241/mim#46 2026-06-21 10:31:45 +00:00
NS8 slice: Ship core editing, undo, redo, save, and quit safety

Completed in commit a08ee02 (Add core editing commands).

What changed:

  • Added session/protocol commands for vertical movement, word movement, line start/end, delete-forward, line delete/change,…
tmk241 closed issue tmk241/mim#45 2026-06-21 10:18:36 +00:00
NS8 slice: Implement the modal input engine and command rails
tmk241 commented on issue tmk241/mim#45 2026-06-21 10:18:35 +00:00
NS8 slice: Implement the modal input engine and command rails

Completed in commit 1468675 (Add modal input state and rails).

What changed:

  • Added explicit TUI client modes: Normal, Insert, Select, Panel, and Prompt.
  • Added visible mode/status rendering…
tmk241 closed issue tmk241/mim#44 2026-06-21 10:03:44 +00:00
NS8 slice: Launch a real editor for files, folders, and new paths
tmk241 commented on issue tmk241/mim#44 2026-06-21 10:03:43 +00:00
NS8 slice: Launch a real editor for files, folders, and new paths

Completed in commit 047bae9 (Launch local editor for paths).

What changed:

  • mim and mim <path> now dispatch to a local editor launch path instead of help/unknown-arg behavior.
  • Existing…
tmk241 opened issue tmk241/mim#64 2026-06-21 09:15:37 +00:00
NS9 slice: Final visual dogfood and newed parity receipt
tmk241 opened issue tmk241/mim#63 2026-06-21 09:15:36 +00:00
NS9 slice: Add terminal color-mode probes and accessibility guardrails
tmk241 opened issue tmk241/mim#62 2026-06-21 09:15:36 +00:00
NS9 slice: Theme panels, hover, signature help, and command rails
tmk241 opened issue tmk241/mim#61 2026-06-21 09:15:36 +00:00
NS9 slice: Theme diagnostics, lint, jobs, and provider identity
tmk241 opened issue tmk241/mim#60 2026-06-21 09:15:36 +00:00
NS9 slice: Theme syntax highlighting with newed highlight groups