docs: add blog post - 8 Things You Didn't Know About Code Mode#7059
Merged
blackgirlbytes merged 2 commits intomainfrom Feb 6, 2026
Merged
docs: add blog post - 8 Things You Didn't Know About Code Mode#7059blackgirlbytes merged 2 commits intomainfrom
blackgirlbytes merged 2 commits intomainfrom
Conversation
Contributor
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new documentation blog post introducing and explaining “Code Mode” in goose, focusing on practical benefits (context hygiene, token savings, batching, portability) and including social sharing metadata.
Changes:
- Adds a new blog post Markdown page with frontmatter, content sections, code examples, images, and social meta tags.
- Includes internal links to existing goose docs and prior related blog posts.
documentation/blog/2026-02-06-8-things-you-didnt-know-about-code-mode/index.md
Outdated
Show resolved
Hide resolved
taniandjerry
approved these changes
Feb 6, 2026
zanesq
added a commit
that referenced
this pull request
Feb 7, 2026
* 'main' of github.com:block/goose: refactor: move disable_session_naming into AgentConfig (#7062) Add global config switch to disable automatic session naming (#7052) docs: add blog post - 8 Things You Didn't Know About Code Mode (#7059) fix: ensure animated elements are visible when prefers-reduced-motion is enabled (#7047) Show recommended model on failture (#7040) feat(ui): add session content search via API (#7050) docs: fix img url (#7053) Desktop UI for deleting custom providers (#7042) Add blog post: How I Used RPI to Build an OpenClaw Alternative (#7051)
kuccello
pushed a commit
to kuccello/goose
that referenced
this pull request
Feb 7, 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.
Summary
This PR adds a new blog post: 8 Things You Didn't Know About Code Mode
Content
The post covers lesser-known features and benefits of Code mode in Goose:
Files Added
Checklist