Skip to content

Conversation

@stevenvo
Copy link

@stevenvo stevenvo commented Jan 5, 2026

--void

- Amazon writing skill documentation
- AI developer platform docs and POC analysis
- Application logs from local development
- Add ANTHROPIC_1M_CONTEXT env var for Anthropic direct API
- Add VERTEX_ANTHROPIC_1M_CONTEXT env var for Vertex AI Anthropic
- Only applies to Claude Sonnet 4.5 models (not Opus 4 or Haiku)
- Sets context limit to 1,000,000 tokens when enabled
- Adds context-1m-2025-08-07 beta header when enabled
- Add messageCount and firstUserMessage fields to Session.Info schema
- Update Session.list() to calculate Q/A pairs and extract first user message
- Update TUI session list to display preview + Q/A count
- Update CLI session list command for table and JSON formats
- Regenerate SDK types
- Convert bin/opencode from CommonJS to ESM (import statements)
- Add __filename/__dirname polyfills using fileURLToPath
- Add dist/ folder check for local development
- Set @stevenvo as default code owner
Fix bin/opencode ESM module error and add CODEOWNERS
- Add three clear workflows: direct source execution, compiled binary testing, and global install
- Explain what each command does and when to use it
- Clarify the bin/opencode wrapper's dist/ folder check behavior
- Document the fastest iteration cycle for active development
- Document 1M context window feature for Claude Sonnet 4.5
- Document direct GitHub checkout support
- Clarify environment variables for enabling extended context
Add comprehensive README documentation for development
- Add prominent GeoComply fork section after screenshot
- Document quick start for development from GitHub checkout
- Document 1M context window feature with env vars
- Link to detailed package README for comprehensive docs
Add GeoComply fork section to top-level README
- Rename package to @geocomply/opencode
- Add publishConfig for GitHub Packages registry
- Add publishing documentation
- Add git workflow and push safety rules
…encode

- Update bun.lock with package rename and dependency updates
- Update workspace reference in packages/web
- Fix build script to handle scoped package names
- Add build script to root package.json
Allows running build from repo root via 'bun run build'
- Remove build script from root package.json (not in upstream)
- Remove script/build.ts delegator
- Users should build from packages/opencode directory directly
- Document upstream-dev branch for public repo mirror
- Update workflow examples to use dev/main naming
- Clarify sync process from public upstream
- Complete existing "Show tool details" feature to affect live TUI display
- Bash outputs now truncate at 5 lines when tool details are hidden
- Hide verbose environment variable prefixes when collapsed
- Add 'o' key to toggle individual bash output expansion
- Show "... +N lines (press 'o' to expand)" indicator for truncated outputs
- Per-tool expansion state independent of global toggle
@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

The following comment was made by an LLM, it may be inaccurate:

Results

No duplicate PRs found.

The search results show that PR #6915 (fix(tui): add null safety checks for session().parentID) appears to be the exact PR you're checking. All search queries returned this same PR or unrelated TUI features.

The other results found (like "feat: add layout system for TUI" #5020) are feature-related PRs, not duplicates of this bug fix.

Conclusion: This appears to be a unique fix addressing a specific race condition in the TUI session handling. There are no open PRs currently addressing the same issue or fix.

@stevenvo stevenvo closed this Jan 5, 2026
@stevenvo stevenvo deleted the fix/tui-session-null-safety branch January 5, 2026 07:27
@stevenvo stevenvo changed the title fix(tui): add null safety checks for session().parentID ---void Jan 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant