·
491 commits
to main
since this release
1.1.0 (2025-07-24)
Bug Fixes
- 🎨 prettier (5fff215)
- 🎨 Prettier (7dd48d3)
- 🐛 Project structure creation with bare codeblocks is breaking markdown display and creation (00fc90b)
- 💄 Update to tailwind styles per feedback (54fde47)
- don't stringify os methods (ce26a84)
- handle args for function specific tool call divs (ae29787)
- Ignore invalid JSON messages (like NODE_ENV undefined) (#6576) (52e2f3c)
- internal permalinks with file extensions (58c721b)
- missing
alwaysApply
in local rule block (8819712) - open the proper config file (89a7d9a)
- recover non-related change in InteliJIde.kt (ebd5154)
- Remove redundant jcef.out-of-process=false from run configs (71fed98), closes #6611
- Send the process exit reason to Sentry + add OS info (d1b258f)
- Send the process exit reason to Sentry + add OS info (b72fc0e)
- throw error if tool call args are missing (6af3554)
- use JAVA_HOME instead of macOS-specific JVM (#6778) (92f4944)
- use loading state for loading indicator, better error messages (55f5ed5)
Features
- 💄 Allow the terminal to collapse/expand on large content (f1467b1)
- 💄 Further tailwind refactoring and splitting out components (28eb172)
- add
slug
to rule obj on dev data (bcc8c52) - implement runCommand() method in IntelijIde.kt, and update a interface signature for runCommand by providing TerminalOptions.class, which aligns to how VS COde Extension implemented (bb049e8)
- more thorough tool arg checking utils with tests (1ee5c54)
- optimize getTerminalContents in InteliJIde.kt, which reads content from the selected terminal panel (10e4c32)
- remove logging code to telemetry (b3e4d36)
- reuse terminal and find by terminalName before running command (76bbb67)
- support getTerminalContents in InteliJIde.kt, which could only read content from the latest terminal tab for now (1862344)
- vertex ai openai adapter (#6736) (f0d35e2)