-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Added beads integration alongside taskmaster #405
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
Draft
tcsenpai
wants to merge
25
commits into
siteboon:main
Choose a base branch
from
tcsenpai:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 24 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
932cb80
feat(beads): add backend API routes for beads issue tracker
b9a2c77
fix: make installation status endpoints public and register beads routes
2c6a3b5
feat(beads): add BeadsContext for state management
142dc2c
fix: prevent infinite loop in TaskMasterContext
27c1ad3
feat(beads): add beads installation check to settings context
e052560
feat(beads): add BeadsPanel with epics and dependencies view
1c8c5ae
feat(beads): add beads tab to main content area
b7ad7dd
feat(beads): integrate BeadsProvider in app
7b25148
i18n: add beads tab translation
2dbd901
added ignore for beads
1e28b63
reincluded gitattributes
87c8d5a
(fix) Command injection via shell: true — user-controlled input is pa…
c23a697
(fix) Epic expansion always shows "No children yet" — children are ne…
a636de3
fix: add missing api.post, api.put, api.delete methods to api utility
3495a9d
fix: use local variables for installation check condition in TasksSet…
4a762e2
fix: add configurable timeout to runBeadsCommand to prevent hanging p…
a985676
fix: prevent negative limit values from removing items in issues list
4b58bb1
Merge branch 'main' into main
tcsenpai 769684d
Merge branch 'main' of https://github.com/siteboon/claudecodeui
6bf866c
chore: ignore repository semantic map
b2774ba
(enhancement) added parser for <INSTRUCTIONS> tag
c051152
Merge remote-tracking branch 'upstream'
d49e5b2
Update src/components/chat/utils/messageTransforms.ts
tcsenpai 3e74b49
Merge branch 'main' into main
tcsenpai 306680e
Merge branch 'main' into main
blackmammoth File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
|
|
||
| # Use bd merge for beads JSONL files | ||
| .beads/issues.jsonl merge=beads |
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.