-
Notifications
You must be signed in to change notification settings - Fork 1
Revert PR #279 to test instrumentation hook fix #285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This reverts commit a61babf.
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
Caution Review failedThe pull request is closed. WalkthroughThis PR removes the chat experience, Pulse agent, tutorials APIs, Dynamic Island UI, KV/validation utilities, and related types/components. It updates env handling to unify AGENT_ID and support AGENT_FULL_URL, adjusts doc-qa prompts/logging, allows root .env tracking, trims CSS, and updates dependencies. Changes
Sequence Diagram(s)sequenceDiagram
participant App
participant Env as lib/env.getAgentConfig
App->>Env: getAgentConfig()
alt AGENT_FULL_URL provided
Env-->>App: { url: AGENT_FULL_URL, bearerToken? }
else AGENT_BASE_URL + AGENT_ID provided
Env-->>App: { url: AGENT_BASE_URL + "/v1/agents/" + AGENT_ID, bearerToken? }
else Missing required envs
Env-->>App: throw Error("Provide AGENT_FULL_URL or AGENT_BASE_URL + AGENT_ID")
end
Estimated code review effort🎯 5 (Critical) | ⏱️ ~120+ minutes Possibly related PRs
Suggested reviewers
Poem
✨ Finishing touches
🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (68)
Comment |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
docs | 6ce16e6 | Sep 17 2025, 01:41 PM |
Revert PR #279 to test instrumentation hook fix
Summary
This PR reverts commit a61babf (PR #279 "chat prototype") to test if it resolves the Cloudflare Workers instrumentation hook error affecting agentuity.dev.
agentuity.devis actually deployed from thewebsite-cfrepository, not thedocsrepository. This means this revert may not fix the live site error unless the docs content is somehow incorporated into the website-cf deployment.The revert removes:
app/chat/with 15+ components)uuid,swr,allotment,node-pty, etc.Review & Testing Checklist for Human
npm run dev)Notes
Link to Devin run: https://app.devin.ai/sessions/fa7202af4b6245d9b785fd8aafddb7e9
Requested by: @afterrburn
Summary by CodeRabbit