@@ -63,7 +63,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines and [AGENTS.m
|
|||||||
## Development
|
## Development
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install # Install all dependencies
|
npm install --ignore-scripts # Install all dependencies without running lifecycle scripts
|
||||||
npm run build # Build all packages
|
npm run build # Build all packages
|
||||||
npm run check # Lint, format, and type check
|
npm run check # Lint, format, and type check
|
||||||
./test.sh # Run tests (skips LLM-dependent tests without API keys)
|
./test.sh # Run tests (skips LLM-dependent tests without API keys)
|
||||||
|
|||||||
@@ -6,6 +6,10 @@
|
|||||||
|
|
||||||
- Added a standard unified patch to edit tool result details for SDK consumers ([#4821](https://github.com/earendil-works/pi/issues/4821)).
|
- Added a standard unified patch to edit tool result details for SDK consumers ([#4821](https://github.com/earendil-works/pi/issues/4821)).
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Changed the root development install documentation to use `npm install --ignore-scripts` ([#4868](https://github.com/earendil-works/pi/issues/4868)).
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed final bash tool cards to avoid rendering duplicate full-output truncation paths ([#4819](https://github.com/earendil-works/pi/issues/4819)).
|
- Fixed final bash tool cards to avoid rendering duplicate full-output truncation paths ([#4819](https://github.com/earendil-works/pi/issues/4819)).
|
||||||
|
|||||||
Reference in New Issue
Block a user