-
Notifications
You must be signed in to change notification settings - Fork 4.1k
/feedback skill records Warp version as Unknown instead of the installed version #10214
Copy link
Copy link
Closed
Labels
area:skillsAgent skills, skill authoring, and skill execution.Agent skills, skill authoring, and skill execution.bugSomething isn't working.Something isn't working.os:macmacOS-specific behavior, regressions, or requests.macOS-specific behavior, regressions, or requests.ready-to-implementThe issue is ready for implementation work.The issue is ready for implementation work.repro:mediumThe report suggests a plausible repro path, but some uncertainty remains.The report suggests a plausible repro path, but some uncertainty remains.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Metadata
Metadata
Assignees
Labels
area:skillsAgent skills, skill authoring, and skill execution.Agent skills, skill authoring, and skill execution.bugSomething isn't working.Something isn't working.os:macmacOS-specific behavior, regressions, or requests.macOS-specific behavior, regressions, or requests.ready-to-implementThe issue is ready for implementation work.The issue is ready for implementation work.repro:mediumThe report suggests a plausible repro path, but some uncertainty remains.The report suggests a plausible repro path, but some uncertainty remains.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Summary
The
/feedbackslash command filed an issue (#9542) in which theWarp versionfield was recorded asUnknownrather than the actual installed version. The reporter confirmed they were runningv0.2026.04.27.15.32.stable_03at the time.Problem
The feedback skill is expected to read the bundled version metadata file (
metadata/version.jsonrelative to the skill package) and populate theWarp versionfield automatically. In this case the field was left asUnknown, meaning the skill either could not locate or could not read the version metadata at filing time.@captainsafia flagged this in the comment thread and suspects it may be related to how version metadata is bundled for different binary or platform variants.
Expected behavior
The
/feedbackskill should reliably detect and include the installed Warp version (e.g.v0.2026.04.27.15.32.stable_03) in theWarp versionfield of every filed issue.Actual behavior
The
Warp versionfield in the filed issue (#9542) wasUnknown. The reporter confirmed they were runningv0.2026.04.27.15.32.stable_03at the time.Reproduction steps or desired workflow
/feedbackslash command in Warp to file an issue on macOS Sequoia.Warp versionfield.Unknownrather than the actual installed version.Artifacts
None attached.
Related comment: #9542 (comment)
Debugging ID from the originating
/feedbackrun: [reporter to fill in]Warp version
v0.2026.04.27.15.32.stable_03 (at time of original
/feedbackrun)Operating system
macOS 15.6.1 (Sequoia, build 24G90)
Possible source references
../../metadata/version.json(relative to skill root): the file the skill reads to populateWarp version; appears to have been missing, unreadable, or not found at filing timescripts/resolve_platform.py: bundled helper for OS resolution; version resolution is handled separately via the metadata file and may not share the same failure mode