-
Notifications
You must be signed in to change notification settings - Fork 0
AI router status strip + HF token wiring + LiteRT/LEAP/share-intent fixes #12
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
biafra23
wants to merge
19
commits into
main
Choose a base branch
from
claude/ai-activity-status-line
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
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
0d64c2d
Replace AI router debug Toast with bottom auto-hiding status strip
biafra23 1ad30bc
Wire HF token end-to-end and fix gated-model 401s
biafra23 48a8e57
Address PR #12 review: monotonic timing, robust Completed emit, DROP_…
biafra23 b8cc107
Disable vision/audio backends in LiteRT-LM EngineConfig
biafra23 6eb9496
Reject LEAP degenerate description / title output
biafra23 c7de63b
Fire AI tags even when description generation fails
biafra23 1a5a309
Re-trigger share-intent AI when aiCoreEnabled flips on after a delay
biafra23 6453641
Append debug provenance tag to AI-generated tag lists
biafra23 8e2c6c0
Debug provenance tag now shows generation duration, short SDK name
biafra23 527f0fa
Drop dbg: prefix from debug provenance tag
biafra23 7e91f44
Include model name in debug provenance tag
biafra23 bca82e8
Show LiteRT-LM (not MEDIAPIPE) as runtime label in comparison rows
biafra23 ddcd2e6
Handle system back from Settings / AddEdit / Comparison
biafra23 8d774bd
Self-heal LiteRT-LM 'no OpenCL on this device' failure
biafra23 3f75958
Don't reload+retry LiteRT-LM inline — OOMed Pixel 7a at 5.96 GB
biafra23 3300669
Prefer CPU over GPU in LiteRT-LM backend strategy
biafra23 49a004e
LiteRT debug tag now shows backend label; restore NPU→GPU→CPU strategy
biafra23 64610a9
Mode-aware dedup so AI doesn't fire twice when toggle flips on
biafra23 9e44224
Re-deprioritise GPU below CPU; OpenCL bug confirmed on Tensor G5 too
biafra23 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
build.ymlinjectsHF_TOKENinto the debug build and then uploads the resulting APK as a GitHub Actions artifact. If the repo secret is configured, that artifact will contain the token (and artifacts are typically downloadable by anyone with access to the workflow run), which is an easy unintended disclosure path. Consider only settingHF_TOKENfor trusted/internal builds (e.g., tag/release workflow) or gating this env var + artifact upload behindgithub.ref == 'refs/heads/main'/ a manual workflow dispatch.