Skip to content

feat(install): add project-local agent setup - #4

Merged
ScriptedAlchemy merged 3 commits into
masterfrom
split/local-install-foundation
Jun 7, 2026
Merged

feat(install): add project-local agent setup#4
ScriptedAlchemy merged 3 commits into
masterfrom
split/local-install-foundation

Conversation

@ScriptedAlchemy

Copy link
Copy Markdown
Owner

Summary

  • Add tokensave install --local plumbing for project-scoped agent setup.
  • Wire local config paths across supported integrations without updating user-level install tracking.
  • Document project-local install behavior and unsupported Antigravity local setup.

Test plan

@changeset-bot

changeset-bot Bot commented Jun 7, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: f40029f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: fe0679a73a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/agents/kilo.rs Outdated
Comment thread src/agents/cline.rs Outdated
ScriptedAlchemy added 2 commits June 7, 2026 10:45
Align local install assertions with the forward-slash executable paths written to generated config on Windows.
@ScriptedAlchemy
ScriptedAlchemy merged commit 355aa0e into master Jun 7, 2026
5 checks passed
@ScriptedAlchemy
ScriptedAlchemy deleted the split/local-install-foundation branch July 4, 2026 01:13
spa5k pushed a commit to spa5k/tracedecay that referenced this pull request Jul 4, 2026
Flake ScriptedAlchemy#4: `cursor_workspace_open_hook_notifies_daemon` (and the sibling
hook-notification tests sharing `assert_hook_notification`) intermittently
panicked under parallel load.

The fake-daemon harness bounded several waits at a tight 2s: the socket
accept deadline and the `recv_timeout` for the observed request both depend
on spawning and running the real `tracedecay` CLI as a child process, whose
fork/exec + init can be scheduled slowly under nextest's process-per-test
parallelism.

Fix (test only): introduce `CLI_ROUNDTRIP_TIMEOUT` (20s) for waits gated on
the external CLI and `LOCAL_READY_TIMEOUT` (10s) for in-process readiness
signals, replacing the 2s bounds. Generous ceilings that still fail fast on
a genuine hang (the CLI normally connects in well under a second). The local
`git` helper also gains the resilient absolute-path lookup + ENOENT retry.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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