feat(ui): add missing settings to Settings UI (#185) #215

Merged
jack merged 2 commits from feat/185-settings-ui into main 2026-01-24 17:30:13 +00:00
Owner

Summary

  • Added CLAUDE.md generation settings (observation interval, task timeout, max subdirs)
  • Added Secret Detection settings (enabled toggle, mode selection: redact/skip/warn)
  • Added Remote Mode settings (URL and token configuration)
  • Added PostgreSQL connection settings (host, port, user, password, name, URL)
  • Added Vector Database settings (type, path, embedding model)

Closes #185

Test Plan

  • Verify all new settings appear in the UI under correct tabs
  • Test CLAUDE.md settings visibility when enabled/disabled
  • Test PostgreSQL settings visibility when database type is changed
  • Test Vector DB settings visibility when enabled
  • Verify settings are saved correctly to settings.json

🤖 Generated with Claude Code

## Summary - Added CLAUDE.md generation settings (observation interval, task timeout, max subdirs) - Added Secret Detection settings (enabled toggle, mode selection: redact/skip/warn) - Added Remote Mode settings (URL and token configuration) - Added PostgreSQL connection settings (host, port, user, password, name, URL) - Added Vector Database settings (type, path, embedding model) Closes #185 ## Test Plan - [ ] Verify all new settings appear in the UI under correct tabs - [ ] Test CLAUDE.md settings visibility when enabled/disabled - [ ] Test PostgreSQL settings visibility when database type is changed - [ ] Test Vector DB settings visibility when enabled - [ ] Verify settings are saved correctly to settings.json 🤖 Generated with [Claude Code](https://claude.com/claude-code)
feat(ui): add missing settings to Settings UI (#185)
All checks were successful
CI / build (pull_request) Successful in 39s
ac673dfb6c
- CLAUDE.md generation: observation interval, task timeout, max subdirs
- Secret detection: enabled toggle and mode selection (redact/skip/warn)
- Remote mode: URL and token configuration
- PostgreSQL: full connection settings (host, port, user, password, name, URL)
- Vector database: type selection, path, and embedding model

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Merge branch 'main' into feat/185-settings-ui
All checks were successful
CI / build (pull_request) Successful in 40s
7d1e50ae7b
jack merged commit 67986cd001 into main 2026-01-24 17:30:13 +00:00
Sign in to join this conversation.
No description provided.