Skip to content

fix(core): expand home-relative permission paths - #35737

Merged
StarpTech merged 4 commits into
devfrom
home-permission-paths
Jul 7, 2026
Merged

fix(core): expand home-relative permission paths#35737
StarpTech merged 4 commits into
devfrom
home-permission-paths

Conversation

@StarpTech

@StarpTechStarpTech commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

This fixes a V2 regression where home-relative filesystem permission paths stopped matching resolved absolute paths.

Summary

  • Restore V1 behavior for configs like external_directory: { "~/p/**": "allow" }, so paths under the user home no longer prompt.
  • Support ~ and $HOME path rules on POSIX and Windows for global and per-agent permissions.
  • Keep bash rules like $HOME/private/** literal so deny rules still match raw commands, and leave $HOMELESS unchanged.

@github-actionsgithub-actionsBot added contributor needs:compliance This means the issue will auto-close after 2 hours. labels Jul 7, 2026
@github-actions

Copy link
Copy Markdown
Contributor

This PR doesn't fully meet our contributing guidelines and PR template.

What needs to be fixed:

  • PR description is missing required template sections. Please use the PR template.

Please edit this PR description to address the above within 2 hours, or it will be automatically closed.

If you believe this was flagged incorrectly, please let a maintainer know.

@github-actions

Copy link
Copy Markdown
Contributor

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@github-actionsgithub-actionsBot removed the needs:compliance This means the issue will auto-close after 2 hours. label Jul 7, 2026
@github-actionsgithub-actionsBot added the needs:compliance This means the issue will auto-close after 2 hours. label Jul 7, 2026
@StarpTech
StarpTech merged commit fd9ee43 into devJul 7, 2026
9 checks passed
@StarpTech
StarpTech deleted the home-permission-paths branch July 7, 2026 14:23
shaheislam pushed a commit to shaheislam/opencode-vim that referenced this pull request Jul 7, 2026
unemployabotBot added a commit to wallentx/opencode-termux that referenced this pull request Jul 8, 2026
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (anomalyco#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (anomalyco#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (anomalyco#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (anomalyco#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (anomalyco#35081)
* fix(app): apply settings themes on select (anomalyco#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (anomalyco#34934)
* chore: generate
* fix(app): show unread for pending questions (anomalyco#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (anomalyco#35668)
* chore: generate
* fix(app): hide markdown task markers (anomalyco#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (anomalyco#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (anomalyco#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (anomalyco#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
unemployabotBot added a commit to wallentx/opencode-termux that referenced this pull request Jul 8, 2026
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (anomalyco#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (anomalyco#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (anomalyco#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (anomalyco#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (anomalyco#35081)
* fix(app): apply settings themes on select (anomalyco#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (anomalyco#34934)
* chore: generate
* fix(app): show unread for pending questions (anomalyco#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (anomalyco#35668)
* chore: generate
* fix(app): hide markdown task markers (anomalyco#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (anomalyco#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (anomalyco#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (anomalyco#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (anomalyco#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (anomalyco#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (anomalyco#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (anomalyco#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (anomalyco#35081)
* fix(app): apply settings themes on select (anomalyco#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (anomalyco#34934)
* chore: generate
* fix(app): show unread for pending questions (anomalyco#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (anomalyco#35668)
* chore: generate
* fix(app): hide markdown task markers (anomalyco#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (anomalyco#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (anomalyco#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (anomalyco#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
unemployabotBot added a commit to wallentx/opencode-termux that referenced this pull request Jul 8, 2026
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (anomalyco#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (anomalyco#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (anomalyco#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (anomalyco#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (anomalyco#35081)
* fix(app): apply settings themes on select (anomalyco#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (anomalyco#34934)
* chore: generate
* fix(app): show unread for pending questions (anomalyco#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (anomalyco#35668)
* chore: generate
* fix(app): hide markdown task markers (anomalyco#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (anomalyco#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (anomalyco#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (anomalyco#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (anomalyco#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (anomalyco#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (anomalyco#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (anomalyco#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (anomalyco#35081)
* fix(app): apply settings themes on select (anomalyco#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (anomalyco#34934)
* chore: generate
* fix(app): show unread for pending questions (anomalyco#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (anomalyco#35668)
* chore: generate
* fix(app): hide markdown task markers (anomalyco#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (anomalyco#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (anomalyco#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (anomalyco#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (anomalyco#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (anomalyco#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (anomalyco#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (anomalyco#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (anomalyco#35081)
* fix(app): apply settings themes on select (anomalyco#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (anomalyco#34934)
* chore: generate
* fix(app): show unread for pending questions (anomalyco#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (anomalyco#35668)
* chore: generate
* fix(app): hide markdown task markers (anomalyco#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (anomalyco#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (anomalyco#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (anomalyco#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.15
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
avion23 pushed a commit to avion23/opencode that referenced this pull request Jul 9, 2026
anduimagui pushed a commit to anduimagui/opencode that referenced this pull request Jul 9, 2026
avion23 pushed a commit to avion23/opencode that referenced this pull request Jul 11, 2026
unemployabotBot added a commit to wallentx/opencode-termux that referenced this pull request Jul 13, 2026
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (anomalyco#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (anomalyco#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (anomalyco#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (anomalyco#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (anomalyco#35081)
* fix(app): apply settings themes on select (anomalyco#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (anomalyco#34934)
* chore: generate
* fix(app): show unread for pending questions (anomalyco#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (anomalyco#35668)
* chore: generate
* fix(app): hide markdown task markers (anomalyco#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (anomalyco#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (anomalyco#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (anomalyco#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (anomalyco#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (anomalyco#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (anomalyco#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (anomalyco#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (anomalyco#35081)
* fix(app): apply settings themes on select (anomalyco#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (anomalyco#34934)
* chore: generate
* fix(app): show unread for pending questions (anomalyco#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (anomalyco#35668)
* chore: generate
* fix(app): hide markdown task markers (anomalyco#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (anomalyco#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (anomalyco#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (anomalyco#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (anomalyco#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (anomalyco#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (anomalyco#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (anomalyco#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (anomalyco#35081)
* fix(app): apply settings themes on select (anomalyco#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (anomalyco#34934)
* chore: generate
* fix(app): show unread for pending questions (anomalyco#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (anomalyco#35668)
* chore: generate
* fix(app): hide markdown task markers (anomalyco#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (anomalyco#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (anomalyco#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (anomalyco#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (anomalyco#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (anomalyco#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (anomalyco#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (anomalyco#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (anomalyco#35081)
* fix(app): apply settings themes on select (anomalyco#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (anomalyco#34934)
* chore: generate
* fix(app): show unread for pending questions (anomalyco#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (anomalyco#35668)
* chore: generate
* fix(app): hide markdown task markers (anomalyco#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (anomalyco#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (anomalyco#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (anomalyco#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (anomalyco#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (anomalyco#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (anomalyco#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (anomalyco#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (anomalyco#35081)
* fix(app): apply settings themes on select (anomalyco#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (anomalyco#34934)
* chore: generate
* fix(app): show unread for pending questions (anomalyco#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (anomalyco#35668)
* chore: generate
* fix(app): hide markdown task markers (anomalyco#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (anomalyco#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (anomalyco#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (anomalyco#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (anomalyco#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (anomalyco#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (anomalyco#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (anomalyco#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (anomalyco#35081)
* fix(app): apply settings themes on select (anomalyco#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (anomalyco#34934)
* chore: generate
* fix(app): show unread for pending questions (anomalyco#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (anomalyco#35668)
* chore: generate
* fix(app): hide markdown task markers (anomalyco#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (anomalyco#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (anomalyco#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (anomalyco#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.15
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* release: v1.17.16
* chore(termux): seed release automation
* chore(termux): prepare v1.17.16
* release: v1.17.18
* chore(termux): seed release automation
* chore(termux): prepare v1.17.18
* fix(termux): stabilize release branches
* chore(termux): remove Zig build cache
* fix(termux): skip release PR tests
* chore(termux): prepare v1.17.19
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
unemployabotBot added a commit to wallentx/opencode-termux that referenced this pull request Jul 13, 2026
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (anomalyco#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (anomalyco#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (anomalyco#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (anomalyco#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (anomalyco#35081)
* fix(app): apply settings themes on select (anomalyco#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (anomalyco#34934)
* chore: generate
* fix(app): show unread for pending questions (anomalyco#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (anomalyco#35668)
* chore: generate
* fix(app): hide markdown task markers (anomalyco#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (anomalyco#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (anomalyco#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (anomalyco#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (anomalyco#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (anomalyco#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (anomalyco#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (anomalyco#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (anomalyco#35081)
* fix(app): apply settings themes on select (anomalyco#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (anomalyco#34934)
* chore: generate
* fix(app): show unread for pending questions (anomalyco#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (anomalyco#35668)
* chore: generate
* fix(app): hide markdown task markers (anomalyco#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (anomalyco#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (anomalyco#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (anomalyco#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (anomalyco#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (anomalyco#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (anomalyco#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (anomalyco#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (anomalyco#35081)
* fix(app): apply settings themes on select (anomalyco#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (anomalyco#34934)
* chore: generate
* fix(app): show unread for pending questions (anomalyco#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (anomalyco#35668)
* chore: generate
* fix(app): hide markdown task markers (anomalyco#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (anomalyco#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (anomalyco#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (anomalyco#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (anomalyco#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (anomalyco#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (anomalyco#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (anomalyco#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (anomalyco#35081)
* fix(app): apply settings themes on select (anomalyco#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (anomalyco#34934)
* chore: generate
* fix(app): show unread for pending questions (anomalyco#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (anomalyco#35668)
* chore: generate
* fix(app): hide markdown task markers (anomalyco#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (anomalyco#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (anomalyco#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (anomalyco#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (anomalyco#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (anomalyco#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (anomalyco#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (anomalyco#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (anomalyco#35081)
* fix(app): apply settings themes on select (anomalyco#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (anomalyco#34934)
* chore: generate
* fix(app): show unread for pending questions (anomalyco#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (anomalyco#35668)
* chore: generate
* fix(app): hide markdown task markers (anomalyco#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (anomalyco#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (anomalyco#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (anomalyco#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (anomalyco#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (anomalyco#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (anomalyco#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (anomalyco#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (anomalyco#35081)
* fix(app): apply settings themes on select (anomalyco#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (anomalyco#34934)
* chore: generate
* fix(app): show unread for pending questions (anomalyco#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (anomalyco#35668)
* chore: generate
* fix(app): hide markdown task markers (anomalyco#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (anomalyco#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (anomalyco#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (anomalyco#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.15
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* release: v1.17.16
* chore(termux): seed release automation
* chore(termux): prepare v1.17.16
* release: v1.17.18
* chore(termux): seed release automation
* chore(termux): prepare v1.17.18
* fix(termux): stabilize release branches
* chore(termux): remove Zig build cache
* fix(termux): skip release PR tests
* release: v1.17.19
* chore(termux): seed release automation
* Termux v1.17.19 (#24)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (anomalyco#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (anomalyco#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (anomalyco#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (anomalyco#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (anomalyco#35081)
* fix(app): apply settings themes on select (anomalyco#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (anomalyco#34934)
* chore: generate
* fix(app): show unread for pending questions (anomalyco#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (anomalyco#35668)
* chore: generate
* fix(app): hide markdown task markers (anomalyco#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (anomalyco#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (anomalyco#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (anomalyco#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (anomalyco#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (anomalyco#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (anomalyco#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (anomalyco#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (anomalyco#35081)
* fix(app): apply settings themes on select (anomalyco#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (anomalyco#34934)
* chore: generate
* fix(app): show unread for pending questions (anomalyco#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (anomalyco#35668)
* chore: generate
* fix(app): hide markdown task markers (anomalyco#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (anomalyco#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (anomalyco#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (anomalyco#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (anomalyco#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (anomalyco#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (anomalyco#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (anomalyco#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (anomalyco#35081)
* fix(app): apply settings themes on select (anomalyco#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (anomalyco#34934)
* chore: generate
* fix(app): show unread for pending questions (anomalyco#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (anomalyco#35668)
* chore: generate
* fix(app): hide markdown task markers (anomalyco#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (anomalyco#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (anomalyco#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (anomalyco#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (anomalyco#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (anomalyco#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (anomalyco#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (anomalyco#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (anomalyco#35081)
* fix(app): apply settings themes on select (anomalyco#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (anomalyco#34934)
* chore: generate
* fix(app): show unread for pending questions (anomalyco#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (anomalyco#35668)
* chore: generate
* fix(app): hide markdown task markers (anomalyco#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (anomalyco#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (anomalyco#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (anomalyco#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (anomalyco#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (anomalyco#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (anomalyco#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (anomalyco#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (anomalyco#35081)
* fix(app): apply settings themes on select (anomalyco#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (anomalyco#34934)
* chore: generate
* fix(app): show unread for pending questions (anomalyco#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (anomalyco#35668)
* chore: generate
* fix(app): hide markdown task markers (anomalyco#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (anomalyco#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (anomalyco#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (anomalyco#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (anomalyco#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (anomalyco#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (anomalyco#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (anomalyco#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (anomalyco#35081)
* fix(app): apply settings themes on select (anomalyco#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (anomalyco#34934)
* chore: generate
* fix(app): show unread for pending questions (anomalyco#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (anomalyco#35668)
* chore: generate
* fix(app): hide markdown task markers (anomalyco#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (anomalyco#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (anomalyco#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (anomalyco#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.15
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* release: v1.17.16
* chore(termux): seed release automation
* chore(termux): prepare v1.17.16
* release: v1.17.18
* chore(termux): seed release automation
* chore(termux): prepare v1.17.18
* fix(termux): stabilize release branches
* chore(termux): remove Zig build cache
* fix(termux): skip release PR tests
* chore(termux): prepare v1.17.19
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* checkpoint: prepare release-1.17.19 for termux-target
* chore(termux): prepare v1.17.20
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
avion23 pushed a commit to avion23/opencode that referenced this pull request Jul 20, 2026
unemployabotBot added a commit to wallentx/opencode-termux that referenced this pull request Jul 27, 2026
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.15
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* release: v1.17.16
* chore(termux): seed release automation
* chore(termux): prepare v1.17.16
* release: v1.17.18
* chore(termux): seed release automation
* chore(termux): prepare v1.17.18
* fix(termux): stabilize release branches
* chore(termux): remove Zig build cache
* fix(termux): skip release PR tests
* release: v1.17.19
* chore(termux): seed release automation
* Termux v1.17.19 (#24)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.15
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* release: v1.17.16
* chore(termux): seed release automation
* chore(termux): prepare v1.17.16
* release: v1.17.18
* chore(termux): seed release automation
* chore(termux): prepare v1.17.18
* fix(termux): stabilize release branches
* chore(termux): remove Zig build cache
* fix(termux): skip release PR tests
* chore(termux): prepare v1.17.19
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* checkpoint: prepare release-1.17.19 for termux-target
* release: v1.17.20
* chore(termux): seed release automation
* Termux v1.17.20 (#26)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.1…
3kaiu pushed a commit to 3kaiu/opencode-x that referenced this pull request Jul 31, 2026
unemployabotBot added a commit to wallentx/opencode-termux that referenced this pull request Aug 2, 2026
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.15
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* release: v1.17.16
* chore(termux): seed release automation
* chore(termux): prepare v1.17.16
* release: v1.17.18
* chore(termux): seed release automation
* chore(termux): prepare v1.17.18
* fix(termux): stabilize release branches
* chore(termux): remove Zig build cache
* fix(termux): skip release PR tests
* release: v1.17.19
* chore(termux): seed release automation
* Termux v1.17.19 (#24)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.15
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* release: v1.17.16
* chore(termux): seed release automation
* chore(termux): prepare v1.17.16
* release: v1.17.18
* chore(termux): seed release automation
* chore(termux): prepare v1.17.18
* fix(termux): stabilize release branches
* chore(termux): remove Zig build cache
* fix(termux): skip release PR tests
* chore(termux): prepare v1.17.19
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* checkpoint: prepare release-1.17.19 for termux-target
* release: v1.17.20
* chore(termux): seed release automation
* Termux v1.17.20 (#26)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.…
unemployabotBot added a commit to wallentx/opencode-termux that referenced this pull request Aug 4, 2026
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.15
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* release: v1.17.16
* chore(termux): seed release automation
* chore(termux): prepare v1.17.16
* release: v1.17.18
* chore(termux): seed release automation
* chore(termux): prepare v1.17.18
* fix(termux): stabilize release branches
* chore(termux): remove Zig build cache
* fix(termux): skip release PR tests
* release: v1.17.19
* chore(termux): seed release automation
* Termux v1.17.19 (#24)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.15
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* release: v1.17.16
* chore(termux): seed release automation
* chore(termux): prepare v1.17.16
* release: v1.17.18
* chore(termux): seed release automation
* chore(termux): prepare v1.17.18
* fix(termux): stabilize release branches
* chore(termux): remove Zig build cache
* fix(termux): skip release PR tests
* chore(termux): prepare v1.17.19
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* checkpoint: prepare release-1.17.19 for termux-target
* release: v1.17.20
* chore(termux): seed release automation
* Termux v1.17.20 (#26)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.…
unemployabotBot added a commit to wallentx/opencode-termux that referenced this pull request Aug 4, 2026
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.15
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* release: v1.17.16
* chore(termux): seed release automation
* chore(termux): prepare v1.17.16
* release: v1.17.18
* chore(termux): seed release automation
* chore(termux): prepare v1.17.18
* fix(termux): stabilize release branches
* chore(termux): remove Zig build cache
* fix(termux): skip release PR tests
* release: v1.17.19
* chore(termux): seed release automation
* Termux v1.17.19 (#24)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.15
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* release: v1.17.16
* chore(termux): seed release automation
* chore(termux): prepare v1.17.16
* release: v1.17.18
* chore(termux): seed release automation
* chore(termux): prepare v1.17.18
* fix(termux): stabilize release branches
* chore(termux): remove Zig build cache
* fix(termux): skip release PR tests
* chore(termux): prepare v1.17.19
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* checkpoint: prepare release-1.17.19 for termux-target
* release: v1.17.20
* chore(termux): seed release automation
* Termux v1.17.20 (#26)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.…
unemployabotBot added a commit to wallentx/opencode-termux that referenced this pull request Aug 5, 2026
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.15
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* release: v1.17.16
* chore(termux): seed release automation
* chore(termux): prepare v1.17.16
* release: v1.17.18
* chore(termux): seed release automation
* chore(termux): prepare v1.17.18
* fix(termux): stabilize release branches
* chore(termux): remove Zig build cache
* fix(termux): skip release PR tests
* release: v1.17.19
* chore(termux): seed release automation
* Termux v1.17.19 (#24)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.15
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* release: v1.17.16
* chore(termux): seed release automation
* chore(termux): prepare v1.17.16
* release: v1.17.18
* chore(termux): seed release automation
* chore(termux): prepare v1.17.18
* fix(termux): stabilize release branches
* chore(termux): remove Zig build cache
* fix(termux): skip release PR tests
* chore(termux): prepare v1.17.19
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* checkpoint: prepare release-1.17.19 for termux-target
* release: v1.17.20
* chore(termux): seed release automation
* Termux v1.17.20 (#26)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.…
banlanzs pushed a commit to banlanzs/opencode that referenced this pull request Aug 6, 2026
unemployabotBot added a commit to wallentx/opencode-termux that referenced this pull request Aug 7, 2026
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.15
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* release: v1.17.16
* chore(termux): seed release automation
* chore(termux): prepare v1.17.16
* release: v1.17.18
* chore(termux): seed release automation
* chore(termux): prepare v1.17.18
* fix(termux): stabilize release branches
* chore(termux): remove Zig build cache
* fix(termux): skip release PR tests
* release: v1.17.19
* chore(termux): seed release automation
* Termux v1.17.19 (#24)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.15
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* release: v1.17.16
* chore(termux): seed release automation
* chore(termux): prepare v1.17.16
* release: v1.17.18
* chore(termux): seed release automation
* chore(termux): prepare v1.17.18
* fix(termux): stabilize release branches
* chore(termux): remove Zig build cache
* fix(termux): skip release PR tests
* chore(termux): prepare v1.17.19
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* checkpoint: prepare release-1.17.19 for termux-target
* release: v1.17.20
* chore(termux): seed release automation
* Termux v1.17.20 (#26)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.…
unemployabotBot added a commit to wallentx/opencode-termux that referenced this pull request Aug 10, 2026
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.15
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* release: v1.17.16
* chore(termux): seed release automation
* chore(termux): prepare v1.17.16
* release: v1.17.18
* chore(termux): seed release automation
* chore(termux): prepare v1.17.18
* fix(termux): stabilize release branches
* chore(termux): remove Zig build cache
* fix(termux): skip release PR tests
* release: v1.17.19
* chore(termux): seed release automation
* Termux v1.17.19 (#24)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.15
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* release: v1.17.16
* chore(termux): seed release automation
* chore(termux): prepare v1.17.16
* release: v1.17.18
* chore(termux): seed release automation
* chore(termux): prepare v1.17.18
* fix(termux): stabilize release branches
* chore(termux): remove Zig build cache
* fix(termux): skip release PR tests
* chore(termux): prepare v1.17.19
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* checkpoint: prepare release-1.17.19 for termux-target
* release: v1.17.20
* chore(termux): seed release automation
* Termux v1.17.20 (#26)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.…
charlesverge pushed a commit to charlesverge/opencode that referenced this pull request Aug 11, 2026
unemployabotBot added a commit to wallentx/opencode-termux that referenced this pull request Aug 12, 2026
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.15
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* release: v1.17.16
* chore(termux): seed release automation
* chore(termux): prepare v1.17.16
* release: v1.17.18
* chore(termux): seed release automation
* chore(termux): prepare v1.17.18
* fix(termux): stabilize release branches
* chore(termux): remove Zig build cache
* fix(termux): skip release PR tests
* release: v1.17.19
* chore(termux): seed release automation
* Termux v1.17.19 (#24)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.15
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* release: v1.17.16
* chore(termux): seed release automation
* chore(termux): prepare v1.17.16
* release: v1.17.18
* chore(termux): seed release automation
* chore(termux): prepare v1.17.18
* fix(termux): stabilize release branches
* chore(termux): remove Zig build cache
* fix(termux): skip release PR tests
* chore(termux): prepare v1.17.19
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* checkpoint: prepare release-1.17.19 for termux-target
* release: v1.17.20
* chore(termux): seed release automation
* Termux v1.17.20 (#26)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.…
unemployabotBot added a commit to wallentx/opencode-termux that referenced this pull request Aug 13, 2026
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.15
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* release: v1.17.16
* chore(termux): seed release automation
* chore(termux): prepare v1.17.16
* release: v1.17.18
* chore(termux): seed release automation
* chore(termux): prepare v1.17.18
* fix(termux): stabilize release branches
* chore(termux): remove Zig build cache
* fix(termux): skip release PR tests
* release: v1.17.19
* chore(termux): seed release automation
* Termux v1.17.19 (#24)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.15
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* release: v1.17.16
* chore(termux): seed release automation
* chore(termux): prepare v1.17.16
* release: v1.17.18
* chore(termux): seed release automation
* chore(termux): prepare v1.17.18
* fix(termux): stabilize release branches
* chore(termux): remove Zig build cache
* fix(termux): skip release PR tests
* chore(termux): prepare v1.17.19
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* checkpoint: prepare release-1.17.19 for termux-target
* release: v1.17.20
* chore(termux): seed release automation
* Termux v1.17.20 (#26)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.…
unemployabotBot added a commit to wallentx/opencode-termux that referenced this pull request Aug 21, 2026
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.15
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* release: v1.17.16
* chore(termux): seed release automation
* chore(termux): prepare v1.17.16
* release: v1.17.18
* chore(termux): seed release automation
* chore(termux): prepare v1.17.18
* fix(termux): stabilize release branches
* chore(termux): remove Zig build cache
* fix(termux): skip release PR tests
* release: v1.17.19
* chore(termux): seed release automation
* Termux v1.17.19 (#24)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.15
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* release: v1.17.16
* chore(termux): seed release automation
* chore(termux): prepare v1.17.16
* release: v1.17.18
* chore(termux): seed release automation
* chore(termux): prepare v1.17.18
* fix(termux): stabilize release branches
* chore(termux): remove Zig build cache
* fix(termux): skip release PR tests
* chore(termux): prepare v1.17.19
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* checkpoint: prepare release-1.17.19 for termux-target
* release: v1.17.20
* chore(termux): seed release automation
* Termux v1.17.20 (#26)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.…
unemployabotBot added a commit to wallentx/opencode-termux that referenced this pull request Aug 21, 2026
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.15
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* release: v1.17.16
* chore(termux): seed release automation
* chore(termux): prepare v1.17.16
* release: v1.17.18
* chore(termux): seed release automation
* chore(termux): prepare v1.17.18
* fix(termux): stabilize release branches
* chore(termux): remove Zig build cache
* fix(termux): skip release PR tests
* release: v1.17.19
* chore(termux): seed release automation
* Termux v1.17.19 (#24)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.15
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* release: v1.17.16
* chore(termux): seed release automation
* chore(termux): prepare v1.17.16
* release: v1.17.18
* chore(termux): seed release automation
* chore(termux): prepare v1.17.18
* fix(termux): stabilize release branches
* chore(termux): remove Zig build cache
* fix(termux): skip release PR tests
* chore(termux): prepare v1.17.19
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* checkpoint: prepare release-1.17.19 for termux-target
* release: v1.17.20
* chore(termux): seed release automation
* Termux v1.17.20 (#26)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.…
unemployabotBot added a commit to wallentx/opencode-termux that referenced this pull request Aug 24, 2026
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.15
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* release: v1.17.16
* chore(termux): seed release automation
* chore(termux): prepare v1.17.16
* release: v1.17.18
* chore(termux): seed release automation
* chore(termux): prepare v1.17.18
* fix(termux): stabilize release branches
* chore(termux): remove Zig build cache
* fix(termux): skip release PR tests
* release: v1.17.19
* chore(termux): seed release automation
* Termux v1.17.19 (#24)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.15
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* release: v1.17.16
* chore(termux): seed release automation
* chore(termux): prepare v1.17.16
* release: v1.17.18
* chore(termux): seed release automation
* chore(termux): prepare v1.17.18
* fix(termux): stabilize release branches
* chore(termux): remove Zig build cache
* fix(termux): skip release PR tests
* chore(termux): prepare v1.17.19
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
* checkpoint: prepare release-1.17.19 for termux-target
* release: v1.17.20
* chore(termux): seed release automation
* Termux v1.17.20 (#26)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.15 (#18)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* release: v1.17.14
* chore(termux): seed release automation
* Termux v1.17.14 (#10)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore(termux): prepare v1.17.14
---------
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* Termux v1.17.14 (#14)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* chore(termux): prepare v1.17.15
* fix(ci): disable upstream housekeeping on forks
* chore(codegraph): Ignore generated data files
Signed-off-by: wallentx <william.allentx@gmail.com>
* fix(termux): pin OpenTUI for Android build
* chore(termux): prepare v1.17.14
---------
Signed-off-by: wallentx <william.allentx@gmail.com>
Co-authored-by: wallentx <william.allentx@gmail.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: opencode <opencode@sst.dev>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <longster@gmail.com>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: Dustin Deus <deusdustin@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: 冯基魁 <56265583+fengjikui@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: unemployabot[bot] <277198073+unemployabot[bot]@users.noreply.github.com>
Co-authored-by: William Allen <wallentx@users.noreply.github.com>
* chore(termux): seed release automation
* Termux v1.17.14 (#16)
* fix(termux): add Android artifact support
* fix(termux): make target fork friendly
* chore: generate
* sync release versions for v1.17.14
* feat(data): improved model usage section
* fix(data): refine model trend charts
* chore: generate
* feat(app): align cmd k menu with v2 styles (#35152)
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(config): handle unavailable config directories (#35632)
Co-authored-by: James Long <jlongster@users.noreply.github.com>
* feat(app): visual improvements (#35134)
* chore: generate
* feat(app): reintroduce model context tooltip in model selector (#35087)
* chore: generate
* feat(app): change traffic light position, fix sequoia bug (#35081)
* fix(app): apply settings themes on select (#35011)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
* fix(app): persist session tab info (#34934)
* chore: generate
* fix(app): show unread for pending questions (#34684)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Brendan Allan <git@brendonovich.dev>
* fix(app): prioritize shortcuts in terminal (#35668)
* chore: generate
* fix(app): hide markdown task markers (#35670)
* feat(data): redesign model efficiency
* chore: generate
* fix(core): expand home-relative permission paths (#35737)
* chore: generate
* fix(core): ensure relevant files survive compaction (#35636)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* fix(llm): classify zai token limit overflow (#35671)
* release: v1.17.15
* chore(termux): seed release automation
* Termux v1.…
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contributorneeds:complianceThis means the issue will auto-close after 2 hours.needs:issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@StarpTech