Tyler Bradley
f4c9385661
Fix: Add crypto.randomUUID fallback for browser compatibility
...
The crypto.randomUUID() API requires a secure context (HTTPS or specific
localhost conditions). When running CodeNomad Server on 0.0.0.0:9898 or
accessing via LAN/VPN, some browsers don't provide this API, causing
attachment creation to fail with TypeError.
Added generateUUID() helper that uses crypto.randomUUID() when available,
with a Math.random()-based UUID v4 fallback for compatibility.
Fixes file and agent attachment creation in the @ mention picker when
running in headless server mode.
2025-12-02 16:55:59 +00:00
Shantur Rathore
aa77ca2931
add linux rpm packaging pipeline
2025-11-17 01:50:16 +00:00
Shantur Rathore
b46110937b
Improve PATH-based binary execution
v0.1.2
2025-11-17 01:38:53 +00:00
Shantur Rathore
28aa5da16d
Add tool output visibility preferences
2025-11-17 01:38:53 +00:00
Shantur Rathore
03237f6f79
We always show 1 session
2025-11-17 01:38:53 +00:00
Shantur Rathore
492c6064f9
shorten tool call viewports
2025-11-17 01:38:53 +00:00
Shantur Rathore
fa8eacde53
Improve diagnostics accordion
2025-11-17 01:38:53 +00:00
Shantur Rathore
742c2d2c29
surface lsp status in instance info
2025-11-17 01:38:53 +00:00
Shantur Rathore
eb279cf251
enable prompt shell mode
2025-11-17 01:38:53 +00:00
Shantur Rathore
6658c0b15a
add retry loop for local sse reconnection
2025-11-17 01:38:53 +00:00
Shantur Rathore
12044988d6
Increment version to 0.1.2
2025-11-17 01:38:53 +00:00
Shantur Rathore
c4e76aaac4
Inline permission approvals in tool calls
2025-11-17 01:38:53 +00:00
Shantur Rathore
2b6597ad00
prune duplicate messaging styles now sourced from scoped files
2025-11-17 01:38:53 +00:00
Shantur Rathore
cce5d1aba8
modularize app shell into context hooks
2025-11-17 01:38:53 +00:00
Shantur Rathore
04db4fcf94
persist pasted text in history and align sdk command types
2025-11-17 01:38:53 +00:00
Shantur Rathore
cb161e57a4
preserve prompt draft when browsing history
2025-11-17 01:38:53 +00:00
Shantur Rathore
b92fbd93a8
Coding principles
2025-11-17 01:38:53 +00:00
Shantur Rathore
1a0ccac634
modularize session store into focused modules
2025-11-17 01:38:53 +00:00
Shantur Rathore
cd9d7c2a39
Styling guidelines
2025-11-17 01:38:53 +00:00
Shantur Rathore
941052acc8
modularize app styles
2025-11-17 01:38:53 +00:00
Shantur Rathore
5f67a01864
modularize ui styles into tokenized bundles
2025-11-17 01:38:53 +00:00
Shantur Rathore
b80e332021
Merge pull request #2 from alexispurslane/patch-1
...
remove some duplication in README
2025-11-16 00:22:00 +00:00
Alexis Purslane
df625e0fe7
remove some duplication in README
...
Refined descriptions for clarity and conciseness in the README.
2025-11-15 04:05:12 -05:00
Shantur Rathore
cd2bd3c636
Don't try to publish and increment version number
v0.1.1
2025-11-14 23:42:03 +00:00
Shantur Rathore
6e7003c57c
Puff-up README
2025-11-14 23:26:13 +00:00
Shantur Rathore
adee1e0383
scope custom commands
2025-11-14 23:11:52 +00:00
Shantur Rathore
efe7af6f77
Introduce ConfigProvider to stabilize preference saves
...
- move config state into a dedicated context provider that eagerly hydrates disk state before any write
- update App, folder selection, message rendering, and advanced settings to consume the context instead of globals
- wrap the renderer entry in ConfigProvider so every view shares the same initialized config data
2025-11-14 20:42:13 +00:00
Shantur Rathore
6fa41d51be
stabilize message auto scroll
2025-11-14 16:26:14 +00:00
Shantur Rathore
8431b9f8a2
surface launch failures with guided advanced settings
2025-11-14 16:04:04 +00:00
Shantur Rathore
541027c93e
Change folder to codenomad for config
2025-11-14 14:25:04 +00:00
Shantur Rathore
9f2edbb9db
Advanced Settings
2025-11-14 14:18:30 +00:00
Shantur Rathore
eced9b8124
Build not installers
2025-11-14 14:17:23 +00:00
Shantur Rathore
68b6793bf3
Add minimal README
2025-11-14 14:12:32 +00:00
Shantur Rathore
d3b194c306
filter release assets by extension
2025-11-14 14:03:44 +00:00
Shantur Rathore
467cbf4b28
limit release uploads to binaries
2025-11-14 13:38:07 +00:00
Shantur Rathore
756f3d68cb
fix windows release upload
2025-11-14 13:36:21 +00:00
Shantur Rathore
7354f08abe
export gh token for build jobs
2025-11-14 13:27:04 +00:00
Shantur Rathore
db5bd9984e
make build script work on windows
2025-11-14 13:25:42 +00:00
Shantur Rathore
6fdd4947f9
Fix borders and user message timestamp
2025-11-14 13:13:24 +00:00
Shantur Rathore
b438702092
Add correct autor details
2025-11-14 13:12:25 +00:00
Shantur Rathore
5faa06601a
Fix scrolling buttopn and autoscrolling
2025-11-14 13:10:47 +00:00
Shantur Rathore
5215ec94a1
fix release workflow version parsing
v0.1.0
2025-11-14 12:50:17 +00:00
Shantur Rathore
fb97f6531d
add release workflow for binaries
2025-11-14 12:31:44 +00:00
Shantur Rathore
1b8c186edd
stabilize command palette selection
2025-11-14 11:29:02 +00:00
Shantur Rathore
6918232913
Improve session refresh and UI polish
2025-11-13 23:36:36 +00:00
Shantur Rathore
e12f39abc2
tweak: enlarge message empty state branding
2025-11-13 23:07:22 +00:00
Shantur Rathore
bde4501cfc
chore: brand message stream empty state
2025-11-13 23:06:43 +00:00
Shantur Rathore
a71c8ab34f
chore: rebrand client and add icon tooling
2025-11-13 22:58:57 +00:00
Shantur Rathore
8233aee7a8
tune strong emphasis color
2025-11-13 20:51:12 +00:00
Shantur Rathore
f3208e13e2
apply design-token markdown styling
2025-11-13 20:45:28 +00:00