Conversation
|
@kishanprmr @onyedikachi-david kindly review |
|
Hi @Sanket6652, I've refactored your Bluesky integration to use the official AT Protocol SDK ( Key Changes Made:
Pattern to Follow:const agent = await createBlueskyAgent(auth);
const response = await agent.sdkMethod();Remaining Actions:
Please observe the SDK patterns in |
|
@onyedikachi-david Thanks for the refactor and clear pointers. I’ll align the remaining actions with the new SDK patterns. |
|
@onyedikachi-david, kindly review the refactored code. |
|
Update the demo video, lets be sure everything still works @Sanket6652 |
|
@onyedikachi-david 2025-08-02.08-49-01.mp4 |
* upstream/main: (286 commits) feat(redis): add 'platform-usage-report' to deprecated jobs list in removeDeprecatedJobs function chore(dimo): update piece version to 0.1.6 Update action.ts to use telemetryApiDateInputPropsWithoutInterval instead fix: update type definitions for folder response and adjust parameter formatting feat(managed-authn): add projectDisplayName to externalPrincipal docs: update .all-contributorsrc [skip ci] docs: update README.md [skip ci] fix(amazon-s3): add list file input type fix(twitter): fix mimetype of file fix(trello): update comment fix(trello): add test data fix: enhance logging structure in flowRunSideEffects feat: add getEvents action to retrieve vehicle events over a specific time period fix: lint errors fix: add windsurf and fix spacing fix: enhance claude instructions in mcp connect feat: add new action list-files in amazon-s3 refactor: extract piece version and archive id fix: remove duplicate v1 from proxy request chore: remove issue linking validation workflow ...
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx run server-api:test-cloud |
❌ Failed | 4s | View ↗ |
nx run server-api:test-ce |
❌ Failed | 4s | View ↗ |
nx run-many --target=test --projects=engine,sha... |
✅ Succeeded | 24s | View ↗ |
nx run server-api:test-ee |
✅ Succeeded | 4s | View ↗ |
nx run-many --target=build -c production --proj... |
✅ Succeeded | 14s | View ↗ |
nx affected --target=build -c production --excl... |
✅ Succeeded | 1m 23s | View ↗ |
nx run-many --target=lint --projects=pieces-blu... |
✅ Succeeded | 3s | View ↗ |
nx affected --target=lint --exclude=pieces-* --... |
✅ Succeeded | 1m 6s | View ↗ |
☁️ Nx Cloud last updated this comment at 2025-08-03 06:22:34 UTC
@kishanprmr @onyedikachi-david
demo:
2025-07-24.22-27-34.mp4
/claim #8505
Fixes #8505