Shantur Rathore
6d32e09db0
Merge pull request #94 from NeuralNomadsAI/dev
...
Release 0.9.0
2026-01-24 16:47:37 +00:00
Shantur Rathore
0c9284e57e
Bump version to 0.9.0
v0.9.0
2026-01-24 16:17:14 +00:00
Shantur Rathore
0766185ff6
fix(server): stop workspace process groups
2026-01-24 14:41:09 +00:00
Shantur Rathore
effb30d98e
feat(ui): polish task steps section
...
Rename Tasks to Steps and remove list padding for a flush, compact steps view.
2026-01-24 10:35:15 +00:00
Shantur Rathore
4da69b5a20
feat(ui): show task model in headers
...
Task prompt/output headers now include provider/model metadata when available, alongside agent.
2026-01-24 10:29:02 +00:00
Shantur Rathore
3d3337c7b8
feat(ui): render task prompt/output panes
...
Task tool calls now show prompt, summary, and output with independent scroll; markdown rendering supports cache keys to avoid collisions.
2026-01-23 22:39:04 +00:00
Shantur Rathore
f0b43dbc68
feat(filesystem): add create-folder API for workspace picker
...
Adds a secure endpoint for creating a single subfolder in the current filesystem listing, and wires the non-native directory browser UI to create + enter the new folder.
2026-01-23 12:33:15 +00:00
Shantur Rathore
503cb3a02e
Merge pull request #91 from NeuralNomadsAI/dev
...
Release v0.8.1 - Support apply_patch tool
2026-01-22 23:07:37 +00:00
Shantur Rathore
b0eb9aec64
Min server to 0.8.1
v0.8.1
2026-01-22 23:05:49 +00:00
Shantur Rathore
8c48455ae5
fix(server): prefer highest available UI version
...
Selects the newest UI across bundled/current/previous with a tie-break for current, and only downloads remote UI when it is strictly newer. This prevents stale cached UIs from overriding a newer bundled release.
2026-01-22 23:04:53 +00:00
Shantur Rathore
292f695395
Bump version to 0.8.1
2026-01-22 22:32:52 +00:00
Shantur Rathore
4ea710c735
feat(ui): render apply_patch multi-file diffs
2026-01-22 22:32:03 +00:00
Shantur Rathore
f5d4cb6917
refactor(ui): split ToolCall into focused modules
2026-01-22 21:54:18 +00:00
Shantur Rathore
0250c6350f
Merge pull request #89 from NeuralNomadsAI/dev
...
Change minVersion to 0.8.0
2026-01-22 19:17:20 +00:00
Shantur Rathore
1e53e06424
Change minVersion to 0.8.0
2026-01-22 19:16:25 +00:00
Shantur Rathore
24cc8fe939
Merge pull request #88 from NeuralNomadsAI/dev
...
Release v0.8.0 - Auto update UI and more fixes
2026-01-22 18:58:51 +00:00
Shantur Rathore
2530cd4fc8
Bump to v0.8.0
v0.8.0
2026-01-22 18:17:23 +00:00
Shantur Rathore
b25fb0073e
fix(cloudflare): serve version.json as static asset
...
Avoid Workers billing for /version.json by removing worker-first routing and generating static _headers rules during manifest build.
2026-01-22 18:05:01 +00:00
Shantur Rathore
c01846f7fd
ci: run release-ui in release pipeline
2026-01-22 17:29:49 +00:00
Shantur Rathore
282b234a7c
Merge pull request #87 from NeuralNomadsAI/dev
...
Release 0.7.6 - Question tool fixes + Split test
2026-01-22 17:20:19 +00:00
Shantur Rathore
dfd397803f
Bump version to 0.7.6
v0.7.6
2026-01-22 17:14:28 +00:00
Shantur Rathore
267f1592c4
chore: ignore local artifacts and add cloudflare lockfile
2026-01-22 16:42:47 +00:00
Shantur Rathore
668ac7fa88
ci: publish remote UI on main
2026-01-22 16:40:20 +00:00
Shantur Rathore
43a476e967
fix(cloudflare): use custom domain and remote R2 uploads
2026-01-22 16:29:23 +00:00
Shantur Rathore
adbfab5c25
feat(cloudflare): worker-hosted version.json for UI updates
2026-01-22 16:16:36 +00:00
Shantur Rathore
02f1284f7f
fix(ui): emit ui-version.json and show UI source
2026-01-22 15:17:09 +00:00
Shantur Rathore
a014ce555a
feat(server): auto-update UI via remote manifest
2026-01-22 15:12:32 +00:00
Shantur Rathore
db3c13c463
fix(ui): allow spaces in question custom answers
...
Stop trimming custom answer input on each keystroke and instead normalize answers on submit so multi-word custom responses work.
2026-01-22 09:38:38 +00:00
Shantur Rathore
7c0bf382ba
fix(ui): add permission actions for unresolved requests
...
Render Allow/Deny buttons in the permissions control center fallback when a permission request cannot be linked to a tool-call, enabling responses for global permissions like doom_loop.
2026-01-21 14:17:08 +00:00
Shantur Rathore
6e9c5a88b4
fix(ui): allow out-of-order permission clicks
...
Show permission action buttons for queued tool calls while keeping keyboard shortcuts bound to the first active request. Prevent permission center list clicks from overriding keyboard-active ordering.
2026-01-21 13:26:37 +00:00
Shantur Rathore
4ba088a876
Merge pull request #82 from NeuralNomadsAI/dev
...
Release 0.7.5
2026-01-21 12:27:47 +00:00
Shantur Rathore
0bf22a323f
Bump version to 0.7.5
v0.7.5
2026-01-21 12:26:22 +00:00
Shantur Rathore
cc997576cf
fix(ui): stabilize question tool selection and custom answers
2026-01-21 12:25:51 +00:00
Shantur Rathore
7b1817d606
Merge pull request #80 from NeuralNomadsAI/dev
...
Release 0.7.4
2026-01-20 19:30:19 +00:00
Shantur Rathore
05f193df7b
fix(ui): auto-select first ready instance after refresh
v0.7.4
2026-01-20 19:28:56 +00:00
Shantur Rathore
c9b5bb1b7a
Release 0.7.4
2026-01-20 19:20:41 +00:00
Shantur Rathore
ba1013cd35
fix(ui): re-link pending question tool parts ( #74 )
2026-01-20 19:20:18 +00:00
Shantur Rathore
5bc3c23ec5
Merge pull request #79 from NeuralNomadsAI/dev
...
Release 0.7.3 - Bug fixes and minor improvements
2026-01-20 18:53:39 +00:00
Shantur Rathore
ec6428702b
Bump version to 0.7.3
v0.7.3
2026-01-20 18:49:18 +00:00
Shantur Rathore
e08ebb2057
fix(server): honor --host binding
...
Fixes #75
2026-01-20 18:47:40 +00:00
Shantur Rathore
9683f90f7e
fix(ui): insert full paths for @file mentions
2026-01-20 18:47:40 +00:00
Shantur Rathore
06cb986aa6
fix(ui): allow Tab to select from picker
...
Fixes #77
2026-01-20 18:47:40 +00:00
Shantur Rathore
a85c2f1700
fix(ui): collapse prompt input after send
...
Fixes #76
2026-01-20 18:47:40 +00:00
Shantur Rathore
127a51e3c3
Merge pull request #72 from NeuralNomadsAI/dev
...
Release v0.7.2 - Test1
2026-01-15 20:59:06 +00:00
Shantur Rathore
bd2a0d1bec
Bump version to 0.7.2
v0.7.2
2026-01-15 20:55:59 +00:00
Shantur Rathore
df9722cd16
fix(server): run background processes via cmd.exe on Windows
2026-01-15 20:53:13 +00:00
Shantur Rathore
dffa4907ec
fix(server): validate OpenCode binary by spawning --version
2026-01-15 20:47:30 +00:00
Shantur Rathore
e567d35438
fix(server): prefer .exe/.cmd candidates on Windows
2026-01-15 20:45:14 +00:00
Shantur Rathore
62f52fc534
fix(server): spawn opencode shims via Windows shells
2026-01-15 20:43:40 +00:00
Shantur Rathore
daa22b6d8c
Merge pull request #68 from NeuralNomadsAI/dev
...
Release v0.7.1
2026-01-15 08:42:55 +00:00