chore: sync openapi.json — add Asana linked issue tracker#305
Merged
Conversation
Co-Authored-By: Sachin Iyer <siyer@detail.dev>
Contributor
Author
Original prompt from Sachin
|
Contributor
Author
🤖 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:
|
Merged
2 tasks
sachiniyer
added a commit
that referenced
this pull request
May 28, 2026
## Summary Bumps version from `0.2.4` to `0.2.5` for a new release. Once merged, the `release.yml` workflow will automatically tag `v0.2.5` and publish platform artifacts. ## Review & Testing Checklist for Human - [ ] Merge schema PR #305 first (adds Asana linked issue tracker support) - [ ] Verify CI passes on this PR after #305 is merged ### Notes This is a patch release. The release workflow triggers on pushes to `main` that change `Cargo.toml`. Link to Devin session: https://app.devin.ai/sessions/cea71513bc1840c69f62012799a35cb1 Requested by: @sachiniyer <!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/usedetail/cli/pull/306" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1"> <img src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1" alt="Open in Devin Review"> </picture> </a> <!-- devin-review-badge-end --> <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Bump `detail-cli` from 0.2.4 to 0.2.5 and add Asana as a supported linked issue tracker (OpenAPI and formatting updates). Merging will tag v0.2.5 and publish platform artifacts. <sup>Written for commit 0dba727. Summary will update on new commits. <a href="https://cubic.dev/pr/usedetail/cli/pull/306?utm_source=github">Review in cubic</a></sup> <!-- End of auto-generated description by cubic. --> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Sachin Iyer <siyer@detail.dev>
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
Syncs
openapi.jsonwith the upstream API. The new change adds"asana"to theLinkedIssueTrackerenum.Also updates
src/api/types.rsto handle the newLinkedIssueTracker::Asanavariant in the two match arms — treated the same as Linear/Jira/GitHub (shows issue ID and optional URL).Review & Testing Checklist for Human
bugs showoutput (if you have a bug with an Asana linked issue)Notes
Generated via
cargo xtask generate-openapi. All checks pass:cargo xtask check,cargo fmt --check,cargo clippy -- -D warnings,cargo test.Link to Devin session: https://app.devin.ai/sessions/cea71513bc1840c69f62012799a35cb1
Requested by: @sachiniyer
Summary by cubic
Synced
openapi.jsonwith the upstream API and added Asana as a supported linked issue tracker. Updated Rust formatting to treat Asana like Linear/Jira/GitHub, showing the issue ID and optional URL inbugs show.Written for commit 52ef1c3. Summary will update on new commits. Review in cubic