2025-12-16 - 2026-06-16
Overview
1 Release published by 1 user
Published
v0.1.0
v0.1.0
34 Issues closed from 2 users
Closed
#30 History brings back all commands in both modes
Closed
#27 Bottom status line: keybindings-only, context- and state-aware; add mode advanced to empty hint
Closed
#28 Reconsider showing relationship prose in add column (incidental DDL) confirmations
Closed
#29 Command input keystroke support
Closed
#26 Hint panel omits the optional count argument after seed <table>
Closed
#34 seed: built-in value sets for conventional enum-ish columns (priority, status, …)
Closed
#33 seed: year-like int columns (*_year, published) get unbounded values
Closed
#25 Focused sidebar border: use accent colour, not bold (box-art renders broken in casts)
Closed
#32 Unexpected maths aggregating with decimals
Closed
#31 Do we expect to hint/complete table aliases?
Closed
#24 Load picker: vi-style navigation (j/k) — UX + makes the picker demoable in casts
Closed
#22 Overlay hints for keystrokes/annotations (cast recording + guided lessons)
Closed
#23 Handle long command input
Closed
#20 Reconsider adjustment of hint panel height
Closed
#21 Database structure view improvements
Closed
#19 Needs check: can we drop the PK from a table?
Closed
#16 Restore typing-time column-typo hint for SQL expressions via known-function list
Closed
#15 Tab completion: offer common SQL function names in expression positions
Closed
#14 --resume should restore the last-used input mode (simple/advanced)
Closed
#10 Output panel: [error] tag color identical to [system] — treat error as a special case (gap in ADR-0037)
Closed
#11 Copy output panel contents to the system clipboard
Closed
#9 [ok] explain <Table> is uninformatively terse; reconsider whether the [ok] line duplicates the SQL-echo line above it
Closed
#7 Advanced mode: explain not yet supported
Closed
#12 Long input hints overflow horizontally (e.g. field-value hints on insert)
Closed
#13 Undo confirmation dialog: too narrow and language polish
Closed
#8 Advanced-mode syntax highlighting: identifiers and type keywords share the same teal color
Closed
#17 Simple mode: wrong-count insert tuples miss the friendly arity diagnostic that advanced mode shows
Closed
#18 Completion suppression gate uses schemaless parse (input_parses_complete) — sibling of the #2 fallback bug
Closed
#2 VALUES-list completion stops giving useful hints once the first value is a string literal
Closed
#6 Advanced-mode SELECT: aggregation functions (sum/avg/count/min/max) execute correctly but are highlighted red and the line marked [ERR]
Closed
#5 Advanced-mode CREATE TABLE: double shown as a separate type literal; full type list only appears after a trailing space
Closed
#4 Advanced-mode create table T ( suggests table-level constraints before suggesting a column name
Closed
#3 Advanced-mode create table T only suggests with — ( for SQL column-def list missing
Closed
#1 INSERT ... VALUES (...) without a column list: simple/advanced behaviour inconsistent
38 Issues created by 1 user
Opened
#1 INSERT ... VALUES (...) without a column list: simple/advanced behaviour inconsistent
Opened
#2 VALUES-list completion stops giving useful hints once the first value is a string literal
Opened
#3 Advanced-mode create table T only suggests with — ( for SQL column-def list missing
Opened
#4 Advanced-mode create table T ( suggests table-level constraints before suggesting a column name
Opened
#5 Advanced-mode CREATE TABLE: double shown as a separate type literal; full type list only appears after a trailing space
Opened
#6 Advanced-mode SELECT: aggregation functions (sum/avg/count/min/max) execute correctly but are highlighted red and the line marked [ERR]
Opened
#7 Advanced mode: explain not yet supported
Opened
#8 Advanced-mode syntax highlighting: identifiers and type keywords share the same teal color
Opened
#9 [ok] explain <Table> is uninformatively terse; reconsider whether the [ok] line duplicates the SQL-echo line above it
Opened
#10 Output panel: [error] tag color identical to [system] — treat error as a special case (gap in ADR-0037)
Opened
#11 Copy output panel contents to the system clipboard
Opened
#12 Long input hints overflow horizontally (e.g. field-value hints on insert)
Opened
#13 Undo confirmation dialog: too narrow and language polish
Opened
#14 --resume should restore the last-used input mode (simple/advanced)
Opened
#15 Tab completion: offer common SQL function names in expression positions
Opened
#16 Restore typing-time column-typo hint for SQL expressions via known-function list
Opened
#17 Simple mode: wrong-count insert tuples miss the friendly arity diagnostic that advanced mode shows
Opened
#18 Completion suppression gate uses schemaless parse (input_parses_complete) — sibling of the #2 fallback bug
Opened
#19 Needs check: can we drop the PK from a table?
Opened
#20 Reconsider adjustment of hint panel height
Opened
#21 Database structure view improvements
Opened
#22 Overlay hints for keystrokes/annotations (cast recording + guided lessons)
Opened
#23 Handle long command input
Opened
#24 Load picker: vi-style navigation (j/k) — UX + makes the picker demoable in casts
Opened
#25 Focused sidebar border: use accent colour, not bold (box-art renders broken in casts)
Opened
#27 Bottom status line: keybindings-only, context- and state-aware; add mode advanced to empty hint
Opened
#26 Hint panel omits the optional count argument after seed <table>
Opened
#28 Reconsider showing relationship prose in add column (incidental DDL) confirmations
Opened
#29 Command input keystroke support
Opened
#30 History brings back all commands in both modes
Opened
#31 Do we expect to hint/complete table aliases?
Opened
#32 Unexpected maths aggregating with decimals
Opened
#33 seed: year-like int columns (*_year, published) get unbounded values
Opened
#34 seed: built-in value sets for conventional enum-ish columns (priority, status, …)
Opened
#35 Enforce cargo fmt across the codebase (single reformat + CI gate)
Opened
#36 help: advanced-mode SQL forms collapse onto simple sibling (no distinct help content)
Opened
#37 hint: clause-concept hints (deferred extension of ADR-0053)
Opened
#38 hint: pre-submit-diagnostic route + diagnostic.* tier-3 blocks (deferred from ADR-0053)