Commit Graph
9 Commits
Author SHA1 Message Date
OpenCode 62c692c5a1 Add managed provider keys: encrypted store + env>DB resolver
AES-256-GCM encryption (KeyCipher) with master key from NEXUS_MASTER_KEY,
never persisted. ProvidersStore in SQLite: CRUD, enable/disable, default,
encrypted api keys, masked views for UI. KeyResolver applies env>DB precedence
and supports multiple providers. context.ts registers providers dynamically
from resolved config; backward compatible with env-only setups.
2026-08-17 17:12:26 +07:00
OpenCode 02fc536e85 Add NexusAI: universal MCP service (TTS/STT/image/video/music/web-search)
Monorepo-lite with shared @nexusai/core and @nexusai/mcp-server (stdio).
Provider-agnostic tools with explicit provider selection; NordRouter adapter
(media generate/poll/download, estimate, upload, models) and search via
perplexity/sonar. Local STT via faster-whisper uv sidecar. SQLite journal of
every generation for usage stats and future admin. 10 MCP tools.
2026-08-17 17:06:47 +07:00
OpenCode 82087be1b3 Fix review issues: lyrics polling, validation, undici fetch, retry, timeout, throttle, payload helper 2026-07-14 16:17:51 +07:00
OpenCode ac22e28128 Custom mode as main, simple as alternative. Default model V5_5. Agent proposes mode, user confirms. 2026-07-13 16:34:53 +07:00
OpenCode 32c8b36765 Add two generation modes: default simple (customMode=false) and advanced custom (customMode=true) 2026-07-13 16:25:49 +07:00
OpenCode d23086ba0c Update README with prompt engineering guide section 2026-07-13 11:50:10 +07:00
OpenCode c286635673 Update Suno skill with comprehensive prompt engineering guide 2026-07-13 11:48:44 +07:00
OpenCode 58441e198f Add README 2026-07-13 11:37:53 +07:00
OpenCode 10548187f4 Initial commit: Suno MCP server with 24 tools, proxy support, and opencode skill 2026-07-13 11:31:28 +07:00