Skip to content

Commit ae6f665

Browse files
committed
Merge branch 'release/1.0.1' into main
2 parents 4944233 + 6bcccbf commit ae6f665

File tree

4 files changed

+642
-7
lines changed

4 files changed

+642
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22

33
## [Unreleased](https://github.com/dermatologist/dhti/tree/HEAD)
44

5-
[Full Changelog](https://github.com/dermatologist/dhti/compare/0.8.0...HEAD)
6-
7-
**Closed issues:**
8-
9-
- Feature request: Redesign conch.ts to use npx openmrs develop instead of openmrs docker container [\#108](https://github.com/dermatologist/dhti/issues/108)
5+
[Full Changelog](https://github.com/dermatologist/dhti/compare/1.0.0...HEAD)
106

117
**Merged pull requests:**
128

9+
- docs: add initial README.md with usage and command details [\#111](https://github.com/dermatologist/dhti/pull/111) ([dermatologist](https://github.com/dermatologist))
1310
- Redesign conch command with init, install, and start operations [\#109](https://github.com/dermatologist/dhti/pull/109) ([Copilot](https://github.com/apps/copilot-swe-agent))
1411
- Add local directory installation and start-dhti orchestration skill [\#107](https://github.com/dermatologist/dhti/pull/107) ([Copilot](https://github.com/apps/copilot-swe-agent))
1512
- Add subdirectory installation support for monorepo packages [\#105](https://github.com/dermatologist/dhti/pull/105) ([Copilot](https://github.com/apps/copilot-swe-agent))
@@ -27,6 +24,14 @@
2724
- Feature/bump fix 1 [\#87](https://github.com/dermatologist/dhti/pull/87) ([dermatologist](https://github.com/dermatologist))
2825
- Feature/copy bootstrap [\#86](https://github.com/dermatologist/dhti/pull/86) ([dermatologist](https://github.com/dermatologist))
2926

27+
## [1.0.0](https://github.com/dermatologist/dhti/tree/1.0.0) (2026-01-17)
28+
29+
[Full Changelog](https://github.com/dermatologist/dhti/compare/0.8.0...1.0.0)
30+
31+
**Closed issues:**
32+
33+
- Feature request: Redesign conch.ts to use npx openmrs develop instead of openmrs docker container [\#108](https://github.com/dermatologist/dhti/issues/108)
34+
3035
## [0.8.0](https://github.com/dermatologist/dhti/tree/0.8.0) (2026-01-11)
3136

3237
[Full Changelog](https://github.com/dermatologist/dhti/compare/0.7.1...0.8.0)

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ You will see the new **patient context aware chatbot** in the patient summary pa
8989
* `npx dhti-cli docker -d` to stop and delete all the docker containers.
9090

9191
## Wiki & Documentation
92-
[![Wiki](https://img.shields.io/badge/DHTI-wiki-demo)](https://github.com/dermatologist/dhti/wiki)
92+
* [![Wiki](https://img.shields.io/badge/DHTI-wiki-demo)](https://github.com/dermatologist/dhti/wiki)
93+
* [Documentation](https://dermatologist.github.io/dhti/)
94+
* [CLI Reference](/notes/README.md)
9395

9496
## User contributions & examples
9597
* [Elixirs](https://github.com/dermatologist/dhti-elixir)

0 commit comments

Comments
 (0)