Conversation
Co-authored-by: sebst <592313+sebst@users.noreply.github.com>
Co-authored-by: sebst <592313+sebst@users.noreply.github.com>
Fixed in b8f9144. The test-autogenerated job was failing with |
Co-authored-by: sebst <592313+sebst@users.noreply.github.com>
Fixed in bf86955. The new failure was |
sebst
left a comment
There was a problem hiding this comment.
Rework feature based on create feature skill
Co-authored-by: sebst <592313+sebst@users.noreply.github.com> Agent-Logs-Url: https://github.com/devcontainer-community/devcontainer-features/sessions/86e23c28-cb02-469b-a890-7156bc1c9a4e
Done in 2cf4f10. Reworked
|
sebst
left a comment
There was a problem hiding this comment.
Notes.md missing
Workflow file not up to date with main
Missing readme entry
Please obey the skill
…ture Co-authored-by: sebst <592313+sebst@users.noreply.github.com> Agent-Logs-Url: https://github.com/devcontainer-community/devcontainer-features/sessions/b513e1fb-c204-44ce-a263-33caf9cb5bc2
Done in 2cde966:
|
Adds a
tmuxdevcontainer feature. Since tmux only ships source tarballs on GitHub releases (no pre-built binaries), the install script builds from source using the repo's standard create-feature-skill patterns.Changes
src/tmux/devcontainer-feature.json— Feature metadata;versionoption defaults tolatest, accepts tmux'sX.Y[a]format (e.g.3.5a,3.4)src/tmux/install.sh— Builds tmux from the GitHub release source tarball following the standard create-feature-skill boilerplate:check_curl_file_tar_installed(standard name) withfile,curl,tar, andca-certificateschecksbuild-essential,pkg-config,libevent-dev,libncurses-dev,bisongithub_list_releases/utils_check_versionregex to^[0-9]+\.[0-9]+[a-z]?$for tmux'sX.Y[a]versioning scheme./configure --prefix=/usr/local+make installsrc/tmux/NOTES.md— Notes file with project link, description, and installation methodsrc/tmux/README.md— Auto-generated README combining feature metadata and NOTES.md contenttest/tmux/test.sh— Assertstmux -V | grep 'tmux'.github/workflows/test.yaml— Updated to match main branch: replaced hardcoded feature matrix lists with dynamic changed-feature detection (newget-changed-featuresjob)README.md— Addedtmuxentry to the root features table (synced with main)Original prompt
tmuxfeature #105📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.