v2.0.0-alpha.7: fix(terminal): handle terminal text retrieval with reflection
·
1833 commits
to master
since this release
Bug Fixes
- commands: disable certain builtin commands by default (3c00fa1)
- compiler: adjust text length validation and file search logic (3fe7324)
- compiler: remove unused process handler code (955716d)
- ripgrep: change JSON parse error log level to warn (2e4f368)
- shell: handle LightVirtualFile in ShellRunService (f48b510)
- sketch: correct typo in answer tags and improve scroll logic #263 (0ef403c)
- terminal: handle terminal text retrieval with reflection (b8cc0e6)
Features
- commands: add isApplicable method to InsCommand (172f8d1)
- compiler: add RipgrepSearchInsCommand and optimize file search (613090a)
- completion: add database function completions (8509986)
- database: format database schema output as SQL code block (dff81b6)
- ripgrep: add ripgrep search command and implementation (055c080)
- ripgrep: buffer JSON lines for incomplete parsing (1731623)
- run: fallback to CLI mode when run service fails (ba3ab9c)
- shell: make shell scripts executable before running (cdc38b4)
- sketch: add send functionality and enableInSketch flag (4cf2fe6)
- sketch: add WebpageSketchProvider for HTML support #265 (115bb28)
- terminal: add "Send to Sketch" button and filter terminal output (c352e9a)
- terminal: enhance shell execution with process output handling (0068040)
- ui: set minimum width for URL field and add border to WebView #265 (b29be86)
- webview: add URL field and refresh button to WebViewWindow #265 (d798b40)