Nexus Dev
deffc1173d
docs(31): UI design contract
2026-04-04 03:55:49 +00:00
Nexus Dev
18bea82e4b
docs(phase-31): add validation strategy
2026-04-04 03:55:49 +00:00
Nexus Dev
b453fe5a01
docs(31): research phase — Puter.js zero-config cloud provider integration
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-04 03:55:49 +00:00
Nexus Dev
2a00f7a340
docs(31): auto-generated context (discuss skipped)
2026-04-04 03:55:49 +00:00
Nexus Dev
fd79080056
docs(phase-30): complete phase execution
2026-04-04 03:55:49 +00:00
Nexus Dev
49610c5058
docs(30-02): mark human-verify approved, update state to complete
...
- 30-02-SUMMARY.md: checkpoint section updated to reflect visual verification approved
- STATE.md: status changed from verifying to complete, session updated
2026-04-04 03:55:49 +00:00
Nexus Dev
3886756e03
docs(30-02): complete hardware detection UI + 3-step wizard plan
...
- SUMMARY.md for 30-02 (hardware API client, ModeSelector, HardwareSummaryStep, wizard refactor)
- STATE.md updated with position, decisions, and session info
- ROADMAP.md updated with phase 30 plan progress
- REQUIREMENTS.md: ONBD-07 marked complete
2026-04-04 03:55:49 +00:00
Nexus Dev
28a1d1aa5e
feat(30-02): wire multi-step wizard in NexusOnboardingWizard
...
- Refactor to 3-step flow: hardware detection, mode selection, root directory
- Add step indicator 'Step N of 3'
- Add HardwareSummaryStep on step 1 with dynamic heading
- Add ModeSelector on step 2 with 'both' pre-selected
- Add Back buttons on steps 2 and 3
- Persist selected mode via updateNexusSettings on wizard completion
- Reset step and mode on wizard close
2026-04-04 03:55:49 +00:00
Nexus Dev
2a47c60057
feat(30-02): API client, hook, ModeSelector, and HardwareSummaryStep
...
- Add ui/src/api/hardware.ts with fetchHardwareInfo, fetchNexusSettings, updateNexusSettings
- Add ui/src/hooks/useHardwareInfo.ts with useQuery wrapper
- Add queryKeys.hardware.info to ui/src/lib/queryKeys.ts
- Add ModeSelector with three-card layout and selected state styling
- Add HardwareSummaryStep with skeleton loading, tier-appropriate labels, privacy frame
2026-04-04 03:55:49 +00:00
Nexus Dev
949f09ac54
docs(30-01): complete hardware detection + nexus settings plan
...
- Add 30-01-SUMMARY.md with execution record and deviation docs
- Update STATE.md: plan advanced to 2/2, progress 50%, decisions logged
- Update ROADMAP.md: phase 30 progress updated (1/2 plans complete)
- Update REQUIREMENTS.md: ONBD-01, ONBD-02, ONBD-03 marked complete
2026-04-04 03:55:49 +00:00
Nexus Dev
59bf5dd8ba
feat(30-01): hardware and nexus-settings routes, app.ts mounting
...
- Add hardwareRoutes with unauthenticated GET /system/providers
- Add hardwareRoutes with GET /system/providers/recommendation
- Add nexusSettingsRoutes with board-auth GET/PATCH /nexus/settings
- Mount hardwareRoutes on app before boardMutationGuard (unauthenticated)
- Mount nexusSettingsRoutes on api router (board-auth gated)
2026-04-04 03:55:49 +00:00
Nexus Dev
a9817a9659
feat(30-01): hardware detection, nexus-settings, extended model catalog
...
- Add hardwareService with Apple Silicon / GPU / cpu_only tier detection
- Add 3s Promise.race timeout for si.graphics() with cpu_only fallback
- Add nexusSettingsService with Zod validation and file-backed persistence
- Extend ollama-model-catalog.json with tier arrays on every variant
- Add qwen3:8b family to catalog
- Update getRecommendedModel to accept optional hardwareTier parameter
- All 13 unit tests pass (TDD green)
2026-04-04 03:55:49 +00:00
Nexus Dev
3cd988f211
docs(30): create phase plan
2026-04-04 03:55:49 +00:00
Nexus Dev
7c71e66f09
docs(30): UI design contract
2026-04-04 03:55:49 +00:00
Nexus Dev
6e7206d27d
docs(30): UI design contract for hardware detection + mode selection
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-04 03:55:49 +00:00
Nexus Dev
ba8fd0b5d4
docs(phase-30): add validation strategy
2026-04-04 03:55:49 +00:00
Nexus Dev
69517b373e
[nexus] docs(30): research phase 30 — hardware detection + mode selection
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-04 03:55:49 +00:00
Nexus Dev
006a4cf896
docs(30): auto-generated context (discuss skipped)
2026-04-04 03:55:49 +00:00
Nexus Dev
5b00379f2c
docs: create milestone v1.5 roadmap (6 phases)
2026-04-04 03:55:49 +00:00
Nexus Dev
ed14004ceb
docs: define milestone v1.5 requirements
2026-04-04 03:55:49 +00:00
Nexus Dev
c53e419c66
docs: complete project research
2026-04-04 03:55:49 +00:00
Nexus Dev
9caedf895e
docs: start milestone v1.5 Smart Onboarding + Personal AI Assistant
2026-04-04 03:55:49 +00:00
Nexus Dev
8ae8e526d9
chore: complete v1.4 Hermes Default Provider milestone
...
3 phases, 6 plans, 16 requirements. Archives copied to milestones/.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 03:55:49 +00:00
Nexus Dev
02eb01a93e
docs(phase-29): complete default provider phase
2026-04-04 03:55:49 +00:00
Nexus Dev
0fc748d2d4
feat(29-02): Hermes skill injection + default provider integration tests
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 03:55:49 +00:00
Nexus Dev
2325c90abb
docs(29-02): complete default-provider plan 02 — Hermes skill injection and integration tests
2026-04-04 03:55:49 +00:00
Nexus Dev
1ff3953c97
feat(29-01): adapter probe route, Hermes onboarding fallback, neutral templates
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 03:55:49 +00:00
Nexus Dev
372df3919a
docs(29-01): complete default-provider plan 01 — hermes probe route and adapter-neutral templates
2026-04-04 03:55:49 +00:00
Nexus Dev
fb4a2066c3
docs(29): create phase plan — adapter probe, onboarding fallback, skill injection
2026-04-04 03:55:49 +00:00
Nexus Dev
d386f52b25
docs(29): research phase default-provider
2026-04-04 03:55:49 +00:00
Nexus Dev
634c30e1a2
docs(29): auto-generated context (discuss skipped)
2026-04-04 03:55:49 +00:00
Nexus Dev
3f66fb2481
docs(phase-28): complete Ollama integration phase
2026-04-04 03:55:49 +00:00
Nexus Dev
1cf1c1f038
feat(28-02,28-03): Ollama UI surface + Hermes runtime dashboard
...
28-02: ollamaApi client, model dropdown in config, skill badge
28-03: stateJson merge after heartbeat, HermesRuntimeCard in AgentOverview
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 03:55:49 +00:00
Nexus Dev
39327b7660
feat(28-03): merge Hermes runtime data into stateJson and add HermesRuntimeCard
...
- Add OllamaPsResponse interface and getOllamaMemoryUsage() to ollama.ts
- Import getOllamaMemoryUsage in heartbeat.ts
- Add hermes_local block in updateRuntimeState: COALESCE jsonb merge of hermesModel + hermesMemoryBytes
- Add HermesRuntimeCard component in AgentDetail.tsx
- Render HermesRuntimeCard in AgentOverview gated by adapterType === hermes_local
- Native skill count derived from agentsApi.skills entries with originLabel === Hermes skill
2026-04-04 03:55:49 +00:00
Nexus Dev
f0b568ddd6
docs(28-02): complete Ollama UI surface plan — model dropdown, install callout, Hermes skill badge
2026-04-04 03:55:49 +00:00
Nexus Dev
b36bb88cae
docs(28-03): complete Hermes runtime dashboard plan — stateJson merge, HermesRuntimeCard
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-04 03:55:49 +00:00
Nexus Dev
fbea338c23
feat(28-02): add Hermes skill badge and native skills section header in AgentSkillsTab
...
- Render purple "Hermes skill" badge for skills with originLabel === "Hermes skill"
- Section header shows "Hermes native skills & user-installed skills" for hermes_local agents
- Non-Hermes originLabel values continue to render as plain muted text
2026-04-04 03:55:49 +00:00
Nexus Dev
926b3a8763
feat(28-02): create ollamaApi client and Hermes Ollama model dropdown
...
- Add ui/src/api/ollama.ts with ollamaApi.status() and ollamaApi.models()
- Replace free-text Model input with hybrid dropdown/fallback in HermesLocalConfigFields
- Dropdown shows pulled Ollama models with * prefix for recommended entries
- Install callout shown when Ollama is absent (with link to installUrl)
- Edit mode: selecting an Ollama model atomically sets model + provider:custom + base_url
- Manual entry fallback via "Other (manual entry)..." option or when Ollama absent
- Uses useCompany() hook for companyId (consistent with AgentConfigForm pattern)
2026-04-04 03:55:48 +00:00
Nexus Dev
5345b67f92
feat(28-01): Ollama service, routes, model catalog
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 03:55:48 +00:00
Nexus Dev
ed085737e3
docs(28-01): complete ollama service + routes plan — detectOllama, listOllamaModels, model catalog, HTTP routes
2026-04-04 03:55:48 +00:00
Nexus Dev
9e7c2890d5
docs(28): create phase plan
2026-04-04 03:55:48 +00:00
Nexus Dev
5713d996bb
docs(28): research phase domain — Ollama API, Hermes config surface, cost tracking, dashboard
2026-04-04 03:55:48 +00:00
Nexus Dev
e4d3ec7506
docs(28): auto-generated context (discuss skipped)
2026-04-04 03:55:48 +00:00
Nexus Dev
492830d47c
docs(phase-27): complete Hermes adapter phase
2026-04-04 03:55:48 +00:00
Nexus Dev
1b7cd2a3cb
fix(27): remove duplicate gemini_local from AGENT_ADAPTER_TYPES
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 03:55:48 +00:00
Nexus Dev
9ef04fd1de
feat(27-01): close Hermes adapter integration gaps
...
- Add hermes_local to SESSIONED_LOCAL_ADAPTERS (HERM-03)
- Fix create-mode toolsets field guard (HERM-02)
- Add hermes session codec round-trip tests (HERM-04)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 03:55:48 +00:00
Nexus Dev
d1b34e128f
docs(27-01): complete hermes integration gaps plan — HERM-01 through HERM-04
...
- SUMMARY.md: 3 tasks, 3 files, 2 minutes
- STATE.md: advanced plan, recorded metrics, added decisions
- ROADMAP.md: phase 27 marked Complete (1/1 plans)
- REQUIREMENTS.md: HERM-01, HERM-02, HERM-03, HERM-04 marked complete
2026-04-04 03:55:48 +00:00
Nexus Dev
876665e7a4
docs(27-hermes-adapter): create phase plan
2026-04-04 03:55:48 +00:00
Nexus Dev
6328c4a5f9
docs(27): research phase hermes-adapter domain
2026-04-04 03:55:48 +00:00
Nexus Dev
2a5abc2e54
docs(27): auto-generated context (discuss skipped)
2026-04-04 03:55:48 +00:00