chore: sync upstream commits (v0.0.11 catchup)#22
Merged
gabrielMalonso merged 24 commits intomainfrom Mar 14, 2026
Merged
Conversation
…dotgg#1001) Co-authored-by: Julius Marminge <julius0216@outlook.com>
…dotgg#955) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com>
…d Linux) (pingdotgg#841) Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com>
…tgg#1006) Co-authored-by: macroscopeapp[bot] <170038800+macroscopeapp[bot]@users.noreply.github.com> Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Julius Marminge <juliusmarminge@users.noreply.github.com> Co-authored-by: codex <codex@users.noreply.github.com> Co-authored-by: cursor[bot] <206951365+cursor[bot]@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ingdotgg#988) Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com>
- ensure `chat.new` creates a fresh draft after a promoted draft thread - enforce terminal cap per split group (4) while allowing additional terminal groups - refine sidebar row selected/active styling via shared class-name logic and tests
- move chat-wide key handling into `_chat` route-level shortcut handler - extract reusable `useHandleNewThread` hook and `isTerminalFocused` helper - update browser WS fixture to support `terminalOpen` RPC shape
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
… `useLocalStorage` helper (pingdotgg#662) Co-authored-by: Julius Marminge <julius0216@outlook.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
gabrielMalonso
commented
Mar 14, 2026
|
|
||
| export function isToolLifecycleItemType(value: string): value is ToolLifecycleItemType { | ||
| return TOOL_LIFECYCLE_ITEM_TYPES.includes(value as ToolLifecycleItemType); | ||
| } |
Owner
Author
There was a problem hiding this comment.
AGENTS.md violation: Runtime logic function isToolLifecycleItemType was added to packages/contracts. This package is restricted to schemas and TypeScript types only.
Keep this package schema-only — no runtime logic.
— AGENTS.md L30
This type-guard function should be moved to packages/shared or kept in the server layer where it's consumed.
… remover duplicação
# Conflicts: # apps/web/src/components/ChatView.tsx # apps/web/src/composer-logic.test.ts
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
Upstream features integrated
useCopyToClipboardhookTest plan
turbo run build)turbo run test)🤖 Generated with Claude Code