Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/code/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

## [Unreleased]

## [2.3.2] - 2026-08-18

### Fixed

- **Linear issue lookup**: fetching a task like `DAN-6` no longer fails with `Field "identifier" is not defined by type "IssueFilter"`. Lookups now use Linear's `issue(id:)` query, which accepts both identifiers and UUIDs
- **Multiple Linear issue keys in one CLI run**: `devintern dan-6 dan-7 dan-8` now normalizes each argument independently (uppercase, unwrap linear.app URLs) and fetches them in order
- **Headless Grok / TUI harnesses during hook-fix and review**: hook fixer, `address-review`, auto-review, and the webhook review runner now pass the prompt on the command line (`grok -p`, `kimi --prompt`, positional for Codex/Opencode/Cursor) and ignore stdin. Those paths previously piped the prompt, so TUI-first CLIs opened an interactive session and died with `Device not configured (os error 6)` / ENXIO when no TTY was attached

## [2.3.1] - 2026-08-12
Expand Down
2 changes: 1 addition & 1 deletion packages/code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getdevintern/code",
"version": "2.3.1",
"version": "2.3.2",
"description": "Turn tracker tickets into pull requests with any coding agent. Self-hosted, BYOK. Free interactive use.",
"type": "module",
"main": "dist/index.js",
Expand Down
Loading