fix: harden Buddy session format support#38
Closed
jazzyalex wants to merge 1 commit into
Closed
Conversation
Tool: Codex Model: gpt-5.5 Why: Verify CodeBuddy and WorkBuddy parsing against source-controlled compatibility fixtures.
Owner
Author
|
Closing this follow-up as no longer planned. After maintainer review, CodeBuddy and WorkBuddy support has been reverted from main in e723fdd. The project will not support these providers for now because CodeBuddy cannot be reliably verified from my US region and WorkBuddy is currently Chinese-only, which makes maintenance and QA impractical. Thanks for the earlier validation work; I am keeping provider support limited to tools that can be verified and maintained locally. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
git diff --checkrg -n "/Users/|@|token|secret|cookie|authorization|api[_-]?key|BEGIN PRIVATE" Resources/Fixtures/stage0/agents/codebuddy Resources/Fixtures/stage0/agents/workbuddyreturned no matches./scripts/xcode_test_stable.sh: 734 tests, 3 skipped, 0 failures** BUILD SUCCEEDED **Compatibility note
I could not capture fresh local vendor sessions on this machine:
codebuddyis not installed and neither~/.codebuddynor~/.workbuddyexists. The fixtures in this PR are source-controlled compatibility fixtures with representative Buddy schema drift, not authenticated redacted exports from a real local CodeBuddy/WorkBuddy run.Before release or public marketing, @tanguofu or another Buddy user should confirm this branch against real local CodeBuddy and WorkBuddy session files, or provide redacted examples for fixture replacement/expansion. Public wording should stay limited to local transcript browsing/search until that verification lands.
Follow-up to #37.