Update some outdated docs + VS Code insists on adding these settings#86
Update some outdated docs + VS Code insists on adding these settings#86
Conversation
📝 WalkthroughWalkthroughUpdates documentation and configuration for SQLite-based caching system migration. Replaces cache storage from JSON files to SQLite database at a centralized location (claude-code-log-cache.db). Updates VSCode Python settings and revises archived sessions restoration workflow documentation. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@dev-docs/restoring-archived-sessions.md`:
- Line 60: The TUI mockup footer string "[a] Archive [r] Restore [h] HTML [v]
View [c] Resume [q] Quit" is missing the documented "[m]" key; update that
footer to include the Markdown key (e.g. add "[m] Markdown" or "[m] MD" between
"[h] HTML" and "[v] View") so it matches the documented view options described
for 'h', 'm', and 'v' on lines referencing the separate view modes.
| │ abc123 │ [ARCHIVED] Fix authentication bug │ 12-01 │ 45 │ | ||
| │ def456 │ [ARCHIVED] Add user settings page │ 11-28 │ 123 │ | ||
| └──────────┴───────────────────────────────────────┴─────────┴──────┘ | ||
| [a] Archive [r] Restore [h] HTML [v] View [c] Resume [q] Quit |
There was a problem hiding this comment.
Minor inconsistency in TUI footer keybindings.
The footer shows [v] View but doesn't include [m] for Markdown. However, Lines 79-81 document three separate view options: h (HTML), m (Markdown in browser), and v (embedded Markdown viewer). Consider updating the mockup footer to include all documented keys for consistency.
🤖 Prompt for AI Agents
In `@dev-docs/restoring-archived-sessions.md` at line 60, The TUI mockup footer
string "[a] Archive [r] Restore [h] HTML [v] View [c] Resume [q] Quit" is
missing the documented "[m]" key; update that footer to include the Markdown key
(e.g. add "[m] Markdown" or "[m] MD" between "[h] HTML" and "[v] View") so it
matches the documented view options described for 'h', 'm', and 'v' on lines
referencing the separate view modes.
Had some of these lying around and then I also got Claude to check other docs to sweep up some outdated stuff to not confuse people.
Summary by CodeRabbit
Documentation
Chores
✏️ Tip: You can customize this high-level summary in your review settings.