Opus 4.8, Agent Skills (+per-project toggle), Claude Design import, Nuxt generation, provider-aware Git + reliability & tests#83
Open
holoduke wants to merge 1 commit into
Conversation
ca6a6e2 to
b1d7211
Compare
…ort, Nuxt generation, provider-aware Git, reliability & tests A broad set of capabilities on top of upstream, plus a hardening pass. Build & agent - Claude Opus 4.8 via the Agent SDK with adaptive thinking + an effort selector (Auto / Deep / Off) in the composer. - New projects scaffold a full multi-page Nuxt 4 + Nuxt UI app (layout with header/footer, shared nav, Home/Pricing/About/Contact pages, error page). - Provider-aware Git layer (GIT_PROVIDER = github | gitea) for repo create, push and reading CI deploy status; provider-agnostic "Git" wording in the UI. Agent Skills - Per-project + global skills in settings and a quick-access modal (checkboxes + live search) in the chat toolbar. - Hard per-project enable/disable: default auto-load; once any skill is disabled the project loads only the enabled set (project dirs + global symlinks), so a disabled skill is genuinely not loaded. Untouched projects unchanged. Import from Claude Design - Upload a claude.ai/design .zip; screens/fonts/assets are staged into a gitignored design-reference/ folder (noise filtered, wrapper dirs handled), then the agent gets an editable instruction to port them into the app's own components. UI - Resizable chat/preview split (draggable divider, width persisted; an overlay keeps the drag working over the cross-origin preview iframe). - Publish flow shows the real CI deploy run plus the last deployed commit + time. Reliability & security - Encrypt provider tokens at rest (legacy plaintext migrates on read). - Preview dev servers: idle eviction + LRU so the port pool can't be exhausted; stop leaking orphaned processes; keep warm across refresh; fix a tight auto-start retry loop; clear deploy poll intervals on unmount; no-store on the status endpoint. - Persist the encryption key; DB indexes + crash recovery; keep prerender failOnError disabled so deploys don't break on a placeholder link. Code quality & tests - vitest + 59 unit tests (path, chat serializer, design-import, skill-id, formatting, tool-metadata parsers). - Extractions/de-dup: pure skill-id module, agent system prompt file, formatting helpers, and the tool-use metadata parsers shared between CLI adapters and the chat log (removing a triplicated copy).
b1d7211 to
7f0f336
Compare
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.
Summary
A broad capabilities + hardening pass on top of upstream: Claude Opus 4.8, per-project Agent Skills with a real on/off toggle, importing designs from Claude Design, full Nuxt app generation, a provider-aware Git layer (GitHub or Gitea), plus a reliability/security sweep and the repo's first automated tests.
Highlights
Build & agent
Agent Skills
Import from Claude Design
UI
Reliability & security
Code quality & tests
Test plan