* Move .claude creation for testing agent harness to postinstall
title says it all.
* fix: simplify symlink creation logic in createClaudeSymlinks function
---------
Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com>
Instead of duplicating the tiktoken compression and static asset copying
in .esbuild.ts, simply run the postinstall script via tsx. This keeps a
single source of truth for what gets copied to dist/.
Also make the base.sqlite check a warning instead of a fatal error,
since it's a dev-only sanity check that shouldn't block CI builds.
* Hook up prototype external ingest support
* User clearer file name
* Fix for merge
* Rename setting
* Move to team internal
* Fix reference
* Copy over wasm file to dist
* Wrong postinstall script :/
* Codex agent test
* more
* Fix model server for openai
* Some improvements
* Fix tool calling
* Get it building again
* Add output delta event
* stuff
* Add claude-code dependency
* Fix
* Clean up copied anthropic types, and message conversion code
* Update cc sdk
* Set up permission MCP server
* Basic mcp permission tool
* Bump version
* Use a chat session provider for claude code
* Use IChatEndpoint instead of ext api lm
* Cleanup
* Bump engine version
* Delete codex tool
* try to fix paths
* Port prompt code from Copilot client to Copilot Chat
https://github.com/microsoft/vscode/issues/261808
* Port additional tests over
* Rename folder
* Add integration tests for prompt construction
* Add dependency for js-yaml
* Fix unhandled exception in tests
- Updated `devcontainer.json` to ensure `git-lfs` is initialized on container creation.
- Modified `postinstall.ts` to adjust the `REPO_ROOT` path for better directory structure.