Commit Graph

3 Commits

Author SHA1 Message Date
ff212e4d0b docs: update CLAUDE.md to reflect recent AI refactoring, UI redesign, and state changes
- state.rs: remove stale schema_cache/columns_cache refs; add
  overview_cache, tables_by_db_cache, ai_settings, MCP channels,
  ClickHouse flavor
- commands/: list all current modules (ai, chat, chat_tools, memory,
  settings) instead of an outdated subset
- frontend: document tool-calling chat architecture (tool-registry.ts,
  ChatPanel) replacing the former AiBar/explain/fix/ChartPreview
- ui: mention "Graphite & Honey" theme, IBM Plex Mono, custom
  CodeMirror theme
- conventions: add rule for adding AI chat tools
2026-05-23 16:11:07 +03:00
c73339bb4c chore: add app:dev / app:bundle npm aliases and document them
Thin aliases for `tauri dev` / `tauri build`; raw `npm run tauri <cmd>` still works.
2026-05-23 15:02:05 +03:00
ded35d8c40 docs: add CLAUDE.md with project architecture and dev commands
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 12:18:20 +03:00