-
Notifications
You must be signed in to change notification settings - Fork 0
Pr/rpc fixes #140
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
Open
moshloop
wants to merge
15
commits into
main
Choose a base branch
from
pr/rpc-fixes
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.
Open
Pr/rpc fixes #140
Changes from 7 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
ba66acc
fix(task): release runFunc when a task reaches a terminal state
moshloop f41a815
feat: add oxlint custom rules linting for clicky-ui webapp
moshloop 690adf4
feat: add support for hidden flags in CLI and schema generation
moshloop 4bb8868
feat: update model catalog to latest provider tiers
moshloop 4ec79cd
feat Add HTTP request timing middleware and context utilities
moshloop aef5ef9
fix(rpc): Fix route deduplication for wildcard parameter name differe…
moshloop 31e982a
feat: preserve schema field order in markdown formatter output
moshloop 39f9301
fix: Replace fmt.Printf with clicky logger and fix timing middleware …
moshloop 2462fdc
chore: add UI and linting dependencies to webapp
moshloop dae8dfa
chore: update Go module dependencies to latest versions
moshloop 7d03d87
claude: task output review phase 1 - fix log display off-by-one, capt…
moshloop 60eaac6
feat(entity): add MCPToolHints for tool metadata and annotations
moshloop 1d0388c
feat(aichat): Add default permission and tool metadata support with c…
moshloop 10ffd24
feat(mcp): add MCP tool annotations and clicky meta support
moshloop 68ac1b0
fix(task): fix data races and render lifecycle for task output
moshloop 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
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
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
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
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,17 @@ | ||
| { | ||
| "$schema": "https://raw.githubusercontent.com/oxc-project/oxc/main/npm/oxlint/configuration_schema.json", | ||
| "jsPlugins": [ | ||
| { | ||
| "name": "clicky-ui", | ||
| "specifier": "../../../../clicky-ui/packages/ui/oxlint-plugins/clicky-ui.js" | ||
| } | ||
| ], | ||
| "rules": { | ||
| "clicky-ui/prefer-clicky-components": "error", | ||
| "clicky-ui/no-adhoc-overlay": "error", | ||
| "clicky-ui/prefer-tailwind-classes": "error", | ||
| "clicky-ui/prefer-theme-tokens": "error", | ||
| "clicky-ui/prefer-clicky-icons": "error" | ||
| }, | ||
| "ignorePatterns": ["dist", "node_modules"] | ||
| } | ||
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.
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.