Conversation
fix(ui): handle Windows paths in instance tab titles
Add new session icon to sessions sidebar header
…ility-fork Fix markdown code block text visibility in light mode
Publish bleeding-edge builds from dev to GitHub prereleases and npm dist-tag 'dev'. Dev builds poll GitHub prereleases and surface update availability via /api/meta for UI notifications.
Expose NPM_TOKEN as an optional workflow_call secret so step conditionals can reference secrets.NPM_TOKEN.
Remove secrets-based step conditionals in reusable npm publish workflow; decide token vs OIDC at runtime.
Switch dev builds to use -dev-YYYYMMDD-sha8 suffix and update version parsing + dev detection accordingly.
Switch dev workflow to publish the server under @neuralnomads/codenomad-dev with dist-tag latest, avoiding @dev dist-tags. Add workflow input to override package name at publish time.
fix(ui): keep prompt attachments in sync
fix(ui): hide keyboard hints on phone layout
Add generic /api/storage config/state endpoints with merge-patch, migrate legacy YAML/JSON layout, and update UI/server to read and write owner-scoped settings. Replace config SSE events and drop /api/config routes.
Hide shortcut hints in WebUI and allow toggling in native desktop apps.
Wire message.part.delta SSE events into the v2 message store and append deltas onto existing part fields.
Fix: hide keyboard shortcut hints in WebUI + add toggle
Make server usage easier to discover from the root README, add local install/run instructions, and document additional CLI flags/env vars for UI and logging.
Docs: link server CLI docs and list flags/env vars
Update all references from info.time.completed to info.time.end to align with SDK schema changes. Affects message status tracking and rendering.
# Conflicts: # packages/ui/src/stores/preferences.tsx
fix(ui): prevent close button overlapping theme toggle
…d message display
fix(ui): improve picker deletion, ESC cancel, and SHIFT+ENTER path handling
feat(ui): unify picker Tab/Enter/Shift+Enter and allow directory attachments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
OpenCode v1.2.0+ needed with this version.
Thanks for contributions
Special Thanks
A huge shoutout to @VooDisss for their incredible dedication and hard work! They provided numerous improvement suggestions, reported bugs with great detail, and showed tremendous perseverance in helping make CodeNomad better. Thank you for your contributions!
Highlights
config.yaml,state.yaml).codenomad-devwith update notifications.What's Improved
@.and@./path resolution in file picker.Docs
Contributors