[PR #691] [CLOSED] Add OpenSeek - TUI coding agent (TS/Bun, DeepSeek V4 native) to Development #17195

Closed
opened 2026-07-13 05:08:56 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rothgar/awesome-tuis/pull/691
Author: @LichAmnesia
Created: 5/24/2026
Status: Closed

Base: mainHead: add-openseek


📝 Commits (1)

  • f74e4c9 Add OpenSeek - TUI coding agent in TS/Bun

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Adds OpenSeek to the Development section, placed after opencode since both are AI coding agents.

OpenSeek is an open-source TUI coding agent built in TypeScript/Bun monorepo. v1.0 shipped with 56/56 SPEC gates closed, 954 tests passing, 1.4MB bundle, Apache-2.0.

Key features:

  • Native DeepSeek V4 backend with real-time prefix cache hit rate display in cost meter
  • Real MCP client + server (stdio + SSE + websocket transports, handrolled JSON-RPC 2.0)
  • LSP feedback loop across 5 languages (tsserver / rust-analyzer / pyright / gopls / clangd)
  • 27 providers (OpenAI-compat, Anthropic, Bedrock, Vertex, Azure, custom)
  • Plan / Agent / YOLO modes with git worktree isolation

Install: npm install -g openseek (requires bun >= 1.3)

Repo: https://github.com/LichAmnesia/openseek


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/rothgar/awesome-tuis/pull/691 **Author:** [@LichAmnesia](https://github.com/LichAmnesia) **Created:** 5/24/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-openseek` --- ### 📝 Commits (1) - [`f74e4c9`](https://github.com/rothgar/awesome-tuis/commit/f74e4c90976640555f57eb770d2828348e8899e5) Add OpenSeek - TUI coding agent in TS/Bun ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Adds [OpenSeek](https://github.com/LichAmnesia/openseek) to the **Development** section, placed after `opencode` since both are AI coding agents. OpenSeek is an open-source TUI coding agent built in TypeScript/Bun monorepo. v1.0 shipped with 56/56 SPEC gates closed, 954 tests passing, 1.4MB bundle, Apache-2.0. Key features: - Native DeepSeek V4 backend with real-time prefix cache hit rate display in cost meter - Real MCP client + server (stdio + SSE + websocket transports, handrolled JSON-RPC 2.0) - LSP feedback loop across 5 languages (tsserver / rust-analyzer / pyright / gopls / clangd) - 27 providers (OpenAI-compat, Anthropic, Bedrock, Vertex, Azure, custom) - Plan / Agent / YOLO modes with git worktree isolation Install: `npm install -g openseek` (requires `bun >= 1.3`) Repo: https://github.com/LichAmnesia/openseek --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-13 05:08:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-tuis#17195