[docs] Update documentation for features from 2026-01-04#8946
Merged
Conversation
…puts Updated documentation to reflect two new features merged on 2026-01-04: 1. Multiple slash command identifiers (#8943): - Documented array syntax for slash_command.name - Added needs.activation.outputs.slash_command output variable - Provided examples for command aliases and grouped handlers 2. Go language support in safe-inputs (#8941): - Added go: as fourth scripting option - Documented Go-specific syntax and standard library - Provided calculation and API call examples 🤖 Generated with [gh-aw](https://github.com/githubnext/gh-aw) Co-Authored-By: Daily Documentation Updater <noreply@github.com>
pelikhan
approved these changes
Jan 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Updates - 2026-01-04
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
go:as a fourth scripting optionChanges Made
1. Updated
docs/src/content/docs/reference/command-triggers.mdslash_command.namefieldneeds.activation.outputs.slash_commandoutput variable2. Updated
docs/src/content/docs/reference/safe-inputs.mdgo:to the list of implementation optionsgo:)" section with detailed documentationmap[string]anyfor inputs, JSON output to stdoutMerged PRs Referenced
Documentation Style
All updates follow the established documentation guidelines:
yaml wrap,aw wrap)Notes
The following PRs from the last 24 hours were internal changes that do not require user-facing documentation updates:
🤖 Generated with gh-aw