Skip to content

Termux v1.17.14#16

Merged
unemployabot[bot] merged 45 commits into
release-1.17.14from
termux-1.17.14
Jul 8, 2026
Merged

Termux v1.17.14#16
unemployabot[bot] merged 45 commits into
release-1.17.14from
termux-1.17.14

Conversation

@unemployabot

@unemployabot unemployabot Bot commented Jul 8, 2026

Copy link
Copy Markdown

Termux release train

This PR carries the Termux patch branch onto the upstream release tag. If GitHub reports conflicts, resolve them by keeping upstream release code and preserving the Termux compatibility fixes.

After this PR merges, the Termux deploy workflow builds opencode-android-arm64 under a GitHub Deployment, mirrors the release asset to v1.17.14-termux, and opens a checkpoint PR back to termux-target.

Upstream notes

Core

Improvements

  • Added a code mode MCP adapter for running confined orchestration scripts against connected MCP tools.
  • Hid the execute tool unless code mode is enabled.

Bugfixes

  • Fixed paginated MCP tool catalogs losing tool metadata and output schema validation.
  • Preserved low reasoning effort for OpenRouter small-model variants instead of disabling it.
  • Fixed GitHub Copilot model routing to honor each model's advertised chat or responses endpoint.
  • Fixed session lists to match equivalent instance directories reliably.
  • Fixed Cerebras reasoning replay so earlier assistant reasoning is sent back in the provider-supported field.

TUI

Bugfixes

  • Fixed spinner registration so loading indicators keep rendering across TUI surfaces.

Desktop

Improvements

  • Show draft server status in the title bar.
  • Unified the provider connect flow across the app.
  • Improved the integrated terminal experience. (@arvsrn)
  • Added reopening for closed tabs and background tab opening. (@usrnk1)
  • Improved model search in picker dialogs. (@arvsrn)
  • Added recently closed projects to Home. (@usrnk1)
  • Made tab navigation respond on mouse down in the new layout.
  • Overhauled the v2 review panel. (@arvsrn)
  • Refined the session tab preview popover. (@usrnk1)

Bugfixes

  • Fixed new sessions from Home using the wrong project.
  • Fixed first-launch onboarding so it only appears when appropriate.
  • Improved large review pane performance.
  • Fixed timeline loads that started on assistant replies by backfilling the missing user turn.
  • Restored typing in the composer while the window is unfocused.
  • Fixed dropdown search behavior. (@arvsrn)
  • Kept the v2 review pane mounted when switching session tabs.
  • Kept the terminal mounted when switching session tabs in a workspace.
  • Fixed session tab busy indicators to stay scoped to the correct server.
  • Fixed child-session navigation and lineage resolution during tab transitions.
  • Kept desktop window tabs after closing and reopening the app.

Thank you to 3 community contributors:

wallentx and others added 30 commits July 5, 2026 21:15
Co-authored-by: Brendan Allan <git@brendonovich.dev>
Co-authored-by: James Long <jlongster@users.noreply.github.com>
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
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>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
* 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>
github-actions Bot and others added 15 commits July 7, 2026 20:58
checkpoint: release-1.17.14 into termux-target @ 85f6fc2
checkpoint: release-1.17.15 into termux-target @ 7c27868
Signed-off-by: wallentx <william.allentx@gmail.com>
* 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>
…nt-56cbbbb1b59b

# Conflicts:
#	.github/scripts/termux-configure-git.sh
#	.github/scripts/termux-create-checkpoint-pr.sh
#	.github/scripts/termux-create-or-update-mirrored-release.sh
#	.github/scripts/termux-create-release-pr.sh
#	.github/scripts/termux-find-release-pr.sh
#	.github/scripts/termux-read-release-metadata.sh
#	.github/scripts/termux-release-paths.sh
#	.github/scripts/termux-resolve-release-ref.sh
#	.github/scripts/termux-select-release.sh
#	.github/scripts/termux-validate-gh-env.sh
#	.github/termux-release.json
#	.github/workflows/publish.yml
#	.github/workflows/termux-release-checkpoint.yml
#	.github/workflows/termux-release-deploy.yml
#	.github/workflows/termux-release-watch.yml
checkpoint: release-1.17.14 into termux-target @ 56cbbbb
@unemployabot unemployabot Bot requested a review from wallentx July 8, 2026 08:23
@unemployabot unemployabot Bot added termux-release Termux release automation release-train Release train PR labels Jul 8, 2026
@unemployabot unemployabot Bot merged commit 59c6e7e into release-1.17.14 Jul 8, 2026
4 of 6 checks passed
@unemployabot unemployabot Bot deleted the termux-1.17.14 branch July 8, 2026 08:23
unemployabot Bot added a commit 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-train Release train PR termux-release Termux release automation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants