Skip to content

chore: import rebranded upstream vendor snapshot - #129

Merged
elkaix merged 52 commits into
mainfrom
sync/upstream-vendor-2026-08
Aug 19, 2026
Merged

chore: import rebranded upstream vendor snapshot#129
elkaix merged 52 commits into
mainfrom
sync/upstream-vendor-2026-08

Conversation

@elkaix

@elkaix elkaix commented Aug 18, 2026

Copy link
Copy Markdown
Member

Related Issue

No linked issue. This is the maintainer-approved August 2026 upstream synchronization.

Problem

The fork had diverged from the upstream runtime, package graph, CLI, and web server. Future imports also need stable vendor ancestry while Pythinker remains the product identity.

What changed

  • Import the dependency-complete, rebranded upstream snapshot with merge ancestry from vendor/upstream.
  • Restore Codex OAuth, advisor, TUI, SDK, VS Code, web, release, and package-graph integrations.
  • Keep Pythinker identity across loading and sidebar branding, including the Pythinker robot sidebar icon.
  • Add the repeatable upstream rebrand and vendor-merge runbook.
  • Repair imported spelling, lint, Nix, web-build, and changeset gates.

Verification

  • pnpm run typecheck: passed.
  • pnpm run lint: passed with 0 errors.
  • pnpm test: 19,885 passed; six kap-server registry tests timed out under full-suite load. The exact file then passed 18/18 in 2.68 seconds.
  • VS Code: typecheck passed; 338/338 tests passed.
  • Web: 700/700 tests passed; production build passed.
  • Nix build, workspace sync, managed-service gate, typo check, and rename-residue gate passed.
  • Changesets reports nine releases, no major bump, and no unknown package.
  • Browser visual proof is unavailable in this environment; the Pythinker robot asset and web contract were checked locally.
  • Local CodeRabbit CLI was attempted twice; both attempts failed before review with WebSocket closed, while coderabbit doctor passed all checks.

Checklist

  • I have read the CONTRIBUTING document.
  • I have explained the problem above.
  • The adopted features include their upstream tests.
  • Ran gen-changesets skill.
  • Ran gen-docs skill. Blocked because required docs/scripts/sync-changelog.mjs does not exist; the sync runbook is in scripts/upstream-sync/README.md.

elkaix added 30 commits August 18, 2026 11:52
…-08-05)

First vendor merge of the continuous porting pipeline (tasks/todo.md Phase 3,
step 1 of 2). Adopts the upstream v2 stack wholesale per D1: agent-core-v2,
kap-server (replaces packages/server), klient, protocol, pi-tui, transcript,
minidb, acp-server, migration-legacy, tree-sitter-bash, pythinker-inspect.
Keeps ours: .github, apps/desktop, apps/dashboard (= upstream vis, D3),
apps/vscode, packages/server-e2e, release scripts, docs/zh deletion.
apps/pythinker-web resolved upstream-first per D2; our web features are
re-ported in Phase 4/5. Managed-service strip (D5) follows in Phase 3 step 2.
…08-18)

Second vendor merge (tasks/todo.md Phase 3, step 2 of 2): the Aug 5 -> Aug 18
upstream drift. Upstream deleted apps/kimi-web in favor of a compiled bundle;
we keep apps/pythinker-web as source (restored from pre-merge state) and do
not vendor the 33 MB dist-web bundle. apps/vis remains folded into
apps/dashboard (D3). vscode, docs layout, CI, desktop, dashboard stay ours.
The CLI depends on @pymodel/vis-server, so vis stays as the upstream-canonical
debug app. apps/dashboard's extra features fold into it in Phase 4, then
dashboard is removed. Lockfile regenerated.
118 files present in the vendor snapshot but auto-deleted by the 3-way merge
because our history had removed their ancestors (old managed strip + renames)
while upstream left them unchanged. Adopted code imports them, so the tree
did not build. The deliberate managed-service strip (D5) is redone on top as
its own reviewed change.
D1 is wholesale adoption: within the adopted packages and the CLI app, files
are reset to the vendor tree and our-side extras are removed. Our features on
top of these packages (Codex OAuth surface, dynamic-workflow phase 2 work,
provider-neutral login refactor, etc.) are re-ported deliberately in Phase 4
from git history (diff 75c7ec9..dev), instead of leaving a half-merged mix
that neither builds nor matches upstream.
Same assertion dev already carries; upstream builds against @types/node 22.
BlobPart casts (upstream builds on @types/node 22) and zod dedupe to the
4.4.3 catalog so kap-server and klient typecheck under our toolchain.
- apps/dashboard reset to our dev state (upstream vis app.ts had leaked in
  through rename detection while its new route files had not).
- pythinker-web: repair identifiers corrupted by the swarms prose rename.
- vendor rebrand script committed (scripts/upstream-sync/rebrand.mjs) with a
  camelCase-aware swarm rule for future snapshots.
- zod deduped; lockfile refreshed.

Typecheck status: 17/17 packages green, CLI green, vis green, desktop green.
Remaining red (Phase 4/5 feature re-port): pythinker-web 71 errors in our
feature files vs the adopted Aug-5 web internals; dashboard 19 errors vs the
adopted protocol (thinkingLevel removal, renderer map for 6 new events,
parseSessionMetadata export).
apps/dashboard was our rebranded copy of upstream apps/vis (D3), frozen at
the fork point. The adopted apps/vis at upstream HEAD is a superset (cron,
imports, logs, tasks routes) and already typechecks against the new
protocol. Keeping upstream's path removes a permanent rename conflict from
every future sync. The dashboard-only incompatibility-matrix test guarded
our old sessionFormatVersion scheme, which does not exist in the adopted
session format, so it is dropped rather than ported.
The vendor merges kept our feature components (Codex login, settings pages,
capability menu, desktop bridge consumers) but dropped the API surface and
composable state they compile against. Restore from dev history:

- Codex OAuth login: wire types, mapper, four client methods, app types.
- Capability data: connectors/plugins/tools/subagents types + client
  methods, composable state (loaders, optimistic plugin toggle,
  updateCapabilities via session profile), config fields
  (defaultThinking, disabledSkills, typed hooks).
- Desktop preload bridge declarations (pythinkerDesktop, DesktopUpdateState)
  in env.d.ts; legacy Theme type re-exported for the unmounted settings pane.
- Merge artifacts: duplicated agent-error block in eventReducer, duplicated
  en/sidebar keys (vendor values win, zh already matches), locales index
  regenerated from the files that exist (zh falls back to en), camelCase
  rename residue (dynamic_workflowX -> dynamicWorkflowX) swept, dead
  UIQuestion.expiresAt dropped (upstream wire no longer sends it).

SettingsPane, CapabilityMenu, UpdateToast, and WindowControls compile but
are not mounted by the adopted layout - re-attaching them is Phase 5 work.
The merged vite.config.ts lost our test block (jsdom environment + storage
setup file) and the merged package.json lost @vue/test-utils and jsdom, so
every DOM-mounting test died on 'document is not defined'. Also sweep the
dynamic_workflowX camelCase rename residue in test imports.
- vite.config.ts: relax the test-server fs check (Vite 6.4+ denies
  unplugin-icons' virtual ~icons/*?raw ids); dev server keeps strict fs.
- index-html.test.ts runs in the node environment (file-scheme URLs).
- input-history.test.ts isolates localStorage between tests.
- daemon-contracts: rewrite the provider add/refresh tests against the
  adopted client contract (POST /providers, POST /providers/{id}:refresh).
- Map adaptive_thinking through WireModel -> AppModel; kap-server stores
  and serves it and modelThinking.ts consumes it.
- en/settings locale: restore the subtrees the pre-sync settings pages
  reference (tools, skills, connectors, plugins, subagents, hooks, usage,
  desktop, permission, groups).
- style.css: define --ink/--fg/--color-fg/--border as v2-token aliases;
  they were referenced but never defined (silent fallback at render).
- Delete the pre-sync design-contract and feature suites whose subjects
  the adopted tree replaced (sidebar layout, windows titlebar, theme
  contrast, ui primitive guard, design tokens, settings pane, question
  card, message actions, mascot restart, empty suggestions, conversation
  pane anchors, provider manager chrome, model thinking). The adopted
  design supersedes them; the desktop window-chrome contracts return with
  the chrome re-attachment.
- Pin oxlint back to the upstream 1.59.0 / oxlint-tsgolint 0.20.0 pair.
  The 1.70.0 pin from dev raises 543 vitest-rule errors across adopted
  upstream test files; the linter version follows upstream so every
  future sync stays lint-clean.
- Remove the BlobPart cast comments from packages that forbid comments
  (agent-core-v2, kap-server).
Upstream removed its web source and commits a synced dist-web, so its
build only checks the bundle. This repo keeps apps/pythinker-web, so the
CLI build, the flake, and the native-build workflow build the web app
and stage it with copy-web-assets.mjs (restored). check-web-assets.mjs
keeps guarding the packaging step, with guidance that matches this repo.
Everything here is fallout from the rebrand or the dev-branch Node 26
pin, uncovered by the first full-suite run:

- Sweep the remaining dynamic_workflow[A-Z] rename residue across all
  packages (identifiers and four file names) and regenerate the
  agent-core-v2 state and wire manifests.
- Hoist @iconify-json/ri + tabler to root devDependencies so the web
  project resolves its icon collections under the root vitest run.
- Node 26 removed --experimental-transform-types: the kap-server search
  worker and the minidb text-build worker now run their dev TS source
  through tsx (declared where missing).
- Recalibrate fullCompaction token counts (the rebrand changed fixture
  string lengths) and refresh the tool/loop wire snapshots (prompt-hash
  drift for the same reason).
- Restore the protected kimi-k model prefix and the API.KIMI.COM /
  sorted-list fixtures the rebrand corrupted; protect both patterns in
  rebrand.mjs so the next sync cannot reintroduce this.
- Wrap the migration-screen config warning onto two lines: the longer
  brand name pushed the sibling filename past 80 columns, truncating it.
- Size the plugin-update-notifier fixture back to the 50-char server
  contract the test documents.
This distribution runs no managed Pythinker service. Remove every
user-facing managed-account surface while keeping the generic OAuth
machinery for provider-level logins:

- TUI: the login menu offers only the open-platform API-key flows; the
  managed device-code branch is gone. Logout still lists a leftover
  managed token so upgrading users can clean it up.
- Web: the managed LoginDialog is removed; the auth-gate page, /login,
  and the settings account entries open the provider manager instead.
  The provider-manager OAuth shortcut buttons (which always drove the
  managed flow) are gone.
- kap-server: /oauth/login rejects the managed provider (40003) and now
  requires an explicit provider; /oauth/usage and /oauth/userinfo are
  removed along with their wire mappers and tests.
- agent-core-v2: web-search and fetch-url no longer fall back to the
  managed OAuth provider — only an explicit services config (or the
  local fetcher) serves those tools.
- Outbound identity: default headers carry only the User-Agent; the
  X-Msh-* device headers (device id, device name, OS version) upstream
  reports to its managed endpoints are never attached, and no device_id
  file is created.
- scripts/upstream-sync/check-managed.mjs pins each choke point so a
  future upstream merge that reintroduces managed sign-in fails loudly.

Managed plumbing that only ever acts on a leftover token (toolkit
managed-usage helpers, authService accessors) stays, keeping future
3-way merges small; nothing can create a new managed session.
elkaix added 4 commits August 18, 2026 18:24
Mount the existing capability, update, and window controls in the adopted shell. Remove the unreachable legacy settings stack and align desktop platform detection with the preload and URL contracts.
Point the design-system install command at Pythinker and remove the remaining upstream-product reference from the shared palette description.
Remove the duplicate unscoped package name so Changesets can assemble the release plan for the real workspace packages.
Remove the duplicate unscoped package name so Changesets can assemble the release plan for the real workspace packages.
@coderabbitai

coderabbitai Bot commented Aug 18, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 2985 files, which is 2685 over the limit of 300.

To get a review, reduce the PR to 300 files or fewer by splitting it into smaller PRs or changing its base branch.

Usage-priced reviews support at most 300 files.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 82155465-b34b-469d-858e-c11d8fb58023

📥 Commits

Reviewing files that changed from the base of the PR and between 428782e and 1509538.

⛔ Files ignored due to path filters (15)
  • apps/pythinker-code/src/generated/dashboard-web-asset.d.ts is excluded by !**/generated/**
  • apps/pythinker-code/src/generated/dashboard-web-asset.ts is excluded by !**/generated/**
  • apps/pythinker-code/src/generated/vis-web-asset.d.ts is excluded by !**/generated/**
  • apps/pythinker-web/src/icons/pythinker/add-conversation.svg is excluded by !**/*.svg
  • apps/pythinker-web/src/icons/pythinker/folder-open.svg is excluded by !**/*.svg
  • apps/pythinker-web/src/icons/pythinker/folder.svg is excluded by !**/*.svg
  • apps/pythinker-web/src/icons/pythinker/more.svg is excluded by !**/*.svg
  • apps/pythinker-web/src/icons/pythinker/search.svg is excluded by !**/*.svg
  • apps/pythinker-web/src/icons/pythinker/setting.svg is excluded by !**/*.svg
  • build/raw-text-loader.mjs is excluded by !**/build/**
  • build/register-raw-text-loader.mjs is excluded by !**/build/**
  • docs/media/pythinker-computer-use-auth.jpeg is excluded by !**/*.jpeg
  • docs/media/webbridge-dev-mode.jpeg is excluded by !**/*.jpeg
  • docs/media/webbridge-install-success.jpeg is excluded by !**/*.jpeg
  • docs/media/webbridge-load-unpacked.jpeg is excluded by !**/*.jpeg
📒 Files selected for processing (2985)
  • .agents/skills/agent-core-dev/SKILL.md
  • .agents/skills/agent-core-dev/align.md
  • .agents/skills/agent-core-dev/close-vs-dispose.md
  • .agents/skills/agent-core-dev/commit-align.md
  • .agents/skills/agent-core-dev/config.md
  • .agents/skills/agent-core-dev/design.md
  • .agents/skills/agent-core-dev/domain-boundaries.md
  • .agents/skills/agent-core-dev/edge-exposure.md
  • .agents/skills/agent-core-dev/errors.md
  • .agents/skills/agent-core-dev/flags.md
  • .agents/skills/agent-core-dev/implement.md
  • .agents/skills/agent-core-dev/orient.md
  • .agents/skills/agent-core-dev/permission.md
  • .agents/skills/agent-core-dev/persistence.md
  • .agents/skills/agent-core-dev/server-align.md
  • .agents/skills/agent-core-dev/service-authoring.md
  • .agents/skills/agent-core-dev/telemetry.md
  • .agents/skills/agent-core-dev/test.md
  • .agents/skills/agent-core-dev/verify.md
  • .agents/skills/agent-core-review/SKILL.md
  • .agents/skills/agent-core-review/slop/SKILL.md
  • .agents/skills/agent-core-review/test/SKILL.md
  • .agents/skills/gen-changesets/SKILL.md
  • .agents/skills/gen-docs/SKILL.md
  • .agents/skills/pre-changelog/SKILL.md
  • .agents/skills/sync-changelog/SKILL.md
  • .agents/skills/translate-docs/SKILL.md
  • .agents/skills/write-tui/DESIGN.md
  • .agents/skills/write-tui/SKILL.md
  • .changeset/README.md
  • .changeset/clean-staged-media.md
  • .changeset/config.json
  • .changeset/daemon-file-ref-drop-path.md
  • .changeset/fix-gemini-thought-signature.md
  • .changeset/fix-utf8-text-binary-detection.md
  • .changeset/fork-print-resume-command.md
  • .changeset/goal-objective-length-warning.md
  • .changeset/goal-objective-too-long-message.md
  • .changeset/inline-multi-skill-sdk.md
  • .changeset/inline-multi-skill-tui.md
  • .changeset/inline-slash-trigger-pi-tui.md
  • .changeset/lazy-global-search-startup.md
  • .changeset/media-registrar-stale-alias.md
  • .changeset/persist-token-counting-ledger.md
  • .changeset/queue-skill-commands-while-busy.md
  • .changeset/sdk-upload-file.md
  • .changeset/tower-slash-command.md
  • .changeset/v1-mcp-management-plane.md
  • .changeset/web-title-flag.md
  • .gitattributes
  • .github/workflows/_native-build.yml
  • .github/workflows/ci.yml
  • .github/workflows/pkg-pr-new.yml
  • .github/workflows/release.yml
  • .gitignore
  • .oxlintrc.json
  • AGENTS.md
  • CLAUDE.md
  • CONTRIBUTING.md
  • _typos.toml
  • apps/dashboard/package.json
  • apps/dashboard/server/package.json
  • apps/dashboard/server/src/config.ts
  • apps/dashboard/server/src/index.ts
  • apps/dashboard/server/src/lib/agent-record-types.ts
  • apps/dashboard/server/src/lib/context-projector.ts
  • apps/dashboard/server/src/lib/session-store.ts
  • apps/dashboard/server/src/lib/wire-reader.ts
  • apps/dashboard/server/src/routes/blobs.ts
  • apps/dashboard/server/src/routes/context.ts
  • apps/dashboard/server/src/routes/session-detail.ts
  • apps/dashboard/server/src/routes/sessions.ts
  • apps/dashboard/server/src/routes/subagents.ts
  • apps/dashboard/server/src/routes/wire.ts
  • apps/dashboard/server/src/start.ts
  • apps/dashboard/server/test/fixtures/sessions/sample-compaction/agents/main/wire.jsonl
  • apps/dashboard/server/test/fixtures/sessions/sample-compaction/state.json
  • apps/dashboard/server/test/fixtures/sessions/sample-main/agents/agent-0/wire.jsonl
  • apps/dashboard/server/test/fixtures/sessions/sample-main/agents/main/wire.jsonl
  • apps/dashboard/server/test/fixtures/sessions/sample-main/state.json
  • apps/dashboard/server/test/lib/session-store.test.ts
  • apps/dashboard/server/test/lib/start.test.ts
  • apps/dashboard/server/test/lib/wire-reader.test.ts
  • apps/dashboard/server/test/routes/context.test.ts
  • apps/dashboard/server/test/routes/incompatibility.test.ts
  • apps/dashboard/server/vitest.config.ts
  • apps/dashboard/web/index.html
  • apps/dashboard/web/package.json
  • apps/dashboard/web/src/App.tsx
  • apps/dashboard/web/src/api.ts
  • apps/dashboard/web/src/components/sessions/SessionFilter.tsx
  • apps/dashboard/web/src/components/state/StateTab.tsx
  • apps/dashboard/web/src/components/wire/WireRowDetail.tsx
  • apps/dashboard/web/src/components/wire/renderers.tsx
  • apps/dashboard/web/src/lib/issues.ts
  • apps/dashboard/web/src/main.tsx
  • apps/dashboard/web/src/pages/SessionDetailPage.tsx
  • apps/dashboard/web/src/types.ts
  • apps/dashboard/web/src/util/time.ts
  • apps/dashboard/web/test/api.test.ts
  • apps/dashboard/web/vite.config.ts
  • apps/desktop/src/main.ts
  • apps/desktop/tests/window-appearance.spec.ts
  • apps/pythinker-code/.gitignore
  • apps/pythinker-code/AGENTS.md
  • apps/pythinker-code/CHANGELOG.md
  • apps/pythinker-code/README.md
  • apps/pythinker-code/package.json
  • apps/pythinker-code/scripts/build-dashboard-asset.mjs
  • apps/pythinker-code/scripts/build-plugin-marketplace-cdn.mjs
  • apps/pythinker-code/scripts/build-vis-asset.mjs
  • apps/pythinker-code/scripts/check-web-assets.mjs
  • apps/pythinker-code/scripts/copy-native-assets.mjs
  • apps/pythinker-code/scripts/dev-server-restart.mjs
  • apps/pythinker-code/scripts/dev-vite-runtime.mjs
  • apps/pythinker-code/scripts/dev.mjs
  • apps/pythinker-code/scripts/native/01-bundle.mjs
  • apps/pythinker-code/scripts/native/02-sea-blob.mjs
  • apps/pythinker-code/scripts/native/assets.mjs
  • apps/pythinker-code/scripts/native/build.mjs
  • apps/pythinker-code/scripts/native/check-bundle.mjs
  • apps/pythinker-code/scripts/native/manifest.mjs
  • apps/pythinker-code/scripts/native/native-deps.mjs
  • apps/pythinker-code/scripts/native/opentui-target.mjs
  • apps/pythinker-code/scripts/native/paths.mjs
  • apps/pythinker-code/scripts/native/produce-manifest.mjs
  • apps/pythinker-code/scripts/native/smoke.mjs
  • apps/pythinker-code/scripts/smoke.mjs
  • apps/pythinker-code/scripts/solid-runtime.mjs
  • apps/pythinker-code/scripts/update-catalog.mjs
  • apps/pythinker-code/src/auth/terminal-login-ui.ts
  • apps/pythinker-code/src/cli/agent-selection.ts
  • apps/pythinker-code/src/cli/commands.ts
  • apps/pythinker-code/src/cli/experimental-v2.ts
  • apps/pythinker-code/src/cli/goal-prompt.ts
  • apps/pythinker-code/src/cli/headless-exit.ts
  • apps/pythinker-code/src/cli/options.ts
  • apps/pythinker-code/src/cli/output.ts
  • apps/pythinker-code/src/cli/prompt-render.ts
  • apps/pythinker-code/src/cli/prompt-session.ts
  • apps/pythinker-code/src/cli/run-prompt.ts
  • apps/pythinker-code/src/cli/run-shell.ts
  • apps/pythinker-code/src/cli/sub/acp-native.ts
  • apps/pythinker-code/src/cli/sub/acp.ts
  • apps/pythinker-code/src/cli/sub/dashboard.ts
  • apps/pythinker-code/src/cli/sub/doctor.ts
  • apps/pythinker-code/src/cli/sub/export.ts
  • apps/pythinker-code/src/cli/sub/login-flow.ts
  • apps/pythinker-code/src/cli/sub/login.ts
  • apps/pythinker-code/src/cli/sub/mcp.ts
  • apps/pythinker-code/src/cli/sub/plugin-run-node.ts
  • apps/pythinker-code/src/cli/sub/provider.ts
  • apps/pythinker-code/src/cli/sub/server/daemon.ts
  • apps/pythinker-code/src/cli/sub/server/index.ts
  • apps/pythinker-code/src/cli/sub/server/kill.ts
  • apps/pythinker-code/src/cli/sub/server/lifecycle.ts
  • apps/pythinker-code/src/cli/sub/server/ps.ts
  • apps/pythinker-code/src/cli/sub/server/run.ts
  • apps/pythinker-code/src/cli/sub/server/shared.ts
  • apps/pythinker-code/src/cli/sub/server/web-alias.ts
  • apps/pythinker-code/src/cli/sub/upgrade.ts
  • apps/pythinker-code/src/cli/sub/vis.ts
  • apps/pythinker-code/src/cli/sub/web/access-urls.ts
  • apps/pythinker-code/src/cli/sub/web/deprecated-server.ts
  • apps/pythinker-code/src/cli/sub/web/index.ts
  • apps/pythinker-code/src/cli/sub/web/legacy-kill.ts
  • apps/pythinker-code/src/cli/sub/web/networks.ts
  • apps/pythinker-code/src/cli/sub/web/rotate-token.ts
  • apps/pythinker-code/src/cli/sub/web/run.ts
  • apps/pythinker-code/src/cli/sub/web/shared.ts
  • apps/pythinker-code/src/cli/telemetry.ts
  • apps/pythinker-code/src/cli/update/activation.ts
  • apps/pythinker-code/src/cli/update/cdn.ts
  • apps/pythinker-code/src/cli/update/format-error.ts
  • apps/pythinker-code/src/cli/update/homebrew.ts
  • apps/pythinker-code/src/cli/update/install-lock.ts
  • apps/pythinker-code/src/cli/update/install-state.ts
  • apps/pythinker-code/src/cli/update/lease.ts
  • apps/pythinker-code/src/cli/update/preflight.ts
  • apps/pythinker-code/src/cli/update/prompt.ts
  • apps/pythinker-code/src/cli/update/refresh.ts
  • apps/pythinker-code/src/cli/update/rollout.ts
  • apps/pythinker-code/src/cli/update/select.ts
  • apps/pythinker-code/src/cli/update/source.ts
  • apps/pythinker-code/src/cli/update/types.ts
  • apps/pythinker-code/src/cli/update/update-helper.ts
  • apps/pythinker-code/src/cli/update/verify-install.ts
  • apps/pythinker-code/src/cli/v2/run-v2-print.ts
  • apps/pythinker-code/src/cli/v2/validate-config.ts
  • apps/pythinker-code/src/cli/version.ts
  • apps/pythinker-code/src/constant/app.ts
  • apps/pythinker-code/src/feedback/archive.ts
  • apps/pythinker-code/src/feedback/codebase/filter.ts
  • apps/pythinker-code/src/feedback/codebase/index.ts
  • apps/pythinker-code/src/feedback/codebase/packager.ts
  • apps/pythinker-code/src/feedback/codebase/scanner.ts
  • apps/pythinker-code/src/feedback/codebase/types.ts
  • apps/pythinker-code/src/feedback/feedback-attachments.ts
  • apps/pythinker-code/src/feedback/upload.ts
  • apps/pythinker-code/src/launcher.ts
  • apps/pythinker-code/src/main.ts
  • apps/pythinker-code/src/migration/badge.ts
  • apps/pythinker-code/src/migration/command.ts
  • apps/pythinker-code/src/migration/detect-pending.ts
  • apps/pythinker-code/src/migration/index.ts
  • apps/pythinker-code/src/migration/migration-screen.ts
  • apps/pythinker-code/src/native/minidb-worker.ts
  • apps/pythinker-code/src/native/module-hook.ts
  • apps/pythinker-code/src/native/native-assets.ts
  • apps/pythinker-code/src/native/opentui-library.ts
  • apps/pythinker-code/src/native/opentui-native-shim.ts
  • apps/pythinker-code/src/native/search-worker.ts
  • apps/pythinker-code/src/native/smoke.ts
  • apps/pythinker-code/src/tui/banner/banner-provider.ts
  • apps/pythinker-code/src/tui/commands/add-dir.ts
  • apps/pythinker-code/src/tui/commands/advisor.ts
  • apps/pythinker-code/src/tui/commands/agents.ts
  • apps/pythinker-code/src/tui/commands/auth.ts
  • apps/pythinker-code/src/tui/commands/btw.ts
  • apps/pythinker-code/src/tui/commands/complete-args.ts
  • apps/pythinker-code/src/tui/commands/config.ts
  • apps/pythinker-code/src/tui/commands/copy.ts
  • apps/pythinker-code/src/tui/commands/debug.ts
  • apps/pythinker-code/src/tui/commands/diff.ts
  • apps/pythinker-code/src/tui/commands/dispatch.ts
  • apps/pythinker-code/src/tui/commands/dynamic-workflow.ts
  • apps/pythinker-code/src/tui/commands/dynamic_workflow.ts
  • apps/pythinker-code/src/tui/commands/experimental-flags.ts
  • apps/pythinker-code/src/tui/commands/fast.ts
  • apps/pythinker-code/src/tui/commands/goal.ts
  • apps/pythinker-code/src/tui/commands/index.ts
  • apps/pythinker-code/src/tui/commands/info.ts
  • apps/pythinker-code/src/tui/commands/memory.ts
  • apps/pythinker-code/src/tui/commands/parse.ts
  • apps/pythinker-code/src/tui/commands/plugin-commands.ts
  • apps/pythinker-code/src/tui/commands/plugins.ts
  • apps/pythinker-code/src/tui/commands/prompts.ts
  • apps/pythinker-code/src/tui/commands/provider.ts
  • apps/pythinker-code/src/tui/commands/registry.ts
  • apps/pythinker-code/src/tui/commands/reload.ts
  • apps/pythinker-code/src/tui/commands/resolve.ts
  • apps/pythinker-code/src/tui/commands/session.ts
  • apps/pythinker-code/src/tui/commands/skills.ts
  • apps/pythinker-code/src/tui/commands/tag.ts
  • apps/pythinker-code/src/tui/commands/types.ts
  • apps/pythinker-code/src/tui/commands/undo.ts
  • apps/pythinker-code/src/tui/commands/vim.ts
  • apps/pythinker-code/src/tui/commands/web.ts
  • apps/pythinker-code/src/tui/commands/workflow-availability.ts
  • apps/pythinker-code/src/tui/components/chrome/activity-loader.ts
  • apps/pythinker-code/src/tui/components/chrome/banner.ts
  • apps/pythinker-code/src/tui/components/chrome/device-code-box.ts
  • apps/pythinker-code/src/tui/components/chrome/footer.ts
  • apps/pythinker-code/src/tui/components/chrome/gutter-container.ts
  • apps/pythinker-code/src/tui/components/chrome/moon-loader.ts
  • apps/pythinker-code/src/tui/components/chrome/pythinker-logo.ts
  • apps/pythinker-code/src/tui/components/chrome/status-bar.ts
  • apps/pythinker-code/src/tui/components/chrome/todo-panel.ts
  • apps/pythinker-code/src/tui/components/chrome/transcript-container.ts
  • apps/pythinker-code/src/tui/components/chrome/transcript-viewport.ts
  • apps/pythinker-code/src/tui/components/chrome/viewport-layout.ts
  • apps/pythinker-code/src/tui/components/chrome/welcome-banner.ts
  • apps/pythinker-code/src/tui/components/chrome/welcome-logo-animation.ts
  • apps/pythinker-code/src/tui/components/chrome/welcome.ts
  • apps/pythinker-code/src/tui/components/chrome/working-tips.ts
  • apps/pythinker-code/src/tui/components/dialogs/agent-activity-viewer.ts
  • apps/pythinker-code/src/tui/components/dialogs/api-key-input-dialog.ts
  • apps/pythinker-code/src/tui/components/dialogs/approval-panel.ts
  • apps/pythinker-code/src/tui/components/dialogs/approval-preview.ts
  • apps/pythinker-code/src/tui/components/dialogs/cache-hint-dialog.ts
  • apps/pythinker-code/src/tui/components/dialogs/choice-picker.ts
  • apps/pythinker-code/src/tui/components/dialogs/compaction.ts
  • apps/pythinker-code/src/tui/components/dialogs/custom-registry-import.ts
  • apps/pythinker-code/src/tui/components/dialogs/dynamic-workflow-start-permission-prompt.ts
  • apps/pythinker-code/src/tui/components/dialogs/effort-selector.ts
  • apps/pythinker-code/src/tui/components/dialogs/experiments-selector.ts
  • apps/pythinker-code/src/tui/components/dialogs/feedback-input-dialog.ts
  • apps/pythinker-code/src/tui/components/dialogs/goal-queue-manager.ts
  • apps/pythinker-code/src/tui/components/dialogs/goal-start-permission-prompt.ts
  • apps/pythinker-code/src/tui/components/dialogs/help-panel.ts
  • apps/pythinker-code/src/tui/components/dialogs/model-selector.ts
  • apps/pythinker-code/src/tui/components/dialogs/permission-selector.ts
  • apps/pythinker-code/src/tui/components/dialogs/platform-selector.ts
  • apps/pythinker-code/src/tui/components/dialogs/plugins-selector.ts
  • apps/pythinker-code/src/tui/components/dialogs/provider-manager.ts
  • apps/pythinker-code/src/tui/components/dialogs/question-dialog.ts
  • apps/pythinker-code/src/tui/components/dialogs/session-picker.ts
  • apps/pythinker-code/src/tui/components/dialogs/settings-selector.ts
  • apps/pythinker-code/src/tui/components/dialogs/start-permission-prompt.ts
  • apps/pythinker-code/src/tui/components/dialogs/tabbed-model-selector.ts
  • apps/pythinker-code/src/tui/components/dialogs/task-output-viewer.ts
  • apps/pythinker-code/src/tui/components/dialogs/tasks-browser.ts
  • apps/pythinker-code/src/tui/components/dialogs/trust-prompt.ts
  • apps/pythinker-code/src/tui/components/dialogs/undo-selector.ts
  • apps/pythinker-code/src/tui/components/dialogs/update-preference-selector.ts
  • apps/pythinker-code/src/tui/components/editor/custom-editor.ts
  • apps/pythinker-code/src/tui/components/editor/file-mention-provider.ts
  • apps/pythinker-code/src/tui/components/editor/slash-autocomplete-context.ts
  • apps/pythinker-code/src/tui/components/editor/wrapping-select-list.ts
  • apps/pythinker-code/src/tui/components/index.ts
  • apps/pythinker-code/src/tui/components/media/code-highlight.ts
  • apps/pythinker-code/src/tui/components/media/diff-preview.ts
  • apps/pythinker-code/src/tui/components/media/image-thumbnail.ts
  • apps/pythinker-code/src/tui/components/messages/agent-dynamic-workflow-progress-estimator.ts
  • apps/pythinker-code/src/tui/components/messages/agent-dynamic-workflow-progress.ts
  • apps/pythinker-code/src/tui/components/messages/agent-group.ts
  • apps/pythinker-code/src/tui/components/messages/assistant-message.ts
  • apps/pythinker-code/src/tui/components/messages/background-agent-status.ts
  • apps/pythinker-code/src/tui/components/messages/cron-message.ts
  • apps/pythinker-code/src/tui/components/messages/dynamic-workflow-markers.ts
  • apps/pythinker-code/src/tui/components/messages/dynamic-workflow-mission-control.ts
  • apps/pythinker-code/src/tui/components/messages/goal-markers.ts
  • apps/pythinker-code/src/tui/components/messages/goal-panel.ts
  • apps/pythinker-code/src/tui/components/messages/markdown-preview.ts
  • apps/pythinker-code/src/tui/components/messages/mcp-status-panel.ts
  • apps/pythinker-code/src/tui/components/messages/plan-box.ts
  • apps/pythinker-code/src/tui/components/messages/plugin-command.ts
  • apps/pythinker-code/src/tui/components/messages/plugins-status-panel.ts
  • apps/pythinker-code/src/tui/components/messages/read-group.ts
  • apps/pythinker-code/src/tui/components/messages/shell-execution.ts
  • apps/pythinker-code/src/tui/components/messages/shell-run.ts
  • apps/pythinker-code/src/tui/components/messages/skill-activation.ts
  • apps/pythinker-code/src/tui/components/messages/status-message.ts
  • apps/pythinker-code/src/tui/components/messages/status-panel.ts
  • apps/pythinker-code/src/tui/components/messages/step-summary.ts
  • apps/pythinker-code/src/tui/components/messages/thinking.ts
  • apps/pythinker-code/src/tui/components/messages/tool-call.ts
  • apps/pythinker-code/src/tui/components/messages/tool-renderers/chip.ts
  • apps/pythinker-code/src/tui/components/messages/tool-renderers/goal.ts
  • apps/pythinker-code/src/tui/components/messages/tool-renderers/media.ts
  • apps/pythinker-code/src/tui/components/messages/tool-renderers/registry.ts
  • apps/pythinker-code/src/tui/components/messages/tool-renderers/summary.ts
  • apps/pythinker-code/src/tui/components/messages/tool-renderers/truncated.ts
  • apps/pythinker-code/src/tui/components/messages/tool-renderers/types.ts
  • apps/pythinker-code/src/tui/components/messages/usage-panel.ts
  • apps/pythinker-code/src/tui/components/messages/user-message.ts
  • apps/pythinker-code/src/tui/components/panes/activity-pane.ts
  • apps/pythinker-code/src/tui/components/panes/btw-panel.ts
  • apps/pythinker-code/src/tui/components/panes/queue-pane.ts
  • apps/pythinker-code/src/tui/config.ts
  • apps/pythinker-code/src/tui/constant/clipboard-image-hint.ts
  • apps/pythinker-code/src/tui/constant/feedback.ts
  • apps/pythinker-code/src/tui/constant/media.ts
  • apps/pythinker-code/src/tui/constant/mouse.ts
  • apps/pythinker-code/src/tui/constant/pythinker-tui.ts
  • apps/pythinker-code/src/tui/constant/rendering.ts
  • apps/pythinker-code/src/tui/constant/streaming.ts
  • apps/pythinker-code/src/tui/constant/symbols.ts
  • apps/pythinker-code/src/tui/constant/terminal.ts
  • apps/pythinker-code/src/tui/constant/tips.ts
  • apps/pythinker-code/src/tui/constant/vim.ts
  • apps/pythinker-code/src/tui/controllers/auth-flow.ts
  • apps/pythinker-code/src/tui/controllers/btw-panel.ts
  • apps/pythinker-code/src/tui/controllers/cache-hint-controller.ts
  • apps/pythinker-code/src/tui/controllers/clipboard-image-hint.ts
  • apps/pythinker-code/src/tui/controllers/editor-keyboard.ts
  • apps/pythinker-code/src/tui/controllers/mouse-controller.ts
  • apps/pythinker-code/src/tui/controllers/plugin-update-notifier.ts
  • apps/pythinker-code/src/tui/controllers/session-event-handler.ts
  • apps/pythinker-code/src/tui/controllers/session-replay.ts
  • apps/pythinker-code/src/tui/controllers/staging-leases.ts
  • apps/pythinker-code/src/tui/controllers/streaming-ui.ts
  • apps/pythinker-code/src/tui/controllers/subagent-activity-store.ts
  • apps/pythinker-code/src/tui/controllers/subagent-event-handler.ts
  • apps/pythinker-code/src/tui/controllers/tasks-browser.ts
  • apps/pythinker-code/src/tui/easter-eggs/dance.ts
  • apps/pythinker-code/src/tui/easter-eggs/rainbow-colors.ts
  • apps/pythinker-code/src/tui/editor/vim/editor-bridge.ts
  • apps/pythinker-code/src/tui/editor/vim/graphemes.ts
  • apps/pythinker-code/src/tui/editor/vim/index.ts
  • apps/pythinker-code/src/tui/editor/vim/motions.ts
  • apps/pythinker-code/src/tui/editor/vim/operators.ts
  • apps/pythinker-code/src/tui/editor/vim/state-machine.ts
  • apps/pythinker-code/src/tui/editor/vim/text-objects.ts
  • apps/pythinker-code/src/tui/editor/vim/types.ts
  • apps/pythinker-code/src/tui/editor/vim/visual.ts
  • apps/pythinker-code/src/tui/goal-queue-store.ts
  • apps/pythinker-code/src/tui/keybindings.ts
  • apps/pythinker-code/src/tui/presentation/dialog-list-model.ts
  • apps/pythinker-code/src/tui/presentation/task-output-model.ts
  • apps/pythinker-code/src/tui/presentation/tasks-browser-model.ts
  • apps/pythinker-code/src/tui/presentation/tool-presentation-model.ts
  • apps/pythinker-code/src/tui/pythinker-tui.ts
  • apps/pythinker-code/src/tui/reverse-rpc/approval/adapter.ts
  • apps/pythinker-code/src/tui/reverse-rpc/question/handler.ts
  • apps/pythinker-code/src/tui/reverse-rpc/types.ts
  • apps/pythinker-code/src/tui/runtime/REACTIVITY.md
  • apps/pythinker-code/src/tui/runtime/contracts.ts
  • apps/pythinker-code/src/tui/runtime/dialogs/choice-picker-view.tsx
  • apps/pythinker-code/src/tui/runtime/dialogs/dialog-list-rows.ts
  • apps/pythinker-code/src/tui/runtime/dialogs/dialog-list-view.tsx
  • apps/pythinker-code/src/tui/runtime/footer/activity-row.tsx
  • apps/pythinker-code/src/tui/runtime/footer/composer-state.ts
  • apps/pythinker-code/src/tui/runtime/footer/composer.tsx
  • apps/pythinker-code/src/tui/runtime/footer/footer-model.ts
  • apps/pythinker-code/src/tui/runtime/footer/open-tui-composer-port.ts
  • apps/pythinker-code/src/tui/runtime/footer/split-footer-view.tsx
  • apps/pythinker-code/src/tui/runtime/footer/status-row.tsx
  • apps/pythinker-code/src/tui/runtime/footer/text-layout.ts
  • apps/pythinker-code/src/tui/runtime/footer/update-status.ts
  • apps/pythinker-code/src/tui/runtime/legacy-pi-presentation.ts
  • apps/pythinker-code/src/tui/runtime/open-tui-lifecycle.ts
  • apps/pythinker-code/src/tui/runtime/open-tui-presentation.tsx
  • apps/pythinker-code/src/tui/runtime/open-tui-probe.tsx
  • apps/pythinker-code/src/tui/runtime/scrollback/retained-surface.ts
  • apps/pythinker-code/src/tui/runtime/scrollback/scrollback-bridge.ts
  • apps/pythinker-code/src/tui/runtime/scrollback/static-writer.ts
  • apps/pythinker-code/src/tui/runtime/transcript-presenter.ts
  • apps/pythinker-code/src/tui/theme/colorize.ts
  • apps/pythinker-code/src/tui/theme/colors.ts
  • apps/pythinker-code/src/tui/theme/highlight-theme.ts
  • apps/pythinker-code/src/tui/theme/index.ts
  • apps/pythinker-code/src/tui/theme/pi-tui-theme.ts
  • apps/pythinker-code/src/tui/theme/pythinker-theme.ts
  • apps/pythinker-code/src/tui/theme/theme-schema.json
  • apps/pythinker-code/src/tui/tui-state.ts
  • apps/pythinker-code/src/tui/types.ts
  • apps/pythinker-code/src/tui/utils/background-agent-status.ts
  • apps/pythinker-code/src/tui/utils/cache-hint.ts
  • apps/pythinker-code/src/tui/utils/event-payload.ts
  • apps/pythinker-code/src/tui/utils/export-markdown.ts
  • apps/pythinker-code/src/tui/utils/foreground-task.ts
  • apps/pythinker-code/src/tui/utils/image-attachment-store.ts
  • apps/pythinker-code/src/tui/utils/image-placeholder.ts
  • apps/pythinker-code/src/tui/utils/inline-skill-tokens.ts
  • apps/pythinker-code/src/tui/utils/input-latency.ts
  • apps/pythinker-code/src/tui/utils/markdown-options.ts
  • apps/pythinker-code/src/tui/utils/mcp-server-status.ts
  • apps/pythinker-code/src/tui/utils/media-url.ts
  • apps/pythinker-code/src/tui/utils/message-replay.ts
  • apps/pythinker-code/src/tui/utils/osc133.ts
  • apps/pythinker-code/src/tui/utils/persist-effort.ts
  • apps/pythinker-code/src/tui/utils/plugin-source-label.ts
  • apps/pythinker-code/src/tui/utils/printable-key.ts
  • apps/pythinker-code/src/tui/utils/refresh-providers.ts
  • apps/pythinker-code/src/tui/utils/render-cache.ts
  • apps/pythinker-code/src/tui/utils/screen-takeover.ts
  • apps/pythinker-code/src/tui/utils/searchable-list.ts
  • apps/pythinker-code/src/tui/utils/session-accent.ts
  • apps/pythinker-code/src/tui/utils/shell-output.ts
  • apps/pythinker-code/src/tui/utils/shimmer.ts
  • apps/pythinker-code/src/tui/utils/status-line-command.ts
  • apps/pythinker-code/src/tui/utils/steer-input.ts
  • apps/pythinker-code/src/tui/utils/step-retry.ts
  • apps/pythinker-code/src/tui/utils/tab-strip.ts
  • apps/pythinker-code/src/tui/utils/terminal-notification.ts
  • apps/pythinker-code/src/tui/utils/terminal-size.ts
  • apps/pythinker-code/src/tui/utils/thinking-config.ts
  • apps/pythinker-code/src/tui/utils/thinking-levels.ts
  • apps/pythinker-code/src/tui/utils/transcript-component-metadata.ts
  • apps/pythinker-code/src/tui/utils/transcript-window.ts
  • apps/pythinker-code/src/utils/cache-hint-config.ts
  • apps/pythinker-code/src/utils/catalog-fetch.ts
  • apps/pythinker-code/src/utils/client-configs.ts
  • apps/pythinker-code/src/utils/clipboard/clipboard-common.ts
  • apps/pythinker-code/src/utils/clipboard/clipboard-has-image.ts
  • apps/pythinker-code/src/utils/clipboard/clipboard-image.ts
  • apps/pythinker-code/src/utils/clipboard/clipboard-osc52.ts
  • apps/pythinker-code/src/utils/clipboard/clipboard-text.ts
  • apps/pythinker-code/src/utils/git/git-status.ts
  • apps/pythinker-code/src/utils/heap-dump.ts
  • apps/pythinker-code/src/utils/history/input-history.ts
  • apps/pythinker-code/src/utils/open-url.ts
  • apps/pythinker-code/src/utils/paths.ts
  • apps/pythinker-code/src/utils/persistence.ts
  • apps/pythinker-code/src/utils/plugin-marketplace.ts
  • apps/pythinker-code/src/utils/plugin-update-notice-state.ts
  • apps/pythinker-code/src/utils/process/external-editor.ts
  • apps/pythinker-code/src/utils/process/fd-detect.ts
  • apps/pythinker-code/src/utils/process/resolve-command.ts
  • apps/pythinker-code/src/utils/startup-trace.ts
  • apps/pythinker-code/src/utils/terminal-restore.ts
  • apps/pythinker-code/src/utils/usage/debug-timing.ts
  • apps/pythinker-code/src/utils/usage/usage-format.ts
  • apps/pythinker-code/test/cli/acp-native.test.ts
  • apps/pythinker-code/test/cli/acp.test.ts
  • apps/pythinker-code/test/cli/dashboard.test.ts
  • apps/pythinker-code/test/cli/doctor.test.ts
  • apps/pythinker-code/test/cli/export.test.ts
  • apps/pythinker-code/test/cli/ffi-launcher.test.ts
  • apps/pythinker-code/test/cli/goal-prompt.test.ts
  • apps/pythinker-code/test/cli/headless-exit.test.ts
  • apps/pythinker-code/test/cli/login.test.ts
  • apps/pythinker-code/test/cli/main.test.ts
  • apps/pythinker-code/test/cli/mcp.test.ts
  • apps/pythinker-code/test/cli/options.test.ts
  • apps/pythinker-code/test/cli/output.test.ts
  • apps/pythinker-code/test/cli/provider.test.ts
  • apps/pythinker-code/test/cli/run-prompt.test.ts
  • apps/pythinker-code/test/cli/run-shell.test.ts
  • apps/pythinker-code/test/cli/run-v2-print.test.ts
  • apps/pythinker-code/test/cli/server/server.test.ts
  • apps/pythinker-code/test/cli/session-flag-picker.test.ts
  • apps/pythinker-code/test/cli/telemetry.test.ts
  • apps/pythinker-code/test/cli/update/activation.test.ts
  • apps/pythinker-code/test/cli/update/cache.test.ts
  • apps/pythinker-code/test/cli/update/cdn.test.ts
  • apps/pythinker-code/test/cli/update/install-lock.test.ts
  • apps/pythinker-code/test/cli/update/install-state.test.ts
  • apps/pythinker-code/test/cli/update/preflight.test.ts
  • apps/pythinker-code/test/cli/update/prompt.test.ts
  • apps/pythinker-code/test/cli/update/refresh.test.ts
  • apps/pythinker-code/test/cli/update/rollout.test.ts
  • apps/pythinker-code/test/cli/update/select.test.ts
  • apps/pythinker-code/test/cli/update/source.test.ts
  • apps/pythinker-code/test/cli/update/update-helper.test.ts
  • apps/pythinker-code/test/cli/update/verify-install.test.ts
  • apps/pythinker-code/test/cli/upgrade.test.ts
  • apps/pythinker-code/test/cli/v2-run-print.test.ts
  • apps/pythinker-code/test/cli/version.test.ts
  • apps/pythinker-code/test/cli/vis.test.ts
  • apps/pythinker-code/test/cli/web/web.test.ts
  • apps/pythinker-code/test/feedback/codebase-upload/codebase-upload.test.ts
  • apps/pythinker-code/test/helpers/process.ts
  • apps/pythinker-code/test/migration/badge.test.ts
  • apps/pythinker-code/test/migration/command.test.ts
  • apps/pythinker-code/test/migration/detect-pending.test.ts
  • apps/pythinker-code/test/migration/migration-screen.test.ts
  • apps/pythinker-code/test/native/native-assets.test.ts
  • apps/pythinker-code/test/native/opentui-library.test.ts
  • apps/pythinker-code/test/scripts/build-plugin-marketplace-cdn.test.ts
  • apps/pythinker-code/test/scripts/dev-vite-runtime.test.ts
  • apps/pythinker-code/test/scripts/native/native-deps.test.ts
  • apps/pythinker-code/test/scripts/native/paths.test.ts
  • apps/pythinker-code/test/scripts/native/sea-config.test.ts
  • apps/pythinker-code/test/scripts/native/sign-args.test.ts
  • apps/pythinker-code/test/scripts/node-version-floor.test.ts
  • apps/pythinker-code/test/scripts/open-tui-build.test.ts
  • apps/pythinker-code/test/scripts/release/cdn-consistency.test.ts
  • apps/pythinker-code/test/tui/activity-pane.test.ts
  • apps/pythinker-code/test/tui/banner/banner-provider.test.ts
  • apps/pythinker-code/test/tui/commands/add-dir.test.ts
  • apps/pythinker-code/test/tui/commands/advisor.test.ts
  • apps/pythinker-code/test/tui/commands/auth.test.ts
  • apps/pythinker-code/test/tui/commands/copy.test.ts
  • apps/pythinker-code/test/tui/commands/diff.test.ts
  • apps/pythinker-code/test/tui/commands/dynamic-workflow.test.ts
  • apps/pythinker-code/test/tui/commands/dynamic_workflow.test.ts
  • apps/pythinker-code/test/tui/commands/experimental-flags.test.ts
  • apps/pythinker-code/test/tui/commands/experiments.test.ts
  • apps/pythinker-code/test/tui/commands/fast.test.ts
  • apps/pythinker-code/test/tui/commands/goal.test.ts
  • apps/pythinker-code/test/tui/commands/hooks.test.ts
  • apps/pythinker-code/test/tui/commands/memory.test.ts
  • apps/pythinker-code/test/tui/commands/model-roles.test.ts
  • apps/pythinker-code/test/tui/commands/plugin-commands.test.ts
  • apps/pythinker-code/test/tui/commands/plugins-capability.test.ts
  • apps/pythinker-code/test/tui/commands/registry.test.ts
  • apps/pythinker-code/test/tui/commands/reload.test.ts
  • apps/pythinker-code/test/tui/commands/resolve.test.ts
  • apps/pythinker-code/test/tui/commands/secondary-model.test.ts
  • apps/pythinker-code/test/tui/commands/skills.test.ts
  • apps/pythinker-code/test/tui/commands/tag.test.ts
  • apps/pythinker-code/test/tui/commands/undo.test.ts
  • apps/pythinker-code/test/tui/commands/update-preferences.test.ts
  • apps/pythinker-code/test/tui/commands/web.test.ts
  • apps/pythinker-code/test/tui/components/chrome/banner.test.ts
  • apps/pythinker-code/test/tui/components/chrome/device-code-box.test.ts
  • apps/pythinker-code/test/tui/components/chrome/footer-status-line.test.ts
  • apps/pythinker-code/test/tui/components/chrome/footer.test.ts
  • apps/pythinker-code/test/tui/components/chrome/gutter-container.test.ts
  • apps/pythinker-code/test/tui/components/chrome/moon-loader.test.ts
  • apps/pythinker-code/test/tui/components/chrome/pythinker-logo.test.ts
  • apps/pythinker-code/test/tui/components/chrome/transcript-container.test.ts
  • apps/pythinker-code/test/tui/components/chrome/transcript-viewport.test.ts
  • apps/pythinker-code/test/tui/components/chrome/welcome-banner.test.ts
  • apps/pythinker-code/test/tui/components/chrome/welcome-eye-animation.test.ts
  • apps/pythinker-code/test/tui/components/chrome/welcome.test.ts
  • apps/pythinker-code/test/tui/components/dialogs/agent-activity-viewer.test.ts
  • apps/pythinker-code/test/tui/components/dialogs/api-key-input-dialog.test.ts
  • apps/pythinker-code/test/tui/components/dialogs/approval-panel.test.ts
  • apps/pythinker-code/test/tui/components/dialogs/approval-preview.test.ts
  • apps/pythinker-code/test/tui/components/dialogs/cache-hint-dialog.test.ts
  • apps/pythinker-code/test/tui/components/dialogs/choice-picker.test.ts
  • apps/pythinker-code/test/tui/components/dialogs/compaction.test.ts
  • apps/pythinker-code/test/tui/components/dialogs/custom-registry-import.test.ts
  • apps/pythinker-code/test/tui/components/dialogs/effort-selector.test.ts
  • apps/pythinker-code/test/tui/components/dialogs/experiments-selector.test.ts
  • apps/pythinker-code/test/tui/components/dialogs/feedback-input-dialog.test.ts
  • apps/pythinker-code/test/tui/components/dialogs/goal-queue-manager.test.ts
  • apps/pythinker-code/test/tui/components/dialogs/model-selector.test.ts
  • apps/pythinker-code/test/tui/components/dialogs/platform-selector.test.ts
  • apps/pythinker-code/test/tui/components/dialogs/plugins-selector.test.ts
  • apps/pythinker-code/test/tui/components/dialogs/provider-manager.test.ts
  • apps/pythinker-code/test/tui/components/dialogs/question-dialog.test.ts
  • apps/pythinker-code/test/tui/components/dialogs/session-picker.test.ts
  • apps/pythinker-code/test/tui/components/dialogs/tabbed-model-selector.test.ts
  • apps/pythinker-code/test/tui/components/dialogs/trust-prompt.test.ts
  • apps/pythinker-code/test/tui/components/editor/custom-editor.test.ts
  • apps/pythinker-code/test/tui/components/editor/file-mention-provider.test.ts
  • apps/pythinker-code/test/tui/components/editor/prompt-symbol.test.ts
  • apps/pythinker-code/test/tui/components/editor/side-borders.test.ts
  • apps/pythinker-code/test/tui/components/editor/slash-highlight.test.ts
  • apps/pythinker-code/test/tui/components/editor/wrapping-select-list.test.ts
  • apps/pythinker-code/test/tui/components/media/code-highlight.test.ts
  • apps/pythinker-code/test/tui/components/media/diff-preview.test.ts
  • apps/pythinker-code/test/tui/components/media/image-thumbnail.test.ts
  • apps/pythinker-code/test/tui/components/messages/agent-dynamic-workflow-progress.test.ts
  • apps/pythinker-code/test/tui/components/messages/agent-group.test.ts
  • apps/pythinker-code/test/tui/components/messages/assistant-message.test.ts
  • apps/pythinker-code/test/tui/components/messages/background-agent-status.test.ts
  • apps/pythinker-code/test/tui/components/messages/dynamic-workflow-mission-control.test.ts
  • apps/pythinker-code/test/tui/components/messages/goal-markers.test.ts
  • apps/pythinker-code/test/tui/components/messages/goal-panel.test.ts
  • apps/pythinker-code/test/tui/components/messages/notice.test.ts
  • apps/pythinker-code/test/tui/components/messages/shell-execution.test.ts
  • apps/pythinker-code/test/tui/components/messages/shell-run.test.ts
  • apps/pythinker-code/test/tui/components/messages/status-panel.test.ts
  • apps/pythinker-code/test/tui/components/messages/step-summary.test.ts
  • apps/pythinker-code/test/tui/components/messages/thinking.test.ts
  • apps/pythinker-code/test/tui/components/messages/tool-call.test.ts
  • apps/pythinker-code/test/tui/components/messages/tool-renderers/chip.test.ts
  • apps/pythinker-code/test/tui/components/messages/tool-renderers/media.test.ts
  • apps/pythinker-code/test/tui/components/messages/tool-renderers/registry.test.ts
  • apps/pythinker-code/test/tui/components/messages/tool-renderers/truncated.test.ts
  • apps/pythinker-code/test/tui/components/messages/usage-panel.test.ts
  • apps/pythinker-code/test/tui/components/messages/user-message.test.ts
  • apps/pythinker-code/test/tui/components/panels/footer-bg-agents.test.ts
  • apps/pythinker-code/test/tui/components/panels/footer-context.test.ts
  • apps/pythinker-code/test/tui/components/panels/footer-goal-badge.test.ts
  • apps/pythinker-code/test/tui/components/panels/help-panel.test.ts
  • apps/pythinker-code/test/tui/components/panels/plan-box.test.ts
  • apps/pythinker-code/test/tui/components/panels/todo-panel.test.ts
  • apps/pythinker-code/test/tui/components/panes/activity-pane.test.ts
  • apps/pythinker-code/test/tui/components/panes/queue-pane.test.ts
  • apps/pythinker-code/test/tui/components/status-bar.test.ts
  • apps/pythinker-code/test/tui/config.test.ts
  • apps/pythinker-code/test/tui/constant/tips.test.ts
  • apps/pythinker-code/test/tui/controllers/cache-hint-controller.test.ts
  • apps/pythinker-code/test/tui/controllers/clipboard-image-hint.test.ts
  • apps/pythinker-code/test/tui/controllers/editor-keyboard-image-paste.test.ts
  • apps/pythinker-code/test/tui/controllers/editor-keyboard.test.ts
  • apps/pythinker-code/test/tui/controllers/mouse-controller.test.ts
  • apps/pythinker-code/test/tui/controllers/plugin-update-notifier.test.ts
  • apps/pythinker-code/test/tui/controllers/session-event-handler-background-task.test.ts
  • apps/pythinker-code/test/tui/controllers/session-event-handler-compaction.test.ts
  • apps/pythinker-code/test/tui/controllers/session-event-handler-goal-queue.test.ts
  • apps/pythinker-code/test/tui/controllers/session-event-handler-plugin-updates.test.ts
  • apps/pythinker-code/test/tui/controllers/session-event-handler-step-retry.test.ts
  • apps/pythinker-code/test/tui/controllers/staging-leases.test.ts
  • apps/pythinker-code/test/tui/controllers/subagent-activity-store.test.ts
  • apps/pythinker-code/test/tui/create-tui-state.test.ts
  • apps/pythinker-code/test/tui/easter-eggs/dance.test.ts
  • apps/pythinker-code/test/tui/easter-eggs/rainbow-colors.test.ts
  • apps/pythinker-code/test/tui/editor/vim/dot-repeat.test.ts
  • apps/pythinker-code/test/tui/editor/vim/editor-bridge.test.ts
  • apps/pythinker-code/test/tui/editor/vim/motions.test.ts
  • apps/pythinker-code/test/tui/editor/vim/operators.test.ts
  • apps/pythinker-code/test/tui/editor/vim/state-machine.test.ts
  • apps/pythinker-code/test/tui/editor/vim/text-objects.test.ts
  • apps/pythinker-code/test/tui/editor/vim/visual.test.ts
  • apps/pythinker-code/test/tui/export-markdown.test.ts
  • apps/pythinker-code/test/tui/fullscreen-layout.test.ts
  • apps/pythinker-code/test/tui/input/image-attachment-store.test.ts
  • apps/pythinker-code/test/tui/input/image-placeholder.test.ts
  • apps/pythinker-code/test/tui/keybindings.test.ts
  • apps/pythinker-code/test/tui/media-url.test.ts
  • apps/pythinker-code/test/tui/message-replay.test.ts
  • apps/pythinker-code/test/tui/parity/feature-matrix.ts
  • apps/pythinker-code/test/tui/parity/feature-parity.test.ts
  • apps/pythinker-code/test/tui/parity/legacy-feature-fixtures.ts
  • apps/pythinker-code/test/tui/presentation/dialog-list-model.test.ts
  • apps/pythinker-code/test/tui/presentation/task-output-model.test.ts
  • apps/pythinker-code/test/tui/presentation/tasks-browser-model.test.ts
  • apps/pythinker-code/test/tui/presentation/tool-presentation-model.test.ts
  • apps/pythinker-code/test/tui/pythinker-tui-message-flow.test.ts
  • apps/pythinker-code/test/tui/pythinker-tui-startup.test.ts
  • apps/pythinker-code/test/tui/render-memo.bench.ts
  • apps/pythinker-code/test/tui/reverse-rpc/approval-adapter.test.ts
  • apps/pythinker-code/test/tui/reverse-rpc/question.test.ts
  • apps/pythinker-code/test/tui/runtime/composer-state.test.ts
  • apps/pythinker-code/test/tui/runtime/dialog-list-view.test.tsx
  • apps/pythinker-code/test/tui/runtime/footer-model.test.ts
  • apps/pythinker-code/test/tui/runtime/footer/text-layout.test.ts
  • apps/pythinker-code/test/tui/runtime/footer/update-status.test.ts
  • apps/pythinker-code/test/tui/runtime/open-tui-composer-port.test.ts
  • apps/pythinker-code/test/tui/runtime/open-tui-lifecycle.test.ts
  • apps/pythinker-code/test/tui/runtime/opentui-jsx-smoke.test.tsx
  • apps/pythinker-code/test/tui/runtime/opentui-reactivity.test.tsx
  • apps/pythinker-code/test/tui/runtime/retained-surface.test.ts
  • apps/pythinker-code/test/tui/runtime/scrollback-round-trip.test.tsx
  • apps/pythinker-code/test/tui/runtime/solid-client-runtime.d.ts
  • apps/pythinker-code/test/tui/runtime/split-footer-view.test.tsx
  • apps/pythinker-code/test/tui/runtime/streaming-scrollback-wiring.test.ts
  • apps/pythinker-code/test/tui/runtime/transcript-presenter.test.ts
  • apps/pythinker-code/test/tui/signal-handlers.test.ts
  • apps/pythinker-code/test/tui/task-output-viewer.test.ts
  • apps/pythinker-code/test/tui/tasks-browser.test.ts
  • apps/pythinker-code/test/tui/terminal-theme.test.ts
  • apps/pythinker-code/test/tui/theme/palette.test.ts
  • apps/pythinker-code/test/tui/tool-intent-label.test.ts
  • apps/pythinker-code/test/tui/tui-frame.bench.ts
  • apps/pythinker-code/test/tui/utils/cache-hint.test.ts
  • apps/pythinker-code/test/tui/utils/event-payload.test.ts
  • apps/pythinker-code/test/tui/utils/foreground-task.test.ts
  • apps/pythinker-code/test/tui/utils/inline-skill-tokens.test.ts
  • apps/pythinker-code/test/tui/utils/input-latency.test.ts
  • apps/pythinker-code/test/tui/utils/refresh-providers.test.ts
  • apps/pythinker-code/test/tui/utils/screen-takeover.test.ts
  • apps/pythinker-code/test/tui/utils/searchable-list.test.ts
  • apps/pythinker-code/test/tui/utils/session-accent.test.ts
  • apps/pythinker-code/test/tui/utils/shell-output.test.ts
  • apps/pythinker-code/test/tui/utils/shimmer.test.ts
  • apps/pythinker-code/test/tui/utils/steer-input.test.ts
  • apps/pythinker-code/test/tui/utils/step-retry.test.ts
  • apps/pythinker-code/test/tui/utils/tab-strip.test.ts
  • apps/pythinker-code/test/tui/utils/terminal-size.test.ts
  • apps/pythinker-code/test/tui/utils/thinking-config.test.ts
  • apps/pythinker-code/test/tui/utils/thinking-levels.test.ts
  • apps/pythinker-code/test/tui/utils/transcript-window.test.ts
  • apps/pythinker-code/test/tui/working-tips.test.ts
  • apps/pythinker-code/test/utils/catalog-fetch.test.ts
  • apps/pythinker-code/test/utils/client-configs.test.ts
  • apps/pythinker-code/test/utils/clipboard/clipboard-common.test.ts
  • apps/pythinker-code/test/utils/clipboard/clipboard-has-image.test.ts
  • apps/pythinker-code/test/utils/clipboard/clipboard-text.test.ts
  • apps/pythinker-code/test/utils/git/git-status.test.ts
  • apps/pythinker-code/test/utils/heap-dump.test.ts
  • apps/pythinker-code/test/utils/history/input-history.test.ts
  • apps/pythinker-code/test/utils/open-url.test.ts
  • apps/pythinker-code/test/utils/persistence.test.ts
  • apps/pythinker-code/test/utils/plugin-marketplace.test.ts
  • apps/pythinker-code/test/utils/process/fd-detect.test.ts
  • apps/pythinker-code/test/utils/process/resolve-command.test.ts
  • apps/pythinker-code/test/utils/pythinker-datasource-plugin.test.ts
  • apps/pythinker-code/test/utils/usage/debug-timing.test.ts
  • apps/pythinker-code/test/utils/usage/usage-format.test.ts
  • apps/pythinker-code/tsconfig.json
  • apps/pythinker-code/tsdown.config.ts
  • apps/pythinker-code/tsdown.dist-worker.config.ts
  • apps/pythinker-code/tsdown.native.config.ts
  • apps/pythinker-code/tsdown.worker.config.ts
  • apps/pythinker-code/vitest.config.ts
  • apps/pythinker-inspect/AGENTS.md
  • apps/pythinker-inspect/README.md
  • apps/pythinker-inspect/index.html
  • apps/pythinker-inspect/package.json
  • apps/pythinker-inspect/src/App.tsx
  • apps/pythinker-inspect/src/activity/di.ts
  • apps/pythinker-inspect/src/activity/store.test.ts
  • apps/pythinker-inspect/src/activity/store.ts
  • apps/pythinker-inspect/src/activity/useSessionActivity.ts
  • apps/pythinker-inspect/src/activity/ws.ts
  • apps/pythinker-inspect/src/audit/audit.test.ts
  • apps/pythinker-inspect/src/audit/diff.ts
  • apps/pythinker-inspect/src/audit/serialize.ts
  • apps/pythinker-inspect/src/audit/trail.ts
  • apps/pythinker-inspect/src/audit/truncate.ts
  • apps/pythinker-inspect/src/channel/channel.test.ts
  • apps/pythinker-inspect/src/channel/channel.ts
  • apps/pythinker-inspect/src/channel/channels.ts
  • apps/pythinker-inspect/src/channel/client.ts
  • apps/pythinker-inspect/src/channel/errors.ts
  • apps/pythinker-inspect/src/channel/index.ts
  • apps/pythinker-inspect/src/channel/proxy.ts
  • apps/pythinker-inspect/src/channel/proxyChannel.ts
  • apps/pythinker-inspect/src/channel/wsLike.ts
  • apps/pythinker-inspect/src/components/AppServicesView.tsx
  • apps/pythinker-inspect/src/components/BashParserView.tsx
  • apps/pythinker-inspect/src/components/ChatSearchBar.tsx
  • apps/pythinker-inspect/src/components/ChatView.tsx
  • apps/pythinker-inspect/src/components/DiInspectionView.tsx
  • apps/pythinker-inspect/src/components/Inspector.tsx
  • apps/pythinker-inspect/src/components/InteractionsCard.tsx
  • apps/pythinker-inspect/src/components/ModelCatalogView.tsx
  • apps/pythinker-inspect/src/components/NavRail.tsx
  • apps/pythinker-inspect/src/components/RightPanel.tsx
  • apps/pythinker-inspect/src/components/SearchView.tsx
  • apps/pythinker-inspect/src/components/ServerSwitcher.tsx
  • apps/pythinker-inspect/src/components/ServicePanels.tsx
  • apps/pythinker-inspect/src/components/SessionPane.tsx
  • apps/pythinker-inspect/src/components/Sidebar.tsx
  • apps/pythinker-inspect/src/components/StateCard.tsx
  • apps/pythinker-inspect/src/components/WorkspaceDirBrowser.tsx
  • apps/pythinker-inspect/src/components/WorkspaceServicesView.tsx
  • apps/pythinker-inspect/src/components/audit/AuditPanel.tsx
  • apps/pythinker-inspect/src/components/audit/StateTree.test.tsx
  • apps/pythinker-inspect/src/components/audit/StateTree.tsx
  • apps/pythinker-inspect/src/components/di/DiEventsPanel.tsx
  • apps/pythinker-inspect/src/components/di/DiGraphPanel.tsx
  • apps/pythinker-inspect/src/components/methodArgs.test.ts
  • apps/pythinker-inspect/src/components/methodArgs.ts
  • apps/pythinker-inspect/src/connection.tsx
  • apps/pythinker-inspect/src/index.css
  • apps/pythinker-inspect/src/main.tsx
  • apps/pythinker-inspect/src/panels.ts
  • apps/pythinker-inspect/src/search/api.test.ts
  • apps/pythinker-inspect/src/search/api.ts
  • apps/pythinker-inspect/src/servers.ts
  • apps/pythinker-inspect/src/sessions/api.test.ts
  • apps/pythinker-inspect/src/sessions/api.ts
  • apps/pythinker-inspect/src/sessions/views.ts
  • apps/pythinker-inspect/src/snapshots/api.ts
  • apps/pythinker-inspect/src/transcript/api.ts
  • apps/pythinker-inspect/src/transcript/store.ts
  • apps/pythinker-inspect/src/transcript/transcript.test.ts
  • apps/pythinker-inspect/src/transcript/ws.ts
  • apps/pythinker-inspect/src/ui.tsx
  • apps/pythinker-inspect/tsconfig.json
  • apps/pythinker-inspect/vite.config.ts
  • apps/pythinker-inspect/vite/serverDiscovery.test.ts
  • apps/pythinker-inspect/vite/serverDiscovery.ts
  • apps/pythinker-web/AGENTS.md
  • apps/pythinker-web/CHANGELOG.md
  • apps/pythinker-web/README.md
  • apps/pythinker-web/index.html
  • apps/pythinker-web/package.json
  • apps/pythinker-web/public/boot.js
  • apps/pythinker-web/scripts/check-style.mjs
  • apps/pythinker-web/src/App.vue
  • apps/pythinker-web/src/api/config.ts
  • apps/pythinker-web/src/api/daemon/agentEventProjector.ts
  • apps/pythinker-web/src/api/daemon/client.ts
  • apps/pythinker-web/src/api/daemon/eventReducer.ts
  • apps/pythinker-web/src/api/daemon/http.ts
  • apps/pythinker-web/src/api/daemon/mappers.ts
  • apps/pythinker-web/src/api/daemon/serverAuth.ts
  • apps/pythinker-web/src/api/daemon/wire.ts
  • apps/pythinker-web/src/api/daemon/ws.ts
  • apps/pythinker-web/src/api/devBackend.ts
  • apps/pythinker-web/src/api/errors.ts
  • apps/pythinker-web/src/api/types.ts
  • apps/pythinker-web/src/components/ActivityNotice.vue
  • apps/pythinker-web/src/components/ActivitySpinner.vue
  • apps/pythinker-web/src/components/AddWorkspaceDialog.vue
  • apps/pythinker-web/src/components/AgentCard.vue
  • apps/pythinker-web/src/components/AgentDetailPanel.vue
  • apps/pythinker-web/src/components/AgentGroup.vue
  • apps/pythinker-web/src/components/ApprovalCard.vue
  • apps/pythinker-web/src/components/ChatDock.vue
  • apps/pythinker-web/src/components/ChatHeader.vue
  • apps/pythinker-web/src/components/ChatPane.vue
  • apps/pythinker-web/src/components/Composer.vue
  • apps/pythinker-web/src/components/ConversationPane.vue
  • apps/pythinker-web/src/components/DiffView.vue
  • apps/pythinker-web/src/components/DynamicWorkflowCard.vue
  • apps/pythinker-web/src/components/FilePreview.vue
  • apps/pythinker-web/src/components/GlobalLoading.vue
  • apps/pythinker-web/src/components/GoalStrip.vue
  • apps/pythinker-web/src/components/InternalBuildBanner.vue
  • apps/pythinker-web/src/components/Markdown.vue
  • apps/pythinker-web/src/components/MentionMenu.vue
  • apps/pythinker-web/src/components/MobileSettingsSheet.vue
  • apps/pythinker-web/src/components/MobileSwitcherSheet.vue
  • apps/pythinker-web/src/components/MobileTopBar.vue
  • apps/pythinker-web/src/components/ModelPicker.vue
  • apps/pythinker-web/src/components/NewSessionDialog.vue
  • apps/pythinker-web/src/components/Onboarding.vue
  • apps/pythinker-web/src/components/OpenInMenu.vue
  • apps/pythinker-web/src/components/ProviderManager.vue
  • apps/pythinker-web/src/components/QuestionCard.vue
  • apps/pythinker-web/src/components/QueuePane.vue
  • apps/pythinker-web/src/components/ResizeHandle.vue
  • apps/pythinker-web/src/components/ServerAuthDialog.vue
  • apps/pythinker-web/src/components/SessionRow.vue
  • apps/pythinker-web/src/components/SessionsDialog.vue
  • apps/pythinker-web/src/components/SideChatPanel.vue
  • apps/pythinker-web/src/components/Sidebar.vue
  • apps/pythinker-web/src/components/SlashMenu.vue
  • apps/pythinker-web/src/components/StatusPanel.vue
  • apps/pythinker-web/src/components/TasksPane.vue
  • apps/pythinker-web/src/components/Terminal.vue
  • apps/pythinker-web/src/components/ThinkingPanel.vue
  • apps/pythinker-web/src/components/TodoCard.vue
  • apps/pythinker-web/src/components/ToolCall.vue
  • apps/pythinker-web/src/components/WarningToasts.vue
  • apps/pythinker-web/src/components/WindowControls.vue
  • apps/pythinker-web/src/components/WorkspaceGroup.vue
  • apps/pythinker-web/src/components/chat/ActivityNotice.vue
  • apps/pythinker-web/src/components/chat/AgentDetailPanel.vue
  • apps/pythinker-web/src/components/chat/ApprovalCard.vue
  • apps/pythinker-web/src/components/chat/AttachmentChip.vue
  • apps/pythinker-web/src/components/chat/AuthMedia.vue
  • apps/pythinker-web/src/components/chat/ChatDock.vue
  • apps/pythinker-web/src/components/chat/ChatHeader.vue
  • apps/pythinker-web/src/components/chat/ChatPane.vue
  • apps/pythinker-web/src/components/chat/Composer.vue
  • apps/pythinker-web/src/components/chat/ConversationPane.vue
  • apps/pythinker-web/src/components/chat/ConversationToc.vue
  • apps/pythinker-web/src/components/chat/CronNotice.vue
  • apps/pythinker-web/src/components/chat/DiffLines.vue
  • apps/pythinker-web/src/components/chat/DiffView.vue
  • apps/pythinker-web/src/components/chat/GoalStrip.vue
  • apps/pythinker-web/src/components/chat/Markdown.vue
  • apps/pythinker-web/src/components/chat/MentionMenu.vue
  • apps/pythinker-web/src/components/chat/MessageTime.vue
  • apps/pythinker-web/src/components/chat/OpenInMenu.vue
  • apps/pythinker-web/src/components/chat/QuestionCard.vue
  • apps/pythinker-web/src/components/chat/SideChatPanel.vue
  • apps/pythinker-web/src/components/chat/SlashMenu.vue
  • apps/pythinker-web/src/components/chat/StatusGlyph.vue
  • apps/pythinker-web/src/components/chat/StatusPanel.vue
  • apps/pythinker-web/src/components/chat/TasksPane.vue
  • apps/pythinker-web/src/components/chat/ThinkingBlock.vue
  • apps/pythinker-web/src/components/chat/ThinkingPanel.vue
  • apps/pythinker-web/src/components/chat/TodoCard.vue
  • apps/pythinker-web/src/components/chat/ToolCall.vue
  • apps/pythinker-web/src/components/chat/ToolDiffPanel.vue
  • apps/pythinker-web/src/components/chat/ToolGroup.vue
  • apps/pythinker-web/src/components/chat/ToolRow.vue
  • apps/pythinker-web/src/components/chat/tool-calls/AgentTool.vue
  • apps/pythinker-web/src/components/chat/tool-calls/AskUserTool.vue
  • apps/pythinker-web/src/components/chat/tool-calls/DynamicWorkflowTool.vue
  • apps/pythinker-web/src/components/chat/tool-calls/EditTool.vue
  • apps/pythinker-web/src/components/chat/tool-calls/GenericTool.vue
  • apps/pythinker-web/src/components/chat/tool-calls/MediaTool.vue
  • apps/pythinker-web/src/components/chat/tool-calls/ToolOutputBlock.vue
  • apps/pythinker-web/src/components/chat/tool-calls/askUserToolParse.ts
  • apps/pythinker-web/src/components/chat/tool-calls/toolRegistry.ts
  • apps/pythinker-web/src/components/chatTurnRendering.ts
  • apps/pythinker-web/src/components/dialogs/AddWorkspaceDialog.vue
  • apps/pythinker-web/src/components/dialogs/BottomSheet.vue
  • apps/pythinker-web/src/components/dialogs/ConfirmDialog.vue
  • apps/pythinker-web/src/components/dialogs/ConfirmDialogHost.vue
  • apps/pythinker-web/src/components/dialogs/SearchSessionsDialog.vue
  • apps/pythinker-web/src/components/mobile/MobileSettingsSheet.vue
  • apps/pythinker-web/src/components/mobile/MobileSwitcherSheet.vue
  • apps/pythinker-web/src/components/mobile/MobileTopBar.vue
  • apps/pythinker-web/src/components/settings/ListingRow.vue
  • apps/pythinker-web/src/components/settings/McpServerForm.vue
  • apps/pythinker-web/src/components/settings/ModelPicker.vue
  • apps/pythinker-web/src/components/settings/Onboarding.vue
  • apps/pythinker-web/src/components/settings/ProviderManager.vue
  • apps/pythinker-web/src/components/settings/SettingsDialog.vue
  • apps/pythinker-web/src/components/settings/SettingsNav.vue
  • apps/pythinker-web/src/components/settings/SettingsPane.vue
  • apps/pythinker-web/src/components/settings/pages/AdvancedPage.vue
  • apps/pythinker-web/src/components/settings/pages/AgentPage.vue
  • apps/pythinker-web/src/components/settings/pages/ConnectorsPage.vue
  • apps/pythinker-web/src/components/settings/pages/ExperimentalPage.vue
  • apps/pythinker-web/src/components/settings/pages/GeneralPage.vue
  • apps/pythinker-web/src/components/settings/pages/HooksPage.vue
  • apps/pythinker-web/src/components/settings/pages/PluginsPage.vue
  • apps/pythinker-web/src/components/settings/pages/SkillsPage.vue
  • apps/pythinker-web/src/components/settings/pages/SubagentsPage.vue
  • apps/pythinker-web/src/components/settings/pages/ToolsPage.vue
  • apps/pythinker-web/src/components/settings/pages/UsagePage.vue
  • apps/pythinker-web/src/components/settings/settings.css
  • apps/pythinker-web/src/components/ui/AuthStateIcon.vue
  • apps/pythinker-web/src/components/ui/Avatar.vue
  • apps/pythinker-web/src/components/ui/Badge.vue
  • apps/pythinker-web/src/components/ui/Banner.vue
  • apps/pythinker-web/src/components/ui/Button.vue
  • apps/pythinker-web/src/components/ui/Card.vue
  • apps/pythinker-web/src/components/ui/Checkbox.vue
  • apps/pythinker-web/src/components/ui/CommandBar.vue
  • apps/pythinker-web/src/components/ui/ContextRing.vue
  • apps/pythinker-web/src/components/ui/Dialog.vue
  • apps/pythinker-web/src/components/ui/Divider.vue
  • apps/pythinker-web/src/components/ui/EmptyState.vue
  • apps/pythinker-web/src/components/ui/Field.vue
  • apps/pythinker-web/src/components/ui/Icon.vue
  • apps/pythinker-web/src/components/ui/IconButton.vue
  • apps/pythinker-web/src/components/ui/Input.vue
  • apps/pythinker-web/src/components/ui/Kbd.vue
  • apps/pythinker-web/src/components/ui/Link.vue
  • apps/pythinker-web/src/components/ui/Menu.vue
  • apps/pythinker-web/src/components/ui/MenuItem.vue
  • apps/pythinker-web/src/components/ui/PanelHeader.vue
  • apps/pythinker-web/src/components/ui/Pill.vue
  • apps/pythinker-web/src/components/ui/SegmentedControl.vue
  • apps/pythinker-web/src/components/ui/Select.vue
  • apps/pythinker-web/src/components/ui/Sheet.vue
  • apps/pythinker-web/src/components/ui/Skeleton.vue
  • apps/pythinker-web/src/components/ui/Spinner.vue
  • apps/pythinker-web/src/components/ui/StatusDot.vue
  • apps/pythinker-web/src/components/ui/Switch.vue
  • apps/pythinker-web/src/components/ui/Tabs.vue
  • apps/pythinker-web/src/components/ui/Textarea.vue
  • apps/pythinker-web/src/components/ui/ThinkingIndicator.vue
  • apps/pythinker-web/src/components/ui/Toast.vue
  • apps/pythinker-web/src/components/ui/Tooltip.vue
  • apps/pythinker-web/src/components/ui/TopBar.vue
  • apps/pythinker-web/src/composables/client/eventBatcher.ts
  • apps/pythinker-web/src/composables/client/useAppearance.ts
  • apps/pythinker-web/src/composables/client/useModelProviderState.ts
  • apps/pythinker-web/src/composables/client/useNotification.ts
  • apps/pythinker-web/src/composables/client/useSideChat.ts
  • apps/pythinker-web/src/composables/client/useSoundNotification.ts
  • apps/pythinker-web/src/composables/client/useTaskPoller.ts
  • apps/pythinker-web/src/composables/client/useWorkspaceState.ts
  • apps/pythinker-web/src/composables/dialogStack.ts
  • apps/pythinker-web/src/composables/dynamicWorkflowGroups.ts
  • apps/pythinker-web/src/composables/messagesToTurns.ts
  • apps/pythinker-web/src/composables/useAttachmentUpload.ts
  • apps/pythinker-web/src/composables/useAuthGate.ts
  • apps/pythinker-web/src/composables/useComposerDraft.ts
  • apps/pythinker-web/src/composables/useConfirmDialog.ts
  • apps/pythinker-web/src/composables/useDetailPanel.ts
  • apps/pythinker-web/src/composables/useFilePreview.ts
  • apps/pythinker-web/src/composables/useInputHistory.ts
  • apps/pythinker-web/src/composables/useIsMobile.ts
  • apps/pythinker-web/src/composables/useMentionMenu.ts
  • apps/pythinker-web/src/composables/usePageTitle.ts
  • apps/pythinker-web/src/composables/usePythinkerWebClient.ts
  • apps/pythinker-web/src/composables/useResizable.ts
  • apps/pythinker-web/src/composables/useSettingsNav.ts
  • apps/pythinker-web/src/composables/useSidebarLayout.ts
  • apps/pythinker-web/src/composables/useSlashMenu.ts
  • apps/pythinker-web/src/composables/useViewportWidth.ts
  • apps/pythinker-web/src/debug/DebugPanel.vue
  • apps/pythinker-web/src/debug/KapDebugView.vue
  • apps/pythinker-web/src/debug/trace.ts
  • apps/pythinker-web/src/env.d.ts
  • apps/pythinker-web/src/i18n/locales/en/app.ts
  • apps/pythinker-web/src/i18n/locales/en/approval.ts
  • apps/pythinker-web/src/i18n/locales/en/commands.ts
  • apps/pythinker-web/src/i18n/locales/en/common.ts
  • apps/pythinker-web/src/i18n/locales/en/composer.ts
  • apps/pythinker-web/src/i18n/locales/en/conversation.ts
  • apps/pythinker-web/src/i18n/locales/en/filePreview.ts
  • apps/pythinker-web/src/i18n/locales/en/header.ts
  • apps/pythinker-web/src/i18n/locales/en/login.ts
  • apps/pythinker-web/src/i18n/locales/en/mobile.ts
  • apps/pythinker-web/src/i18n/locales/en/newSession.ts
  • apps/pythinker-web/src/i18n/locales/en/onboarding.ts
  • apps/pythinker-web/src/i18n/locales/en/providers.ts
  • apps/pythinker-web/src/i18n/locales/en/question.ts
  • apps/pythinker-web/src/i18n/locales/en/sessions.ts
  • apps/pythinker-web/src/i18n/locales/en/settings.ts
  • apps/pythinker-web/src/i18n/locales/en/sidebar.ts
  • apps/pythinker-web/src/i18n/locales/en/status.ts
  • apps/pythinker-web/src/i18n/locales/en/tasks.ts
  • apps/pythinker-web/src/i18n/locales/en/theme.ts
  • apps/pythinker-web/src/i18n/locales/en/tools.ts
  • apps/pythinker-web/src/i18n/locales/en/warnings.ts
  • apps/pythinker-web/src/i18n/locales/en/workspace.ts
  • apps/pythinker-web/src/i18n/locales/index.ts
  • apps/pythinker-web/src/lib/brailleSpinner.ts
  • apps/pythinker-web/src/lib/clipboard.ts
  • apps/pythinker-web/src/lib/cronHumanize.ts
  • apps/pythinker-web/src/lib/desktopFlag.ts
  • apps/pythinker-web/src/lib/diffLines.ts
  • apps/pythinker-web/src/lib/dynamicWorkflowCardRows.ts
  • apps/pythinker-web/src/lib/formatTokens.test.ts
  • apps/pythinker-web/src/lib/formatTokens.ts
  • apps/pythinker-web/src/lib/icons.test.ts
  • apps/pythinker-web/src/lib/icons.ts
  • apps/pythinker-web/src/lib/mergeWorkspaces.test.ts
  • apps/pythinker-web/src/lib/mergeWorkspaces.ts
  • apps/pythinker-web/src/lib/modelThinking.test.ts
  • apps/pythinker-web/src/lib/modelThinking.ts
  • apps/pythinker-web/src/lib/openFileAttachment.ts
  • apps/pythinker-web/src/lib/parseDynamicWorkflowResult.ts
  • apps/pythinker-web/src/lib/pathBasename.ts
  • apps/pythinker-web/src/lib/rootKey.ts
  • apps/pythinker-web/src/lib/searchHighlight.test.ts
  • apps/pythinker-web/src/lib/searchHighlight.ts
  • apps/pythinker-web/src/lib/slashCommands.ts
  • apps/pythinker-web/src/lib/snapshotMessages.ts
  • apps/pythinker-web/src/lib/snapshotSync.ts
  • apps/pythinker-web/src/lib/storage.ts
  • apps/pythinker-web/src/lib/taskMerge.ts
  • apps/pythinker-web/src/lib/toolDiff.ts
  • apps/pythinker-web/src/lib/toolMeta.ts
  • apps/pythinker-web/src/lib/workspaceOrder.ts
  • apps/pythinker-web/src/lib/workspacePathInput.ts
  • apps/pythinker-web/src/main.ts
  • apps/pythinker-web/src/style.css
  • apps/pythinker-web/src/types.ts
  • apps/pythinker-web/src/views/DesignSystemView.vue
  • apps/pythinker-web/test/agent-event-projector.test.ts
  • apps/pythinker-web/test/agent-group-turns.test.ts
  • apps/pythinker-web/test/app-shell-contracts.test.ts
  • apps/pythinker-web/test/ask-user-tool-parse.test.ts
  • apps/pythinker-web/test/attachment-upload.test.ts
  • apps/pythinker-web/test/chat-header.test.ts
  • apps/pythinker-web/test/chat-turn-rendering.test.ts
  • apps/pythinker-web/test/chatpane-copy.test.ts
  • apps/pythinker-web/test/chatpane-undo-animation.test.ts
  • apps/pythinker-web/test/clipboard.test.ts
  • apps/pythinker-web/test/compaction.test.ts
  • apps/pythinker-web/test/composer-draft.test.ts
  • apps/pythinker-web/test/composer.test.ts
  • apps/pythinker-web/test/confirm-dialog.test.ts
  • apps/pythinker-web/test/connectors-page.test.ts
  • apps/pythinker-web/test/conversation-dock-cards.test.ts
  • apps/pythinker-web/test/conversation-pane-anchors.test.ts
  • apps/pythinker-web/test/conversation-pane-empty-send-integration.test.ts
  • apps/pythinker-web/test/conversation-pane-empty-send.test.ts
  • apps/pythinker-web/test/conversation-pane-follow.test.ts
  • apps/pythinker-web/test/conversation-pane-header.test.ts
  • apps/pythinker-web/test/conversation-pane-open-agent.test.ts
  • apps/pythinker-web/test/conversation-pane-scroll.test.ts
  • apps/pythinker-web/test/daemon-client.test.ts
  • apps/pythinker-web/test/daemon-contracts.test.ts
  • apps/pythinker-web/test/dangling-tool-spinner.test.ts
  • apps/pythinker-web/test/debug-trace.test.ts
  • apps/pythinker-web/test/design-tokens.test.ts
  • apps/pythinker-web/test/diff-view.test.ts
  • apps/pythinker-web/test/dynamic-workflow-card-rows.test.ts
  • apps/pythinker-web/test/dynamic-workflow-groups.test.ts
  • apps/pythinker-web/test/dynamic-workflow-result.test.ts
  • apps/pythinker-web/test/empty-suggestions.test.ts
  • apps/pythinker-web/test/event-batcher.test.ts
  • apps/pythinker-web/test/event-reducer.test.ts
  • apps/pythinker-web/test/file-preview.test.ts
  • apps/pythinker-web/test/filePathLinks.test.ts
  • apps/pythinker-web/test/formatMessageTime.test.ts
  • apps/pythinker-web/test/global-loading-brand.test.ts
  • apps/pythinker-web/test/index-html.test.ts
  • apps/pythinker-web/test/input-history.test.ts
  • apps/pythinker-web/test/latestTodos.test.ts
  • apps/pythinker-web/test/lib-logic.test.ts
  • apps/pythinker-web/test/markdown-performance.test.ts
  • apps/pythinker-web/test/markdown-streaming-placeholders.test.ts
  • apps/pythinker-web/test/mascot-restart.test.ts
  • apps/pythinker-web/test/mention-menu.test.ts
  • apps/pythinker-web/test/message-actions.test.ts
  • apps/pythinker-web/test/model-picker.test.ts
  • apps/pythinker-web/test/model-thinking.test.ts
  • apps/pythinker-web/test/notification-logic.test.ts
  • apps/pythinker-web/test/open-file-attachment.test.ts
  • apps/pythinker-web/test/provider-manager-chrome.test.ts
  • apps/pythinker-web/test/question-card-lifecycle.test.ts
  • apps/pythinker-web/test/question-card-recommended.test.ts
  • apps/pythinker-web/test/reconnect-streaming.test.ts
  • apps/pythinker-web/test/server-auth.test.ts
  • apps/pythinker-web/test/session-row.test.ts
  • apps/pythinker-web/test/session-url.test.ts
  • apps/pythinker-web/test/set-model-rollback.test.ts
  • apps/pythinker-web/test/settings-pane.test.ts
  • apps/pythinker-web/test/settings-tokens.test.ts
  • apps/pythinker-web/test/settings-ui.test.ts
  • apps/pythinker-web/test/side-chat-panel.test.ts
  • apps/pythinker-web/test/side-chat.test.ts
  • apps/pythinker-web/test/sidebar.test.ts
  • apps/pythinker-web/test/slash-menu.test.ts
  • apps/pythinker-web/test/slash-skills.test.ts
  • apps/pythinker-web/test/sound-notification.test.ts
  • apps/pythinker-web/test/start-session-and-send.test.ts
  • apps/pythinker-web/test/steer.test.ts
  • apps/pythinker-web/test/storage-logic.test.ts
  • apps/pythinker-web/test/subagent-goal.test.ts
  • apps/pythinker-web/test/task-merge.test.ts
  • apps/pythinker-web/test/task-poller.test.ts
  • apps/pythinker-web/test/theme-contrast.test.ts
  • apps/pythinker-web/test/thinking-indicator.test.ts
  • apps/pythinker-web/test/thinking-multi-segment.test.ts
  • apps/pythinker-web/test/tool-summary.test.ts
  • apps/pythinker-web/test/toolcall-expand.test.ts
  • apps/pythinker-web/test/tools-page.test.ts
  • apps/pythinker-web/test/turn-logic.test.ts
  • apps/pythinker-web/test/ui-primitives.test.ts
  • apps/pythinker-web/test/usePythinkerWebClient-session-cache.test.ts
  • apps/pythinker-web/test/user-origin.test.ts
  • apps/pythinker-web/test/window-controls.test.ts
  • apps/pythinker-web/test/windows-titlebar.test.ts
  • apps/pythinker-web/test/workspace-order.test.ts
  • apps/pythinker-web/test/workspace-picker-visible.test.ts
  • apps/pythinker-web/test/workspace-state.test.ts
  • apps/pythinker-web/test/ws-lifecycle.test.ts
  • apps/pythinker-web/tsconfig.json
  • apps/pythinker-web/vite.config.ts
  • apps/vis/package.json
  • apps/vis/scripts/copy-web-dist.mjs
  • apps/vis/scripts/dev.mjs
  • apps/vis/server/package.json
  • apps/vis/server/src/app.ts
  • apps/vis/server/src/config.ts
  • apps/vis/server/src/index.ts
  • apps/vis/server/src/lib/agent-record-types.ts
  • apps/vis/server/src/lib/agent-tree.ts
  • apps/vis/server/src/lib/blob-resolver.ts
  • apps/vis/server/src/lib/context-projector.ts
  • apps/vis/server/src/lib/cron-store.ts
  • apps/vis/server/src/lib/import-store.ts
  • apps/vis/server/src/lib/log-reader.ts
  • apps/vis/server/src/lib/reveal.ts
  • apps/vis/server/src/lib/session-store.ts
  • apps/vis/server/src/lib/task-store.ts
  • apps/vis/server/src/lib/web-asset.ts
  • apps/vis/server/src/lib/wire-reader.ts
  • apps/vis/server/src/lib/zip-import.ts
  • apps/vis/server/src/routes/blobs.ts
  • apps/vis/server/src/routes/context.ts
  • apps/vis/server/src/routes/cron.ts
  • apps/vis/server/src/routes/imports.ts
  • apps/vis/server/src/routes/logs.ts
  • apps/vis/server/src/routes/session-detail.ts
  • apps/vis/server/src/routes/sessions.ts
  • apps/vis/server/src/routes/subagents.ts
  • apps/vis/server/src/routes/tasks.ts
  • apps/vis/server/src/routes/wire.ts
  • apps/vis/server/src/start.ts
  • apps/vis/server/src/startup-banner.ts
  • apps/vis/server/test/fixtures/build.ts
  • apps/vis/server/test/fixtures/sessions/sample-compaction/agents/main/wire.jsonl
  • apps/vis/server/test/fixtures/sessions/sample-compaction/state.json
  • apps/vis/server/test/fixtures/sessions/sample-main/agents/agent-0/wire.jsonl
  • apps/vis/server/test/fixtures/sessions/sample-main/agents/main/wire.jsonl
  • apps/vis/server/test/fixtures/sessions/sample-main/state.json
  • apps/vis/server/test/lib/agent-tree.test.ts
  • apps/vis/server/test/lib/blob-resolver.test.ts
  • apps/vis/server/test/lib/config.test.ts
  • apps/vis/server/test/lib/context-projector.test.ts
  • apps/vis/server/test/lib/cron-store.test.ts
  • apps/vis/server/test/lib/import-store.test.ts
  • apps/vis/server/test/lib/log-reader.test.ts
  • apps/vis/server/test/lib/reveal.test.ts
  • apps/vis/server/test/lib/session-store.test.ts
  • apps/vis/server/test/lib/start.test.ts
  • apps/vis/server/test/lib/task-store.test.ts
  • apps/vis/server/test/lib/wire-reader.test.ts
  • apps/vis/server/test/routes/blobs.test.ts
  • apps/vis/server/test/routes/context.test.ts
  • apps/vis/server/test/routes/cron.test.ts
  • apps/vis/server/test/routes/imports.test.ts
  • apps/vis/server/test/routes/logs.test.ts
  • apps/vis/server/test/routes/tasks.test.ts
  • apps/vis/server/tsconfig.json
  • apps/vis/server/tsdown.config.ts
  • apps/vis/server/vitest.config.ts
  • apps/vis/web/index.html
  • apps/vis/web/package.json
  • apps/vis/web/src/App.tsx
  • apps/vis/web/src/api.ts
  • apps/vis/web/src/components/analysis/TimelineTab.tsx
  • apps/vis/web/src/components/context/ClearRibbon.tsx
  • apps/vis/web/src/components/context/CompactionRibbon.tsx
  • apps/vis/web/src/components/context/ContextTab.tsx
  • apps/vis/web/src/components/context/MessageBubble.tsx
  • apps/vis/web/src/components/context/UndoRibbon.tsx
  • apps/vis/web/src/components/layout/AppShell.tsx
  • apps/vis/web/src/components/layout/TabBar.tsx
  • apps/vis/web/src/components/logs/LogsTab.tsx
  • apps/vis/web/src/components/sessions/SessionCard.tsx
  • apps/vis/web/src/components/sessions/SessionFilter.tsx
  • apps/vis/web/src/components/sessions/SessionRail.tsx
  • apps/vis/web/src/components/shared/CopyButton.tsx
  • apps/vis/web/src/components/shared/Drawer.tsx
  • apps/vis/web/src/components/shared/ImagePreview.tsx
  • apps/vis/web/src/components/shared/JsonViewer.tsx
  • apps/vis/web/src/components/shared/Pill.tsx
  • apps/vis/web/src/components/shared/SizePreview.tsx
  • apps/vis/web/src/components/shared/ZipDropOverlay.tsx
  • apps/vis/web/src/components/state/StateTab.tsx
  • apps/vis/web/src/components/subagents/SubagentNode.tsx
  • apps/vis/web/src/components/subagents/SubagentTree.tsx
  • apps/vis/web/src/components/subagents/SubagentsTab.tsx
  • apps/vis/web/src/components/tasks/CronTab.tsx
  • apps/vis/web/src/components/tasks/TasksTab.tsx
  • apps/vis/web/src/components/wire/IssuesDrawer.tsx
  • apps/vis/web/src/components/wire/TypeBadge.tsx
  • apps/vis/web/src/components/wire/WireHeadline.tsx
  • apps/vis/web/src/components/wire/WireRow.tsx
  • apps/vis/web/src/components/wire/WireRowDetail.tsx
  • apps/vis/web/src/components/wire/WireTab.tsx
  • apps/vis/web/src/components/wire/parts.tsx
  • apps/vis/web/src/components/wire/renderers.tsx
  • apps/vis/web/src/hooks/useContext.ts
  • apps/vis/web/src/hooks/useSession.ts
  • apps/vis/web/src/hooks/useSubagents.ts
  • apps/vis/web/src/hooks/useTasks.ts
  • apps/vis/web/src/hooks/useTheme.ts
  • apps/vis/web/src/hooks/useWire.ts
  • apps/vis/web/src/lib/analysis.ts
  • apps/vis/web/src/lib/issues.ts
  • apps/vis/web/src/main.tsx
  • apps/vis/web/src/pages/SessionDetailPage.tsx
  • apps/vis/web/src/pages/SessionListPage.tsx
  • apps/vis/web/src/pages/SubagentDetailPage.tsx
  • apps/vis/web/src/theme.css
  • apps/vis/web/src/types.ts
  • apps/vis/web/src/util/time.ts
  • apps/vis/web/test/analysis.test.ts
  • apps/vis/web/test/api.test.ts
  • apps/vis/web/test/issues.test.ts
  • apps/vis/web/test/zip-drop.test.ts
  • apps/vis/web/tsconfig.json
  • apps/vis/web/vite.config.ts
  • apps/vis/web/vitest.config.ts
  • apps/vscode/shared/bridge.ts
  • apps/vscode/shared/legacy-sdk.ts
  • apps/vscode/shared/types.ts
  • apps/vscode/src/auth/vscode-login-ui.ts
  • apps/vscode/src/bridge-handler.ts
  • apps/vscode/src/handlers/auth.handler.ts
  • apps/vscode/src/handlers/chat.handler.ts
  • apps/vscode/src/handlers/config.handler.ts
  • apps/vscode/src/handlers/provider.handler.ts
  • apps/vscode/src/runtime/event-adapter.ts
  • apps/vscode/src/runtime/permission-mode.ts
  • apps/vscode/src/runtime/pythinker-runtime.ts
  • apps/vscode/src/runtime/session-runtime.ts
  • apps/vscode/src/runtime/tool-display.ts
  • apps/vscode/test/bridge-handler.test.ts
  • apps/vscode/test/event-adapter.test.ts
  • apps/vscode/test/pythinker-harness.integration.test.ts
  • apps/vscode/test/pythinker-runtime.test.ts
  • apps/vscode/test/replay-adapter.test.ts
  • apps/vscode/test/replay-resume.integration.test.ts
  • apps/vscode/test/session-runtime.test.ts
  • apps/vscode/test/workspace-paths.test.ts
  • apps/vscode/webview-ui/src/components/confighub/MCPServersSection.tsx
  • apps/vscode/webview-ui/src/components/confighub/ProvidersSection.tsx
  • docs/.gitignore
  • docs/configuration/config-files.md
  • docs/configuration/data-locations.md
  • docs/configuration/env-vars.md
  • docs/configuration/overrides.md
  • docs/configuration/providers.md
  • docs/customization/agents.md
  • docs/customization/hooks.md
  • docs/customization/mcp.md
  • docs/customization/skills.md
  • docs/en/customization/plugins.md
  • docs/en/customization/themes.md
  • docs/en/release-notes/changelog.md
  • docs/guides/getting-started.md
  • docs/guides/goals.md
  • docs/guides/interaction.md
  • docs/guides/server.md
  • docs/guides/sessions.md
  • docs/guides/use-cases.md
  • docs/package.json
  • docs/reference/keyboard.md
  • docs/reference/pythinker-command.md
  • docs/reference/server-api.md
  • docs/reference/slash-commands.md
  • docs/reference/tools.md
  • docs/zh/guides/server.md
  • docs/zh/reference/server-api.md
  • flake.nix
  • package.json
  • packages/acp-adapter/CHANGELOG.md
  • packages/acp-adapter/README.md
  • packages/acp-adapter/package.json
  • packages/acp-adapter/src/auth-methods.ts
  • packages/acp-adapter/src/config-options.ts
  • packages/acp-adapter/src/convert.ts
  • packages/acp-adapter/src/events-map.ts
  • packages/acp-adapter/src/kaos-acp.ts
  • packages/acp-adapter/src/model-catalog.ts
  • packages/acp-adapter/src/server.ts
  • packages/acp-adapter/src/session.ts
  • packages/acp-adapter/test/_helpers/harness-stubs.ts
  • packages/acp-adapter/test/approval-cancel.test.ts
  • packages/acp-adapter/test/approval-display.test.ts
  • packages/acp-adapter/test/approval.test.ts
  • packages/acp-adapter/test/auth-gate.test.ts
  • packages/acp-adapter/test/cancel.test.ts
  • packages/acp-adapter/test/config-options.test.ts
  • packages/acp-adapter/test/convert.test.ts
  • packages/acp-adapter/test/e2e-fs.test.ts
  • packages/acp-adapter/test/e2e-happy-path.test.ts
  • packages/acp-adapter/test/error-mapping.test.ts
  • packages/acp-adapter/test/kaos-acp.test.ts
  • packages/acp-adapter/test/kaos-activation.test.ts
  • packages/acp-adapter/test/mcp-forward.test.ts
  • packages/acp-adapter/test/model-catalog.test.ts
  • packages/acp-adapter/test/plan-and-commands.test.ts
  • packages/acp-adapter/test/server.test.ts
  • packages/acp-adapter/test/session-config-option-funnel.test.ts
  • packages/acp-adapter/test/session-control.test.ts
  • packages/acp-adapter/test/session-list.test.ts
  • packages/acp-adapter/test/session-load.test.ts
  • packages/acp-adapter/test/session-new.test.ts
  • packages/acp-adapter/test/session-prompt.test.ts
  • packages/acp-adapter/test/session-question-handler.test.ts
  • packages/acp-adapter/test/session-resume.test.ts
  • packages/acp-adapter/test/session-slash.test.ts
  • packages/acp-adapter/test/set-session-config-option.test.ts
  • packages/acp-adapter/test/tool-call-stream.test.ts
  • packages/acp-adapter/test/tool-result.test.ts
  • packages/acp-server/CHANGELOG.md
  • packages/acp-server/package.json
  • packages/acp-server/src/acp-client.ts
  • packages/acp-server/src/acp-fs/acpConnection.ts
  • packages/acp-server/src/acp-fs/acpFsService.ts
  • packages/acp-server/src/acp-fs/index.ts
  • packages/acp-server/src/acp-terminal/acpTerminalRunner.ts
  • packages/acp-server/src/acp-terminal/index.ts
  • packages/acp-server/src/approval.ts
  • packages/acp-server/src/auth-methods.ts
  • packages/acp-server/src/builtin-commands.ts
  • packages/acp-server/src/config-options.ts
  • packages/acp-server/src/convert.ts
  • packages/acp-server/src/events-map.ts
  • packages/acp-server/src/index.ts
  • packages/acp-server/src/interaction-bridge.ts
  • packages/acp-server/src/log.ts
  • packages/acp-server/src/marker.ts
  • packages/acp-server/src/model-catalog.ts
  • packages/acp-server/src/modes.ts
  • packages/acp-server/src/question.ts
  • packages/acp-server/src/replay.ts
  • packages/acp-server/src/server.ts
  • packages/acp-server/src/session.ts
  • packages/acp-server/src/slash.ts
  • packages/acp-server/src/start.ts
  • packages/acp-server/src/types.ts
  • packages/acp-server/src/version.ts
  • packages/acp-server/test/_helpers/acpClient.ts
  • packages/acp-server/test/_helpers/fakeModelConfig.ts
  • packages/acp-server/test/_helpers/png.ts
  • packages/acp-server/test/_helpers/scriptedProvider.ts
  • packages/acp-server/test/acp-fs.test.ts
  • packages/acp-server/test/acp-terminal.test.ts
  • packages/acp-server/test/approval.test.ts
  • packages/acp-server/test/close.test.ts
  • packages/acp-server/test/config.test.ts
  • packages/acp-server/test/convert.test.ts
  • packages/acp-server/test/di-shadow.test.ts
  • packages/acp-server/test/e2e-turn.test.ts
  • packages/acp-server/test/initialize.test.ts
  • packages/acp-server/test/interaction-bridge.test.ts
  • packages/acp-server/test/lifecycle.test.ts
  • packages/acp-server/test/question.test.ts
  • packages/acp-server/test/replay.test.ts
  • packages/acp-server/test/skills.test.ts
  • packages/acp-server/tsconfig.json
  • packages/acp-server/tsdown.config.ts
  • packages/acp-server/vitest.config.ts
  • packages/agent-core-v2/AGENTS.md
  • packages/agent-core-v2/CHANGELOG.md
  • packages/agent-core-v2/docs/Permission.md
  • packages/agent-core-v2/docs/config-manifest.toml
  • packages/agent-core-v2/docs/di-testing.md
  • packages/agent-core-v2/docs/di.md
  • packages/agent-core-v2/docs/errors.md
  • packages/agent-core-v2/docs/features.md
  • packages/agent-core-v2/docs/flag.md
  • packages/agent-core-v2/docs/rw-model-design.md
  • packages/agent-core-v2/docs/service-design.md
  • packages/agent-core-v2/docs/state-manifest.d.ts
  • packages/agent-core-v2/docs/wire-manifest.d.ts
  • packages/agent-core-v2/package.json
  • packages/agent-core-v2/scripts/check-import-boundaries.d.mts
  • packages/agent-core-v2/scripts/check-import-boundaries.mjs
  • packages/agent-core-v2/scripts/debarrel.mjs
  • packages/agent-core-v2/scripts/gen-config-manifest.mts
  • packages/agent-core-v2/scripts/gen-contract-types.mjs
  • packages/agent-core-v2/scripts/gen-state-manifest.mts
  • packages/agent-core-v2/scripts/gen-wire-manifest.mts
  • packages/agent-core-v2/scripts/generate-webp-dec-wasm.mjs
  • packages/agent-core-v2/scripts/lib/jsonSchema.mts
  • packages/agent-core-v2/src/_base/asyncEventQueue.ts
  • packages/agent-core-v2/src/_base/contribution/registry.ts
  • packages/agent-core-v2/src/_base/di/cascadeEngine.ts
  • packages/agent-core-v2/src/_base/di/collection.ts
  • packages/agent-core-v2/src/_base/di/dependencyGraph.ts
  • packages/agent-core-v2/src/_base/di/descriptors.ts
  • packages/agent-core-v2/src/_base/di/errors.ts
  • packages/agent-core-v2/src/_base/di/fiber.ts
  • packages/agent-core-v2/src/_base/di/graph.ts
  • packages/agent-core-v2/src/_base/di/instantiation.ts
  • packages/agent-core-v2/src/_base/di/instantiationService.ts
  • packages/agent-core-v2/src/_base/di/lifecycle.ts
  • packages/agent-core-v2/src/_base/di/scope.ts
  • packages/agent-core-v2/src/_base/di/scopeUnits.ts
  • packages/agent-core-v2/src/_base/di/service.ts
  • packages/agent-core-v2/src/_base/di/serviceCollection.ts
  • packages/agent-core-v2/src/_base/di/test.ts
  • packages/agent-core-v2/src/_base/di/testInstantiationService.ts
  • packages/agent-core-v2/src/_base/di/util/linkedList.ts
  • packages/agent-core-v2/src/_base/errors/codes.ts
  • packages/agent-core-v2/src/_base/errors/errorMessage.ts
  • packages/agent-core-v2/src/_base/errors/errors.ts
  • packages/agent-core-v2/src/_base/errors/serialize.ts
  • packages/agent-core-v2/src/_base/errors/unexpectedError.ts
  • packages/agent-core-v2/src/_base/event.ts
  • packages/agent-core-v2/src/_base/execEnv/bufferedReadable.ts
  • packages/agent-core-v2/src/_base/execEnv/decodeText.ts
  • packages/agent-core-v2/src/_base/execEnv/environmentProbe.ts
  • packages/agent-core-v2/src/_base/execEnv/globPattern.ts
  • packages/agent-core-v2/src/_base/execEnv/loginShellPath.ts
  • packages/agent-core-v2/src/_base/lifecycle/disposer.ts
  • packages/agent-core-v2/src/_base/lifecycle/errors.ts
  • packages/agent-core-v2/src/_base/lifecycle/index.ts
  • packages/agent-core-v2/src/_base/lifecycle/ledger.ts
  • packages/agent-core-v2/src/_base/lifecycle/lifecycleMachine.ts
  • packages/agent-core-v2/src/_base/log/fileLog.ts
  • packages/agent-core-v2/src/_base/log/formatter.ts
  • packages/agent-core-v2/src/_base/log/log.ts
  • packages/agent-core-v2/src/_base/log/logConfig.ts
  • packages/agent-core-v2/src/_base/log/logService.ts
  • packages/agent-core-v2/src/_base/state/stateRegistry.ts
  • packages/agent-core-v2/src/_base/text/encoding.ts
  • packages/agent-core-v2/src/_base/text/frontmatter.ts
  • packages/agent-core-v2/src/_base/text/line-endings.ts
  • packages/agent-core-v2/src/_base/utils/abort.ts
  • packages/agent-core-v2/src/_base/utils/canonical-args.ts
  • packages/agent-core-v2/src/_base/utils/env.ts
  • packages/agent-core-v2/src/_base/utils/fileMeta.ts
  • packages/agent-core-v2/src/_base/utils/fs.ts
  • packages/agent-core-v2/src/_base/utils/hero-slug.ts
  • packages/agent-core-v2/src/_base/utils/isoDateTime.ts
  • packages/agent-core-v2/src/_base/utils/paths.ts
  • packages/agent-core-v2/src/_base/utils/promise.ts
  • packages/agent-core-v2/src/_base/utils/proxy.ts
  • packages/agent-core-v2/src/_base/utils/render-prompt.ts
  • packages/agent-core-v2/src/_base/utils/retry.ts
  • packages/agent-core-v2/src/_base/utils/timer.ts
  • packages/agent-core-v2/src/_base/utils/typeEquality.ts
  • packages/agent-core-v2/src/_base/utils/types.ts
  • packages/agent-core-v2/src/_base/utils/workdir-slug.ts
  • packages/agent-core-v2/src/_base/utils/xml-escape.ts
  • packages/agent-core-v2/src/_base/version.ts
  • packages/agent-core-v2/src/agent/activityView/activityView.ts
  • packages/agent-core-v2/src/agent/activityView/activityViewService.ts
  • packages/agent-core-v2/src/agent/agentsMdReminder/agentsMdReminder.ts
  • packages/agent-core-v2/src/agent/agentsMdReminder/agentsMdReminderService.ts
  • packages/agent-core-v2/src/agent/agentsMdReminder/bashTargets.ts
  • packages/agent-core-v2/src/agent/blob/agentBlobService.ts
  • packages/agent-core-v2/src/agent/blob/agentBlobServiceImpl.ts
  • packages/agent-core-v2/src/agent/blob/byteLruCache.ts
  • packages/agent-core-v2/src/agent/command/agentCommand.ts
  • packages/agent-core-v2/src/agent/command/agentCommandService.ts
  • packages/agent-core-v2/src/agent/command/commandContribution.ts
  • packages/agent-core-v2/src/agent/contextInjector/contextInjector.ts
  • packages/agent-core-v2/src/agent/contextInjector/contextInjectorService.ts
  • packages/agent-core-v2/src/agent/contextMemory/compaction-summary-prefix.md
  • packages/agent-core-v2/src/agent/contextMemory/compactionHandoff.ts
  • packages/agent-core-v2/src/agent/contextMemory/contextEvents.ts
  • packages/agent-core-v2/src/agent/contextMemory/contextMemory.ts
  • packages/agent-core-v2/src/agent/contextMemory/contextMemoryService.ts
  • packages/agent-core-v2/src/agent/contextMemory/contextOps.ts
  • packages/agent-core-v2/src/agent/contextMemory/contextTranscript.ts
  • packages/agent-core-v2/src/agent/contextMemory/conversationTime.ts
  • packages/agent-core-v2/src/agent/contextMemory/conversationUndoParticipants.ts
  • packages/agent-core-v2/src/agent/contextMemory/loopEventFold.ts
  • packages/agent-core-v2/src/agent/contextMemory/messageId.ts
  • packages/agent-core-v2/src/agent/contextMemory/toolResultRender.ts
  • packages/agent-core-v2/src/agent/contextMemory/types.ts
  • packages/agent-core-v2/src/agent/contextMemory/vacuousContent.ts
  • packages/agent-core-v2/src/agent/contextProjector/contextProjector.ts
  • packages/agent-core-v2/src/agent/contextProjector/contextProjectorService.ts
  • packages/agent-core-v2/src/agent/contextProjector/mediaProjection.ts
  • packages/agent-core-v2/src/agent/contextProjector/projection.ts
  • packages/agent-core-v2/src/agent/externalHooks/configSection.ts
  • packages/agent-core-v2/src/agent/externalHooks/externalHooks.ts
  • packages/agent-core-v2/src/agent/externalHooks/externalHooksService.ts
  • packages/agent-core-v2/src/agent/externalHooks/runner.ts
  • packages/agent-core-v2/src/agent/externalHooks/types.ts
  • packages/agent-core-v2/src/agent/externalHooks/user-prompt.ts
  • packages/agent-core-v2/src/agent/fullCompaction/compaction-instruction.md
  • packages/agent-core-v2/src/agent/fullCompaction/compactionOps.ts
  • packages/agent-core-v2/src/agent/fullCompaction/errors.ts
  • packages/agent-core-v2/src/agent/fullCompaction/fullCompaction.ts
  • packages/agent-core-v2/src/agent/fullCompaction/fullCompactionService.ts
  • packages/agent-core-v2/src/agent/fullCompaction/strategy.ts
  • packages/agent-core-v2/src/agent/fullCompaction/types.ts
  • packages/agent-core-v2/src/agent/goal/errors.ts
  • packages/agent-core-v2/src/agent/goal/goal.ts
  • packages/agent-core-v2/src/agent/goal/goalDeadlineScheduler.ts
  • packages/agent-core-v2/src/agent/goal/goalDeadlineSchedulerService.ts
  • packages/agent-core-v2/src/agent/goal/goalOps.ts
  • packages/agent-core-v2/src/agent/goal/goalService.ts
  • packages/agent-core-v2/src/agent/goal/injection/goal-active-reminder.md
  • packages/agent-core-v2/src/agent/goal/injection/goal-blocked-reminder.md
  • packages/agent-core-v2/src/agent/goal/injection/goal-paused-reminder.md
  • packages/agent-core-v2/src/agent/goal/injection/goalInjection.ts
  • packages/agent-core-v2/src/agent/goal/tools/outcome-prompts.ts
  • packages/agent-core-v2/src/agent/goal/tools/serialize.ts
  • packages/agent-core-v2/src/agent/goal/types.ts
  • packages/agent-core-v2/src/agent/interruptionReminder/interruptionReminder.ts
  • packages/agent-core-v2/src/agent/interruptionReminder/interruptionReminderOps.ts
  • packages/agent-core-v2/src/agent/interruptionReminder/interruptionReminderService.ts
  • packages/agent-core-v2/src/agent/llmRequester/llmRequestOps.ts
  • packages/agent-core-v2/src/agent/llmRequester/llmRequester.ts
  • packages/agent-core-v2/src/agent/llmRequester/llmRequesterService.ts
  • packages/agent-core-v2/src/agent/llmRequester/toolCallIdNormalizer.ts
  • packages/agent-core-v2/src/agent/loop/configSection.ts
  • packages/agent-core-v2/src/agent/loop/errors.ts
  • packages/agent-core-v2/src/agent/loop/loop.ts
  • packages/agent-core-v2/src/agent/loop/loopContinuation.ts
  • packages/agent-core-v2/src/agent/loop/loopContinuationService.ts
  • packages/agent-core-v2/src/agent/loop/loopService.ts
  • packages/agent-core-v2/src/agent/loop/stepRequest.ts
  • packages/agent-core-v2/src/agent/loop/stepRequestQueue.ts
  • packages/agent-core-v2/src/agent/loop/turnEvents.ts
  • packages/agent-core-v2/src/agent/loop/turnOps.ts
  • packages/agent-core-v2/src/agent/mcp/mcp.ts
  • packages/agent-core-v2/src/agent/mcp/mcpDiscoveryOps.ts
  • packages/agent-core-v2/src/agent/mcp/mcpEvents.ts
  • packages/agent-core-v2/src/agent/mcp/mcpService.ts
  • packages/agent-core-v2/src/agent/mcp/output.ts
  • packages/agent-core-v2/src/agent/mcp/tools/auth.ts
  • packages/agent-core-v2/src/agent/mcp/tools/mcp.ts
  • packages/agent-core-v2/src/agent/media/configSection.ts
  • packages/agent-core-v2/src/agent/media/file-type.ts
  • packages/agent-core-v2/src/agent/media/image-compress.ts
  • packages/agent-core-v2/src/agent/media/image-format-policy.ts
  • packages/agent-core-v2/src/agent/media/image-originals.ts
  • packages/agent-core-v2/src/agent/media/imageConfigBridge.ts
  • packages/agent-core-v2/src/agent/media/mediaRef.ts
  • packages/agent-core-v2/src/agent/media/mediaResolver.ts
  • packages/agent-core-v2/src/agent/media/mediaResolverService.ts
  • packages/agent-core-v2/src/agent/media/mediaTools.ts
  • packages/agent-core-v2/src/agent/media/mediaToolsRegistrar.ts
  • packages/agent-core-v2/src/agent/media/promptMediaIntake.ts
  • packages/agent-core-v2/src/agent/media/pythinkerFileUrl.ts
  • packages/agent-core-v2/src/agent/media/registerMediaTools.ts
  • packages/agent-core-v2/src/agent/media/sessionMediaStore.ts
  • packages/agent-core-v2/src/agent/media/sessionMediaStoreService.ts
  • packages/agent-core-v2/src/agent/media/videoResolver.ts
  • packages/agent-core-v2/src/agent/media/videoResolverService.ts
  • packages/agent-core-v2/src/agent/media/videoUpload.ts
  • packages/agent-core-v2/src/agent/media/webp-dec-wasm.ts
  • packages/agent-core-v2/src/agent/media/webp-decode.ts
  • packages/agent-core-v2/src/agent/permissionGate/permissionGate.ts
  • packages/agent-core-v2/src/agent/permissionGate/permissionGateService.ts
  • packages/agent-core-v2/src/agent/permissionMode/configSection.ts
  • packages/agent-core-v2/src/agent/permissionMode/injection/permission-mode-auto-enter-reminder.md
  • packages/agent-core-v2/src/agent/permissionMode/injection/permission-mode-auto-exit-reminder.md
  • packages/agent-core-v2/src/agent/permissionMode/injection/permissionModeInjection.ts
  • packages/agent-core-v2/src/agent/permissionMode/permissionMode.ts
  • packages/agent-core-v2/src/agent/permissionMode/permissionModeOps.ts
  • packages/agent-core-v2/src/agent/permissionMode/permissionModeService.ts
  • packages/agent-core-v2/src/agent/permissionPolicy/permissionPolicy.ts
  • packages/agent-core-v2/src/agent/permissionPolicy/permissionPolicyService.ts
  • packages/agent-core-v2/src/agent/permissionPolicy/policies/auto-mode-approve.ts
  • packages/agent-core-v2/src/agent/permissionPolicy/policies/auto-mode-ask-user-question-deny.ts
  • packages/agent-core-v2/src/agent/permissionPolicy/policies/default-tool-approve.ts
  • packages/agent-core-v2/src/agent/permissionPolicy/policies/fallback-ask.ts
  • packages/agent-core-v2/src/agent/permissionPolicy/policies/git-control-path-access-ask.ts
  • packages/agent-core-v2/src/agent/permissionPolicy/policies/git-cwd-write-approve.ts
  • packages/agent-core-v2/src/agent/permissionPolicy/policies/path-utils.ts
  • packages/agent-core-v2/src/agent/permissionPolicy/policies/sensitive-file-access-ask.ts
  • packages/agent-core-v2/src/agent/permissionPolicy/policies/session-approval-history.ts
  • packages/agent-core-v2/src/agent/permissionPolicy/policies/user-configured-allow.ts
  • packages/agent-core-v2/src/agent/permissionPolicy/policies/user-configured-ask.ts
  • packages/agent-core-v2/src/agent/permissionPolicy/policies/user-configured-deny.ts
  • packages/agent-core-v2/src/agent/permissionPolicy/policies/user-configured-rule.ts
  • packages/agent-core-v2/src/agent/permissionPolicy/policies/yolo-mode-approve.ts
  • packages/agent-core-v2/src/agent/permissionPolicy/types.ts
  • packages/agent-core-v2/src/agent/permissionRules/configSection.ts
  • packages/agent-core-v2/src/agent/permissionRules/matchesRule.ts
  • packages/agent-core-v2/src/agent/permissionRules/permissionRules.ts
  • packages/agent-core-v2/src/agent/permissionRules/permissionRulesOps.ts
  • packages/agent-core-v2/src/agent/permissionRules/permissionRulesService.ts
  • packages/agent-core-v2/src/agent/plugin/agentPlugin.ts
  • packages/agent-core-v2/src/agent/plugin/agentPluginOps.ts
  • packages/agent-core-v2/src/agent/plugin/agentPluginService.ts
  • packages/agent-core-v2/src/agent/plugin/index.ts
  • packages/agent-core-v2/src/agent/pluginCommand/pluginCommand.ts
  • packages/agent-core-v2/src/agent/pluginCommand/pluginCommandService.ts
  • packages/agent-core-v2/src/agent/profile/context.ts
  • packages/agent-core-v2/src/agent/profile/errors.ts
  • packages/agent-core-v2/src/agent/profile/profile.ts
  • packages/agent-core-v2/src/agent/profile/profileOps.ts
  • packages/agent-core-v2/src/agent/profile/profileService.ts
  • packages/agent-core-v2/src/agent/prompt/errors.ts
  • packages/agent-core-v2/src/agent/prompt/prompt.ts
  • packages/agent-core-v2/src/agent/prompt/promptMetadataText.ts
  • packages/agent-core-v2/src/agent/prompt/promptOps.ts
  • packages/agent-core-v2/src/agent/prompt/promptService.ts
  • packages/agent-core-v2/src/agent/prompt/promptStepRequests.ts
  • packages/agent-core-v2/src/agent/replayBuilder/types.ts
  • packages/agent-core-v2/src/agent/runtimeBinding/agentRuntime.ts
  • packages/agent-core-v2/src/agent/runtimeBinding/runtimeBinding.ts
  • packages/agent-core-v2/src/agent/runtimeBinding/runtimeBindingOps.ts
  • packages/agent-core-v2/src/agent/runtimeBinding/runtimeBindingService.ts
  • packages/agent-core-v2/src/agent/scopeContext/scopeContext.ts
  • packages/agent-core-v2/src/agent/shellCommand/shellCommand.ts
  • packages/agent-core-v2/src/agent/shellCommand/shellCommandService.ts
  • packages/agent-core-v2/src/agent/skill/prompt.ts
  • packages/agent-core-v2/src/agent/skill/skill.ts
  • packages/agent-core-v2/src/agent/skill/skillOps.ts
  • packages/agent-core-v2/src/agent/skill/skillService.ts
  • packages/agent-core-v2/src/agent/state/agentState.ts
  • packages/agent-core-v2/src/agent/state/agentStateService.ts
  • packages/agent-core-v2/src/agent/stepRetry/stepRetry.ts
  • packages/agent-core-v2/src/agent/stepRetry/stepRetryService.ts
  • packages/agent-core-v2/src/agent/systemReminder/systemReminder.ts
  • packages/agent-core-v2/src/agent/systemReminder/systemReminderService.ts
  • packages/agent-core-v2/src/agent/task/configSection.ts
  • packages/agent-core-v2/src/agent/task/errors.ts
  • packages/agent-core-v2/src/agent/task/notificationXml.ts
  • packages/agent-core-v2/src/agent/task/persist.ts
  • packages/agent-core-v2/src/agent/task/printDefaults.ts
  • packages/agent-core-v2/src/agent/task/task.ts
  • packages/agent-core-v2/src/agent/task/taskOps.ts
  • packages/agent-core-v2/src/agent/task/taskService.ts
  • packages/agent-core-v2/src/agent/task/tools/format.ts
  • packages/agent-core-v2/src/agent/task/types.ts
  • packages/agent-core-v2/src/agent/tokenCounting/configSection.ts
  • packages/agent-core-v2/src/agent/tokenCounting/tokenCounting.ts
  • packages/agent-core-v2/src/agent/tokenCounting/tokenCountingOps.ts
  • packages/agent-core-v2/src/agent/tokenCounting/tokenCountingService.ts
  • packages/agent-core-v2/src/agent/toolActivation/toolActivation.ts
  • packages/agent-core-v2/src/agent/toolActivation/toolActivationService.ts
  • packages/agent-core-v2/src/agent/toolApproval/toolApproval.ts
  • packages/agent-core-v2/src/agent/toolApproval/toolApprovalService.ts
  • packages/agent-core-v2/src/agent/toolDedupe/toolDedupe.ts
  • packages/agent-core-v2/src/agent/toolDedupe/toolDedupeService.ts
  • packages/agent-core-v2/src/agent/toolExecutor/beforeToolExecuteEvent.ts
  • packages/agent-core-v2/src/agent/toolExecutor/toolExecutor.ts
  • packages/agent-core-v2/src/agent/toolExecutor/toolExecutorEvents.ts
  • packages/agent-core-v2/src/agent/toolExecutor/toolExecutorService.ts
  • packages/agent-core-v2/src/agent/toolExecutor/toolHooks.ts
  • packages/agent-core-v2/src/agent/toolExecutor/toolScheduler.ts
  • packages/agent-core-v2/src/agent/toolPolicy/configSection.ts
  • packages/agent-core-v2/src/agent/toolPolicy/evaluate.ts
  • packages/agent-core-v2/src/agent/toolPolicy/toolPolicy.ts
  • packages/agent-core-v2/src/agent/toolPolicy/toolPolicyService.ts
  • packages/agent-core-v2/src/agent/toolRegistry/builtinToolAssemblyService.ts
  • packages/agent-core-v2/src/agent/toolRegistry/toolContribution.ts
  • packages/agent-core-v2/src/agent/toolRegistry/toolRegistry.ts
  • packages/agent-core-v2/src/agent/toolRegistry/toolRegistryService.ts
  • packages/agent-core-v2/src/agent/toolResultTruncation/toolResultTruncation.ts
  • packages/agent-core-v2/src/agent/toolResultTruncation/toolResultTruncationService.ts
  • packages/agent-core-v2/src/agent/toolSelect/dynamicTools.ts
  • packages/agent-core-v2/src/agent/toolSelect/flag.ts
  • packages/agent-core-v2/src/agent/toolSelect/toolSelect.ts
  • packages/agent-core-v2/src/agent/toolSelect/toolSelectAnnouncements.ts
  • packages/agent-core-v2/src/agent/toolSelect/toolSelectAnnouncementsService.ts
  • packages/agent-core-v2/src/agent/toolSelect/toolSelectSchemas.ts
  • packages/agent-core-v2/src/agent/toolSelect/toolSelectSchemasService.ts
  • packages/agent-core-v2/src/agent/toolSelect/toolSelectService.ts
  • packages/agent-core-v2/src/agent/tools/agent/agent-background-disabled.md
  • packages/agent-core-v2/src/agent/tools/agent/agent-background-enabled.md
  • packages/agent-core-v2/src/agent/tools/agent/agent.md
  • packages/agent-core-v2/src/agent/tools/agent/agent.ts
  • packages/agent-core-v2/src/agent/tools/agent/agentTool.ts
  • packages/agent-core-v2/src/agent/tools/agent/subagent-task.ts
  • packages/agent-core-v2/src/agent/tools/ask-user-question/ask-user-question.ts
  • packages/agent-core-v2/src/agent/tools/ask-user-question/ask-user.md
  • packages/agent-core-v2/src/agent/tools/ask-user-question/askUserQuestionTool.ts
  • packages/agent-core-v2/src/agent/tools/ask-user-question/question-background-task.ts
  • packages/agent-core-v2/src/agent/tools/cron/cron-create/cron-create.md
  • packages/agent-core-v2/src/agent/tools/cron/cron-create/cron-create.ts
  • packages/agent-core-v2/src/agent/tools/cron/cron-create/cronCreateTool.ts
  • packages/agent-core-v2/src/agent/tools/cron/cron-delete/cron-delete.md
  • packages/agent-core-v2/src/agent/tools/cron/cron-delete/cron-delete.ts
  • packages/agent-core-v2/src/agent/tools/cron/cron-delete/cronDeleteTool.ts
  • packages/agent-core-v2/src/agent/tools/cron/cron-list/cron-list.md
  • packages/agent-core-v2/src/agent/tools/cron/cron-list/cron-list.ts
  • packages/agent-core-v2/src/agent/tools/cron/cron-list/cronListTool.ts
  • packages/agent-core-v2/src/agent/tools/edit/edit.md
  • packages/agent-core-v2/src/agent/tools/edit/edit.ts
  • packages/agent-core-v2/src/agent/tools/edit/editTool.ts
  • packages/agent-core-v2/src/agent/tools/fetch-url/fetch-url.md
  • packages/agent-core-v2/src/agent/tools/fetch-url/fetch-url.ts
  • packages/agent-core-v2/src/agent/tools/fetch-url/fetchUrlTool.ts
  • packages/agent-core-v2/src/agent/tools/goal/create-goal/create-goal.md
  • packages/agent-core-v2/src/agent/tools/goal/create-goal/create-goal.ts
  • packages/agent-core-v2/src/agent/tools/goal/create-goal/createGoalTool.ts
  • packages/agent-core-v2/src/agent/tools/goal/get-goal/get-goal.md
  • packages/agent-core-v2/src/agent/tools/goal/get-goal/get-goal.ts
  • packages/agent-core-v2/src/agent/tools/goal/get-goal/getGoalTool.ts
  • packages/agent-core-v2/src/agent/tools/goal/set-goal-budget/set-goal-budget.md
  • packages/agent-core-v2/src/agent/tools/goal/set-goal-budget/set-goal-budget.ts
  • packages/agent-core-v2/src/agent/tools/goal/set-goal-budget/setGoalBudgetTool.ts
  • packages/agent-core-v2/src/agent/tools/goal/update-goal/update-goal.md
  • packages/agent-core-v2/src/agent/tools/goal/update-goal/update-goal.ts
  • packages/agent-core-v2/src/agent/tools/goal/update-goal/updateGoalTool.ts
  • packages/agent-core-v2/src/agent/tools/os/bash/bash.md
  • packages/agent-core-v2/src/agent/tools/os/bash/bash.ts
  • packages/agent-core-v2/src/agent/tools/os/bash/bashTool.ts
  • packages/agent-core-v2/src/agent/tools/os/bash/process-task.ts
  • packages/agent-core-v2/src/agent/tools/os/glob/glob.md
  • packages/agent-core-v2/src/agent/tools/os/glob/glob.ts
  • packages/agent-core-v2/src/agent/tools/os/glob/globTool.ts
  • packages/agent-core-v2/src/agent/tools/os/grep/grep.md
  • packages/agent-core-v2/src/agent/tools/os/grep/grep.ts
  • packages/agent-core-v2/src/agent/tools/os/grep/grepTool.ts
  • packages/agent-core-v2/src/agent/tools/os/read/read.md
  • packages/agent-core-v2/src/agent/tools/os/read/read.ts
  • packages/agent-core-v2/src/agent/tools/os/read/readTool.ts
  • packages/agent-core-v2/src/agent/tools/os/write/write.md
  • packages/agent-core-v2/src/agent/tools/os/write/write.ts
  • packages/agent-core-v2/src/agent/tools/os/write/writeTool.ts
  • packages/agent-core-v2/src/agent/tools/read-media-file/read-media-file.ts
  • packages/agent-core-v2/src/agent/tools/read-media-file/read-media.md
  • packages/agent-core-v2/src/agent/tools/read-media-file/readMediaFileTool.ts
  • packages/agent-core-v2/src/agent/tools/select-tools/select-tools.ts
  • packages/agent-core-v2/src/agent/tools/select-tools/selectToolsTool.ts
  • packages/agent-core-v2/src/agent/tools/skill/skill.md
  • packages/agent-core-v2/src/agent/tools/skill/skill.ts
  • packages/agent-core-v2/src/agent/tools/skill/skillTool.ts
  • packages/agent-core-v2/src/agent/tools/task/task-list/task-list.md
  • packages/agent-core-v2/src/agent/tools/task/task-list/task-list.ts
  • packages/agent-core-v2/src/agent/tools/task/task-list/taskListTool.ts
  • packages/agent-core-v2/src/agent/tools/task/task-output/task-output.md
  • packages/agent-core-v2/src/agent/tools/task/task-output/task-output.ts
  • packages/agent-core-v2/src/agent/tools/task/task-output/taskOutputTool.ts
  • packages/agent-core-v2/src/agent/tools/task/task-stop/task-stop.md
  • packages/agent-core-v2/src/agent/tools/task/task-stop/task-stop.ts
  • packages/agent-core-v2/src/agent/tools/task/task-stop/taskStopTool.ts
  • packages/agent-core-v2/src/agent/tools/todo-list/todo-list-write-reminder.md
  • packages/agent-core-v2/src/agent/tools/todo-list/todo-list.md
  • packages/agent-core-v2/src/agent/tools/todo-list/todo-list.ts
  • packages/agent-core-v2/src/agent/tools/todo-list/todoListTool.ts
  • packages/agent-core-v2/src/agent/tools/web-search/web-search.md
  • packages/agent-core-v2/src/agent/tools/web-search/web-search.ts
  • packages/agent-core-v2/src/agent/tools/web-search/webSearchTool.ts
  • packages/agent-core-v2/src/agent/undo/undo.ts
  • packages/agent-core-v2/src/agent/undo/undoService.ts
  • packages/agent-core-v2/src/agent/usage/errors.ts
  • packages/agent-core-v2/src/agent/usage/usage.ts
  • packages/agent-core-v2/src/agent/usage/usageEvents.ts
  • packages/agent-core-v2/src/agent/usage/usageOps.ts
  • packages/agent-core-v2/src/agent/usage/usageService.ts
  • packages/agent-core-v2/src/agent/userTool/userTool.ts
  • packages/agent-core-v2/src/agent/userTool/userToolOps.ts
  • packages/agent-core-v2/src/agent/userTool/userToolService.ts
  • packages/agent-core-v2/src/app/agentIdentity/agentIdentity.ts
  • packages/agent-core-v2/src/app/agentIdentity/agentIdentityService.ts
  • packages/agent-core-v2/src/app/agentIdentity/configSection.ts
  • packages/agent-core-v2/src/app/agentProfileCatalog/agentProfileCatalog.ts
  • packages/agent-core-v2/src/app/agentProfileCatalog/agentProfileContribution.ts
  • packages/agent-core-v2/src/app/agentProfileCatalog/agentProfileRegistry.ts
  • packages/agent-core-v2/src/app/agentProfileCatalog/agentProfileRegistryService.ts
  • packages/agent-core-v2/src/app/agentProfileCatalog/builtinAgentProfileLoader.ts
  • packages/agent-core-v2/src/app/agentProfileCatalog/builtinAgentProfileLoaderService.ts
  • packages/agent-core-v2/src/app/agentProfileCatalog/contribution.ts
  • packages/agent-core-v2/src/app/agentProfileCatalog/profile-shared.ts
  • packages/agent-core-v2/src/app/agentProfileCatalog/promptPrefix.ts
  • packages/agent-core-v2/src/app/agentProfileCatalog/system.md
  • packages/agent-core-v2/src/app/auth/auth.ts
  • packages/agent-core-v2/src/app/auth/authService.ts
  • packages/agent-core-v2/src/app/auth/configSection.ts
  • packages/agent-core-v2/src/app/auth/errors.ts
  • packages/agent-core-v2/src/app/auth/oauthProtocol.ts
  • packages/agent-core-v2/src/app/auth/webSearch/providers/pymodel-web-search.ts
  • packages/agent-core-v2/src/app/auth/webSearch/webSearch.ts
  • packages/agent-core-v2/src/app/auth/webSearch/webSearchService.ts
  • packages/agent-core-v2/src/app/authLegacy/authLegacy.ts
  • packages/agent-core-v2/src/app/authLegacy/authLegacyService.ts
  • packages/agent-core-v2/src/app/bashParser/bashParser.ts
  • packages/agent-core-v2/src/app/bashParser/bashParserService.ts
  • packages/agent-core-v2/src/app/bootstrap/bootstrap.ts
  • packages/agent-core-v2/src/app/bootstrap/bootstrapService.ts
  • packages/agent-core-v2/src/app/capability/capability.ts
  • packages/agent-core-v2/src/app/capability/capabilityEvents.ts
  • packages/agent-core-v2/src/app/capability/capabilityService.ts
  • packages/agent-core-v2/src/app/capability/entries/context.ts
  • packages/agent-core-v2/src/app/capability/entries/pythinkerCu.ts
  • packages/agent-core-v2/src/app/capability/entries/pythinkerWebbridge.ts
  • packages/agent-core-v2/src/app/capability/errors.ts
  • packages/agent-core-v2/src/app/capability/host.ts
  • packages/agent-core-v2/src/app/capability/types.ts
  • packages/agent-core-v2/src/app/codexLogin/codexLogin.ts
  • packages/agent-core-v2/src/app/codexLogin/codexLoginProtocol.ts
  • packages/agent-core-v2/src/app/codexLogin/codexLoginService.ts
  • packages/agent-core-v2/src/app/codexLogin/errors.ts
  • packages/agent-core-v2/src/app/config/config.ts
  • packages/agent-core-v2/src/app/config/configEvents.ts
  • packages/agent-core-v2/src/app/config/configOverlayContributions.ts
  • packages/agent-core-v2/src/app/config/configPure.ts
  • packages/agent-core-v2/src/app/config/configSectionContributions.ts
  • packages/agent-core-v2/src/app/config/configService.ts
  • packages/agent-core-v2/src/app/config/deprecations.ts
  • packages/agent-core-v2/src/app/config/errors.ts
  • packages/agent-core-v2/src/app/config/migrations.ts
  • packages/agent-core-v2/src/app/config/sectionDiff.ts
  • packages/agent-core-v2/src/app/config/toml.ts
  • packages/agent-core-v2/src/app/cron/clock.ts
  • packages/agent-core-v2/src/app/cron/configSection.ts
  • packages/agent-core-v2/src/app/cron/cron-expr.ts
  • packages/agent-core-v2/src/app/cron/cronTask.ts
  • packages/agent-core-v2/src/app/cron/cronTaskPersistence.ts
  • packages/agent-core-v2/src/app/cron/cronTaskPersistenceService.ts
  • packages/agent-core-v2/src/app/cron/errors.ts
  • packages/agent-core-v2/src/app/cron/format.ts
  • packages/agent-core-v2/src/app/cron/jitter.ts
  • packages/agent-core-v2/src/app/edit/editService.ts
  • packages/agent-core-v2/src/app/edit/fileEdit.ts
  • packages/agent-core-v2/src/app/edit/fileEditService.ts
  • packages/agent-core-v2/src/app/edit/textModel.ts
  • packages/agent-core-v2/src/app/event/errors.ts
  • packages/agent-core-v2/src/app/event/event.ts
  • packages/agent-core-v2/src/app/event/event2.ts
  • packages/agent-core-v2/src/app/event/eventBus.ts
  • packages/agent-core-v2/src/app/event/eventBusService.ts
  • packages/agent-core-v2/src/app/event/eventService.ts
  • packages/agent-core-v2/src/app/event/fiberEventResolver.ts
  • packages/agent-core-v2/src/app/externalHooksRunner/externalHooksRunner.ts
  • packages/agent-core-v2/src/app/externalHooksRunner/externalHooksRunnerService.ts
  • packages/agent-core-v2/src/app/externalHooksRunner/index.ts
  • packages/agent-core-v2/src/app/externalHooksRunner/runner.ts
  • packages/agent-core-v2/src/app/feature/featureManager.ts
  • packages/agent-core-v2/src/app/feature/featureManagerService.ts
  • packages/agent-core-v2/src/app/feature/featureServiceContribution.ts
  • packages/agent-core-v2/src/app/file/fileService.ts
  • packages/agent-core-v2/src/app/file/fileServiceImpl.ts
  • packages/agent-core-v2/src/app/flag/flag.ts
  • packages/agent-core-v2/src/app/flag/flagRegistry.ts
  • packages/agent-core-v2/src/app/flag/flagRegistryService.ts
  • packages/agent-core-v2/src/app/flag/flagService.ts
  • packages/agent-core-v2/src/app/gateway/gateway.ts
  • packages/agent-core-v2/src/app/gateway/gatewayService.ts
  • packages/agent-core-v2/src/app/git/git.ts
  • packages/agent-core-v2/src/app/git/gitParsers.ts
  • packages/agent-core-v2/src/app/git/gitService.ts
  • packages/agent-core-v2/src/app/git/workTree.ts
  • packages/agent-core-v2/src/app/hostFolderBrowser/hostFolderBrowser.ts
  • packages/agent-core-v2/src/app/hostFolderBrowser/hostFolderBrowserService.ts
  • packages/agent-core-v2/src/app/kosongConfig/builtInModelsDev.ts
  • packages/agent-core-v2/src/app/kosongConfig/configSection.ts
  • packages/agent-core-v2/src/app/kosongConfig/discovery.ts
  • packages/agent-core-v2/src/app/kosongConfig/discoveryService.ts
  • packages/agent-core-v2/src/app/kosongConfig/envOverlay.ts
  • packages/agent-core-v2/src/app/kosongConfig/errors.ts
  • packages/agent-core-v2/src/app/kosongConfig/hostRequestHeadersAdapter.ts
  • packages/agent-core-v2/src/app/kosongConfig/kosongConfig.ts
  • packages/agent-core-v2/src/app/kosongConfig/kosongConfigService.ts
  • packages/agent-core-v2/src/app/kosongConfig/modelsDev.ts
  • packages/agent-core-v2/src/app/kosongConfig/modelsDevImport.ts
  • packages/agent-core-v2/src/app/kosongConfig/modelsDevImportService.ts
  • packages/agent-core-v2/src/app/kosongConfig/modelsDevUpstream.ts
  • packages/agent-core-v2/src/app/kosongConfig/oauthTokenAdapter.ts
  • packages/agent-core-v2/src/app/mcpConfig/configSection.ts
  • packages/agent-core-v2/src/app/mcpConfig/oauthStore.ts
  • packages/agent-core-v2/src/app/plugin/archive.ts
  • packages/agent-core-v2/src/app/plugin/commands.ts
  • packages/agent-core-v2/src/app/plugin/errors.ts
  • packages/agent-core-v2/src/app/plugin/github-resolver.ts
  • packages/agent-core-v2/src/app/plugin/manager.ts
  • packages/agent-core-v2/src/app/plugin/manifest.ts
  • packages/agent-core-v2/src/app/plugin/marketplace.ts
  • packages/agent-core-v2/src/app/plugin/plugin.ts
  • packages/agent-core-v2/src/app/plugin/pluginEvents.ts
  • packages/agent-core-v2/src/app/plugin/pluginService.ts
  • packages/agent-core-v2/src/app/plugin/source.ts
  • packages/agent-core-v2/src/app/plugin/store.ts
  • packages/agent-core-v2/src/app/plugin/types.ts
  • packages/agent-core-v2/src/app/projectLocalConfig/projectLocalConfig.ts
  • packages/agent-core-v2/src/app/scopes.ts
  • packages/agent-core-v2/src/app/sessionExport/errors.ts
  • packages/agent-core-v2/src/app/sessionExport/file-source.ts
  • packages/agent-core-v2/src/app/sessionExport/manifest.ts
  • packages/agent-core-v2/src/app/sessionExport/sessionExport.ts
  • packages/agent-core-v2/src/app/sessionExport/sessionExportService.ts
  • packages/agent-core-v2/src/app/sessionExport/wire-scan.ts
  • packages/agent-core-v2/src/app/sessionExport/zip.ts
  • packages/agent-core-v2/src/app/sessionIndex/sessionIndex.ts
  • packages/agent-core-v2/src/app/sessionIndex/sessionIndexMirrorService.ts
  • packages/agent-core-v2/src/app/sessionIndex/sessionIndexModel.ts
  • packages/agent-core-v2/src/app/sessionIndex/sessionIndexProjector.ts
  • packages/agent-core-v2/src/app/sessionIndex/sessionIndexService.ts
  • packages/agent-core-v2/src/app/sessionIndex/sessionIndexSource.ts
  • packages/agent-core-v2/src/app/sessionLegacy/sessionLegacy.ts
  • packages/agent-core-v2/src/app/sessionLegacy/sessionLegacyService.ts
  • packages/agent-core-v2/src/app/sessionLegacy/sessionProtocol.ts
  • packages/agent-core-v2/src/app/sessionManager/sessionLookup.ts
  • packages/agent-core-v2/src/app/sessionManager/sessionManager.ts
  • packages/agent-core-v2/src/app/sessionManager/sessionManagerService.ts
  • packages/agent-core-v2/src/app/skillCatalog/builtin/builtin.ts
  • packages/agent-core-v2/src/app/skillCatalog/builtin/check-pythinker-code-docs.md
  • packages/agent-core-v2/src/app/skillCatalog/builtin/check-pythinker-code-docs.ts
  • packages/agent-core-v2/src/app/skillCatalog/builtin/custom-theme.md
  • packages/agent-core-v2/src/app/skillCatalog/builtin/custom-theme.ts
  • packages/agent-core-v2/src/app/skillCatalog/builtin/import-from-cc-codex.md
  • packages/agent-core-v2/src/app/skillCatalog/builtin/import-from-cc-codex.ts
  • packages/agent-core-v2/src/app/skillCatalog/builtin/mcp-config.md
  • packages/agent-core-v2/src/app/skillCatalog/builtin/mcp-config.ts
  • packages/agent-core-v2/src/app/skillCatalog/builtin/registry.ts
  • packages/agent-core-v2/src/app/skillCatalog/builtin/sub-skill.ts
  • packages/agent-core-v2/src/app/skillCatalog/builtin/sub-skill/SKILL.md
  • packages/agent-core-v2/src/app/skillCatalog/builtin/sub-skill/consolidate/SKILL.md
  • packages/agent-core-v2/src/app/skillCatalog/builtin/sub-skill/review/SKILL.md
  • packages/agent-core-v2/src/app/skillCatalog/builtin/update-config.md
  • packages/agent-core-v2/src/app/skillCatalog/builtin/update-config.ts
  • packages/agent-core-v2/src/app/skillCatalog/builtin/write-goal.md
  • packages/agent-core-v2/src/app/skillCatalog/builtin/write-goal.ts
  • packages/agent-core-v2/src/app/skillCatalog/builtinSkillSource.ts
  • packages/agent-core-v2/src/app/skillCatalog/configSection.ts
  • packages/agent-core-v2/src/app/skillCatalog/errors.ts
  • packages/agent-core-v2/src/app/skillCatalog/fileSkillDiscovery.ts
  • packages/agent-core-v2/src/app/skillCatalog/inMemorySkillDiscovery.ts
  • packages/agent-core-v2/src/app/skillCatalog/parser.ts
  • packages/agent-core-v2/src/app/skillCatalog/registry.ts
  • packages/agent-core-v2/src/app/skillCatalog/skillDiscovery.ts
  • packages/agent-core-v2/src/app/skillCatalog/skillRoots.ts
  • packages/agent-core-v2/src/app/skillCatalog/skillSource.ts
  • packages/agent-core-v2/src/app/skillCatalog/types.ts
  • packages/agent-core-v2/src/app/skillCatalog/userFileSkillSource.ts
  • packages/agent-core-v2/src/app/state/appState.ts
  • packages/agent-core-v2/src/app/state/appStateService.ts
  • packages/agent-core-v2/src/app/task/task.ts
  • packages/agent-core-v2/src/app/task/taskService.ts
  • packages/agent-core-v2/src/app/telemetry/agentTelemetryContext.ts
  • packages/agent-core-v2/src/app/telemetry/agentTelemetryContextService.ts
  • packages/agent-core-v2/src/app/telemetry/cloudAppender.ts
  • packages/agent-core-v2/src/app/telemetry/cloudTransport.ts
  • packages/agent-core-v2/src/app/telemetry/consoleAppender.ts
  • packages/agent-core-v2/src/app/telemetry/coreVersion.ts
  • packages/agent-core-v2/src/app/telemetry/events.ts
  • packages/agent-core-v2/src/app/telemetry/privacy.ts
  • packages/agent-core-v2/src/app/telemetry/telemetry.ts
  • packages/agent-core-v2/src/app/telemetry/telemetryService.ts
  • packages/agent-core-v2/src/app/web/errors.ts
  • packages/agent-core-v2/src/app/web/providers/local-fetch-url.ts
  • packages/agent-core-v2/src/app/web/providers/pymodel-fetch-url.ts
  • packages/agent-core-v2/src/app/web/tools/fetch-url-types.ts
  • packages/agent-core-v2/src/app/web/web.ts
  • packages/agent-core-v2/src/app/web/webService.ts
  • packages/agent-core-v2/src/app/workspace/errors.ts
  • packages/agent-core-v2/src/app/workspace/fileWorkspacePersistence.ts
  • packages/agent-core-v2/src/app/workspace/workspace.ts
  • packages/agent-core-v2/src/app/workspace/workspaceAlias.ts
  • packages/agent-core-v2/src/app/workspace/workspacePersistence.ts
  • packages/agent-core-v2/src/app/workspace/workspaceService.ts
  • packages/agent-core-v2/src/app/workspaceAliases/workspaceAliases.ts
  • packages/agent-core-v2/src/app/workspaceAliases/workspaceAliasesService.ts
  • packages/agent-core-v2/src/app/workspaceSessions/workspaceSessions.ts
  • packages/agent-core-v2/src/app/workspaceSessions/workspaceSessionsService.ts
  • packages/agent-core-v2/src/debug/debugCascade.ts
  • packages/agent-core-v2/src/debug/debugCascadeService.ts
  • packages/agent-core-v2/src/debug/debugGraph.ts
  • packages/agent-core-v2/src/debug/debugGraphService.ts
  • packages/agent-core-v2/src/debug/debugLedger.ts
  • packages/agent-core-v2/src/debug/debugLedgerService.ts
  • packages/agent-core-v2/src/debug/errors.ts
  • packages/agent-core-v2/src/debug/index.ts
  • packages/agent-core-v2/src/debug/scopeTree.ts
  • packages/agent-core-v2/src/env.d.ts
  • packages/agent-core-v2/src/errors.ts
  • packages/agent-core-v2/src/features/btw/btw.ts
  • packages/agent-core-v2/src/features/btw/btwFeature.ts
  • packages/agent-core-v2/src/features/btw/btwService.ts
  • packages/agent-core-v2/src/features/dateChange/dateChange.ts
  • packages/agent-core-v2/src/features/dateChange/dateChangeFeature.ts
  • packages/agent-core-v2/src/features/dateChange/dateChangeService.ts
  • packages/agent-core-v2/src/features/dateChange/disclosureBaseline.ts
  • packages/agent-core-v2/src/features/debugEvents/debugEvents.ts
  • packages/agent-core-v2/src/features/debugEvents/debugEventsFeature.ts
  • packages/agent-core-v2/src/features/debugEvents/debugEventsService.ts
  • packages/agent-core-v2/src/features/dynamic_workflow/agent/dynamicWorkflowService.ts
  • packages/agent-core-v2/src/features/dynamic_workflow/agent/dynamic_workflow.ts
  • packages/agent-core-v2/src/features/dynamic_workflow/agent/enter-reminder.md
  • packages/agent-core-v2/src/features/dynamic_workflow/agent/exit-reminder.md
  • packages/agent-core-v2/src/features/dynamic_workflow/agent/injection/dynamicWorkflowInjection.ts
  • packages/agent-core-v2/src/features/dynamic_workflow/dynamicWorkflowFeature.ts
  • packages/agent-core-v2/src/features/dynamic_workflow/dynamicWorkflowOps.ts
  • packages/agent-core-v2/src/features/dynamic_workflow/session/agentRunBatch.ts
  • packages/agent-core-v2/src/features/dynamic_workflow/session/sessionDynamicWorkflow.ts
  • packages/agent-core-v2/src/features/dynamic_workflow/session/sessionDynamicWorkflowService.ts
  • packages/agent-core-v2/src/features/dynamic_workflow/tools/agent-dynamic_workflow/agent-dynamic_workflow.md
  • packages/agent-core-v2/src/features/dynamic_workflow/tools/agent-dynamic_workflow/agent-dynamic_workflow.ts
  • packages/agent-core-v2/src/features/dynamic_workflow/tools/agent-dynamic_workflow/agentDynamicWorkflowTool.ts
  • packages/agent-core-v2/src/features/feature.ts
  • packages/agent-core-v2/src/features/featureAssembly.ts
  • packages/agent-core-v2/src/features/featureAssemblyService.ts
  • packages/agent-core-v2/src/features/featureRegistry.ts
  • packages/agent-core-v2/src/features/plan/configSection.ts
  • packages/agent-core-v2/src/features/plan/exitPlanModeReview.ts
  • packages/agent-core-v2/src/features/plan/injection/plan-mode-exit-reminder.md
  • packages/agent-core-v2/src/features/plan/injection/plan-mode-full-reminder.md
  • packages/agent-core-v2/src/features/plan/injection/plan-mode-inline-full-reminder.md
  • packages/agent-core-v2/src/features/plan/injection/plan-mode-inline-reentry-reminder.md
  • packages/agent-core-v2/src/features/plan/injection/plan-mode-inline-sparse-reminder.md
  • packages/agent-core-v2/src/features/plan/injection/plan-mode-reentry-reminder.md
  • packages/agent-core-v2/src/features/plan/injection/plan-mode-sparse-reminder.md
  • packages/agent-core-v2/src/features/plan/injection/planModeInjection.ts
  • packages/agent-core-v2/src/features/plan/plan.ts
  • packages/agent-core-v2/src/features/plan/planFeature.ts
  • packages/agent-core-v2/src/features/plan/planOps.ts
  • packages/agent-core-v2/src/features/plan/planService.ts
  • packages/agent-core-v2/src/features/plan/profile/plan.ts
  • packages/agent-core-v2/src/features/plan/tools/enter-plan-mode/enter-plan-mode.md
  • packages/agent-core-v2/src/features/plan/tools/enter-plan-mode/enter-plan-mode.ts
  • packages/agent-core-v2/src/features/plan/tools/enter-plan-mode/enterPlanModeTool.ts
  • packages/agent-core-v2/src/features/plan/tools/exit-plan-mode/exit-plan-mode.md
  • packages/agent-core-v2/src/features/plan/tools/exit-plan-mode/exit-plan-mode.ts
  • packages/agent-core-v2/src/features/plan/tools/exit-plan-mode/exitPlanModeTool.ts
  • packages/agent-core-v2/src/features/sessionInit/profile/init.md
  • packages/agent-core-v2/src/features/sessionInit/profile/init.ts
  • packages/agent-core-v2/src/features/sessionInit/sessionInit.ts
  • packages/agent-core-v2/src/features/sessionInit/sessionInitFeature.ts
  • packages/agent-core-v2/src/features/sessionInit/sessionInitService.ts
  • packages/agent-core-v2/src/features/tower/protocol/frontmatter.ts
  • packages/agent-core-v2/src/features/tower/protocol/git.ts
  • packages/agent-core-v2/src/features/tower/protocol/index.ts
  • packages/agent-core-v2/src/features/tower/protocol/paths.ts
  • packages/agent-core-v2/src/features/tower/protocol/repoRoot.ts
  • packages/agent-core-v2/src/features/tower/protocol/store.ts
  • packages/agent-core-v2/src/features/tower/protocol/types.ts
  • packages/agent-core-v2/src/features/tower/skill/skill.ts
  • packages/agent-core-v2/src/features/tower/skill/tower.md
  • packages/agent-core-v2/src/features/tower/tools/finding/finding.md
  • packages/agent-core-v2/src/features/tower/tools/finding/finding.ts
  • packages/agent-core-v2/src/features/tower/tools/finding/findingTool.ts
  • packages/agent-core-v2/src/features/tower/tools/inbox/inbox.md
  • packages/agent-core-v2/src/features/tower/tools/inbox/inbox.ts
  • packages/agent-core-v2/src/features/tower/tools/inbox/inboxTool.ts
  • packages/agent-core-v2/src/features/tower/tools/init/init.md
  • packages/agent-core-v2/src/features/tower/tools/init/init.ts
  • packages/agent-core-v2/src/features/tower/tools/init/initTool.ts
  • packages/agent-core-v2/src/features/tower/tools/merge/merge.md
  • packages/agent-core-v2/src/features/tower/tools/merge/merge.ts
  • packages/agent-core-v2/src/features/tower/tools/merge/mergeTool.ts
  • packages/agent-core-v2/src/features/tower/tools/mission/mission.md
  • packages/agent-core-v2/src/features/tower/tools/mission/mission.ts
  • packages/agent-core-v2/src/features/tower/tools/mission/missionTool.ts
  • packages/agent-core-v2/src/features/tower/tools/plan/plan.md
  • packages/agent-core-v2/src/features/tower/tools/plan/plan.ts
  • packages/agent-core-v2/src/features/tower/tools/plan/planTool.ts
  • packages/agent-core-v2/src/features/tower/tools/review/review.md
  • packages/agent-core-v2/src/features/tower/tools/review/review.ts
  • packages/agent-core-v2/src/features/tower/tools/review/reviewTool.ts
  • packages/agent-core-v2/src/features/tower/tools/send/send.md
  • packages/agent-core-v2/src/features/tower/tools/send/send.ts
  • packages/agent-core-v2/src/features/tower/tools/send/sendTool.ts
  • packages/agent-core-v2/src/features/tower/tools/spawn/spawn.md
  • packages/agent-core-v2/src/features/tower/tools/spawn/spawn.ts
  • packages/agent-core-v2/src/features/tower/tools/spawn/spawnTool.ts
  • packages/agent-core-v2/src/features/tower/tools/status/status.md
  • packages/agent-core-v2/src/features/tower/tools/status/status.ts
  • packages/agent-core-v2/src/features/tower/tools/status/statusTool.ts
  • packages/agent-core-v2/src/features/tower/tools/support.ts
  • packages/agent-core-v2/src/features/tower/tools/teardown/teardown.md
  • packages/agent-core-v2/src/features/tower/tools/teardown/teardown.ts
  • packages/agent-core-v2/src/features/tower/tools/teardown/teardownTool.ts
  • packages/agent-core-v2/src/features/tower/tower-worker-overlay.md
  • packages/agent-core-v2/src/features/tower/tower.ts
  • packages/agent-core-v2/src/features/tower/towerFeature.ts
  • packages/agent-core-v2/src/features/tower/towerOps.ts
  • packages/agent-core-v2/src/features/tower/towerRateLimit.ts
  • packages/agent-core-v2/src/features/tower/towerRateLimitService.ts
  • packages/agent-core-v2/src/features/tower/towerService.ts
  • packages/agent-core-v2/src/features/tower/workerProfile.ts
  • packages/agent-core-v2/src/hooks.ts
  • packages/agent-core-v2/src/index.ts
  • packages/agent-core-v2/src/kosong/contract/capability.ts
  • packages/agent-core-v2/src/kosong/contract/errors.ts
  • packages/agent-core-v2/src/kosong/contract/generate.ts
  • packages/agent-core-v2/src/kosong/contract/inspection.ts
  • packages/agent-core-v2/src/kosong/contract/message.ts
  • packages/agent-core-v2/src/kosong/contract/messageHelpers.ts
  • packages/agent-core-v2/src/kosong/contract/provider.ts
  • packages/agent-core-v2/src/kosong/contract/requestTrace.ts
  • packages/agent-core-v2/src/kosong/contract/tokens.ts
  • packages/agent-core-v2/src/kosong/contract/tool.ts
  • packages/agent-core-v2/src/kosong/contract/usage.ts
  • packages/agent-core-v2/src/kosong/model/catalog.ts
  • packages/agent-core-v2/src/kosong/model/catalogService.ts
  • packages/agent-core-v2/src/kosong/model/completionBudget.ts
  • packages/agent-core-v2/src/kosong/model/errors.ts
  • packages/agent-core-v2/src/kosong/model/hostRequestHeaders.ts
  • packages/agent-core-v2/src/kosong/model/inspection.ts
  • packages/agent-core-v2/src/kosong/model/model.ts
  • packages/agent-core-v2/src/kosong/model/model.types.ts
  • packages/agent-core-v2/src/kosong/model/modelAuth.ts
  • packages/agent-core-v2/src/kosong/model/modelOAuth.ts
  • packages/agent-core-v2/src/kosong/model/modelRequester.ts
  • packages/agent-core-v2/src/kosong/model/modelRequesterImpl.ts
  • packages/agent-core-v2/src/kosong/model/modelService.ts
  • packages/agent-core-v2/src/kosong/model/thinking.ts
  • packages/agent-core-v2/src/kosong/protocol/errors.ts
  • packages/agent-core-v2/src/kosong/protocol/protocol.ts
  • packages/agent-core-v2/src/kosong/protocol/protocolBase.ts
  • packages/agent-core-v2/src/kosong/protocol/protocolTrait.ts
  • packages/agent-core-v2/src/kosong/provider/bases/anthropic/anthropic-profile.ts
  • packages/agent-core-v2/src/kosong/provider/bases/anthropic/anthropic.contrib.ts
  • packages/agent-core-v2/src/kosong/provider/bases/anthropic/anthropic.ts
  • packages/agent-core-v2/src/kosong/provider/bases/anthropic/anthropicHooks.ts
  • packages/agent-core-v2/src/kosong/provider/bases/anthropic/index.ts
  • packages/agent-core-v2/src/kosong/provider/bases/google-genai/google-genai.contrib.ts
  • packages/agent-core-v2/src/kosong/provider/bases/google-genai/google-genai.ts
  • packages/agent-core-v2/src/kosong/provider/bases/google-genai/index.ts
  • packages/agent-core-v2/src/kosong/provider/bases/merge-user-messages.ts
  • packages/agent-core-v2/src/kosong/provider/bases/openai/chat-completions-stream.ts
  • packages/agent-core-v2/src/kosong/provider/bases/openai/index.ts
  • packages/agent-core-v2/src/kosong/provider/bases/openai/openai-common.ts
  • packages/agent-core-v2/src/kosong/provider/bases/openai/openai-legacy.contrib.ts
  • packages/agent-core-v2/src/kosong/provider/bases/openai/openai-legacy.ts
  • packages/agent-core-v2/src/kosong/provider/bases/openai/openai-responses.contrib.ts
  • packages/agent-core-v2/src/kosong/provider/bases/openai/openai-responses.ts
  • packages/agent-core-v2/src/kosong/provider/bases/openai/openaiHooks.ts
  • packages/agent-core-v2/src/kosong/provider/bases/openai/reasoning-key.ts
  • packages/agent-core-v2/src/kosong/provider/bases/request-auth.ts
  • packages/agent-core-v2/src/kosong/provider/bases/tool-call-id.ts
  • packages/agent-core-v2/src/kosong/provider/protocolAdapterRegistry.ts
  • packages/agent-core-v2/src/kosong/provider/provider.ts
  • packages/agent-core-v2/src/kosong/provider/providerDefinition.ts
  • packages/agent-core-v2/src/kosong/provider/providerService.ts
  • packages/agent-core-v2/src/kosong/provider/providers/pythinker/pythinker-errors.ts
  • packages/agent-core-v2/src/kosong/provider/providers/pythinker/pythinker-files.ts
  • packages/agent-core-v2/src/kosong/provider/providers/pythinker/pythinker-schema.ts
  • packages/agent-core-v2/src/kosong/provider/providers/pythinker/pythinker.contrib.ts
  • packages/agent-core-v2/src/kosong/provider/providers/standard.contrib.ts
  • packages/agent-core-v2/src/kosong/recordDiff.ts
  • packages/agent-core-v2/src/mcpCore/client-http.ts
  • packages/agent-core-v2/src/mcpCore/client-remote.ts
  • packages/agent-core-v2/src/mcpCore/client-shared.ts
  • packages/agent-core-v2/src/mcpCore/client-sse.ts
  • packages/agent-core-v2/src/mcpCore/client-stdio.ts
  • packages/agent-core-v2/src/mcpCore/config-schema.ts
  • packages/agent-core-v2/src/mcpCore/connection-manager.ts
  • packages/agent-core-v2/src/mcpCore/errors.ts
  • packages/agent-core-v2/src/mcpCore/oauth/callback-server.ts
  • packages/agent-core-v2/src/mcpCore/oauth/provider.ts
  • packages/agent-core-v2/src/mcpCore/oauth/service.ts
  • packages/agent-core-v2/src/mcpCore/oauth/store.ts
  • packages/agent-core-v2/src/mcpCore/tool-naming.ts
  • packages/agent-core-v2/src/mcpCore/types.ts
  • packages/agent-core-v2/src/os/backends/node-local/hostClockService.ts
  • packages/agent-core-v2/src/os/backends/node-local/hostEnvironmentService.ts
  • packages/agent-core-v2/src/os/backends/node-local/hostFsService.ts
  • packages/agent-core-v2/src/os/backends/node-local/hostFsWatchService.ts
  • packages/agent-core-v2/src/os/backends/node-local/hostProcessService.ts
  • packages/agent-core-v2/src/os/backends/node-local/hostTerminalService.ts
  • packages/agent-core-v2/src/os/backends/node-local/tools/rgLocator.ts
  • packages/agent-core-v2/src/os/backends/node-local/tools/runRg.ts
  • packages/agent-core-v2/src/os/interface/hostClock.ts
  • packages/agent-core-v2/src/os/interface/hostEnvironment.ts
  • packages/agent-core-v2/src/os/interface/hostFileSystem.ts
  • packages/agent-core-v2/src/os/interface/hostFsErrors.ts
  • packages/agent-core-v2/src/os/interface/hostFsWatch.ts
  • packages/agent-core-v2/src/os/interface/hostProcess.ts
  • packages/agent-core-v2/src/os/interface/terminal.ts
  • packages/agent-core-v2/src/os/interface/terminalErrors.ts
  • packages/agent-core-v2/src/persistence/backends/memory/inMemoryStorageService.ts
  • packages/agent-core-v2/src/persistence/backends/minidb/flag.ts
  • packages/agent-core-v2/src/persistence/backends/minidb/miniDbQueryStore.ts
  • packages/agent-core-v2/src/persistence/backends/node-fs/appendLogStore.ts
  • packages/agent-core-v2/src/persistence/backends/node-fs/atomicDocumentStore.ts
  • packages/agent-core-v2/src/persistence/backends/node-fs/blobStoreService.ts
  • packages/agent-core-v2/src/persistence/backends/node-fs/fileStorageService.ts
  • packages/agent-core-v2/src/persistence/backends/node-fs/projectLocalConfigService.ts
  • packages/agent-core-v2/src/persistence/interface/appendLogStore.ts
  • packages/agent-core-v2/src/persistence/interface/atomicDocumentStore.ts
  • packages/agent-core-v2/src/persistence/interface/blobStore.ts
  • packages/agent-core-v2/src/persistence/interface/queryStore.ts
  • packages/agent-core-v2/src/persistence/interface/storage.ts
  • packages/agent-core-v2/src/program/program.ts
  • packages/agent-core-v2/src/program/programDependencies.ts
  • packages/agent-core-v2/src/runtime/fakeRuntime.ts
  • packages/agent-core-v2/src/runtime/localRuntime.ts
  • packages/agent-core-v2/src/runtime/runtime.ts
  • packages/agent-core-v2/src/runtime/runtimeProvider.ts
  • packages/agent-core-v2/src/runtime/runtimeRegistry.ts
  • packages/agent-core-v2/src/runtime/runtimeUnitHost.ts
  • packages/agent-core-v2/src/runtime/runtimeWorkspaceView.ts
  • packages/agent-core-v2/src/session/advisor/advisor.ts
  • packages/agent-core-v2/src/session/advisor/advisorService.ts
  • packages/agent-core-v2/src/session/advisor/configSection.ts
  • packages/agent-core-v2/src/session/agentLifecycle/agentLifecycle.ts
  • packages/agent-core-v2/src/session/agentLifecycle/agentLifecycleService.ts
  • packages/agent-core-v2/src/session/agentLifecycle/errors.ts
  • packages/agent-core-v2/src/session/agentLifecycle/mainAgent.ts
  • packages/agent-core-v2/src/session/agentLifecycle/profile/explore-overlay.md
  • packages/agent-core-v2/src/session/agentLifecycle/profile/gitContext.ts
  • packages/agent-core-v2/src/session/agentLifecycle/profile/profiles.ts
  • packages/agent-core-v2/src/session/agentLifecycle/profile/summary-continuation.md
  • packages/agent-core-v2/src/session/agentLifecycle/subagentMetadata.ts
  • packages/agent-core-v2/src/session/approval/approval.ts
  • packages/agent-core-v2/src/session/approval/approvalService.ts
  • packages/agent-core-v2/src/session/cron/cronOps.ts
  • packages/agent-core-v2/src/session/cron/sessionCronService.ts
  • packages/agent-core-v2/src/session/cron/sessionCronServiceImpl.ts
  • packages/agent-core-v2/src/session/errors.ts
  • packages/agent-core-v2/src/session/externalHooks/externalHooks.ts
  • packages/agent-core-v2/src/session/externalHooks/externalHooksService.ts
  • packages/agent-core-v2/src/session/externalHooks/index.ts
  • packages/agent-core-v2/src/session/interaction/interaction.ts
  • packages/agent-core-v2/src/session/interaction/interactionOps.ts
  • packages/agent-core-v2/src/session/interaction/interactionService.ts
  • packages/agent-core-v2/src/session/mcp/ephemeralMcpServers.ts
  • packages/agent-core-v2/src/session/mcp/mergedConnectionView.ts
  • packages/agent-core-v2/src/session/mcp/sessionMcpHandle.ts
  • packages/agent-core-v2/src/session/question/question.ts
  • packages/agent-core-v2/src/session/question/questionService.ts
  • packages/agent-core-v2/src/session/sessionActivity/sessionActivity.ts
  • packages/agent-core-v2/src/session/sessionActivity/sessionActivityService.ts
  • packages/agent-core-v2/src/session/sessionActivity/sessionOutcomeMirror.ts
  • packages/agent-core-v2/src/session/sessionActivity/sessionOutcomeMirrorService.ts
  • packages/agent-core-v2/src/session/sessionAgentProfileCatalog/agentProfileCatalogSeed.ts
  • packages/agent-core-v2/src/session/sessionAgentProfileCatalog/sessionAgentProfileCatalog.ts
  • packages/agent-core-v2/src/session/sessionAgentProfileCatalog/sessionAgentProfileCatalogService.ts
  • packages/agent-core-v2/src/session/sessionContext/sessionContext.ts
  • packages/agent-core-v2/src/session/sessionInstructions/instructionsProvider.ts
  • packages/agent-core-v2/src/session/sessionLog/sessionLogService.ts
  • packages/agent-core-v2/src/session/sessionMetadata/promptMetadata.ts
  • packages/agent-core-v2/src/session/sessionMetadata/sessionMetaEvents.ts
  • packages/agent-core-v2/src/session/sessionMetadata/sessionMetadata.ts
  • packages/agent-core-v2/src/session/sessionMetadata/sessionMetadataService.ts
  • packages/agent-core-v2/src/session/sessionSkillCatalog/skillCatalog.ts
  • packages/agent-core-v2/src/session/sessionSkillCatalog/skillCatalogData.ts
  • packages/agent-core-v2/src/session/sessionSkillCatalog/skillCatalogService.ts
  • packages/agent-core-v2/src/session/sessionTitle/agentTitlePromptSource.ts
  • packages/agent-core-v2/src/session/sessionTitle/agentTitlePromptSourceService.ts
  • packages/agent-core-v2/src/session/sessionTitle/flag.ts
  • packages/agent-core-v2/src/session/sessionTitle/sessionTitle.ts
  • packages/agent-core-v2/src/session/sessionTitle/sessionTitleService.ts
  • packages/agent-core-v2/src/session/sessionToolPolicy/sessionToolPolicy.ts
  • packages/agent-core-v2/src/session/sessionToolPolicy/sessionToolPolicyService.ts
  • packages/agent-core-v2/src/session/sessionToolPolicyGate/sessionToolPolicyGate.ts
  • packages/agent-core-v2/src/session/sessionToolPolicyGate/sessionToolPolicyGateService.ts
  • packages/agent-core-v2/src/session/state/sessionState.ts
  • packages/agent-core-v2/src/session/state/sessionStateService.ts
  • packages/agent-core-v2/src/session/subagent/configSection.ts
  • packages/agent-core-v2/src/session/subagent/flag.ts
  • packages/agent-core-v2/src/session/subagent/mirrorAgentRun.ts
  • packages/agent-core-v2/src/session/subagent/runAgentTurn.ts
  • packages/agent-core-v2/src/session/subagent/subagent.ts
  • packages/agent-core-v2/src/session/subagent/subagentModelsValidation.ts
  • packages/agent-core-v2/src/session/subagent/subagentModelsValidationService.ts
  • packages/agent-core-v2/src/session/subagent/subagentService.ts
  • packages/agent-core-v2/src/session/terminal/terminalService.ts
  • packages/agent-core-v2/src/session/todo/sessionTodo.ts
  • packages/agent-core-v2/src/session/todo/sessionTodoService.ts
  • packages/agent-core-v2/src/session/todo/todoItem.ts
  • packages/agent-core-v2/src/session/todo/todoListReminder.ts
  • packages/agent-core-v2/src/session/todo/todoOps.ts
  • packages/agent-core-v2/src/session/workspaceContext/workspaceContext.ts
  • packages/agent-core-v2/src/session/workspaceContext/workspaceContextService.ts
  • packages/agent-core-v2/src/session/workspaceInfo/workspaceInfo.ts
  • packages/agent-core-v2/src/state/errors.ts
  • packages/agent-core-v2/src/state/eventDispatcher.ts
  • packages/agent-core-v2/src/state/eventDispatcherService.ts
  • packages/agent-core-v2/src/state/state.ts
  • packages/agent-core-v2/src/state/stateContribution.ts
  • packages/agent-core-v2/src/tool/args-validator.ts
  • packages/agent-core-v2/src/tool/input-schema.ts
  • packages/agent-core-v2/src/tool/path-access.ts
  • packages/agent-core-v2/src/tool/result-builder.ts
  • packages/agent-core-v2/src/tool/rule-match.ts
  • packages/agent-core-v2/src/tool/tool-args-parse.ts
  • packages/agent-core-v2/src/tool/toolContract.ts
  • packages/agent-core-v2/src/tool/toolInputDisplay.ts
  • packages/agent-core-v2/src/wire/errors.ts
  • packages/agent-core-v2/src/wire/migration/migration.ts
  • packages/agent-core-v2/src/wire/migration/v1.1.ts
  • packages/agent-core-v2/src/wire/migration/v1.2.ts
  • packages/agent-core-v2/src/wire/migration/v1.3.ts
  • packages/agent-core-v2/src/wire/migration/v1.4.ts
  • packages/agent-core-v2/src/wire/migration/v1.5.ts
  • packages/agent-core-v2/src/wire/record.ts
  • packages/agent-core-v2/src/wire/wire.ts
  • packages/agent-core-v2/src/wire/wireService.ts
  • packages/agent-core-v2/src/workspace/sessionLifecycle/internal/addressing.ts
  • packages/agent-core-v2/src/workspace/sessionLifecycle/internal/forkTurnSlice.ts
  • packages/agent-core-v2/src/workspace/sessionLifecycle/sessionLifecycle.ts
  • packages/agent-core-v2/src/workspace/sessionLifecycle/sessionLifecycleEvents.ts
  • packages/agent-core-v2/src/workspace/sessionLifecycle/sessionLifecycleService.ts
  • packages/agent-core-v2/src/workspace/state/workspaceState.ts
  • packages/agent-core-v2/src/workspace/state/workspaceStateService.ts
  • packages/agent-core-v2/src/workspace/workspaceAgentProfileLoader/configSection.ts
  • packages/agent-core-v2/src/workspace/workspaceAgentProfileLoader/explicitAgentProfileLoader.ts
  • packages/agent-core-v2/src/workspace/workspaceAgentProfileLoader/explicitAgentProfileLoaderService.ts
  • packages/agent-core-v2/src/workspace/workspaceAgentProfileLoader/extraAgentProfileLoader.ts
  • packages/agent-core-v2/src/workspace/workspaceAgentProfileLoader/extraAgentProfileLoaderService.ts
  • packages/agent-core-v2/src/workspace/workspaceAgentProfileLoader/internal/agentFile.ts
  • packages/agent-core-v2/src/workspace/workspaceAgentProfileLoader/internal/agentFileDiscovery.ts
  • packages/agent-core-v2/src/workspace/workspaceAgentProfileLoader/internal/agentProfileFromFile.ts
  • packages/agent-core-v2/src/workspace/workspaceAgentProfileLoader/internal/agentProfileLoader.ts
  • packages/agent-core-v2/src/workspace/workspaceAgentProfileLoader/internal/agentRoots.ts
  • packages/agent-core-v2/src/workspace/workspaceAgentProfileLoader/internal/paths.ts
  • packages/agent-core-v2/src/workspace/workspaceAgentProfileLoader/internal/systemFile.ts
  • packages/agent-core-v2/src/workspace/workspaceAgentProfileLoader/internal/types.ts
  • packages/agent-core-v2/src/workspace/workspaceAgentProfileLoader/pluginAgentProfileLoader.ts
  • packages/agent-core-v2/src/workspace/workspaceAgentProfileLoader/pluginAgentProfileLoaderService.ts
  • packages/agent-core-v2/src/workspace/workspaceAgentProfileLoader/userAgentProfileLoader.ts
  • packages/agent-core-v2/src/workspace/workspaceAgentProfileLoader/userAgentProfileLoaderService.ts
  • packages/agent-core-v2/src/workspace/workspaceAgentProfileLoader/workspaceAgentProfileLoader.ts
  • packages/agent-core-v2/src/workspace/workspaceAgentProfileLoader/workspaceAgentProfileLoaderService.ts
  • packages/agent-core-v2/src/workspace/workspaceContext/workspaceContext.ts
  • packages/agent-core-v2/src/workspace/workspaceDirs/workspaceDirs.ts
  • packages/agent-core-v2/src/workspace/workspaceDirs/workspaceDirsService.ts
  • packages/agent-core-v2/src/workspace/workspaceFs/fs.ts
  • packages/agent-core-v2/src/workspace/workspaceFs/fsService.ts
  • packages/agent-core-v2/src/workspace/workspaceFs/fsWatch.ts
  • packages/agent-core-v2/src/workspace/workspaceFs/fsWatchService.ts
  • packages/agent-core-v2/src/workspace/workspaceFs/internal/errors.ts
  • packages/agent-core-v2/src/workspace/workspaceFs/internal/fsProcess.ts
  • packages/agent-core-v2/src/workspace/workspaceFs/internal/fsSearch.ts
  • packages/agent-core-v2/src/workspace/workspaceFs/internal/rgLocator.ts
  • packages/agent-core-v2/src/workspace/workspaceFs/internal/runRg.ts
  • packages/agent-core-v2/src/workspace/workspaceGit/workspaceGit.ts
  • packages/agent-core-v2/src/workspace/workspaceGit/workspaceGitService.ts
  • packages/agent-core-v2/src/workspace/workspaceInstance/workspaceInstance.ts
  • packages/agent-core-v2/src/workspace/workspaceInstance/workspaceInstanceManager.ts
  • packages/agent-core-v2/src/workspace/workspaceInstance/workspaceInstanceManagerService.ts
  • packages/agent-core-v2/src/workspace/workspaceInstructions/workspaceInstructions.ts
  • packages/agent-core-v2/src/workspace/workspaceInstructions/workspaceInstructionsService.ts
  • packages/agent-core-v2/src/workspace/workspaceMcp/workspaceMcp.ts
  • packages/agent-core-v2/src/workspace/workspaceMcp/workspaceMcpService.ts
  • packages/agent-core-v2/src/workspace/workspaceMcpConfig/internal/config-loader.ts
  • packages/agent-core-v2/src/workspace/workspaceMcpConfig/workspaceMcpConfig.ts
  • packages/agent-core-v2/src/workspace/workspaceMcpConfig/workspaceMcpConfigService.ts
  • packages/agent-core-v2/src/workspace/workspaceSkillCatalog/explicitFileSkillSource.ts
  • packages/agent-core-v2/src/workspace/workspaceSkillCatalog/extraFileSkillSource.ts
  • packages/agent-core-v2/src/workspace/workspaceSkillCatalog/pluginSkillSource.ts
  • packages/agent-core-v2/src/workspace/workspaceSkillCatalog/rootFileSkillSource.ts
  • packages/agent-core-v2/src/workspace/workspaceSkillCatalog/runtimeSkillDiscovery.ts
  • packages/agent-core-v2/src/workspace/workspaceSkillCatalog/workspaceSkillCatalog.ts
  • packages/agent-core-v2/src/workspace/workspaceSkillCatalog/workspaceSkillCatalogService.ts
  • packages/agent-core-v2/src/workspace/workspaceTrust/workspaceTrust.ts
  • packages/agent-core-v2/src/workspace/workspaceTrust/workspaceTrustService.ts
  • packages/agent-core-v2/test/_base/contribution/registry.test.ts
  • packages/agent-core-v2/test/_base/di/auto-inject.test.ts
  • packages/agent-core-v2/test/_base/di/cascade.test.ts
  • packages/agent-core-v2/test/_base/di/child.test.ts
  • packages/agent-core-v2/test/_base/di/collection.test.ts
  • packages/agent-core-v2/test/_base/di/cyclic.test.ts
  • packages/agent-core-v2/test/_base/di/graph.test.ts
  • packages/agent-core-v2/test/_base/di/invocation.test.ts
  • packages/agent-core-v2/test/_base/di/planSample.test.ts
  • packages/agent-core-v2/test/_base/di/provide.test.ts
  • packages/agent-core-v2/test/_base/di/scope-topology.test.ts
  • packages/agent-core-v2/test/_base/di/scope-tree.test.ts
  • packages/agent-core-v2/test/_base/di/scopeUnits.test.ts
  • packages/agent-core-v2/test/_base/di/scoped-register.test.ts
  • packages/agent-core-v2/test/_base/di/scoped-test-container.test.ts
  • packages/agent-core-v2/test/_base/di/self-register.test.ts
  • packages/agent-core-v2/test/_base/di/service.test.ts
  • packages/agent-core-v2/test/_base/errors/errors.test.ts
  • packages/agent-core-v2/test/_base/errors/serialize.test.ts
  • packages/agent-core-v2/test/_base/event.test.ts
  • packages/agent-core-v2/test/_base/execEnv/environmentProbe.test.ts
  • packages/agent-core-v2/test/_base/execEnv/loginShellPath.test.ts
  • packages/agent-core-v2/test/_base/lifecycle/ledger.test.ts
  • packages/agent-core-v2/test/_base/lifecycle/lifecycleMachine.test.ts
  • packages/agent-core-v2/test/_base/log/fileLog.test.ts
  • packages/agent-core-v2/test/_base/log/formatter.test.ts
  • packages/agent-core-v2/test/_base/log/logConfig.test.ts
  • packages/agent-core-v2/test/_base/log/logService.test.ts
  • packages/agent-core-v2/test/_base/log/stubs.ts
  • packages/agent-core-v2/test/_base/state/stateRegistry.test.ts
  • packages/agent-core-v2/test/_base/text/encoding.test.ts
  • packages/agent-core-v2/test/_base/text/frontmatter.test.ts
  • packages/agent-core-v2/test/_base/utils/abort.test.ts
  • packages/agent-core-v2/test/_base/utils/env.test.ts
  • packages/agent-core-v2/test/_base/utils/hero-slug.test.ts
  • packages/agent-core-v2/test/_base/utils/paths.test.ts
  • packages/agent-core-v2/test/_base/utils/proxy.test.ts
  • packages/agent-core-v2/test/_base/utils/timer.test.ts
  • packages/agent-core-v2/test/_base/utils/tokens.test.ts
  • packages/agent-core-v2/test/_base/version.test.ts
  • packages/agent-core-v2/test/agent/activityView/activityView.test.ts
  • packages/agent-core-v2/test/agent/agentsMdReminder/agentsMdReminder.test.ts
  • packages/agent-core-v2/test/agent/blob/agentBlobService.test.ts
  • packages/agent-core-v2/test/agent/blob/byteLruCache.test.ts
  • packages/agent-core-v2/test/agent/command/agentCommand.test.ts
  • packages/agent-core-v2/test/agent/contextInjector/contextInjector.test.ts
  • packages/agent-core-v2/test/agent/contextMemory/context.test.ts
  • packages/agent-core-v2/test/agent/contextMemory/contextTranscript.test.ts
  • packages/agent-core-v2/test/agent/contextMemory/loopEventFold.test.ts
  • packages/agent-core-v2/test/agent/contextMemory/message-history.test.ts
  • packages/agent-core-v2/test/agent/contextMemory/splice-replay.test.ts
  • packages/agent-core-v2/test/agent/contextMemory/stubs.ts
  • packages/agent-core-v2/test/agent/contextMemory/undoPrecheck.test.ts
  • packages/agent-core-v2/test/agent/contextProjector/contextProjector.bench.ts
  • packages/agent-core-v2/test/agent/contextProjector/projector-tool-exchanges.test.ts
  • packages/agent-core-v2/test/agent/externalHooks/runner-stub.ts
  • packages/agent-core-v2/test/agent/externalHooks/runner.test.ts
  • packages/agent-core-v2/test/agent/fullCompaction/compactionOps.test.ts
  • packages/agent-core-v2/test/agent/fullCompaction/fullCompaction.test.ts
  • packages/agent-core-v2/test/agent/fullCompaction/strategy.test.ts
  • packages/agent-core-v2/test/agent/goal/goal.test.ts
  • packages/agent-core-v2/test/agent/goal/goalOps.test.ts
  • packages/agent-core-v2/test/agent/goal/injection/goalInjection.test.ts
  • packages/agent-core-v2/test/agent/goal/stubs.ts
  • packages/agent-core-v2/test/agent/goal/tools/goal-tools.test.ts
  • packages/agent-core-v2/test/agent/llmRequester/llmRequester.test.ts
  • packages/agent-core-v2/test/agent/llmRequester/llmRequesterService.test.ts
  • packages/agent-core-v2/test/agent/llmRequester/toolCallIdNormalizer.test.ts
  • packages/agent-core-v2/test/agent/loop/loop.test.ts
  • packages/agent-core-v2/test/agent/loop/stubs.ts
  • packages/agent-core-v2/test/agent/loop/turnOps.test.ts
  • packages/agent-core-v2/test/agent/mcp/mcp.test.ts
  • packages/agent-core-v2/test/agent/mcp/output.test.ts
  • packages/agent-core-v2/test/agent/mcp/tools/auth.test.ts
  • packages/agent-core-v2/test/agent/media/file-type.test.ts
  • packages/agent-core-v2/test/agent/media/image-compress.test.ts
  • packages/agent-core-v2/test/agent/media/mediaRef.test.ts
  • packages/agent-core-v2/test/agent/media/mediaResolver.test.ts
  • packages/agent-core-v2/test/agent/media/sessionMediaStore.test.ts
  • packages/agent-core-v2/test/agent/media/tools/read-media.test.ts
  • packages/agent-core-v2/test/agent/permissionGate/permissionGate.test.ts
  • packages/agent-core-v2/test/agent/permissionMode/permissionMode.test.ts
  • packages/agent-core-v2/test/agent/permissionMode/setModeAndBroadcast.test.ts
  • packages/agent-core-v2/test/agent/permissionMode/stubs.ts
  • packages/agent-core-v2/test/agent/permissionPolicy/permissionPolicyService.test.ts
  • packages/agent-core-v2/test/agent/permissionPolicy/policies/default-tool-approve.test.ts
  • packages/agent-core-v2/test/agent/permissionPolicy/stubs.ts
  • packages/agent-core-v2/test/agent/permissionRules/matchesRule.test.ts
  • packages/agent-core-v2/test/agent/permissionRules/permissionRules.test.ts
  • packages/agent-core-v2/test/agent/permissionRules/stubs.ts
  • packages/agent-core-v2/test/agent/plugin/agentPlugin.test.ts
  • packages/agent-core-v2/test/agent/pluginCommand/pluginCommand.test.ts
  • packages/agent-core-v2/test/agent/profile/apply-profile.test.ts
  • packages/agent-core-v2/test/agent/profile/binding.test.ts
  • packages/agent-core-v2/test/agent/profile/config-state.test.ts
  • packages/agent-core-v2/test/agent/profile/context.test.ts
  • packages/agent-core-v2/test/agent/profile/profileOps.test.ts
  • packages/agent-core-v2/test/agent/profile/thinking.test.ts
  • packages/agent-core-v2/test/agent/prompt/promptMetadataText.test.ts
  • packages/agent-core-v2/test/agent/prompt/promptService.test.ts
  • packages/agent-core-v2/test/agent/prompt/submit.test.ts
  • packages/agent-core-v2/test/agent/questionTools/tools/ask-user.test.ts
  • packages/agent-core-v2/test/agent/runtimeBinding/runtimeBindingService.test.ts
  • packages/agent-core-v2/test/agent/shellCommand/shellCommand.test.ts
  • packages/agent-core-v2/test/agent/skill/activateSkill.test.ts
  • packages/agent-core-v2/test/agent/skill/prompt.test.ts
  • packages/agent-core-v2/test/agent/skill/skill.test.ts
  • packages/agent-core-v2/test/agent/state/agentState.test.ts
  • packages/agent-core-v2/test/agent/stepRetry/stepRetry.test.ts
  • packages/agent-core-v2/test/agent/task/foreground-persistence.test.ts
  • packages/agent-core-v2/test/agent/task/heartbeat-stale.test.ts
  • packages/agent-core-v2/test/agent/task/idle-notification-repro.test.ts
  • packages/agent-core-v2/test/agent/task/ids.test.ts
  • packages/agent-core-v2/test/agent/task/output-access.test.ts
  • packages/agent-core-v2/test/agent/task/persist.test.ts
  • packages/agent-core-v2/test/agent/task/persistence-compat.test.ts
  • packages/agent-core-v2/test/agent/task/reconcile.test.ts
  • packages/agent-core-v2/test/agent/task/rpc-events.test.ts
  • packages/agent-core-v2/test/agent/task/stubs.ts
  • packages/agent-core-v2/test/agent/task/subagent-timeout.test.ts
  • packages/agent-core-v2/test/agent/task/taskManager.test.ts
  • packages/agent-core-v2/test/agent/task/taskOps.test.ts
  • packages/agent-core-v2/test/agent/task/taskService.test.ts
  • packages/agent-core-v2/test/agent/task/tools/task-tools.test.ts
  • packages/agent-core-v2/test/agent/tokenCounting/tokenCounting.test.ts
  • packages/agent-core-v2/test/agent/toolActivation/toolActivationService.test.ts
  • packages/agent-core-v2/test/agent/toolApproval/toolApproval.test.ts
  • packages/agent-core-v2/test/agent/toolDedupe/toolDedupe.test.ts
  • packages/agent-core-v2/test/agent/toolExecutor/stubs.ts
  • packages/agent-core-v2/test/agent/toolExecutor/toolExecutor.test.ts
  • packages/agent-core-v2/test/agent/toolExecutor/toolScheduler.test.ts
  • packages/agent-core-v2/test/agent/toolPolicy/evaluate.test.ts
  • packages/agent-core-v2/test/agent/toolResultTruncation/stubs.ts
  • packages/agent-core-v2/test/agent/toolResultTruncation/toolResultTruncation.test.ts
  • packages/agent-core-v2/test/agent/toolSelect/dynamicTools.test.ts
  • packages/agent-core-v2/test/agent/toolSelect/toolSelect.e2e.test.ts
  • packages/agent-core-v2/test/agent/toolSelect/toolSelectService.test.ts
  • packages/agent-core-v2/test/agent/undo/undo.test.ts
  • packages/agent-core-v2/test/agent/usage/usage.test.ts
  • packages/agent-core-v2/test/agent/userTool/userTool.test.ts
  • packages/agent-core-v2/test/app/agentIdentity/agentIdentity.test.ts
  • packages/agent-core-v2/test/app/agentIdentity/stubs.ts
  • packages/agent-core-v2/test/app/agentProfileCatalog/agentProfileRegistry.test.ts
  • packages/agent-core-v2/test/app/agentProfileCatalog/profile-shared.test.ts
  • packages/agent-core-v2/test/app/auth/auth.test.ts
  • packages/agent-core-v2/test/app/bashParser/bashParserService.test.ts
  • packages/agent-core-v2/test/app/bootstrap/bootstrapService.test.ts
  • packages/agent-core-v2/test/app/bootstrap/paths.test.ts
  • packages/agent-core-v2/test/app/bootstrap/stubs.ts
  • packages/agent-core-v2/test/app/capability/capabilityService.test.ts
  • packages/agent-core-v2/test/app/capability/host.test.ts
  • packages/agent-core-v2/test/app/capability/pythinkerCu.test.ts
  • packages/agent-core-v2/test/app/capability/pythinkerWebbridge.test.ts
  • packages/agent-core-v2/test/app/codexLogin/codexLogin.test.ts
  • packages/agent-core-v2/test/app/config/config.test.ts
  • packages/agent-core-v2/test/app/config/configManifest.test.ts
  • packages/agent-core-v2/test/app/config/stubs.ts
  • packages/agent-core-v2/test/app/cron/clock.test.ts
  • packages/agent-core-v2/test/app/cron/cron-expr.test.ts
  • packages/agent-core-v2/test/app/cron/jitter.test.ts
  • packages/agent-core-v2/test/app/edit/tools/edit.test.ts
  • packages/agent-core-v2/test/app/event/event.test.ts
  • packages/agent-core-v2/test/app/event/eventBus.test.ts
  • packages/agent-core-v2/test/app/externalHooksRunner/externalHooksRunner.test.ts
  • packages/agent-core-v2/test/app/externalHooksRunner/integration.test.ts
  • packages/agent-core-v2/test/app/feature/featureManager.test.ts
  • packages/agent-core-v2/test/app/file/fileService.test.ts
  • packages/agent-core-v2/test/app/flag/flag.test.ts
  • packages/agent-core-v2/test/app/flag/stubs.ts
  • packages/agent-core-v2/test/app/gateway/gateway.test.ts
  • packages/agent-core-v2/test/app/git/gitParsers.test.ts
  • packages/agent-core-v2/test/app/git/gitService.test.ts
  • packages/agent-core-v2/test/app/kosongConfig/discovery.test.ts
  • packages/agent-core-v2/test/app/kosongConfig/envOverlay.test.ts
  • packages/agent-core-v2/test/app/kosongConfig/kosongConfigService.test.ts
  • packages/agent-core-v2/test/app/kosongConfig/modelsDevImport.test.ts
  • packages/agent-core-v2/test/app/llmProtocol/errors.test.ts
  • packages/agent-core-v2/test/app/mcpConfig/oauthStore.test.ts
  • packages/agent-core-v2/test/app/model/model.test.ts
  • packages/agent-core-v2/test/app/plugin/archive.test.ts
  • packages/agent-core-v2/test/app/plugin/commands.test.ts
  • packages/agent-core-v2/test/app/plugin/github-resolver.test.ts
  • packages/agent-core-v2/test/app/plugin/manager-consumption.test.ts
  • packages/agent-core-v2/test/app/plugin/manager.test.ts
  • packages/agent-core-v2/test/app/plugin/manifest.test.ts
  • packages/agent-core-v2/test/app/plugin/pluginService.test.ts
  • packages/agent-core-v2/test/app/plugin/source.test.ts
  • packages/agent-core-v2/test/app/plugin/stubs.ts
  • packages/agent-core-v2/test/app/plugin/types.test.ts
  • packages/agent-core-v2/test/app/protocol/errors.test.ts
  • packages/agent-core-v2/test/app/provider/provider.test.ts
  • packages/agent-core-v2/test/app/provider/stubs.ts
  • packages/agent-core-v2/test/app/sessionExport/sessionExport.test.ts
  • packages/agent-core-v2/test/app/sessionIndex/sessionIndex.test.ts
  • packages/agent-core-v2/test/app/sessionIndex/sessionIndexMirror.test.ts
  • packages/agent-core-v2/test/app/sessionIndex/stubs.ts
  • packages/agent-core-v2/test/app/sessionLegacy/sessionLegacy.test.ts
  • packages/agent-core-v2/test/app/sessionManager/sessionManagerService.test.ts
  • packages/agent-core-v2/test/app/skillCatalog/builtinSkillSource.test.ts
  • packages/agent-core-v2/test/app/skillCatalog/builtinTower.test.ts
  • packages/agent-core-v2/test/app/skillCatalog/fileSkillDiscovery.test.ts
  • packages/agent-core-v2/test/app/skillCatalog/parser.test.ts
  • packages/agent-core-v2/test/app/skillCatalog/plugin-session-start.test.ts
  • packages/agent-core-v2/test/app/skillCatalog/registry.test.ts
  • packages/agent-core-v2/test/app/skillCatalog/skill-tool-manager.test.ts
  • packages/agent-core-v2/test/app/skillCatalog/skillRoots.test.ts
  • packages/agent-core-v2/test/app/skillCatalog/stubs.ts
  • packages/agent-core-v2/test/app/skillCatalog/types.test.ts
  • packages/agent-core-v2/test/app/task/task.test.ts
  • packages/agent-core-v2/test/app/telemetry/agentTelemetryContext.test.ts
  • packages/agent-core-v2/test/app/telemetry/cloudAppender.test.ts
  • packages/agent-core-v2/test/app/telemetry/consoleAppender.test.ts
  • packages/agent-core-v2/test/app/telemetry/events.test.ts
  • packages/agent-core-v2/test/app/telemetry/stubs.ts
  • packages/agent-core-v2/test/app/telemetry/telemetryService.test.ts
  • packages/agent-core-v2/test/app/web/providers/local-fetch-url.test.ts
  • packages/agent-core-v2/test/app/web/tools/fetch-url.test.ts
  • packages/agent-core-v2/test/app/web/web-fetch-service.test.ts
  • packages/agent-core-v2/test/app/workspace/workspaceService.test.ts
  • packages/agent-core-v2/test/app/workspaceAliases/workspaceAliasesService.test.ts
  • packages/agent-core-v2/test/app/workspaceSessions/workspaceSessionsService.test.ts
  • packages/agent-core-v2/test/debug/debug.test.ts
  • packages/agent-core-v2/test/features/btw/btw.test.ts
  • packages/agent-core-v2/test/features/dateChange/dateChangeInjection.test.ts
  • packages/agent-core-v2/test/features/debugEvents/debugEvents.test.ts
  • packages/agent-core-v2/test/features/dynamic_workflow/dynamic_workflow.test.ts
  • packages/agent-core-v2/test/features/dynamic_workflow/sessionDynamicWorkflow.test.ts
  • packages/agent-core-v2/test/features/feature.test.ts
  • packages/agent-core-v2/test/features/plan/injection/planModeInjection.test.ts
  • packages/agent-core-v2/test/features/plan/plan.test.ts
  • packages/agent-core-v2/test/features/plan/planGuard.test.ts
  • packages/agent-core-v2/test/features/plan/planOps.test.ts
  • packages/agent-core-v2/test/features/plan/tools/exit-plan-mode.test.ts
  • packages/agent-core-v2/test/features/plan/tools/plan-tools-telemetry.test.ts
  • packages/agent-core-v2/test/features/sessionInit/sessionInit.test.ts
  • packages/agent-core-v2/test/features/sessionInit/sessionInitFeature.test.ts
  • packages/agent-core-v2/test/features/tower/repoRoot.test.ts
  • packages/agent-core-v2/test/features/tower/store.test.ts
  • packages/agent-core-v2/test/features/tower/tools/spawnTool.test.ts
  • packages/agent-core-v2/test/features/tower/tools/towerTools.test.ts
  • packages/agent-core-v2/test/features/tower/towerRateLimit.test.ts
  • packages/agent-core-v2/test/features/tower/towerService.test.ts
  • packages/agent-core-v2/test/features/tower/workerProfile.test.ts
  • packages/agent-core-v2/test/harness/agent.ts
  • packages/agent-core-v2/test/harness/index.ts
  • packages/agent-core-v2/test/harness/scripted-generate.ts
  • packages/agent-core-v2/test/harness/snapshots.ts
  • packages/agent-core-v2/test/hooks.test.ts
  • packages/agent-core-v2/test/index.test.ts
  • packages/agent-core-v2/test/kosong/contract/errors.test.ts
  • packages/agent-core-v2/test/kosong/contract/generate.test.ts
  • packages/agent-core-v2/test/kosong/contract/usage-tokens.test.ts
  • packages/agent-core-v2/test/kosong/model/catalog.test.ts
  • packages/agent-core-v2/test/kosong/model/completionBudget.test.ts
  • packages/agent-core-v2/test/kosong/model/modelAuth.test.ts
  • packages/agent-core-v2/test/kosong/model/modelRequester.test.ts
  • packages/agent-core-v2/test/kosong/model/modelService.test.ts
  • packages/agent-core-v2/test/kosong/model/thinking.test.ts
  • packages/agent-core-v2/test/kosong/protocol/errors.test.ts
  • packages/agent-core-v2/test/kosong/protocol/protocol.test.ts
  • packages/agent-core-v2/test/kosong/protocol/protocolBase.test.ts
  • packages/agent-core-v2/test/kosong/protocol/protocolTrait.test.ts
  • packages/agent-core-v2/test/kosong/provider/composition.test.ts
  • packages/agent-core-v2/test/kosong/provider/errors.test.ts
  • packages/agent-core-v2/test/kosong/provider/openaiHooks.test.ts
  • packages/agent-core-v2/test/kosong/provider/providerService.test.ts
  • packages/agent-core-v2/test/kosong/provider/pythinker.test.ts
  • packages/agent-core-v2/test/kosong/stubs.ts
  • packages/agent-core-v2/test/lint/event-uniqueness.test.ts
  • packages/agent-core-v2/test/lint/fixtures/duplicate-events.fixture.ts
  • packages/agent-core-v2/test/lint/import-boundaries.test.ts
  • packages/agent-core-v2/test/lint/vendor-name-gates.test.ts
  • packages/agent-core-v2/test/mcpCore/client-http.test.ts
  • packages/agent-core-v2/test/mcpCore/client-sse.test.ts
  • packages/agent-core-v2/test/mcpCore/client-stdio.test.ts
  • packages/agent-core-v2/test/mcpCore/connection-manager.test.ts
  • packages/agent-core-v2/test/mcpCore/fixtures/crash-after-connect-stdio-server.mjs
  • packages/agent-core-v2/test/mcpCore/fixtures/cwd-stdio-server.mjs
  • packages/agent-core-v2/test/mcpCore/fixtures/hanging-list-stdio-server.mjs
  • packages/agent-core-v2/test/mcpCore/fixtures/mock-stdio-server.mjs
  • packages/agent-core-v2/test/mcpCore/fixtures/slow-stdio-server.mjs
  • packages/agent-core-v2/test/mcpCore/fixtures/slow-tool-stdio-server.mjs
  • packages/agent-core-v2/test/mcpCore/fixtures/stderr-then-exit-stdio-server.mjs
  • packages/agent-core-v2/test/mcpCore/oauth/store.test.ts
  • packages/agent-core-v2/test/mcpCore/stubs.ts
  • packages/agent-core-v2/test/mcpCore/tool-naming.test.ts
  • packages/agent-core-v2/test/os/backends/node-local/hostEnvironmentService.test.ts
  • packages/agent-core-v2/test/os/backends/node-local/hostFsService.test.ts
  • packages/agent-core-v2/test/os/backends/node-local/hostFsWatchService.test.ts
  • packages/agent-core-v2/test/os/backends/node-local/hostProcessService.test.ts
  • packages/agent-core-v2/test/os/backends/node-local/tools/bash.test.ts
  • packages/agent-core-v2/test/os/backends/node-local/tools/glob.test.ts
  • packages/agent-core-v2/test/os/backends/node-local/tools/grep.test.ts
  • packages/agent-core-v2/test/os/backends/node-local/tools/read.test.ts
  • packages/agent-core-v2/test/os/backends/node-local/tools/rgLocator.test.ts
  • packages/agent-core-v2/test/os/backends/node-local/tools/write.test.ts
  • packages/agent-core-v2/test/os/interface/hostFsErrors.test.ts
  • packages/agent-core-v2/test/persistence/backends/minidb/miniDbQueryStore.test.ts
  • packages/agent-core-v2/test/persistence/backends/node-fs/appendLogStore.test.ts
  • packages/agent-core-v2/test/persistence/backends/node-fs/atomicDocumentStore.test.ts
  • packages/agent-core-v2/test/persistence/backends/node-fs/fileStorageService.test.ts
  • packages/agent-core-v2/test/persistence/interface/storage.test.ts
  • packages/agent-core-v2/test/persistence/interface/stubs.ts
  • packages/agent-core-v2/test/program/program.test.ts
  • packages/agent-core-v2/test/runtime/architectureBoundaries.test.ts
  • packages/agent-core-v2/test/runtime/runtimeRegistry.test.ts
  • packages/agent-core-v2/test/runtime/runtimeUnitHost.test.ts
  • packages/agent-core-v2/test/runtime/runtimeWorkspaceView.test.ts
  • packages/agent-core-v2/test/session/advisor/sessionAdvisor.test.ts
  • packages/agent-core-v2/test/session/agentLifecycle/agentLifecycle.test.ts
  • packages/agent-core-v2/test/session/agentLifecycle/profile/gitContext.test.ts
  • packages/agent-core-v2/test/session/agentLifecycle/profile/profiles.test.ts
  • packages/agent-core-v2/test/session/approval/approval.test.ts
  • packages/agent-core-v2/test/session/approval/stubs.ts
  • packages/agent-core-v2/test/session/cron/cron-fire-steer.e2e.test.ts
  • packages/agent-core-v2/test/session/cron/cron-tools.test.ts
  • packages/agent-core-v2/test/session/interaction/interaction.test.ts
  • packages/agent-core-v2/test/session/question/question.test.ts
  • packages/agent-core-v2/test/session/sessionActivity/sessionActivityService.test.ts
  • packages/agent-core-v2/test/session/sessionActivity/sessionOutcomeMirror.test.ts
  • packages/agent-core-v2/test/session/sessionAgentProfileCatalog/sessionAgentProfileCatalog.test.ts
  • packages/agent-core-v2/test/session/sessionLog/sessionLogService.test.ts
  • packages/agent-core-v2/test/session/sessionMetadata/sessionMetadata.test.ts
  • packages/agent-core-v2/test/session/sessionSkillCatalog/skillCatalog.test.ts
  • packages/agent-core-v2/test/session/sessionTitle/agentTitlePromptSourceService.test.ts
  • packages/agent-core-v2/test/session/sessionTitle/sessionTitleService.test.ts
  • packages/agent-core-v2/test/session/sessionTitle/titleExcerpt.integration.test.ts
  • packages/agent-core-v2/test/session/subagent/subagentModelsValidation.test.ts
  • packages/agent-core-v2/test/session/terminal/terminalService.test.ts
  • packages/agent-core-v2/test/session/todo/sessionTodo.test.ts
  • packages/agent-core-v2/test/session/todo/todoListReminder.test.ts
  • packages/agent-core-v2/test/session/todo/tools/todo-list.test.ts
  • packages/agent-core-v2/test/session/workspaceContext/stub-workspace-context.ts
  • packages/agent-core-v2/test/setup.ts
  • packages/agent-core-v2/test/snapshot/events.ts
  • packages/agent-core-v2/test/state/builtinReplayableKeys.ts
  • packages/agent-core-v2/test/state/eventDispatcher.test.ts
  • packages/agent-core-v2/test/state/stateManifest.test.ts
  • packages/agent-core-v2/test/state/stubs.ts
  • packages/agent-core-v2/test/tool/args-validator.test.ts
  • packages/agent-core-v2/test/tool/input-schema.test.ts
  • packages/agent-core-v2/test/tool/path-access.test.ts
  • packages/agent-core-v2/test/tool/result-builder.test.ts
  • packages/agent-core-v2/test/tool/tool.test.ts
  • packages/agent-core-v2/test/tools/fixtures/execute-tool.ts
  • packages/agent-core-v2/test/tools/fixtures/fake-exec.ts
  • packages/agent-core-v2/test/wire/migration/migration.test.ts
  • packages/agent-core-v2/test/wire/migration/utils.ts
  • packages/agent-core-v2/test/wire/migration/v1.1.test.ts
  • packages/agent-core-v2/test/wire/migration/v1.2.test.ts
  • packages/agent-core-v2/test/wire/migration/v1.4.test.ts
  • packages/agent-core-v2/test/wire/migration/v1.5.test.ts
  • packages/agent-core-v2/test/wire/persistence.test.ts
  • packages/agent-core-v2/test/wire/resume.test.ts
  • packages/agent-core-v2/test/wire/store-event.test.ts
  • packages/agent-core-v2/test/wire/stubs.ts
  • packages/agent-core-v2/test/wire/wire-compat.test.ts
  • packages/agent-core-v2/test/wire/wireManifest.test.ts
  • packages/agent-core-v2/test/wire/wireService.test.ts
  • packages/agent-core-v2/test/workspace/workspaceAgentProfileLoader/agentFile.test.ts
  • packages/agent-core-v2/test/workspace/workspaceAgentProfileLoader/agentFileDiscovery.test.ts
  • packages/agent-core-v2/test/workspace/workspaceAgentProfileLoader/agentProfileLoader.test.ts
  • packages/agent-core-v2/test/workspace/workspaceAgentProfileLoader/agentRoots.test.ts
  • packages/agent-core-v2/test/workspace/workspaceAgentProfileLoader/systemFile.test.ts
  • packages/agent-core-v2/test/workspace/workspaceFs/fsProcess.test.ts
  • packages/agent-core-v2/test/workspace/workspaceFs/fsSearch.test.ts
  • packages/agent-core-v2/test/workspace/workspaceFs/fsService.test.ts
  • packages/agent-core-v2/test/workspace/workspaceFs/fsWatchService.test.ts
  • packages/agent-core-v2/test/workspace/workspaceInstance/workspaceInstanceManager.test.ts
  • packages/agent-core-v2/test/workspace/workspaceInstructions/instructions.test.ts
  • packages/agent-core-v2/test/workspace/workspaceMcp/initialization.test.ts
  • packages/agent-core-v2/test/workspace/workspaceMcp/workspaceMcp.test.ts
  • packages/agent-core-v2/test/workspace/workspaceMcpConfig/config-loader.test.ts
  • packages/agent-core-v2/test/workspace/workspaceMcpConfig/workspaceMcpConfig.test.ts
  • packages/agent-core-v2/test/workspace/workspaceSkillCatalog/skillCatalog.test.ts
  • packages/agent-core-v2/test/workspace/workspaceTrust/workspaceTrust.test.ts
  • packages/agent-core-v2/tsconfig.contract.json
  • packages/agent-core-v2/tsconfig.json
  • packages/agent-core-v2/tsdown.config.ts
  • packages/agent-core-v2/vitest.config.ts
  • packages/agent-core/AGENTS.md
  • packages/agent-core/CHANGELOG.md
  • packages/agent-core/package.json
  • packages/agent-core/scripts/generate-webp-dec-wasm.mjs
  • packages/agent-core/src/agent/background/agent-task.ts
  • packages/agent-core/src/agent/background/index.ts
  • packages/agent-core/src/agent/background/persist.ts
  • packages/agent-core/src/agent/background/process-task.ts
  • packages/agent-core/src/agent/background/task.ts
  • packages/agent-core/src/agent/compaction/compaction-instruction.md
  • packages/agent-core/src/agent/compaction/compaction-summary-prefix.md
  • packages/agent-core/src/agent/compaction/full.ts
  • packages/agent-core/src/agent/compaction/handoff.ts
  • packages/agent-core/src/agent/compaction/index.ts
  • packages/agent-core/src/agent/compaction/micro.ts
  • packages/agent-core/src/agent/compaction/strategy.ts
  • packages/agent-core/src/agent/compaction/types.ts
  • packages/agent-core/src/agent/config/index.ts
  • packages/agent-core/src/agent/config/thinking.ts
  • packages/agent-core/src/agent/config/types.ts
  • packages/agent-core/src/agent/context/dynamic-tools.ts
  • packages/agent-core/src/agent/context/index.ts
  • packages/agent-core/src/agent/context/notification-xml.ts
  • packages/agent-core/src/agent/context/projector.ts
  • packages/agent-core/src/agent/context/tool-result-render.ts
  • packages/agent-core/src/agent/context/types.ts
  • packages/agent-core/src/agent/cron/index.ts
  • packages/agent-core/src/agent/cron/manager.ts
  • packages/agent-core/src/agent/dynamic-workflow/enter-reminder.md
  • packages/agent-core/src/agent/dynamic-workflow/exit-reminder.md
  • packages/agent-core/src/agent/dynamic-workflow/index.ts
  • packages/agent-core/src/agent/dynamic-workflow/run-id.ts
  • packages/agent-core/src/agent/dynamic-workflow/save-as-skill.ts
  • packages/agent-core/src/agent/dynamic-workflow/size-guideline.ts
  • packages/agent-core/src/agent/dynamic_workflow/enter-reminder.md
  • packages/agent-core/src/agent/dynamic_workflow/exit-reminder.md
  • packages/agent-core/src/agent/dynamic_workflow/index.ts
  • packages/agent-core/src/agent/goal/index.ts
  • packages/agent-core/src/agent/index.ts
  • packages/agent-core/src/agent/injection/goal.ts
  • packages/agent-core/src/agent/injection/injector.ts
  • packages/agent-core/src/agent/injection/manager.ts
  • packages/agent-core/src/agent/injection/permission-mode.ts
  • packages/agent-core/src/agent/injection/plan-mode.ts
  • packages/agent-core/src/agent/injection/plugin-session-start.ts
  • packages/agent-core/src/agent/injection/tools-diff.ts
  • packages/agent-core/src/agent/llm-request-logger.ts
  • packages/agent-core/src/agent/llm-request-recorder.ts
  • packages/agent-core/src/agent/permission/index.ts
  • packages/agent-core/src/agent/permission/policies/agent-dynamic-workflow-exclusive-deny.ts
  • packages/agent-core/src/agent/permission/policies/default-tool-approve.ts
  • packages/agent-core/src/agent/permission/policies/dynamic-workflow-exclusive-deny.ts
  • packages/agent-core/src/agent/permission/policies/dynamic-workflow-mode-agent-dynamic-workflow-approve.ts
  • packages/agent-core/src/agent/permission/policies/dynamic-workflow-plan-ask.ts
  • packages/agent-core/src/agent/permission/policies/git-cwd-write-approve.ts
  • packages/agent-core/src/agent/permission/policies/goal-start-review-ask.ts
  • packages/agent-core/src/agent/permission/policies/index.ts
  • packages/agent-core/src/agent/permission/policies/plan-mode-guard-deny.ts
  • packages/agent-core/src/agent/permission/policies/pre-tool-call-hook.ts
  • packages/agent-core/src/agent/permission/types.ts
  • packages/agent-core/src/agent/records/index.ts
  • packages/agent-core/src/agent/records/migration/index.ts
  • packages/agent-core/src/agent/records/migration/v1.1.ts
  • packages/agent-core/src/agent/records/migration/v1.2.ts
  • packages/agent-core/src/agent/records/migration/v1.3.ts
  • packages/agent-core/src/agent/records/migration/v1.4.ts
  • packages/agent-core/src/agent/records/types.ts
  • packages/agent-core/src/agent/records/wire-version.ts
  • packages/agent-core/src/agent/replay/build.ts
  • packages/agent-core/src/agent/replay/turns.ts
  • packages/agent-core/src/agent/skill/index.ts
  • packages/agent-core/src/agent/skill/types.ts
  • packages/agent-core/src/agent/task-graph.ts
  • packages/agent-core/src/agent/tool/index.ts
  • packages/agent-core/src/agent/tool/types.ts
  • packages/agent-core/src/agent/turn/index.ts
  • packages/agent-core/src/agent/turn/kosong-llm.ts
  • packages/agent-core/src/agent/turn/media-resolve.ts
  • packages/agent-core/src/agent/turn/tool-dedup.ts
  • packages/agent-core/src/agent/turn/tool-result-budget.ts
  • packages/agent-core/src/agent/usage/index.ts
  • packages/agent-core/src/config/env-model.ts
  • packages/agent-core/src/config/index.ts
  • packages/agent-core/src/config/migrations.ts
  • packages/agent-core/src/config/model-roles.ts
  • packages/agent-core/src/config/model.ts
  • packages/agent-core/src/config/print-defaults.ts
  • packages/agent-core/src/config/pythinker-env-params.ts
  • packages/agent-core/src/config/resolve.ts
  • packages/agent-core/src/config/schema.ts
  • packages/agent-core/src/config/secondary-model.ts
  • packages/agent-core/src/config/toml.ts
  • packages/agent-core/src/config/workspace-local.ts
  • packages/agent-core/src/di/util/idleValue.ts
  • packages/agent-core/src/errors/codes.ts
  • packages/agent-core/src/errors/serialize.ts
  • packages/agent-core/src/errors/unexpectedError.ts
  • packages/agent-core/src/flags/registry.ts
  • packages/agent-core/src/flags/types.ts
  • packages/agent-core/src/index.ts
  • packages/agent-core/src/logging/index.ts
  • packages/agent-core/src/logging/logger.ts
  • packages/agent-core/src/loop/errors.ts
  • packages/agent-core/src/loop/events.ts
  • packages/agent-core/src/loop/index.ts
  • packages/agent-core/src/loop/llm.ts
  • packages/agent-core/src/loop/retry.ts
  • packages/agent-core/src/loop/run-turn.ts
  • packages/agent-core/src/loop/tool-args-parse.ts
  • packages/agent-core/src/loop/tool-call.ts
  • packages/agent-core/src/loop/tool-intent.ts
  • packages/agent-core/src/loop/turn-step.ts
  • packages/agent-core/src/loop/types.ts
  • packages/agent-core/src/lsp/index.ts
  • packages/agent-core/src/lsp/types.ts
  • packages/agent-core/src/mcp/auth-tool.ts
  • packages/agent-core/src/mcp/client-http.ts
  • packages/agent-core/src/mcp/client-shared.ts
  • packages/agent-core/src/mcp/client-sse.ts
  • packages/agent-core/src/mcp/client-stdio.ts
  • packages/agent-core/src/mcp/config-loader.ts
  • packages/agent-core/src/mcp/config-view.ts
  • packages/agent-core/src/mcp/connection-manager.ts
  • packages/agent-core/src/mcp/elicitation.ts
  • packages/agent-core/src/mcp/global-config.ts
  • packages/agent-core/src/mcp/index.ts
  • packages/agent-core/src/mcp/oauth/callback-server.ts
  • packages/agent-core/src/mcp/oauth/oauth-pages.ts
  • packages/agent-core/src/mcp/oauth/provider.ts
  • packages/agent-core/src/mcp/oauth/service.ts
  • packages/agent-core/src/mcp/oauth/store.ts
  • packages/agent-core/src/mcp/output.ts
  • packages/agent-core/src/mcp/registry.ts
  • packages/agent-core/src/mcp/session-config.ts
  • packages/agent-core/src/mcp/tool-naming.ts
  • packages/agent-core/src/mcp/tool-server.ts
  • packages/agent-core/src/mcp/types.ts
  • packages/agent-core/src/plugin/archive.ts
  • packages/agent-core/src/plugin/commands.ts
  • packages/agent-core/src/plugin/github-resolver.ts
  • packages/agent-core/src/plugin/manager.ts
  • packages/agent-core/src/plugin/manifest.ts
  • packages/agent-core/src/plugin/store.ts
  • packages/agent-core/src/plugin/types.ts
  • packages/agent-core/src/profile/agentfile/catalog.ts
  • packages/agent-core/src/profile/agentfile/discovery.ts
  • packages/agent-core/src/profile/agentfile/from-file.ts
  • packages/agent-core/src/profile/agentfile/index.ts
  • packages/agent-core/src/profile/agentfile/parser.ts
  • packages/agent-core/src/profile/agentfile/paths.ts
  • packages/agent-core/src/profile/agentfile/roots.ts
  • packages/agent-core/src/profile/agentfile/system-file.ts
  • packages/agent-core/src/profile/agentfile/types.ts
  • packages/agent-core/src/profile/agentfile/validate.ts
  • packages/agent-core/src/profile/context.ts
  • packages/agent-core/src/profile/default.ts
  • packages/agent-core/src/profile/default/agent.yaml
  • packages/agent-core/src/profile/default/coder.yaml
  • packages/agent-core/src/profile/default/coordinator.yaml
  • packages/agent-core/src/profile/default/explore.yaml
  • packages/agent-core/src/profile/default/general.md
  • packages/agent-core/src/profile/default/general.yaml
  • packages/agent-core/src/profile/default/init.md
  • packages/agent-core/src/profile/default/plan.yaml
  • packages/agent-core/src/profile/default/system.md
  • packages/agent-core/src/profile/default/verification.yaml
  • packages/agent-core/src/profile/index.ts
  • packages/agent-core/src/profile/load.ts
  • packages/agent-core/src/profile/output-style.ts
  • packages/agent-core/src/profile/plugin-sections.ts
  • packages/agent-core/src/profile/prompt-sections.ts
  • packages/agent-core/src/profile/resolve.ts
  • packages/agent-core/src/profile/types.ts
  • packages/agent-core/src/rpc/client.ts
  • packages/agent-core/src/rpc/core-api.ts
  • packages/agent-core/src/rpc/core-impl.ts
  • packages/agent-core/src/rpc/events.ts
  • packages/agent-core/src/rpc/resumed.ts
  • packages/agent-core/src/rpc/sdk-api.ts
  • packages/agent-core/src/services/AGENTS.md
  • packages/agent-core/src/services/approval/approval.ts
  • packages/agent-core/src/services/auth/managedAuth.ts
  • packages/agent-core/src/services/authSummary/authSummaryService.ts
  • packages/agent-core/src/services/catalog/catalog.ts
  • packages/agent-core/src/services/catalog/catalogService.ts
  • packages/agent-core/src/services/codexLogin/codexLogin.ts
  • packages/agent-core/src/services/codexLogin/codexLoginService.ts
  • packages/agent-core/src/services/config/configService.ts
  • packages/agent-core/src/services/coreProcess/coreProcess.ts
  • packages/agent-core/src/services/coreProcess/coreProcessClient.ts
  • packages/agent-core/src/services/coreProcess/coreProcessService.ts
  • packages/agent-core/src/services/environment/environment.ts
  • packages/agent-core/src/services/event/event.ts
  • packages/agent-core/src/services/event/eventService.ts
  • packages/agent-core/src/services/fileStore/fileStoreService.ts
  • packages/agent-core/src/services/fs/fsGitService.ts
  • packages/agent-core/src/services/fs/fsPathSafety.ts
  • packages/agent-core/src/services/fs/fsSearchService.ts
  • packages/agent-core/src/services/fs/fsService.ts
  • packages/agent-core/src/services/index.ts
  • packages/agent-core/src/services/mcp/mcp.ts
  • packages/agent-core/src/services/mcp/mcpService.ts
  • packages/agent-core/src/services/message/message.ts
  • packages/agent-core/src/services/message/messageService.ts
  • packages/agent-core/src/services/message/transcript.ts
  • packages/agent-core/src/services/modelCatalog/modelCatalog.ts
  • packages/agent-core/src/services/modelCatalog/modelCatalogService.ts
  • packages/agent-core/src/services/oauth/oauth.ts
  • packages/agent-core/src/services/oauth/oauthService.ts
  • packages/agent-core/src/services/prompt/prompt.ts
  • packages/agent-core/src/services/prompt/promptService.ts
  • packages/agent-core/src/services/question/question.ts
  • packages/agent-core/src/services/session/session.ts
  • packages/agent-core/src/services/session/sessionService.ts
  • packages/agent-core/src/services/skill/skill.ts
  • packages/agent-core/src/services/skill/skillService.ts
  • packages/agent-core/src/services/tool/tool.ts
  • packages/agent-core/src/services/tool/toolService.ts
  • packages/agent-core/src/services/workspace/index.ts
  • packages/agent-core/src/services/workspace/workspaceFsService.ts
  • packages/agent-core/src/services/workspace/workspaceRegistry.ts

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

@github-actions

github-actions Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

❌ Nix build failed

Hash mismatch in pnpmDeps:

Hash
specified sha256-ejZZwvMGMQ9piCYBCq30APiPKJbwICyKogvz7fwbkgM=
got sha256-rA77gKmWrwzQqIUXihfuKrc5mLY7aVwXK2QuuONmPjI=

Please update flake.nix with the got hash.

elkaix added 3 commits August 18, 2026 18:33
- Pin oxlint back to the upstream 1.59.0 / oxlint-tsgolint 0.20.0 pair.
  The 1.70.0 pin from dev raises 543 vitest-rule errors across adopted
  upstream test files; the linter version follows upstream so every
  future sync stays lint-clean.
- Remove the BlobPart cast comments from packages that forbid comments
  (agent-core-v2, kap-server).
Upstream removed its web source and commits a synced dist-web, so its
build only checks the bundle. This repo keeps apps/pythinker-web, so the
CLI build, the flake, and the native-build workflow build the web app
and stage it with copy-web-assets.mjs (restored). check-web-assets.mjs
keeps guarding the packaging step, with guidance that matches this repo.
Comment thread apps/pythinker-web/src/api/daemon/eventReducer.ts Fixed
Comment thread apps/pythinker-web/src/i18n/locales/en/sidebar.ts Fixed
Comment thread apps/pythinker-web/src/i18n/locales/en/sidebar.ts Fixed
@pkg-pr-new

pkg-pr-new Bot commented Aug 18, 2026

Copy link
Copy Markdown
pnpm dlx https://pkg.pr.new/@pymodel/pythinker-code@1509538
npx https://pkg.pr.new/@pymodel/pythinker-code@1509538

commit: 1509538

Comment thread apps/pythinker-code/src/cli/v2/run-v2-print.ts Fixed
@elkaix
elkaix merged commit c1a9d03 into main Aug 19, 2026
18 checks passed
@elkaix
elkaix deleted the sync/upstream-vendor-2026-08 branch August 19, 2026 00:45
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