Current Tools (v0.1.8)
codearchitect_help
Discover available features and get usage guidance. Start here! Features:- Lists all available features with descriptions
- Shows usage patterns and examples
- Provides when-to-use guidance
- Feature-specific help available
store_session
Save AI conversation sessions as organized markdown files in topic-named folders. Features:- Automatic export file detection - Auto-detects Cursor/VS Code exports from
~/.codearchitect/exports/ - VS Code JSON support - Full support for VS Code’s complex JSON export format
- Export filename matching - Match specific export files by pattern
- Auto-organization by date (
~/.codearchitect/sessions/YYYY-MM-DD/topic-folder/) - Topic-named folders with
summary.mdandfull.mdfiles - Smart topic extraction with redundant suffix removal
- Always saves to main folder (
~/.codearchitect/sessions/) - Optional project folder save with
projectDirparameter
get_session
Retrieve stored AI conversation sessions with TOON format support. Features:- Get specific session by folder name (e.g.,
authentication-implementation) - List all sessions (optionally filtered by date)
- ~40% token reduction with TOON format
- Automatic format selection (
automode) - Support for limiting results
- Handles both folder-based (v0.1.5+) and legacy flat-file formats
search_session
Search across all stored sessions using full-text search with relevance scoring. Features:- Full-text search - Searches through topics, content, and messages
- Relevance scoring - Results sorted by relevance (0-1 scale)
- Context snippets - Shows where matches were found (~150 chars before/after)
- Date filtering - Filter by specific date or date range
- Result limiting - Control how many results you get
- Case-insensitive - Works regardless of case
- Weighted scoring - Topic matches score higher than content matches
Coming Soon
Session Management
delete_session- Remove sessionsexport_sessions- Export in various formats
Architecture Tools
analyze_architecture- Analyze project structuregenerate_diagrams- Create architecture diagramsdocument_system- Auto-generate documentationreview_design- Review design decisionssuggest_patterns- Suggest design patterns
Workflow Tools
track_decisions- Track ADRsmanage_tech_debt- Track technical debtcodebase_insights- Codebase health insightsdependency_analysis- Dependency optimization