Shantur Rathore
0368fe8248
fix(ci): avoid bash globstar on macOS
v0.11.5-dev-20260224-0368fe82
2026-02-24 07:29:26 +00:00
Shantur Rathore
b970281fa7
chore(electron): use cross-env for dev log level scripts
...
Make dev:info/dev:debug/dev:trace work on Windows by setting CLI_LOG_LEVEL via cross-env.
v0.11.5-dev-20260224-b970281f
2026-02-24 00:19:39 +00:00
Shantur Rathore
8e5a7fc213
fix(electron): make dev CLI log level configurable
...
Use CLI_LOG_LEVEL when launching the server in desktop dev and add dev:info/dev:debug/dev:trace scripts with dev defaulting to info.
2026-02-24 00:09:49 +00:00
Shantur Rathore
15f362e8b5
Bump v0.11.5
2026-02-23 23:55:52 +00:00
Shantur Rathore
7bbd0a1787
Merge branch 'dev' of github.com:NeuralNomadsAI/CodeNomad into dev
2026-02-23 23:55:32 +00:00
Shantur Rathore
f8aae56728
Merge pull request #190 from VooDisss/issue-187
...
fix(ui): prevent timeline auto-scroll when removing badges (#189 )
2026-02-23 21:50:56 +00:00
Shantur Rathore
027d7fc97d
fix(ui): load shiki languages from marked tokens
2026-02-23 18:39:21 +00:00
Shantur Rathore
e90aef4b3c
fix(ui): stack instance header under 1024px
2026-02-23 18:36:24 +00:00
Shantur Rathore
e4e89008b2
Merge pull request #199 from NeuralNomadsAI/codenomad/issue-198
...
CI: rezip Electron macOS artifacts with ditto + validate codesign
2026-02-23 08:58:56 +00:00
Shantur Rathore
90baefbb7e
fix(ci): rezip Electron macOS zips with ditto
...
Add a codesign verify step on extracted artifacts to catch signature/resource mismatches before upload.
2026-02-23 08:54:57 +00:00
Shantur Rathore
1c138f4489
Merge pull request #197 from VooDisss/issue-195
...
fix: Use legacy diff algorithm for better large file performance
2026-02-23 08:27:11 +00:00
VooDisss
d36e568ed0
fix: Use legacy diff algorithm for better large file performance
...
- Set diffAlgorithm to 'legacy' for Monaco DiffEditor
- Add maxComputationTime of 10s to avoid UI freeze on huge files
This addresses the issue where sessions with large JSON files (50k-100k+ lines)
would cause the UI to freeze. The 'legacy' algorithm is faster than 'advanced'
for large files, similar to VSCode's workaround for the same issue.
See: https://github.com/microsoft/vscode/issues/184037
2026-02-23 02:30:44 +02:00
Shantur Rathore
d6462ef524
Min version 0.11.4
v0.11.4-dev-20260223-d6462ef5
2026-02-22 17:32:28 +00:00
Shantur Rathore
a06884ebce
Bump to v0.11.4
v0.11.4
2026-02-22 16:53:51 +00:00
Shantur Rathore
62bd88f6a4
chore(plugin): Upgrade dependency version
2026-02-22 16:48:49 +00:00
Shantur Rathore
6479561779
fix(ui): auto-expand session thread when child starts working
2026-02-22 16:47:04 +00:00
Shantur Rathore
635237c258
fix(ui): render task prompt consistently while running
2026-02-22 08:58:39 +00:00
Shantur Rathore
33f0aa5714
ci: run dev prerelease nightly
...
Replace dev push builds with nightly schedule that only runs when dev head advances; still runs on manual dispatch. Plumb a ref input through reusable workflows so scheduled runs build the dev commit.
v0.11.3-dev-20260221-33f0aa57
2026-02-20 13:58:32 +00:00
Shantur Rathore
7ca6285d58
Merge branch 'dev' of github.com:NeuralNomadsAI/CodeNomad into dev
v0.11.3-dev-20260220-7ca6285d
2026-02-20 13:49:03 +00:00
Shantur Rathore
14c60fef6c
Merge pull request #192 from VooDisss/issue-144
...
[QOL] Add informational tooltips to Status Panel sections
v0.11.3-dev-20260220-14c60fef
2026-02-20 13:47:11 +00:00
Shantur Rathore
336de6a19e
fix(i18n): polish Status panel tooltip translations
2026-02-20 13:46:43 +00:00
Shantur Rathore
377c8e2249
Merge branch 'dev' of github.com:NeuralNomadsAI/CodeNomad into dev
2026-02-20 13:31:52 +00:00
VooDisss
697dea21f8
Add informational tooltips to Status Panel sections
2026-02-20 14:09:54 +02:00
Shantur Rathore
34d3f803d5
Merge pull request #191 from kvokka/improve-docs
...
Clarify CLI_WORKSPACE_ROOT usage for worktrees
v0.11.3-dev-20260220-34d3f803
2026-02-20 11:15:01 +00:00
kvokka
f824a063a5
docs: clarify CLI_WORKSPACE_ROOT usage for worktrees\n\nFixes #184
2026-02-20 14:52:05 +04:00
VooDisss
96fe1b86dd
fix(ui): prevent timeline auto-scroll when removing badges
2026-02-20 12:33:52 +02:00
Shantur Rathore
5fabf286e8
ui: restyle command palette button
2026-02-20 00:32:44 +00:00
Shantur Rathore
e8947d61b1
ui: emphasize command palette button
2026-02-20 00:32:39 +00:00
Shantur Rathore
1ccd14eae8
ui: use Check icon for completed status
2026-02-20 00:32:27 +00:00
Shantur Rathore
b162764ccb
ui: use lucide status icons for tool calls
2026-02-20 00:32:15 +00:00
Shantur Rathore
2124e540aa
Merge branch 'dev' of github.com:NeuralNomadsAI/CodeNomad into dev
v0.11.3-dev-20260219-2124e540
2026-02-19 23:54:31 +00:00
Shantur Rathore
b5790998b7
ui: use emoji status icons for tool calls
2026-02-19 23:51:25 +00:00
codenomadbot[bot]
9800afb785
feat(ui): toggle tool call input YAML ( #182 )
...
* feat(ui): toggle tool call input yaml
* ui: rename tool input toggle and add IO headers
* ui: add input/output accordions in tool calls
* ui: refine tool IO accordion styling
* ui: remove extra padding around IO sections
* ui: remove semibold from IO headers
* feat(ui): add tool input visibility preference
* fix(ui): scope tool input toggle to current tool call
* ui: left-align tool IO header text
* fix(ui): let palette tool input visibility override per-call
* ui: default tool input visibility to collapsed
* fix(ui): expand read tool calls on error
---------
Co-authored-by: Shantur Rathore <i@shantur.com >
v0.11.3-dev-20260219-9800afb7
2026-02-19 22:08:41 +00:00
Shantur Rathore
3b73d9d5b9
fix(ui): show workspace launch errors in dialog
2026-02-19 15:40:58 +00:00
Shantur Rathore
f7ac30afe3
revert(ui): restore compact alert dialog
2026-02-19 15:40:55 +00:00
Shantur Rathore
ce370d5100
fix(server): read OpenCode version from /global/health
2026-02-19 14:21:13 +00:00
Shantur Rathore
c639e535b5
fix(ui): add blank line after inserted quotes
2026-02-19 10:40:51 +00:00
Shantur Rathore
e84adebe61
fix(server): detect OpenCode version via spawn spec
v0.11.3-dev-20260219-e84adebe
2026-02-19 07:24:14 +00:00
Shantur Rathore
d45a1ff078
Bump to v0.11.3
v0.11.3-dev-20260218-d45a1ff0
2026-02-18 19:59:54 +00:00
Shantur Rathore
b4121696bb
fix(ui): track worktree context for question replies
...
Store the originating worktree slug when questions are enqueued and use
the stored worktree client when replying/rejecting from the global
permission center. This ensures question responses are sent through the
correct worktree, matching the behavior already implemented for
permissions.
2026-02-18 19:56:42 +00:00
Shantur Rathore
f75c942162
fix(ui): exclude hidden agents from pickers
2026-02-18 16:00:58 +00:00
Shantur Rathore
127a1f628d
feat(server,ui): allow OpenCode directory override via proxy path
v0.11.2-dev-20260218-127a1f62
2026-02-18 09:43:30 +00:00
Shantur Rathore
859312ba3b
feat(ui): add dispose instance and rehydrate
...
Adds a dispose instance action to the instance info view, POSTing to /instance/dispose and rehydrating per-instance stores; also handles server.instance.disposed events and adds danger button styling.
2026-02-18 01:07:52 +00:00
Shantur Rathore
4eaa711f01
fix(ui): make alert dialog scrollable for long errors
2026-02-18 00:27:26 +00:00
Shantur Rathore
c8ff858565
fix(ui): render user message text as markdown
...
User text parts now use the same Markdown renderer + cache path as assistant messages, while keeping role-specific heading and accent colors.
2026-02-17 22:44:30 +00:00
Shantur Rathore
6de6ef5a4a
Bump to v0.11.2
v0.11.2-dev-20260217-6de6ef5a
2026-02-17 18:47:21 +00:00
Shantur Rathore
4dee154490
docs: add star history chart
v0.11.1-dev-20260217-4dee1544
2026-02-17 18:43:02 +00:00
Shantur Rathore
ef388adc4f
fix(server): avoid back to login after auth
...
Replace /login history entry on success and redirect authenticated /login to /, with no-store headers to prevent caching.
2026-02-17 18:27:41 +00:00
Shantur Rathore
e8cfad1266
fix(ui): anchor fullscreen exit button to viewport
...
Render the mobile fullscreen exit button at the App root so fixed positioning stays pinned to the top-right regardless of instance header visibility.
2026-02-17 18:13:44 +00:00
Shantur Rathore
3f82dd21fe
fix(ui): reduce prompt expanded height on mobile
...
Use the existing instance shell layout mode to cap expanded prompt rows to 10 on phone/tablet while keeping 15 on desktop.
2026-02-17 18:04:37 +00:00