Skip to content

feat(ops): mount all drives as subdirectories at pagespace/ root#70

Merged
2witstudios merged 2 commits into
mainfrom
fix/multi-drive-mount
Jun 22, 2026
Merged

feat(ops): mount all drives as subdirectories at pagespace/ root#70
2witstudios merged 2 commits into
mainfrom
fix/multi-drive-mount

Conversation

@2witstudios

Copy link
Copy Markdown
Owner

Summary

  • ls pagespace/ now returns all accessible drive slugs as top-level directories instead of throwing "Empty PageSpace path"
  • find/glob from the mount root walks every drive, prefixing results with <driveSlug>/
  • Added resolver.listDrives() public method backed by the existing cached drive map
  • Single-drive paths (pagespace/<drive>/...) unchanged

Test plan

  • Run pagespace, complete onboarding
  • In session: ls pagespace/ — should list all drive slugs as folders
  • ls pagespace/<drive>/ — should list pages in that drive
  • find pagespace/ -name "*.md" — should search across all drives
  • npm run check passes

🤖 Generated with Claude Code

2witstudios and others added 2 commits June 22, 2026 12:13
ls pagespace/ now returns all accessible drive slugs as directories.
find/glob from the mount root walks every drive. Previously both threw
"Empty PageSpace path" because the resolver was called with an empty
path; now ops short-circuits on rel==="" and calls resolver.listDrives()
(new public method backed by the existing cached drive map).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…AGES

Previously onboarding set PAGESPACE_MODEL_PAGE with only the first
discovered agent. Now it sets PAGESPACE_MODEL_PAGES with all agent IDs
across all drives so every model is available for Shift+Tab switching
from the first session. Output updated to list all models by name.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jun 22, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@2witstudios, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 58 minutes and 59 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 290e2308-1add-410d-be12-f73290678f84

📥 Commits

Reviewing files that changed from the base of the PR and between deef28c and 609991a.

📒 Files selected for processing (3)
  • bin/pagespace.mjs
  • src/ops.ts
  • src/resolve.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/multi-drive-mount

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@2witstudios 2witstudios merged commit 08a24dd into main Jun 22, 2026
2 checks passed
@2witstudios 2witstudios deleted the fix/multi-drive-mount branch June 22, 2026 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant