-
Notifications
You must be signed in to change notification settings - Fork 4.5k
---void #6915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
---void #6915
Conversation
- 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
…ce condition crashes
|
The following comment was made by an LLM, it may be inaccurate: ResultsNo duplicate PRs found. The search results show that PR #6915 ( 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. |
--void